GitHub / kevinoid / python-project-template
A Python project template with pytest, tox, Sphinx , GitHub Actions, GitLab CI, coveralls, Codecov, and several linters including flake8, Bandit, Black, pyroma, and others.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinoid%2Fpython-project-template
Stars: 8
Forks: 0
Open issues: 1
License: mit
Language: Python
Size: 188 KB
Dependencies parsed at:
26
Created at: over 6 years ago
Updated at: 6 months ago
Pushed at: over 1 year ago
Last synced at: about 2 months ago
setup.py
pypi
requirements/test.in
pypi
- coverage * test
- pytest * test
- pytest-cov >= test
.github/workflows/tox.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
- actions/upload-artifact v3 composite
pyproject.toml
pypi
requirements/dev.txt
pypi
requirements/dev.in
pypi
- bandit >= development
- black * development
- blacken-docs * development
- flake8 * development
- flake8-bugbear * development
- flake8-comprehensions * development
- flake8-docstrings * development
- flake8-rst-docstrings >= development
- isort * development
- mypy * development
- pydocstyle >= development
- pygments * development
- pylint-quotes * development
- pyroma * development
- types-mock * development
- types-setuptools * development
- vulture * development