Skip to main content

Code coverage testing for Python.

License Python versions supported Package stability
Build status Windows build status Documentation Coverage!
PyPI status Kit format Packaging status
Github stars Github forks Contributors
Tidelift coverage.py on Twitter nedbat on Twitter

Coverage.py measures code coverage, typically during test execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed.

Coverage.py runs on many versions of Python:

  • CPython 2.7.

  • CPython 3.5 through 3.9 alpha 4.

  • PyPy2 7.3.0 and PyPy3 7.3.0.

Documentation is on Read the Docs. Code repository and issue tracker are on GitHub.

New in 5.0: SQLite data storage, JSON report, contexts, relative filenames, dropped support for Python 2.6, 3.3 and 3.4.

For Enterprise

Tidelift

Available as part of the Tidelift Subscription. Coverage and thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use. If you want the flexibility of open source and the confidence of commercial-grade software, this is for you. Learn more.

Getting Started

See the Quick Start section of the docs.

Change history

The complete history of changes is on the change history page.

Contributing

See the Contributing section of the docs.

Security

To report a security vulnerability, please use the Tidelift security contact. Tidelift will coordinate the fix and disclosure.

License

Licensed under the Apache 2.0 License. For details, see NOTICE.txt.

Release files for coverage 5.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for coverage 5.1
File Size Uploaded
coverage-5.1.tar.gz 687.4 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for coverage 5.1
File
coverage-5.1-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
coverage-5.1-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
coverage-5.1-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
coverage-5.1-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
coverage-5.1-cp38-cp38-manylinux1_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.5+ x86-64 Details
coverage-5.1-cp38-cp38-manylinux1_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.5+ x86-32 Details
coverage-5.1-cp38-cp38-macosx_10_13_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.13+ x86-64 Details
coverage-5.1-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
coverage-5.1-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
coverage-5.1-cp37-cp37m-manylinux1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64 Details
coverage-5.1-cp37-cp37m-manylinux1_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32 Details
coverage-5.1-cp37-cp37m-macosx_10_13_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.13+ x86-64 Details
coverage-5.1-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
coverage-5.1-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
coverage-5.1-cp36-cp36m-manylinux1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 Details
coverage-5.1-cp36-cp36m-manylinux1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32 Details
coverage-5.1-cp36-cp36m-macosx_10_13_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.13+ x86-64 Details
coverage-5.1-cp35-cp35m-win_amd64.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-64 Details
coverage-5.1-cp35-cp35m-win32.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-32 Details
coverage-5.1-cp35-cp35m-manylinux1_x86_64.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64 Details
coverage-5.1-cp35-cp35m-manylinux1_i686.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32 Details
coverage-5.1-cp35-cp35m-macosx_10_12_x86_64.whl CPython 3.5 CPython 3.5 pymalloc macOS 10.12+ x86-64 Details
coverage-5.1-cp27-cp27mu-manylinux1_x86_64.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64 Details
coverage-5.1-cp27-cp27mu-manylinux1_i686.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32 Details
coverage-5.1-cp27-cp27m-win_amd64.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-64 Details
coverage-5.1-cp27-cp27m-win32.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-32 Details
coverage-5.1-cp27-cp27m-manylinux1_x86_64.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64 Details
coverage-5.1-cp27-cp27m-manylinux1_i686.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-32 Details
coverage-5.1-cp27-cp27m-macosx_10_13_intel.whl CPython 2.7 CPython 2.7 pymalloc macOS 10.13+ Intel (x86-64, i386) Details
coverage-5.1-cp27-cp27m-macosx_10_12_x86_64.whl CPython 2.7 CPython 2.7 pymalloc macOS 10.12+ x86-64 Details

Total release size: 7.1 MB

Release files / coverage-5.1.tar.gz

Download URL coverage-5.1.tar.gz
Size 687.4 kB
Tags Source
SHA-256 checksum
How to use checksums
f90bfc4ad18450c80b024036eaf91e4a246ae287701aaa88eaebebf150868052
BLAKE2b-256 checksum
How to use checksums
fe4d3d892bdd21acba6c9e9bec6dc93fbe619883a0967c62f976122f2c6366f3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

