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 styleistic 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

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.0.0.tar.gz (35.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyflakes-1.0.0-py2.py3-none-any.whl (152.6 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

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

File hashes

Hashes for pyflakes-1.0.0.tar.gz
Algorithm Hash digest
SHA256 f39e33a4c03beead8774f005bd3ecf0c3f2f264fa0201de965fce0aff1d34263
MD5 914621d4c9546248419b435dd358eb6a
BLAKE2b-256 45246bc038f3422bab08c24173c1990a56e9eb0c4582a9b202858a33f8aefeb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyflakes-1.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 071d121e9e7b33058aa1ba5de7bce9b97bfa3149cfe1acbb6587c21fc1c8eda1
MD5 b06f8034c94c72bcdc4da29a4753b8b7
BLAKE2b-256 6d653272c6bb4dba7974175981d8b8e64b6a1d7022a7f9412417684563650e3a

See more details on using hashes here.

Supported by

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