Metadata-Version: 1.1
Name: coverage-tools
Version: 0.0.2
Summary: Additional tools for Python coverage
Home-page: https://github.com/atodorov/coverage-tools
Author: Alexander Todorov
Author-email: atodorov@nospam.otb.bg
License: MIT
Description: Coverage Tools
        --------------
        
        This package is a collection of command line tools for
        `coverage <http://pypi.python.org/pypi/coverage>`_ to produce verbose reports
        and/or stats measurements of your test coverage.
        
        Available tools include:
        
        * coverage-annotate - prints the source code and prefixes each line with + or -
          depending on wheather it was executed during testing or not;
        * coverage-diff - compares the annotated sources from two coverage data files to
          highlight the difference in test coverage between them;
        
        
        Installation
        ============
        
        Use pip to install from PyPI:
        
        ::
        
                pip install coverage-tools
        
        
        
        Contributing
        ============
        
        Source code and issue tracker are at https://github.com/atodorov/coverage-tools
        
Keywords: code,coverage,testing
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing 
