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 Weekly PyPI downloads
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 beta 4.

  • PyPy2 7.3.1 and PyPy3 7.3.1.

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

New in 5.x: 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.2.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.2.1
File Size Uploaded
coverage-5.2.1.tar.gz 694.1 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for coverage 5.2.1
File
coverage-5.2.1-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
coverage-5.2.1-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
coverage-5.2.1-cp39-cp39-manylinux1_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.5+ x86-64 Details
coverage-5.2.1-cp39-cp39-manylinux1_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.5+ x86-32 Details
coverage-5.2.1-cp39-cp39-macosx_10_13_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.13+ x86-64 Details
coverage-5.2.1-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
coverage-5.2.1-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
coverage-5.2.1-cp38-cp38-manylinux1_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.5+ x86-64 Details
coverage-5.2.1-cp38-cp38-manylinux1_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.5+ x86-32 Details
coverage-5.2.1-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
coverage-5.2.1-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
coverage-5.2.1-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
coverage-5.2.1-cp37-cp37m-manylinux1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64 Details
coverage-5.2.1-cp37-cp37m-manylinux1_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32 Details
coverage-5.2.1-cp37-cp37m-macosx_10_13_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.13+ x86-64 Details
coverage-5.2.1-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
coverage-5.2.1-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
coverage-5.2.1-cp36-cp36m-manylinux1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 Details
coverage-5.2.1-cp36-cp36m-manylinux1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32 Details
coverage-5.2.1-cp36-cp36m-macosx_10_13_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.13+ x86-64 Details
coverage-5.2.1-cp35-cp35m-win_amd64.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-64 Details
coverage-5.2.1-cp35-cp35m-win32.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-32 Details
coverage-5.2.1-cp35-cp35m-manylinux1_x86_64.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64 Details
coverage-5.2.1-cp35-cp35m-manylinux1_i686.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32 Details
coverage-5.2.1-cp35-cp35m-macosx_10_13_x86_64.whl CPython 3.5 CPython 3.5 pymalloc macOS 10.13+ x86-64 Details
coverage-5.2.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.2.1-cp27-cp27mu-manylinux1_i686.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32 Details
coverage-5.2.1-cp27-cp27m-win_amd64.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-64 Details
coverage-5.2.1-cp27-cp27m-win32.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-32 Details
coverage-5.2.1-cp27-cp27m-manylinux1_x86_64.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64 Details
coverage-5.2.1-cp27-cp27m-manylinux1_i686.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-32 Details
coverage-5.2.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.2.1-cp27-cp27m-macosx_10_9_x86_64.whl CPython 2.7 CPython 2.7 pymalloc macOS 10.9+ x86-64 Details

Total release size: 7.8 MB

Release files / coverage-5.2.1.tar.gz

Download URL coverage-5.2.1.tar.gz
Size 694.1 kB
Tags Source
SHA-256 checksum
How to use checksums
a34cb28e0747ea15e82d13e14de606747e9e484fb28d63c999483f5d5188e89b
BLAKE2b-256 checksum
How to use checksums
20c00df91b7bde75063316f0aa5fa699f76b2bbb4514f190a2f68580b18d2f31
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

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

Download URL coverage-5.2.1-cp39-cp39-win_amd64.whl
Size 208.3 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
b8f58c7db64d8f27078cbf2a4391af6aa4e4767cc08b37555c4ae064b8558d9b
BLAKE2b-256 checksum
How to use checksums
684a0f7ab9ffbe2b51013f9586900f970bcf5e5d9f34530ed8e127cd8e732026
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

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

Download URL coverage-5.2.1-cp39-cp39-win32.whl
Size 207.0 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
9e536783a5acee79a9b308be97d3952b662748c4037b6a24cbb339dc7ed8eb89
BLAKE2b-256 checksum
How to use checksums
e54ed96df94ff5f74753bba713855b85b4c27be8d696c71e14a9c6a7da24b99c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

Release files / coverage-5.2.1-cp39-cp39-manylinux1_x86_64.whl

Download URL coverage-5.2.1-cp39-cp39-manylinux1_x86_64.whl
Size 229.8 kB
Tags CPython 3.9 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
4f6428b55d2916a69f8d6453e48a505c07b2245653b0aa9f0dee38785939f5e4
BLAKE2b-256 checksum
How to use checksums
a85c4e4b255aad1035aad44b32b3a79c6702a34fd10d67c4b7ac7b63a4a9ab7f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

