.coveragerc
.gitignore
LICENSE
README.md
pyproject.toml
run_tests.sh
setup.py
tox.ini
.github/workflows/measure_code_coverage.yml
.github/workflows/publish_documentation_website.yml
.github/workflows/publish_release_to_pypi.yml
.github/workflows/test_library.yml
docs/INSTALL.rst
docs/Makefile
docs/api.rst
docs/build_docs.py
docs/conf.py
docs/examples.rst
docs/how_to_create_a_python_library_using_pylibtemplate.rst
docs/index.rst
docs/license.rst
docs/literature.rst
docs/make.bat
docs/private_members_to_publish_to_docs.rst
docs/_static/readthedocs_custom.css
docs/_templates/custom_class_template.rst
docs/_templates/custom_module_template.rst
docs/_templates/versions.html
docs/examples/generating_a_git_repository_template.rst
examples/generating_a_git_repository_template.py
pylibtemplate/__init__.py
pylibtemplate/version.py
pylibtemplate.egg-info/PKG-INFO
pylibtemplate.egg-info/SOURCES.txt
pylibtemplate.egg-info/dependency_links.txt
pylibtemplate.egg-info/entry_points.txt
pylibtemplate.egg-info/requires.txt
pylibtemplate.egg-info/top_level.txt
tests/test_root.py