Release files / coverage-5.1-cp39-cp39-win_amd64.whl

Download URL coverage-5.1-cp39-cp39-win_amd64.whl
Size 206.0 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
bb28a7245de68bf29f6fb199545d072d1036a1917dca17a1e75bbb919e14ee8e
BLAKE2b-256 checksum
How to use checksums
9e914fbe2cd5a71d429f2bace69214cb90b6750ec5686969805527adba869435
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

Release files / coverage-5.1-cp39-cp39-win32.whl

Download URL coverage-5.1-cp39-cp39-win32.whl
Size 204.7 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
a82b92b04a23d3c8a581fc049228bafde988abacba397d57ce95fe95e0338ab4
BLAKE2b-256 checksum
How to use checksums
6cb0f07693d618b928436113ab17004e6fd0cfd414c605f1960cd69f1c10bc91
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

Release files / coverage-5.1-cp38-cp38-win_amd64.whl

Download URL coverage-5.1-cp38-cp38-win_amd64.whl
Size 206.1 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
79a3cfd6346ce6c13145731d39db47b7a7b859c0272f02cdb89a3bdcbae233a0
BLAKE2b-256 checksum
How to use checksums
3aea989d45f66cbe42d289535c0542c8efe25d44cf8e5dd9071088e0bf162d6e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

Release files / coverage-5.1-cp38-cp38-win32.whl

Download URL coverage-5.1-cp38-cp38-win32.whl
Size 204.8 kB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
8fa0cbc7ecad630e5b0f4f35b0f6ad419246b02bc750de7ac66db92667996d24
BLAKE2b-256 checksum
How to use checksums
e872bb87c825596ee80c6872ea8380114765988e0d46f238b7626f71af4c2ed9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

Release files / coverage-5.1-cp38-cp38-manylinux1_x86_64.whl

Download URL coverage-5.1-cp38-cp38-manylinux1_x86_64.whl
Size 229.0 kB
Tags CPython 3.8 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
6402bd2fdedabbdb63a316308142597534ea8e1895f4e7d8bf7476c5e8751fef
BLAKE2b-256 checksum
How to use checksums
523853a28fcbe77f56f92d45f9961feca85caebe7424b63a10b07aa8607a4f8d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

Release files / coverage-5.1-cp38-cp38-manylinux1_i686.whl

Download URL coverage-5.1-cp38-cp38-manylinux1_i686.whl
Size 226.5 kB
Tags CPython 3.8 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
a3f3654d5734a3ece152636aad89f58afc9213c6520062db3978239db122f03c
BLAKE2b-256 checksum
How to use checksums
969fa04c0c4c400ede6a13992c87f5534b87d02c6ff3d8d2c777404221f220c7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

Release files / coverage-5.1-cp38-cp38-macosx_10_13_x86_64.whl

Download URL coverage-5.1-cp38-cp38-macosx_10_13_x86_64.whl
Size 203.5 kB
Tags CPython 3.8 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
402e1744733df483b93abbf209283898e9f0d67470707e3c7516d84f48524f55
BLAKE2b-256 checksum
How to use checksums
e6918d6601041371a8e1e97bbe2239a58eefb7a07d08eef0a7079ab63365af78
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

Release files / coverage-5.1-cp37-cp37m-win_amd64.whl

Download URL coverage-5.1-cp37-cp37m-win_amd64.whl
Size 205.9 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
00f1d23f4336efc3b311ed0d807feb45098fc86dee1ca13b3d6768cdab187c8a
BLAKE2b-256 checksum
How to use checksums
f3cf6ab0887ad2633d8a4688f5fb56d4901822ef6d810a8524b69ca693f2b41e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

Release files / coverage-5.1-cp37-cp37m-win32.whl

Download URL coverage-5.1-cp37-cp37m-win32.whl
Size 204.8 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
782caea581a6e9ff75eccda79287daefd1d2631cc09d642b6ee2d6da21fc0a4e
BLAKE2b-256 checksum
How to use checksums
27229985db171dce34141cc8ea1176516de70c78eb66a6fa72a07816277770be
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

Release files / coverage-5.1-cp37-cp37m-manylinux1_x86_64.whl

