软件包:pylint(1.9.4-1)
Python 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:
* pyreverse: an UML diagram generator * symilar: an independent similarities checker * epylint: Emacs and Flymake compatible Pylint
其他与 pylint 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-astroid (>= 1.4.5)
- rebuild a new abstract syntax tree from Python's AST
-
- dep: python-backports.functools-lru-cache
- backport of functools.lru_cache from Python 3.3 to Python 2
-
- dep: python-configparser
- backport of the enhanced config parser introduced in Python 3.2
-
- dep: python-isort
- library for sorting Python imports (Python 2)
-
- dep: python-logilab-common (>= 0.19.0)
- useful miscellaneous modules used by Logilab projects
-
- dep: python-mccabe
- Python code complexity checker (Python 2)
-
- dep: python-setuptools
- Python Distutils Enhancements
-
- dep: python-singledispatch
- single-dispatch generic functions for Python
-
- dep: python-six
- Python 2 和 3 兼容库(Python 2 接口)
-
- dep: python2.7
- 交互式高级面向对象语言 (2.7 版)
-
- rec: python-tk
- Tkinter - Writing Tk applications with Python2