Metadata-Version: 1.1
Name: txctools
Version: 0.1.0
Summary: Tools for TwistedChecker.
Home-page: https://github.com/hawkowl/txctools
Author: HawkOwl
Author-email: hawkowl@outlook.com
License: MIT
Description: txctools
        ========
        
        Some tools for getting more use out of TwistedChecker.
        
        Dependencies
        ------------
        
        txctools works with TwistedChecker, so it requires it.
        
        Running
        -------
        
        To use txctools, just pipe them the output of TwistedChecker or pyLint as such::
        
            pylint twisted/ -f parseable | txc_hotspot
        
Keywords: twistedchecker,pylint,txc
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.7
Classifier: Topic :: Software Development :: Quality Assurance