Download URL coverage-5.1-cp37-cp37m-manylinux1_x86_64.whl
Size 227.4 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
adeb4c5b608574a3d647011af36f7586811a2c1197c861aedb548dd2453b41cd
BLAKE2b-256 checksum
How to use checksums
0d85b055f9c1a210f0c7e16e675b286ce4e16d80ba4c4e566de143e8d58dd7f2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

Release files / coverage-5.1-cp37-cp37m-manylinux1_i686.whl

Download URL coverage-5.1-cp37-cp37m-manylinux1_i686.whl
Size 224.8 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
e1ea316102ea1e1770724db01998d1603ed921c54a86a2efcb03428d5417e489
BLAKE2b-256 checksum
How to use checksums
e799c46b10b77e3768668a2528f184cc495186674a94ae1d380270601badb6c9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

Release files / coverage-5.1-cp37-cp37m-macosx_10_13_x86_64.whl

Download URL coverage-5.1-cp37-cp37m-macosx_10_13_x86_64.whl
Size 203.3 kB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
01333e1bd22c59713ba8a79f088b3955946e293114479bbfc2e37d522be03355
BLAKE2b-256 checksum
How to use checksums
62356b122410465e10d59fd1155c7a2882ec05af03326e33265a21986790dbe7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

Release files / coverage-5.1-cp36-cp36m-win_amd64.whl

Download URL coverage-5.1-cp36-cp36m-win_amd64.whl
Size 205.9 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
dead2ddede4c7ba6cb3a721870f5141c97dc7d85a079edb4bd8d88c3ad5b20c7
BLAKE2b-256 checksum
How to use checksums
7d73877820428deb07ef1173d93b4e9134684fef87c5a932866fc3c41681a3b7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

Release files / coverage-5.1-cp36-cp36m-win32.whl

Download URL coverage-5.1-cp36-cp36m-win32.whl
Size 204.8 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
2742c7515b9eb368718cd091bad1a1b44135cc72468c731302b3d641895b83d1
BLAKE2b-256 checksum
How to use checksums
ba2c80e00277314686bb6bd4035b8b48378bd03d76d018be67d7f0e55c736007
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

Release files / coverage-5.1-cp36-cp36m-manylinux1_x86_64.whl

Download URL coverage-5.1-cp36-cp36m-manylinux1_x86_64.whl
Size 227.5 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
5c542d1e62eece33c306d66fe0a5c4f7f7b3c08fecc46ead86d7916684b36d6c
BLAKE2b-256 checksum
How to use checksums
2a3efc18ecef69f174c13493576f46966053c1da07fd8721962530dc1a10b1ca
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

Release files / coverage-5.1-cp36-cp36m-manylinux1_i686.whl

Download URL coverage-5.1-cp36-cp36m-manylinux1_i686.whl
Size 224.9 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
66460ab1599d3cf894bb6baee8c684788819b71a5dc1e8fa2ecc152e5d752019
BLAKE2b-256 checksum
How to use checksums
b8d5fe3b7ed67326b1c4e90420861c6e1d45fa7f6f2fdc42e90c756f80ed318f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

Release files / coverage-5.1-cp36-cp36m-macosx_10_13_x86_64.whl

Download URL coverage-5.1-cp36-cp36m-macosx_10_13_x86_64.whl
Size 203.3 kB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
2d27a3f742c98e5c6b461ee6ef7287400a1956c11421eb574d843d9ec1f772f0
BLAKE2b-256 checksum
How to use checksums
8da12febc6973d1086ab92c2db2a4812b05ae42c3bf7e93c87b43cb59e46cbd6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

Release files / coverage-5.1-cp35-cp35m-win_amd64.whl

Download URL coverage-5.1-cp35-cp35m-win_amd64.whl
Size 205.9 kB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
0e61d9803d5851849c24f78227939c701ced6704f337cad0a91e0972c51c1ee7
BLAKE2b-256 checksum
How to use checksums
1d7b2f65e91d70ded93311842798665f7e92fb90a70bef5c6127eac44d743417
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

Release files / coverage-5.1-cp35-cp35m-win32.whl

