Metadata-Version: 1.1
Name: TwistedChecker
Version: 0.3.0
Summary: A Twisted coding standard compliance checker.
Home-page: https://github.com/twisted/twistedchecker
Author: Twisted Matrix Laboratories
Author-email: twisted-python@twistedmatrix.com
License: MIT
Description: Twisted Coding Standard Checker
        ===============================
        
        TwistedChecker checks Python code for compliance with the `Twisted coding
        standard <https://twistedmatrix.com/documents/current/core/development/policy/coding-standard.html>`.
        
        This was originally a project of Google Summer of Code 2012.
        
        Dependencies
        ------------
        
        TwistedChecker's dependencies are pylint (== 0.26.0) and a recent version of PEP8.
        
        Tests
        -----
        
        .. image:: https://travis-ci.org/twisted/twistedchecker.svg?branch=master
            :target: https://travis-ci.org/twisted/twistedchecker
        
        To test twistedchecker, run the following in the source directory::
        
            trial twistedchecker
        
Keywords: twisted,checker,compliance,pep8
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Quality Assurance
