|
| 1 | +# Python Template |
| 2 | + |
| 3 | +[](https://opensource.org/licenses/MIT) |
| 4 | +[](https://github.com/leynier/python-template/actions?query=workflow%3ACI) |
| 5 | +[](https://codecov.io/gh/leynier/python-template) |
| 6 | +[](https://pypi.org/project/python-template) |
| 7 | +[](https://github.com/leynier/python-template/commits) |
| 8 | +[](https://github.com/leynier/python-template/commits) |
| 9 | +[](https://github.com/leynier/python-template/stargazers) |
| 10 | +[](https://github.com/leynier/python-template/network/members) |
| 11 | +[](https://github.com/leynier/python-template) |
| 12 | +[](https://leynier.github.io/python-template) |
| 13 | +[](https://github.com/leynier/python-template/graphs/contributors) |
| 14 | + |
| 15 | +Python template with CI/CD ready for production |
| 16 | + |
| 17 | +## Features |
| 18 | + |
| 19 | +- Management of dependencies with [Poetry](https://python-poetry.org) |
| 20 | +- Generation of documentation based on Markdown with [Material for Mkdocs](https://squidfunk.github.io/mkdocs-material) |
| 21 | +- Automatic check of the pythonic style with [flake8](https://flake8.pycqa.org), [black](https://black.readthedocs.io) and [isort](https://pycqa.github.io/isort) |
| 22 | +- Automatic code checking with [pytest](https://pytest.org) |
| 23 | +- Automatic code report with [codecov](https://codecov.io/) |
| 24 | +- Automatic publish to [GitHub Releases](https://docs.github.com/es/free-pro-team@latest/github/administering-a-repository/releasing-projects-on-github) |
| 25 | +- Automatic publish to [PyPI](https://pypi.org) |
| 26 | +- Automatic dependency update check with [dependabot](https://github.com/dependabot) |
| 27 | + |
| 28 | +> All of the above via [GitHub Actions](https://github.com/features/actions) and [GitHub Pages](https://pages.github.com) |
0 commit comments