Release files / coverage-5.2.1-cp39-cp39-manylinux1_i686.whl

Download URL coverage-5.2.1-cp39-cp39-manylinux1_i686.whl
Size 227.6 kB
Tags CPython 3.9 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
c1bbb628ed5192124889b51204de27c575b3ffc05a5a91307e7640eff1d48da4
BLAKE2b-256 checksum
How to use checksums
361cf6250e29fa3825d2a444ad3ba94cb9b826eb96b4b11637b474d480374f0f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

Release files / coverage-5.2.1-cp39-cp39-macosx_10_13_x86_64.whl

Download URL coverage-5.2.1-cp39-cp39-macosx_10_13_x86_64.whl
Size 205.8 kB
Tags CPython 3.9 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
16042dc7f8e632e0dcd5206a5095ebd18cb1d005f4c89694f7f8aafd96dd43a3
BLAKE2b-256 checksum
How to use checksums
f7db6cb15b51be1e546e82a1b447d9a974f2fb22db49e1ef74bde55c181ea360
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

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

Download URL coverage-5.2.1-cp38-cp38-win_amd64.whl
Size 208.4 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
46794c815e56f1431c66d81943fa90721bb858375fb36e5903697d5eef88627d
BLAKE2b-256 checksum
How to use checksums
00f4637efcd9a261363d322fb362db536655769ec275baa15bbe6695d68eb3d0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

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

Download URL coverage-5.2.1-cp38-cp38-win32.whl
Size 207.1 kB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
700997b77cfab016533b3e7dbc03b71d33ee4df1d79f2463a318ca0263fc29dd
BLAKE2b-256 checksum
How to use checksums
8f39df5a0318498793f67dac6e7df847bf49e5af59d355f16eb5ed5bab58e02b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

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

Download URL coverage-5.2.1-cp38-cp38-manylinux1_x86_64.whl
Size 231.3 kB
Tags CPython 3.8 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
8505e614c983834239f865da2dd336dcf9d72776b951d5dfa5ac36b987726e1b
BLAKE2b-256 checksum
How to use checksums
789f50113d363cb9163228e188364b4d5dcadd4b7d688d42e75860232bd163ea
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

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

Download URL coverage-5.2.1-cp38-cp38-manylinux1_i686.whl
Size 228.7 kB
Tags CPython 3.8 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
c96472b8ca5dc135fb0aa62f79b033f02aa434fb03a8b190600a5ae4102df1fd
BLAKE2b-256 checksum
How to use checksums
66a9b46381d7d14bc35b045ab55abf0ed3efce41c0e05978b2fc4ec1a287bde6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

Release files / coverage-5.2.1-cp38-cp38-macosx_10_9_x86_64.whl

Download URL coverage-5.2.1-cp38-cp38-macosx_10_9_x86_64.whl
Size 205.8 kB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
304fbe451698373dc6653772c72c5d5e883a4aadaf20343592a7abb2e643dae0
BLAKE2b-256 checksum
How to use checksums
a6591661445298c75363399ac5b44d8f847bb1dfa9c3ba65ef9db821a51547d1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

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

Download URL coverage-5.2.1-cp37-cp37m-win_amd64.whl
Size 208.2 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
c2ff24df02a125b7b346c4c9078c8936da06964cc2d276292c357d64378158f8
BLAKE2b-256 checksum
How to use checksums
83cb975e040d2b06958c1c2a65226dc59d2d749e589b7faf542ab539e13682f8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

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

Download URL coverage-5.2.1-cp37-cp37m-win32.whl
Size 207.1 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
aab75d99f3f2874733946a7648ce87a50019eb90baef931698f96b76b6769a46
BLAKE2b-256 checksum
How to use checksums
acb2e6140204be6f30b4ee585d9f668fcb6703bb227a7d839c17d64ce5100bc6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

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

Download URL coverage-5.2.1-cp37-cp37m-manylinux1_x86_64.whl
Size 229.7 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
27ca5a2bc04d68f0776f2cdcb8bbd508bbe430a7bf9c02315cd05fb1d86d0034
BLAKE2b-256 checksum
How to use checksums
d4956cd7d74213e9c131fbbbb261a93f484ac043cc55dc298542909044c3d221
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

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

