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.3.
Installation
It can be installed with:
$ pip install --upgrade pyflakes
Project details
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size pyflakes-0.7.3.tar.gz (30.6 kB) | File type Source | Python version None | Upload date | Hashes View hashes |