[ buster ]
[ 原始碼: pyflakes ]
套件:pyflakes(2.0.0-1)
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
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
- interactive high-level object-oriented language (Python2 version)
-
- dep: python-pyflakes (= 2.0.0-1)
- passive checker of Python 2 programs - Python modules
-
- rec: pyflakes3
- passive checker of Python 3 programs