Download URL coverage-5.2.1-cp37-cp37m-manylinux1_i686.whl
Size 227.1 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
538f2fd5eb64366f37c97fdb3077d665fa946d2b6d95447622292f38407f9258
BLAKE2b-256 checksum
How to use checksums
593933e261e0cd6347bbc34d6136a9fbde88c040a7ef351d8b44499c8612f486
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

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

Download URL coverage-5.2.1-cp37-cp37m-macosx_10_13_x86_64.whl
Size 205.6 kB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
c890728a93fffd0407d7d37c1e6083ff3f9f211c83b4316fae3778417eab9811
BLAKE2b-256 checksum
How to use checksums
fab1a7dd5d8931ae8b2e3966af7bdf77b064f4e78d398db230fbf06e343d340b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

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

Download URL coverage-5.2.1-cp36-cp36m-win_amd64.whl
Size 208.2 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
b1ed2bdb27b4c9fc87058a1cb751c4df8752002143ed393899edb82b131e0546
BLAKE2b-256 checksum
How to use checksums
ec9e8d3418fecaccfae242d75e5b906b1f172a57366ec28da30ca9e5a6ce5d43
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

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

Download URL coverage-5.2.1-cp36-cp36m-win32.whl
Size 207.1 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
962c44070c281d86398aeb8f64e1bf37816a4dfc6f4c0f114756b14fc575621d
BLAKE2b-256 checksum
How to use checksums
5216e3a7a661a98ab511949649e064ac863b111207b3c45862f9caba88e34474
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

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

Download URL coverage-5.2.1-cp36-cp36m-manylinux1_x86_64.whl
Size 229.8 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
098a703d913be6fbd146a8c50cc76513d726b022d170e5e98dc56d958fd592fb
BLAKE2b-256 checksum
How to use checksums
43366bad97e1d647fcb131ba898fc07dad9dd07ab9e3a963bfc097559ad938d5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

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

Download URL coverage-5.2.1-cp36-cp36m-manylinux1_i686.whl
Size 227.2 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
1adb6be0dcef0cf9434619d3b892772fdb48e793300f9d762e480e043bd8e716
BLAKE2b-256 checksum
How to use checksums
835f2581ba71d8201f3b8213fe0f67f58875f082485682a2030289c6e2079685
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

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

Download URL coverage-5.2.1-cp36-cp36m-macosx_10_13_x86_64.whl
Size 205.6 kB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
b360d8fd88d2bad01cb953d81fd2edd4be539df7bfec41e8753fe9f4456a5082
BLAKE2b-256 checksum
How to use checksums
2bb4d6a5783ae82814e0ca174f8bf79f10b95018a01ed74c053e6c7c76861758
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

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

Download URL coverage-5.2.1-cp35-cp35m-win_amd64.whl
Size 208.2 kB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
4186fc95c9febeab5681bc3248553d5ec8c2999b8424d4fc3a39c9cba5796962
BLAKE2b-256 checksum
How to use checksums
9e95bb678156d69a32e1e43a9d78f066269e2587a1fd2e871d38268ef809d9c5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

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

Download URL coverage-5.2.1-cp35-cp35m-win32.whl
Size 207.1 kB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
e26c993bd4b220429d4ec8c1468eca445a4064a61c74ca08da7429af9bc53bb0
BLAKE2b-256 checksum
How to use checksums
cb31c0138d3515c10cb50d22ed4b5a78ce08cb0a7bff7c8b635451e8e81e8107
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

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

Download URL coverage-5.2.1-cp35-cp35m-manylinux1_x86_64.whl
Size 229.8 kB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
28f42dc5172ebdc32622a2c3f7ead1b836cdbf253569ae5673f499e35db0bac3
BLAKE2b-256 checksum
How to use checksums
bbac4cdd5e52e1c7aab54354c6854f7fca4f5a981cfffe012e93149a94960911
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

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

Download URL coverage-5.2.1-cp35-cp35m-manylinux1_i686.whl
Size 227.2 kB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
a3ee9c793ffefe2944d3a2bd928a0e436cd0ac2d9e3723152d6fd5398838ce7d
BLAKE2b-256 checksum
How to use checksums
45200a4273a9b50f7447fe22267481543cb6c389dc8ec3a92a16368bbf9ee5c4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

