.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.travis.yml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
Makefile
README.rst
requirements.txt
requirements_dev.txt
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/readme.rst
docs/usage.rst
testing_project/__init__.py
testing_project/cli.py
testing_project/testing_project.py
testing_project.egg-info/PKG-INFO
testing_project.egg-info/SOURCES.txt
testing_project.egg-info/dependency_links.txt
testing_project.egg-info/entry_points.txt
testing_project.egg-info/not-zip-safe
testing_project.egg-info/requires.txt
testing_project.egg-info/top_level.txt
tests/__init__.py
tests/test_testing_project.py