Download URL coverage-5.1-cp35-cp35m-win32.whl
Size 204.8 kB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
a027ef0492ede1e03a8054e3c37b8def89a1e3c471482e9f046906ba4f2aafd2
BLAKE2b-256 checksum
How to use checksums
8daf5a8530e1f0db9e2cd36a3da5fabe33732ca9a6827f24abf6c6aee5e5b375
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

Release files / coverage-5.1-cp35-cp35m-manylinux1_x86_64.whl

Download URL coverage-5.1-cp35-cp35m-manylinux1_x86_64.whl
Size 227.5 kB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
dbe8c6ae7534b5b024296464f387d57c13caa942f6d8e6e0346f27e509f0f768
BLAKE2b-256 checksum
How to use checksums
f63310fd30e91f5daf9b0712dff47031e7ba29537e104585aef2a3f4b59665ea
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

Release files / coverage-5.1-cp35-cp35m-manylinux1_i686.whl

Download URL coverage-5.1-cp35-cp35m-manylinux1_i686.whl
Size 224.9 kB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
1601e480b9b99697a570cea7ef749e88123c04b92d84cedaa01e117436b4a0a9
BLAKE2b-256 checksum
How to use checksums
f9b84aa11b2e03080b500eb537f2f3485d6a16fad0c66402cec93d7781898be1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

Release files / coverage-5.1-cp35-cp35m-macosx_10_12_x86_64.whl

Download URL coverage-5.1-cp35-cp35m-macosx_10_12_x86_64.whl
Size 203.3 kB
Tags CPython 3.5 CPython 3.5 pymalloc macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
7a5bdad4edec57b5fb8dae7d3ee58622d626fd3a0be0dfceda162a7035885ecf
BLAKE2b-256 checksum
How to use checksums
4d914c163080cedb82b6de5932f86f24952405f16b324b97f803e9bd777eb5b5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

Release files / coverage-5.1-cp27-cp27mu-manylinux1_x86_64.whl

Download URL coverage-5.1-cp27-cp27mu-manylinux1_x86_64.whl
Size 224.3 kB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
dec5202bfe6f672d4511086e125db035a52b00f1648d6407cc8e526912c0353a
BLAKE2b-256 checksum
How to use checksums
bac30bf72bdfff10c964ec24408962c34317d4b69fcefa4ca2f410e86bac2f19
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

Release files / coverage-5.1-cp27-cp27mu-manylinux1_i686.whl

Download URL coverage-5.1-cp27-cp27mu-manylinux1_i686.whl
Size 223.0 kB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
acf3763ed01af8410fc36afea23707d4ea58ba7e86a8ee915dfb9ceff9ef69d0
BLAKE2b-256 checksum
How to use checksums
f227c650dfb2684101e24e235ca22791c98173a57f2f26fe527f4f63170961d1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

Release files / coverage-5.1-cp27-cp27m-win_amd64.whl

Download URL coverage-5.1-cp27-cp27m-win_amd64.whl
Size 203.5 kB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
bf9cb9a9fd8891e7efd2d44deb24b86d647394b9705b744ff6f8261e6f29a730
BLAKE2b-256 checksum
How to use checksums
288068f6302ab9e4fcf66b46ef1211d8574d4dd4d5150a362d7e2170e2114846
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

Release files / coverage-5.1-cp27-cp27m-win32.whl

Download URL coverage-5.1-cp27-cp27m-win32.whl
Size 203.3 kB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
de807ae933cfb7f0c7d9d981a053772452217df2bf38e7e6267c9cbf9545a796
BLAKE2b-256 checksum
How to use checksums
43a60eff1c43384853138f2f36d33eadb79fcc243f83cb46116cbf9e0656e569
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

Release files / coverage-5.1-cp27-cp27m-manylinux1_x86_64.whl

Download URL coverage-5.1-cp27-cp27m-manylinux1_x86_64.whl
Size 224.3 kB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
5f2294dbf7875b991c381e3d5af2bcc3494d836affa52b809c91697449d0eda6
BLAKE2b-256 checksum
How to use checksums
e661d5ec1216952a1eb59d5069ac14151719387680a30395a5fc080ed73c2fc5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

Release files / coverage-5.1-cp27-cp27m-manylinux1_i686.whl

