Metadata-Version: 1.0
Name: pyflakes
Version: 0.5.0
Summary: passive checker of Python programs
Home-page: https://launchpad.net/pyflakes
Author: Divmod developers
Author-email: divmod-dev@lists.launchpad.net
License: MIT
Description: Pyflakes is program to analyze Python programs and detect various errors. It
        works by parsing the source file, not importing it, so it is safe to use on
        modules with side effects. It's also much faster.
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
