[ 源代码: pylama ]
软件包: python3-pylama (7.4.3-3)
python3-pylama 的相关链接
Trisquel 的资源:
下载源码包 pylama:
维护者:
Original Maintainers:
- Debian Python Modules Team (Mail Archive)
- ChangZhuo Chen (陳昌倬)
外部的资源:
- 主页 [github.com]
相似软件包:
code audit library for Python in Python3
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 and library in Python 3.
其他与 python3-pylama 有关的软件包
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-mccabe
- Python code complexity checker (Python 3)
-
- dep: python3-pycodestyle
- Python style guide checker (formerly called pep8) - Python 3.x
-
- dep: python3-pydocstyle (>= 2.0.0)
- Python docstring style checker (Python 3 library)
-
- dep: python3-pyflakes (>= 1.5.0)
- passive checker of Python 3 programs - Python modules