DebugClients/Python3/coverage/doc/PKG-INFO

changeset 29
391dc0bc4ae5
parent 0
de9c2efb9d02
child 3495
fac17a82b431
equal deleted inserted replaced
28:dde24fc7f7ba 29:391dc0bc4ae5
1 Metadata-Version: 1.0 1 Metadata-Version: 1.0
2 Name: coverage 2 Name: coverage
3 Version: 3.0.1 3 Version: 3.2
4 Summary: Code coverage measurement for Python 4 Summary: Code coverage measurement for Python
5 Home-page: http://nedbatchelder.com/code/coverage 5 Home-page: http://nedbatchelder.com/code/coverage
6 Author: Ned Batchelder 6 Author: Ned Batchelder
7 Author-email: ned@nedbatchelder.com 7 Author-email: ned@nedbatchelder.com
8 License: BSD 8 License: BSD
9 Description: Coverage measures code coverage, typically during test execution. It uses the 9 Description: Coverage.py measures code coverage, typically during test execution. It uses
10 code analysis tools and tracing hooks provided in the Python standard library 10 the code analysis tools and tracing hooks provided in the Python standard
11 to determine which lines are executable, and which have been executed. 11 library to determine which lines are executable, and which have been executed.
12 12
13 Code repository and issue tracker are at 13 Coverage.py runs on Pythons 2.3 through 3.1.
14 `bitbucket.org <http://bitbucket.org/ned/coveragepy>`_.
15 14
15 Documentation is at `nedbatchelder.com <http://nedbatchelder.com/code/coverage>`_. Code repository and issue
16 tracker are at `bitbucket.org <http://bitbucket.org/ned/coveragepy>`_.
17
18 New in 3.2: Branch coverage!
16 19
17 Keywords: code coverage testing 20 Keywords: code coverage testing
18 Platform: UNKNOWN 21 Platform: UNKNOWN
19 Classifier: Environment :: Console 22 Classifier: Environment :: Console
20 Classifier: Intended Audience :: Developers 23 Classifier: Intended Audience :: Developers
21 Classifier: License :: OSI Approved :: BSD License 24 Classifier: License :: OSI Approved :: BSD License
22 Classifier: Operating System :: OS Independent 25 Classifier: Operating System :: OS Independent
23 Classifier: Programming Language :: Python 26 Classifier: Programming Language :: Python :: 2
27 Classifier: Programming Language :: Python :: 3
24 Classifier: Topic :: Software Development :: Quality Assurance 28 Classifier: Topic :: Software Development :: Quality Assurance
25 Classifier: Topic :: Software Development :: Testing 29 Classifier: Topic :: Software Development :: Testing
26 Classifier: Development Status :: 5 - Production/Stable 30 Classifier: Development Status :: 5 - Production/Stable

eric ide

mercurial