.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.md
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/command_based_framework/__init__.py
src/command_based_framework.egg-info/PKG-INFO
src/command_based_framework.egg-info/SOURCES.txt
src/command_based_framework.egg-info/dependency_links.txt
src/command_based_framework.egg-info/not-zip-safe
src/command_based_framework.egg-info/requires.txt
src/command_based_framework.egg-info/top_level.txt
styles/darglint.toml
styles/file-structure.toml
styles/flake8.toml
styles/isort.toml
styles/mypy.toml
styles/nitpick.toml
styles/styleguide.toml
tests/conftest.py