パッケージ: 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 用配布用ユーティリティへの機能強化
-
- 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