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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
|
Source: pylint
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
Build-Depends-Indep: python3-astroid (>= 2.5.1),
python3-docs-theme,
python3-isort,
python3-mccabe,
python3-pytest <!nocheck>,
python3-pytest-benchmark <!nocheck>,
python3-pytest-runner <!nocheck>,
python3-setuptools,
python3-sphinx,
python3-toml,
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://www.pylint.org/
Vcs-Git: https://salsa.debian.org/python-team/packages/pylint.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pylint
Package: pylint-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
${sphinxdoc:Depends},
Built-Using: ${sphinxdoc:Built-Using},
Breaks: pylint (<< 2),
Replaces: pylint (<< 2),
Description: Python code static checker and UML diagram generator (documentation)
Pylint is a Python source code analyzer which looks for programming
errors, helps enforcing a coding standard and sniffs for some code
smells (as defined in Martin Fowler's Refactoring book)
.
Pylint can be seen as another PyChecker since nearly all tests you
can do with PyChecker can also be done with Pylint. However, Pylint
offers some more features, like checking length of lines of code,
checking if variable names are well-formed according to your coding
standard, or checking if declared interfaces are truly implemented,
and much more.
.
Additionally, it is possible to write plugins to add your own checks.
.
The package contains documentation for pylint.
Package: pylint
Architecture: all
Depends: python3-astroid (>= 2.4.0),
python3-isort,
python3-logilab-common (>= 0.19.0),
python3-setuptools,
${misc:Depends},
${python3:Depends},
Recommends: python3-tk,
Suggests: pylint-doc,
python3-mccabe,
Breaks: pylint3 (<< 2.7.2-2),
python3-pylint-django (<< 2.0),
python3-pylint-plugin-utils (<< 0.4),
python3-pytest-pylint (<< 0.10),
Replaces: pylint3,
Provides: pylint3,
Description: Python 3 code static checker and UML diagram generator
Pylint is a Python source code analyzer which looks for programming
errors, helps enforcing a coding standard and sniffs for some code
smells (as defined in Martin Fowler's Refactoring book)
.
Pylint can be seen as another PyChecker since nearly all tests you
can do with PyChecker can also be done with Pylint. However, Pylint
offers some more features, like checking length of lines of code,
checking if variable names are well-formed according to your coding
standard, or checking if declared interfaces are truly implemented,
and much more.
.
Additionally, it is possible to write plugins to add your own checks.
.
The package also ships the following additional commands:
.
* pyreverse3: an UML diagram generator
* symilar3: an independent similarities checker
* epylint3: Emacs and Flymake compatible Pylint
Package: pylint3
Architecture: all
Depends: pylint
Description: Transitional dummy package
This is transitional dummy package for pylint, you can safely remove it.
|