python_package_template
1.0.0
A reusable template for python packages.
| Author | David Slusser |
| Description | |
| Requirements | Python 3.x + |
| Workflow | Description | Status |
|---|---|---|
| Bandit | security checks |  |
| Black | code formatting |  |
| Coveralls | code coverage status | |
| Mypy | static type checking |  |
| Pytest | unit testing |  |
| Radon | code complexity analysis |  |
| Ruff | static code analysis |  |
| Safety | security vulnerability checks |  |
<coveralls_link>
| Workflow | Description | Status |
|---|---|---|
| Docs | ReadTheDocs Build | [](<readthedocs_link>/en/latest/?badge=latest) |
Full documentation is available here:
https://<repo_name>.readthedocs.io/en/latest/index.html
<repo_name> is licensed under the GNU-3 license (see the LICENSE file for details).
<license_file_link>