.gitignore
CONTRIBUTING.md
LICENSE
Makefile
README.md
pyproject.toml
requirements.txt
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/build-test.yml
.github/workflows/building-pypi-linux.yml
.github/workflows/docs.yml
docs/index.html
docs/main.html
examples/example_1.py
media/setting_up_docs_automatically.png
template_python_library/__init__.py
template_python_library/main.py
template_python_library.egg-info/PKG-INFO
template_python_library.egg-info/SOURCES.txt
template_python_library.egg-info/dependency_links.txt
template_python_library.egg-info/top_level.txt
testing/fake_test.py