.gitignore
CHANGELOG.md
LICENSE
Makefile
README.md
RULES.md
pyproject.toml
.cursor/rules/project.mdc
.github/workflows/ci.yml
.github/workflows/publish.yml
.vscode/settings.json
src/jbussdieker/__main__.py
src/jbussdieker.egg-info/PKG-INFO
src/jbussdieker.egg-info/SOURCES.txt
src/jbussdieker.egg-info/dependency_links.txt
src/jbussdieker.egg-info/entry_points.txt
src/jbussdieker.egg-info/requires.txt
src/jbussdieker.egg-info/top_level.txt
src/jbussdieker/cli/__init__.py
src/jbussdieker/cli/logging.py
src/jbussdieker/cli/main.py
tests/__init__.py
tests/test_cli.py
tests/test_jbussdieker.py
tests/test_logging.py
tests/test_main.py