.dockerignore
.gitignore
Dockerfile
LICENSE
Makefile
README.md
markdownlint.yaml
mkdocs.yml
pyproject.toml
uv.lock
.github/workflows/docker.yml
.github/workflows/pages.yaml
.github/workflows/pypi-publish.yaml
.github/workflows/style.yml
.github/workflows/tests.yaml
docs/index.md
docs/songbirdcli/cli.md
docs/songbirdcli/helpers.md
docs/songbirdcli/settings.md
songbirdcli/cli.py
songbirdcli/helpers.py
songbirdcli/settings.py
songbirdcli/version.py
songbirdcli.egg-info/PKG-INFO
songbirdcli.egg-info/SOURCES.txt
songbirdcli.egg-info/dependency_links.txt
songbirdcli.egg-info/entry_points.txt
songbirdcli.egg-info/requires.txt
songbirdcli.egg-info/top_level.txt
tests/unit/test_cli.py
tests/unit/test_helpers.py