Skip to main content

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.5.

Installation

It can be installed with:

$ pip install --upgrade pyflakes

Useful tips:

  • Be sure to install it for a version of Python which is compatible with your codebase: for Python 2, pip2 install pyflakes and for Python3, pip3 install pyflakes.

  • You can also invoke Pyflakes with python3 -m pyflakes . or python2 -m pyflakes . if you have it installed for both versions.

  • If you require more options and more flexibility, you could give a look to Flake8 too.

Design Principles

Pyflakes makes a simple promise: it will never complain about style, and it will try very, very hard to never emit false positives.

Pyflakes is also faster than Pylint or Pychecker. This is largely because Pyflakes only examines the syntax tree of each file individually. As a consequence, Pyflakes is more limited in the types of things it can check.

If you like Pyflakes but also want stylistic checks, you want flake8, which combines Pyflakes with style checks against PEP 8 and adds per-project configuration ability.

Mailing-list

Share your feedback and ideas: subscribe to the mailing-list

Contributing

Issues are tracked on Launchpad.

Patches may be submitted via a GitHub pull request or via the mailing list if you prefer. If you are comfortable doing so, please rebase your changes so they may be applied to master with a fast-forward merge, and each commit is a coherent unit of work with a well-written log message. If you are not comfortable with this rebase workflow, the project maintainers will be happy to rebase your commits for you.

All changes should include tests and pass flake8.

Build status

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyflakes-1.4.0.tar.gz (47.2 kB view details)

Uploaded Source

Built Distribution

pyflakes-1.4.0-py2.py3-none-any.whl (223.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file pyflakes-1.4.0.tar.gz.

File metadata

  • Download URL: pyflakes-1.4.0.tar.gz
  • Upload date:
  • Size: 47.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyflakes-1.4.0.tar.gz
Algorithm Hash digest
SHA256 05c8a1702088e9b54acb422f78210afc6074b3472afa7a0a77f0b8aa3f5db605
MD5 bc97904de633868a1a43c36a3c538a44
BLAKE2b-256 74b680853b2c3cec3cf1c85b4205ed0685b9ea6c25607554dbd5cb1b214af536

See more details on using hashes here.

Provenance

File details

Details for the file pyflakes-1.4.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for pyflakes-1.4.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a3ecf40567dc470c006c19abbac9c8b4a77a8a5a01e975bb6452b8814818ad3f
MD5 8c2f69bb0ad9d8ac71188b1c3fd14d88
BLAKE2b-256 d7ed665746776f005f4bb51747e70e89d8d687584f0241cb44220c598391fed8

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page