Metadata-Version: 1.1
Name: ExcludeUntilCoveragePlugin
Version: 0.1.0
Summary: Plugin for code coverage excluding lines until marker found.
Home-page: https://github.com/hsorby/exclude_until_coverage_plugin/
Author: Hugh Sorby
Author-email: h.sorby@auckland.ac.nz
License: Apache Software License
Description: 
        Exclude Until Coverage Plugin
        =============================
        
        A plugin for the coverage Python library that excludes lines until a marker is found.
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: Jython
Classifier: Programming Language :: Python :: Implementation :: IronPython
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
