SlackBuilds Repository

15.0 > Python > pyflakes (1.6.0)

PyFlakes a Lint-like tool for Python, like PyChecker. It is focused on
identifying common errors quickly without executing Python code.

Its primary advantage over PyChecker is that it is fast. You don't
have to sit around for minutes waiting for the checker to run; it runs
on most large projects in only a few seconds.

The two primary categories of defects reported by PyFlakes are:
* Names which are used but not defined or used before they are defined
* Names which are redefined without having been used

These can each take many forms. For example, PyFlakes will tell you
when you have forgotten an import, mistyped a variable name, defined
two functions with the same name, shadowed a variable from another
scope, imported a module twice, or two different modules with the same
name, and so on.

Maintained by: LukenShiro
Keywords: python,lint,checker
ChangeLog: pyflakes

Homepage:
https://github.com/pyflakes/pyflakes

Source Downloads:
pyflakes-1.6.0.tar.gz (b385b0e4cd40a522553e97cd2d83573e)

Download SlackBuild:
pyflakes.tar.gz
pyflakes.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
pyflakes.SlackBuild
pyflakes.info
slack-desc

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds