パッケージ: pylint (0.12.1-1) [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.
Homepage: http://www.logilab.org/projects/pylint
その他の pylint 関連パッケージ
|
|
|
-
- dep: emacsen-common
- 全 Emacsen 用の共通機能
-
- dep: python
- 対話式の高水準オブジェクト指向言語 (デフォルトバージョン)
-
- dep: python-central (>= 0.5.8)
- Python パッケージ用の登録および構築ユーティリティ
-
- dep: python-logilab-astng (>= 0.16.0)
- extend python's abstract syntax tree
-
- dep: python-logilab-common (>= 0.18.0)
- useful miscellaneous modules used by Logilab projects
-
- dep: python-tk
- Tkinter - Python により Tk アプリケーションを作成