.gitignore
.gitlab-ci.yml
CHANGES.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
pyproject.toml
requirements-dev.txt
requirements.txt
.gitlab/issue_templates/bug.md
docs/changes.rst
docs/conf.py
docs/index.rst
src/declinate/__init__.py
src/declinate/check.py
src/declinate/cli.py
src/declinate/declinate.py
src/declinate/gen.py
src/declinate/py.typed
src/declinate.egg-info/PKG-INFO
src/declinate.egg-info/SOURCES.txt
src/declinate.egg-info/dependency_links.txt
src/declinate.egg-info/entry_points.txt
src/declinate.egg-info/requires.txt
src/declinate.egg-info/top_level.txt
tests/__init__.py
tests/declinate/__init__.py
tests/declinate/test_cli.py
tests/declinate/test_consumers.py
tests/declinate/cli0_minimal/__init__.py
tests/declinate/cli0_minimal/cli.py
tests/declinate/cli0_minimal/declinate.py
tests/declinate/cli1_arguments/__init__.py
tests/declinate/cli1_arguments/cli.py
tests/declinate/cli1_arguments/declinate.py
tests/declinate/cli2_groups/__init__.py
tests/declinate/cli2_groups/cli.py
tests/declinate/cli2_groups/declinate.py
tests/declinate/cli3_withsubcommands/__init__.py
tests/declinate/cli3_withsubcommands/cli.py
tests/declinate/cli3_withsubcommands/declinate.py
tests/declinate/cli4_justsubcommands/__init__.py
tests/declinate/cli4_justsubcommands/cli.py
tests/declinate/cli4_justsubcommands/declinate.py
tests/declinate/cli5_addargfn/__init__.py
tests/declinate/cli5_addargfn/cli.py
tests/declinate/cli5_addargfn/declinate.py