Skip to content

saper/main-pyflakes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyflakes

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

Mailing-list

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

Build status

About

A simple program which checks Python source files for errors. (official mirror)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 9

Languages