passive checker of Python programs
Project description
A simple program which checks Python source files for errors.
Pyflakes analyzes programs and detects 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.4.
Installation
It can be installed with:
$ pip install --upgrade pyflakes
Mailing-list
Share your feedback and ideas: subscribe to the mailing-list
Project details
Release history Release notifications | RSS feed
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.8.1.tar.gz
(33.0 kB
view hashes)
Built Distribution
Close
Hashes for pyflakes-0.8.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac4571695c10ce1536bcdba1a294b9f2d3e6cc9d0ea171b67d50a0864ce3e042 |
|
MD5 | a9810b19e048e77ba1ce5364a77aa32e |
|
BLAKE2b-256 | 4994592dfa051cb674d022c8ae6306d114dc752b3b5d3e08b896acaa4b3277f8 |