A simple program which checks Python source files for errors.
Pyflakes analyzes 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.
It is available on PyPI and it supports all active versions of Python from 2.5 to 3.3.
Installation
It can be installed with:
$ pip install --upgrade pyflakes
Mailing-list
Share your feedback and ideas: http://mail.python.org/mailman/listinfo/code-quality
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyflakes-0.6.1.tar.gz
(26.1 kB
view details)
File details
Details for the file pyflakes-0.6.1.tar.gz.
File metadata
- Download URL: pyflakes-0.6.1.tar.gz
- Upload date:
- Size: 26.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8dd31411ded531cca5ed27fdee96f5176db367d5cc91e39e87c1bae47d54dec6
|
|
| MD5 |
00debd2280b962e915dfee552a675915
|
|
| BLAKE2b-256 |
3099a7d442d31bbe87de8c2e49544d5ad4cd4ca57465242c909b204ba597a943
|