File: req-test.txt

package info (click to toggle)
helpdev 0.7.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 612 kB
  • sloc: python: 648; makefile: 14
file content (40 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (3)
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