skip to navigation
skip to content

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

Log in to rate this package.