What is this?
This is Python project template that I use for my projects.
Features
pyproject.tomlfor managing dependencies and project metadata.mypyfor static type checking.pre-commitfor running code checks before committing.pytestfor running tests.mkdocsfor generating documentation.