Metadata-Version: 1.0
Name: setuptools_pyflakes
Version: 1.0.6
Summary: setuptools plugin for pyflakes
Home-page: http://allmydata.org/trac/setuptools_pyflakes
Author: Zooko O'Whielacronx
Author-email: zooko@zooko.com
License: BSD
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
        
Keywords: distutils setuptools setup pyflakes
Platform: UNKNOWN
Classifier: Framework :: Setuptools Plugin
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: DFSG approved
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Microsoft
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows :: Windows NT/2000
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries
Classifier: Framework :: Setuptools Plugin
