Add packaging
[platform/upstream/python-coverage.git] / PKG-INFO
1 Metadata-Version: 1.1\r
2 Name: coverage\r
3 Version: 3.6\r
4 Summary: Code coverage measurement for Python\r
5 Home-page: http://nedbatchelder.com/code/coverage\r
6 Author: Ned Batchelder and others\r
7 Author-email: ned@nedbatchelder.com\r
8 License: BSD\r
9 Description: Coverage.py measures code coverage, typically during test execution. It uses\r
10         the code analysis tools and tracing hooks provided in the Python standard\r
11         library to determine which lines are executable, and which have been executed.\r
12         \r
13         Coverage.py runs on Pythons 2.3 through 3.3, and PyPy 1.9.\r
14         \r
15         Documentation is at `nedbatchelder.com <http://nedbatchelder.com/code/coverage>`_.  Code repository and issue\r
16         tracker are at `bitbucket.org <http://bitbucket.org/ned/coveragepy>`_.\r
17         \r
18         New in 3.6: ``--fail-under``, and >20 bugs closed.\r
19         \r
20         New in 3.5: Branch coverage exclusions, keyboard shortcuts in HTML report.\r
21         \r
22         New in 3.4: Better control over source to measure, and unexecuted files\r
23         can be reported.\r
24         \r
25         New in 3.3: .coveragerc files.\r
26         \r
27         New in 3.2: Branch coverage!\r
28 Keywords: code coverage testing\r
29 Platform: UNKNOWN\r
30 Classifier: Environment :: Console\r
31 Classifier: Intended Audience :: Developers\r
32 Classifier: License :: OSI Approved :: BSD License\r
33 Classifier: Operating System :: OS Independent\r
34 Classifier: Programming Language :: Python :: 2\r
35 Classifier: Programming Language :: Python :: 3\r
36 Classifier: Topic :: Software Development :: Quality Assurance\r
37 Classifier: Topic :: Software Development :: Testing\r
38 Classifier: Development Status :: 5 - Production/Stable\r