[ buster ]
[ 源代码: pylama ]
软件包:python-pylama(7.4.3-2)
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