How to install pyflakes
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install pyflakes
Depended by
- affinitic.docpyflakes
- araldo
- autoflake
- bztools
- collective.buildbot
- django-pwutils
- djangodevtools
- eggchecker
- erp5flakes
- exam
- FilterPype
- flake8
- flint
- gargoyle
- githooks
- hacking
- hghooks
- Kate-plugins
- mr.igor
- nydus
- p01.checker
- PCEF
- py_static_check
- PyCPUID
- pymodbus
- pyqode.python
- pytest-codecheckers
- pytest-flakes
- refline.srccheck
- rest-api-blueprint
- samsa
- sentry
- SetupFixer
- setuptools-flakes
- setuptools_pyflakes
- slapos.core
- Soapbox
- tapestry
- ZenCheck
Lastest release
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