[ buster ]
[ ソース: pylama ]
パッケージ: python-pylama (7.4.3-2)
python-pylama に関するリンク
Debian の資源:
pylama ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
code audit library for Python in Python2
pylama s a code audit tool for Python and JavaScript. It wraps the following tools:
* PEP8 © 2012-2013, Florent Xicluna; * PEP257 © 2012, GreenSteam, <http://greensteam.dk/> * PyFlakes © 2005-2013, Kevin Watters; * Mccabe © Ned Batchelder; * Pylint © 2013, Logilab (should be installed 'pylama_pylint' module); * gjslint © The Closure Linter Authors (should be installed 'pylama_gjslint' module);
This package installs the library in Python 2.
その他の python-pylama 関連パッケージ
|
|
|
|
-
- dep: python
- 対話式の高レベルオブジェクト指向言語 (Python2 バージョン)
-
- dep: python-mccabe
- Python code complexity checker (Python 2)
-
- dep: python-pycodestyle
- Python style guide checker (formerly called pep8) - Python 2.x
-
- dep: python-pyflakes
- passive checker of Python 2 programs - Python modules