软件包: pyflakes (2.1.1-2)
pyflakes 的相关链接
Trisquel 的资源:
下载源码包 pyflakes:
维护者:
Original Maintainers:
- Python Applications Packaging Team (Mail Archive)
- Varun Hiremath
- Barry Warsaw
外部的资源:
- 主页 [launchpad.net]
相似软件包:
passive checker of Python 2 programs
Pyflakes is program to analyze Python programs and detect various errors. It works by parsing the source file, not importing it, so it is safe to use on modules with side effects. It's also much faster.
Unlike PyLint, Pyflakes checks only for logical errors in programs; it does not perform any checks on style.
This is the Python 2 command line `pyflakes` program.
其他与 pyflakes 有关的软件包
|
|
|
-
- dep: python-pyflakes (= 2.1.1-2)
- passive checker of Python 2 programs - Python modules
-
- dep: python2
- interactive high-level object-oriented language (Python2 version)
-
- rec: pyflakes3
- passive checker of Python 3 programs