[ buster ]
[ 源代码: pyflakes ]
软件包:python-pyflakes(2.0.0-1)
python-pyflakes 的相关链接
Debian 的资源:
下载源码包 pyflakes:
维护小组:
- Python Applications Packaging Team (QA 页面, 邮件存档)
- Varun Hiremath (QA 页面)
- Dimitri John Ledkov (QA 页面)
- Barry Warsaw (QA 页面)
外部的资源:
- 主页 [launchpad.net]
相似软件包:
passive checker of Python 2 programs - Python modules
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 library version.
其他与 python-pyflakes 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- rec: pyflakes
- passive checker of Python 2 programs