1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
# See tox.ini file to know how to use them via command line
# Main packages to make sure they are there
setuptools
pip
wheel
virtualenv
pipdeptree
# Testers
tox
pytest
# Coverage
coverage
pytest-cov
# Code, bug checker
# mypy - not for now
pyflakes
pycycle
# Code style checker
pylint
pycodestyle
# Doc style checker
Pygments
pydocstyle
doc8
# Wrappers for some previous tools
pylama
# Safety checks
safety
bandit
# Code metrics
radon
|