METADATA 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. Metadata-Version: 2.0
  2. Name: coverage
  3. Version: 4.4.2
  4. Summary: Code coverage measurement for Python
  5. Home-page: https://bitbucket.org/ned/coveragepy
  6. Author: Ned Batchelder and 96 others
  7. Author-email: ned@nedbatchelder.com
  8. License: Apache 2.0
  9. Keywords: code coverage testing
  10. Platform: UNKNOWN
  11. Classifier: Environment :: Console
  12. Classifier: Intended Audience :: Developers
  13. Classifier: License :: OSI Approved :: Apache Software License
  14. Classifier: Operating System :: OS Independent
  15. Classifier: Programming Language :: Python
  16. Classifier: Programming Language :: Python :: 2
  17. Classifier: Programming Language :: Python :: 2.6
  18. Classifier: Programming Language :: Python :: 2.7
  19. Classifier: Programming Language :: Python :: 3
  20. Classifier: Programming Language :: Python :: 3.3
  21. Classifier: Programming Language :: Python :: 3.4
  22. Classifier: Programming Language :: Python :: 3.5
  23. Classifier: Programming Language :: Python :: 3.6
  24. Classifier: Programming Language :: Python :: 3.7
  25. Classifier: Programming Language :: Python :: Implementation :: CPython
  26. Classifier: Programming Language :: Python :: Implementation :: PyPy
  27. Classifier: Programming Language :: Python :: Implementation :: Jython
  28. Classifier: Programming Language :: Python :: Implementation :: IronPython
  29. Classifier: Topic :: Software Development :: Quality Assurance
  30. Classifier: Topic :: Software Development :: Testing
  31. Classifier: Development Status :: 5 - Production/Stable
  32. .. Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
  33. .. For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
  34. ===========
  35. Coverage.py
  36. ===========
  37. Code coverage testing for Python.
  38. | |license| |versions| |status| |docs|
  39. | |ci-status| |win-ci-status| |codecov|
  40. | |kit| |format| |commits-since|
  41. | |saythanks|
  42. | |codesponsor|
  43. .. downloads badge seems to be broken... |downloads|
  44. Coverage.py measures code coverage, typically during test execution. It uses
  45. the code analysis tools and tracing hooks provided in the Python standard
  46. library to determine which lines are executable, and which have been executed.
  47. Coverage.py runs on many versions of Python:
  48. * CPython 2.6, 2.7 and 3.3 through 3.7.
  49. * PyPy2 5.6 and PyPy3 5.5.
  50. * Jython 2.7.1, though not for reporting.
  51. * IronPython 2.7.7, though not for reporting.
  52. Documentation is on `Read the Docs`_. Code repository and issue tracker are on
  53. `Bitbucket`_, with a mirrored repository on `GitHub`_.
  54. .. _Read the Docs: https://coverage.readthedocs.io
  55. .. _Bitbucket: https://bitbucket.org/ned/coveragepy
  56. .. _GitHub: https://github.com/nedbat/coveragepy
  57. **New in 4.4:** Suppressable warnings, continuous coverage measurement.
  58. New in 4.3: HTML ``--skip-covered``, sys.excepthook support, tox.ini
  59. support.
  60. New in 4.2: better support for multiprocessing and combining data.
  61. New in 4.1: much-improved branch coverage.
  62. New in 4.0: ``--concurrency``, plugins for non-Python files, setup.cfg
  63. support, --skip-covered, HTML filtering, and more than 50 issues closed.
  64. Getting Started
  65. ---------------
  66. See the `Quick Start section`_ of the docs.
  67. .. _Quick Start section: https://coverage.readthedocs.io/#quick-start
  68. Contributing
  69. ------------
  70. See the `Contributing section`_ of the docs.
  71. .. _Contributing section: https://coverage.readthedocs.io/en/latest/contributing.html
  72. License
  73. -------
  74. Licensed under the `Apache 2.0 License`_. For details, see `NOTICE.txt`_.
  75. .. _Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0
  76. .. _NOTICE.txt: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
  77. .. |ci-status| image:: https://travis-ci.org/nedbat/coveragepy.svg?branch=master
  78. :target: https://travis-ci.org/nedbat/coveragepy
  79. :alt: Build status
  80. .. |win-ci-status| image:: https://ci.appveyor.com/api/projects/status/kmeqpdje7h9r6vsf/branch/master?svg=true
  81. :target: https://ci.appveyor.com/project/nedbat/coveragepy
  82. :alt: Windows build status
  83. .. |docs| image:: https://readthedocs.org/projects/coverage/badge/?version=latest&style=flat
  84. :target: https://coverage.readthedocs.io
  85. :alt: Documentation
  86. .. |reqs| image:: https://requires.io/github/nedbat/coveragepy/requirements.svg?branch=master
  87. :target: https://requires.io/github/nedbat/coveragepy/requirements/?branch=master
  88. :alt: Requirements status
  89. .. |kit| image:: https://badge.fury.io/py/coverage.svg
  90. :target: https://pypi.python.org/pypi/coverage
  91. :alt: PyPI status
  92. .. |format| image:: https://img.shields.io/pypi/format/coverage.svg
  93. :target: https://pypi.python.org/pypi/coverage
  94. :alt: Kit format
  95. .. |downloads| image:: https://img.shields.io/pypi/dw/coverage.svg
  96. :target: https://pypi.python.org/pypi/coverage
  97. :alt: Weekly PyPI downloads
  98. .. |versions| image:: https://img.shields.io/pypi/pyversions/coverage.svg
  99. :target: https://pypi.python.org/pypi/coverage
  100. :alt: Python versions supported
  101. .. |status| image:: https://img.shields.io/pypi/status/coverage.svg
  102. :target: https://pypi.python.org/pypi/coverage
  103. :alt: Package stability
  104. .. |license| image:: https://img.shields.io/pypi/l/coverage.svg
  105. :target: https://pypi.python.org/pypi/coverage
  106. :alt: License
  107. .. |codecov| image:: http://codecov.io/github/nedbat/coveragepy/coverage.svg?branch=master&precision=2
  108. :target: http://codecov.io/github/nedbat/coveragepy?branch=master
  109. :alt: Coverage!
  110. .. |commits-since| image:: https://img.shields.io/github/commits-since/nedbat/coveragepy/coverage-4.4.2.svg
  111. :target: https://github.com/nedbat/coveragepy/compare/coverage-4.4.2...master
  112. :alt: See latest work
  113. .. |saythanks| image:: https://img.shields.io/badge/saythanks.io-%E2%98%BC-1EAEDB.svg
  114. :target: https://saythanks.io/to/nedbat
  115. :alt: Say thanks :)
  116. .. |codesponsor| image:: https://app.codesponsor.io/embed/8cXmdZx1a9Mu45zuTzC5du75/nedbat/coveragepy.svg
  117. :target: https://app.codesponsor.io/link/8cXmdZx1a9Mu45zuTzC5du75/nedbat/coveragepy
  118. :height: 68px
  119. :width: 888px
  120. :alt: codesponsor.io