1Name: coverage.py 2Short Name: coverage 3URL: https://pypi.python.org/pypi/coverage 4Version: 4.0.3 5Date: 2015-11-24 6License: Apache 2.0 7License File: LICENSE.txt 8Security Critical: no 9 10Description: 11Coverage.py measures code coverage, typically during test execution. It uses the 12code analysis tools and tracing hooks provided in the Python standard library to 13determine which lines are executable, and which have been executed. 14 15Local Modifications: 16Removed 'doc' and 'test' directories to reduce total file size. 17