Download URL coverage-5.1-cp27-cp27m-manylinux1_i686.whl
Size 223.0 kB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
b83835506dfc185a319031cf853fa4bb1b3974b1f913f5bb1a0f3d98bdcded04
BLAKE2b-256 checksum
How to use checksums
07d91309c3573f29420d514d55645591d5aea661d6d5940eb564c1b57f282a4a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

Release files / coverage-5.1-cp27-cp27m-macosx_10_13_intel.whl

Download URL coverage-5.1-cp27-cp27m-macosx_10_13_intel.whl
Size 208.3 kB
Tags CPython 2.7 CPython 2.7 pymalloc macOS 10.13+ Intel (x86-64, i386)
SHA-256 checksum
How to use checksums
c317eaf5ff46a34305b202e73404f55f7389ef834b8dbf4da09b9b9b37f76dd2
BLAKE2b-256 checksum
How to use checksums
d165ca4516aea59a980c37524a2dae498bd8a210b4d97eafd975006c2cb71570
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

Release files / coverage-5.1-cp27-cp27m-macosx_10_12_x86_64.whl

Download URL coverage-5.1-cp27-cp27m-macosx_10_12_x86_64.whl
Size 203.2 kB
Tags CPython 2.7 CPython 2.7 pymalloc macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
0cb4be7e784dcdc050fc58ef05b71aa8e89b7e6636b99967fadbdba694cf2b65
BLAKE2b-256 checksum
How to use checksums
357a90a73d4084e80fcbcc0aaa13385774994309710ad8045027e7dcca7e2fdb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

Release history Release notifications | RSS feed

7.9.1

67 release files

7.9.0

67 release files

7.8.2

67 release files

7.8.1

63 release files

7.8.0

63 release files

7.7.1

63 release files

7.7.0

63 release files

7.6.8

62 release files

7.6.7

62 release files

7.6.6

62 release files

7.6.5

62 release files

7.6.4

62 release files

7.6.3

62 release files

7.6.0

52 release files

7.5.4

52 release files

7.5.3

52 release files

7.5.2

52 release files

7.5.0

52 release files

7.4.4

52 release files

7.4.3

52 release files

7.4.2

52 release files

7.4.1

52 release files

7.4.0

52 release files

7.3.4

52 release files

7.3.3

52 release files

7.3.0

52 release files

7.2.7

60 release files

7.2.6

51 release files

7.2.5

51 release files

7.2.4

51 release files

7.2.2

51 release files

7.2.1

51 release files

7.2.0

51 release files

7.1.0

51 release files

7.0.5

51 release files

7.0.1

51 release files

7.0.0

51 release files

6.5.0

50 release files

6.4.4

50 release files

6.4.2

41 release files

6.4

41 release files

6.3.3

41 release files

6.3.2

41 release files

6.3

41 release files

6.2

47 release files

6.1.2

47 release files

6.1.1

46 release files

6.1

34 release files

6.0.2

33 release files

6.0

35 release files

5.5

52 release files

5.4

49 release files

5.3.1

49 release files

5.3

34 release files

5.2.1

34 release files

5.2

34 release files

This release

5.1 This release

31 release files

5.0.4

31 release files

5.0.3

31 release files

5.0.1

31 release files

5.0

31 release files

4.5.4

32 release files

4.5.3

41 release files

4.5.2

41 release files

4.5.1

41 release files

4.5

36 release files

4.4.1

44 release files

4.4

40 release files

4.3.4

44 release files

4.3.3

28 release files

4.3.2

28 release files

4.3.1

28 release files

4.3

28 release files

4.2

28 release files

4.1

29 release files

4.0.3

27 release files

4.0.1

27 release files

4.0

27 release files

3.7.1

15 release files

3.7

5 release files

3.6

11 release files

3.5.3

6 release files

3.5.2

5 release files

3.5.1

5 release files

3.5

5 release files

3.4

13 release files

3.3.1

9 release files

3.3

9 release files

3.2

8 release files

3.1

6 release files

3.0.1

5 release files

3.0

5 release files

2.85

2.80

2.78

2.77

2.76

2.75

2.8

2.6

2.5

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page