A template repository that Python projects can inherit from to ensure tooling consistency
This is a template repository that is intended to be inherited by other template repositories to ensure consistent common tool deployment across languages.
This will also support optional tooling that services like GitHub offer in order to provide repository owners access to these features without them having to discover it themselves.
The following tooling is supported:
- Base Template Tooling
- Python .gitignore
- Pypi Requirements
- Poetry
- Sphinx
- Python pre-commit hooks
- Pyroma
- isort
- Black
- Flake8
- Bandit