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
|
Source: pep8
Section: python
Priority: optional
Uploaders:
David Watson <dwatson@debian.org>,
Sylvestre Ledru <sylvestre@debian.org>
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Build-Depends:
debhelper-compat (= 12),
dh-python,
python3-all,
python3-setuptools
Standards-Version: 4.1.1
Homepage: https://pypi.python.org/pypi/pep8
Vcs-Git: https://salsa.debian.org/python-team/packages/pep8.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pep8
Package: python3-pep8
Architecture: all
Recommends: pycodestyle
Depends:
python3-pkg-resources,
${misc:Depends},
${python3:Depends}
Description: Python PEP 8 code style checker - Python 3
Features a plugin architecture allowing for adding new checks is easily.
Parseable output listing line numbers of the error location. Consists of
just one Python file, and requires only stdlib.
.
If you are looking for the pep8 binary program, it was renamed to
pycodestyle.
.
Python 3 version.
|