<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>setuptools_pyflakes</name>
<shortdesc>setuptools plugin for pyflakes</shortdesc>
<description>.. _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</description>
<homepage rdf:resource="http://allmydata.org/trac/setuptools_pyflakes" />
<maintainer><foaf:Person><foaf:name>Zooko O'Whielacronx</foaf:name>
<foaf:mbox_sha1sum>92b7f6ffabddb9b336ac11cd7d9991ba507696c1</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.0.5</revision></Version></release>
</Project></rdf:RDF>