Release files / coverage-5.2.1-cp35-cp35m-macosx_10_13_x86_64.whl

Download URL coverage-5.2.1-cp35-cp35m-macosx_10_13_x86_64.whl
Size 205.6 kB
Tags CPython 3.5 CPython 3.5 pymalloc macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
4869ab1c1ed33953bb2433ce7b894a28d724b7aa76c19b11e2878034a4e4680b
BLAKE2b-256 checksum
How to use checksums
13d3167e704684cbc10f3467d66a7cc160392df6584da8a0be7f203e00a441ab
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

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

Download URL coverage-5.2.1-cp27-cp27mu-manylinux1_x86_64.whl
Size 226.6 kB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
ce7866f29d3025b5b34c2e944e66ebef0d92e4a4f2463f7266daa03a1332a651
BLAKE2b-256 checksum
How to use checksums
9d630a5c92ff15bf10406a4ed6314104664adb36d67a4c42d2657267ca7765b8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

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

Download URL coverage-5.2.1-cp27-cp27mu-manylinux1_i686.whl
Size 225.3 kB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
9ea749fd447ce7fb1ac71f7616371f04054d969d412d37611716721931e36efd
BLAKE2b-256 checksum
How to use checksums
88c5212872fbe5fe2f1c331442af0bb51d949bee165de82a5f4db71e7470f5db
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

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

Download URL coverage-5.2.1-cp27-cp27m-win_amd64.whl
Size 205.8 kB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
30bc103587e0d3df9e52cd9da1dd915265a22fad0b72afe54daf840c984b564f
BLAKE2b-256 checksum
How to use checksums
cfee21fedbca48095c02287087806741301d81c219d520da2e015e69c906d2b5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

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

Download URL coverage-5.2.1-cp27-cp27m-win32.whl
Size 205.6 kB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
52f185ffd3291196dc1aae506b42e178a592b0b60a8610b108e6ad892cfc1bb3
BLAKE2b-256 checksum
How to use checksums
5c5a6d6b2bcca768fe76fd9d28d07ec04349cb035b0cdcabb8aaa8f6a384f6fc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

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

Download URL coverage-5.2.1-cp27-cp27m-manylinux1_x86_64.whl
Size 226.6 kB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
64c4f340338c68c463f1b56e3f2f0423f7b17ba6c3febae80b81f0e093077f59
BLAKE2b-256 checksum
How to use checksums
cdf57f7d54d12a259de4da7d2d66a7ca064cf1543eaab4fd79ec9826bec34a1d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

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

Download URL coverage-5.2.1-cp27-cp27m-manylinux1_i686.whl
Size 225.3 kB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
2fcc8b58953d74d199a1a4d633df8146f0ac36c4e720b4a1997e9b6327af43a8
BLAKE2b-256 checksum
How to use checksums
c48e0c7c97f6e6bed091fb3d4c5fbadfbad94f7f57fc18abde7640ee84773d5e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

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

Download URL coverage-5.2.1-cp27-cp27m-macosx_10_13_intel.whl
Size 210.6 kB
Tags CPython 2.7 CPython 2.7 pymalloc macOS 10.13+ Intel (x86-64, i386)
SHA-256 checksum
How to use checksums
40f70f81be4d34f8d491e55936904db5c527b0711b2a46513641a5729783c2e4
BLAKE2b-256 checksum
How to use checksums
c3fbdc6c6ea3916d0eae737058f77796c31ccf88c558ac456388ab83577cc3e8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

Release files / coverage-5.2.1-cp27-cp27m-macosx_10_9_x86_64.whl

Download URL coverage-5.2.1-cp27-cp27m-macosx_10_9_x86_64.whl
Size 205.5 kB
Tags CPython 2.7 CPython 2.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
675192fca634f0df69af3493a48224f211f8db4e84452b08d5fcebb9167adb01
BLAKE2b-256 checksum
How to use checksums
464ed5a920b72b62c139b8da25b26e86ff41eec8bfead2e7eed4ae45286e66ad
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

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

This release

5.2.1 This release

34 release files

5.2

34 release files

5.1

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