Metadata-Version: 1.0
Name: flake8
Version: 0.1
Summary: code checking using pep8 and pyflakes
Home-page: http://bitbucket.org/tarek/flake8
Author: Tarek Ziade
Author-email: UNKNOWN
License: MIT
Description: ======
        Flake8
        ======
        
        Flake8 is just a merge of the PyFlakes and the pep8 projects into one single
        script.
        
        It runs both tests by launching the single 'flake8' script, but ignores pep8
        options and just uses its defaults.
        
        It also adds a few features:
        
        - lines that contains a "# NOQA" comment at the end will not issue a warning
        - merging pep8 and pyflakes options
        - more things to come..
        
        Original projects:
        
        - pep8: http://github.com/jcrocholl/pep8/
        - PyFlakes: http://divmod.org/trac/wiki/DivmodPyflakes
        
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
