]> git.rocketbowman.com Git - nom.git/commit
add package infrastructure; factor code into parts
authorKyle Bowman <kyle+github@rocketbowman.com>
Sat, 11 Jan 2025 20:26:52 +0000 (15:26 -0500)
committerKyle Bowman <kyle+github@rocketbowman.com>
Sat, 11 Jan 2025 20:27:15 +0000 (15:27 -0500)
commit41cc8a886f0c68557ae495a8af08c3537f1b32c6
treef7145500414553d68b88b1bd36fe0243064fddc9
parent0b636a2cbd154a14e598e65a0e6de9b54fcf2b0f
add package infrastructure; factor code into parts
.gitignore
LICENSE [new file with mode: 0644]
pyproject.toml [new file with mode: 0644]
src/main.py [deleted file]
src/nom/__init__.py [new file with mode: 0644]
src/nom/cli.py [new file with mode: 0644]
src/nom/entry.py [new file with mode: 0644]
src/nom/feed.py [new file with mode: 0644]
src/nom/main.py [new file with mode: 0644]
src/nom/utils.py [new file with mode: 0644]
tests/test_utils.py [new file with mode: 0644]