setuptools_pyflakes 1.0.5
setuptools plugin for pyflakes
.. _flakes:
``flakes`` -- Find Lint
-----------------------
From the pyflakes_ project page:
Pyflakes is a simple program which checks Python source files for
errors. It is similar to PyChecker in scope, but differs in that it
does not execute the modules to check them. This is both safer and
faster, although it does not perform as many checks. Unlike PyLint,
Pyflakes checks only for logical errors in programs; it does not
perform any checks on style.
Synopsis
~~~~~~~~
Running the ``flakes`` command on the ``pycryptopp`` project::
HACK wonwin-mcbrootles-computer:~/playground/pycryptopp/pycryptopp$ ./setup.py flakes
running flakes
pycryptopp/test/test_aes.py:3: 'cStringIO' imported but unused
pycryptopp/test/test_rsa.py:3: 'cStringIO' imported but unused
pycryptopp/test/test_rsa.py:3: 're' imported but unused
pycryptopp/test/test_rsa.py:3: 'os' imported but unused
pycryptopp/test/test_sha256.py:3: 'cStringIO' imported but unused
Options
~~~~~~~
There are no options for the ``flakes`` command.
.. _pyflakes: http://divmod.org/trac/wiki/DivmodPyflakes
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| setuptools_pyflakes-1.0.5.tar.gz (md5) | Source | 2009-04-27 04:35:53.727743 | 4KB | 692 | |
- Author: Zooko O'Whielacronx <zooko at zooko com>
- Home Page: http://allmydata.org/trac/setuptools_pyflakes
- Keywords: distutils setuptools setup pyflakes
- License: BSD
-
Categories
- Development Status :: 5 - Production/Stable
- Framework :: Setuptools Plugin
- Framework :: Setuptools Plugin
- Intended Audience :: Developers
- License :: DFSG approved
- License :: OSI Approved :: BSD License
- Natural Language :: English
- Operating System :: MacOS :: MacOS X
- Operating System :: Microsoft
- Operating System :: Microsoft :: Windows
- Operating System :: Microsoft :: Windows :: Windows NT/2000
- Operating System :: OS Independent
- Operating System :: POSIX
- Operating System :: POSIX :: Linux
- Operating System :: Unix
- Programming Language :: Python
- Programming Language :: Python :: 2
- Programming Language :: Python :: 2.4
- Programming Language :: Python :: 2.5
- Programming Language :: Python :: 2.6
- Topic :: Software Development :: Libraries
- Topic :: Utilities
- Package Index Owner: zooko
- DOAP record: setuptools_pyflakes-1.0.5.xml
Log in to rate this package.
