Metadata-Version: 1.0
Name: pychecker
Version: 0.8.19
Summary: Python source code checking tool
Home-page: http://pychecker.sourceforge.net/
Author: Neal Norwitz
Author-email: nnorwitz@gmail.com
License: BSD-like
Description: 
        PyChecker is a tool for finding bugs in python source code.  It finds problems
        that are typically caught by a compiler for less dynamic languages, like C and
        C++. Because of the dynamic nature of Python, some warnings may be incorrect;
        however, spurious warnings should be fairly infrequent.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Debuggers
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
