软件包: pylint (0.13.2-2) [universe]
pylint 的相关链接
Ubuntu 的资源:
下载源码包 pylint:
维护者:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainers (usually from Debian):
- Sylvain Thénault
- Alexandre Fayolle
It should generally not be necessary for users to contact the original maintainer.
相似软件包:
python code static checker
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 recommended python-tk package is only for using the pylint-gui script.
其它与 pylint 有关的软件包
|
|
|
-
- dep: python
- 一种交互式、面向对象的高级语言 (缺省版本)
-
- dep: python-logilab-astng (>= 0.17.1)
- extend python's abstract syntax tree
-
- dep: python-logilab-common (>= 0.22.2)
- useful miscellaneous modules used by Logilab projects
-
- rec: python-tk
- Tkinter - Writing Tk applications with Python