Skip to main content

Code coverage measurement for Python.

Stand with Ukraine
PyPI status License Python versions supported
Test suite status Quality check status Documentation Coverage reports
Tidelift Sponsor me on GitHub GitHub stars coveragepy on Mastodon nedbat on Mastodon

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 these versions of Python:

  • Python 3.8 through 3.12, and 3.13.0b1 and up.

  • PyPy3 versions 3.8 through 3.10.

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

New in 7.x: initial function/class reporting; experimental support for sys.monitoring; dropped support for Python 3.7; added Coverage.collect() context manager; improved data combining; [run] exclude_also setting; report --format=; type annotations.

New in 6.x: dropped support for Python 2.7, 3.5, and 3.6; write data on SIGTERM; added support for 3.10 match/case statements.

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

Looking to run coverage on your test suite? See the Quick Start section of the docs.

Change history

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

Code of Conduct

Everyone participating in the coverage.py project is expected to treat other people with respect and to follow the guidelines articulated in the Python Community Code of Conduct.

Contributing

Found a bug? Want to help improve the code or documentation? 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 7.5.3

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 7.5.3
File Size Uploaded
coverage-7.5.3.tar.gz 786.2 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for coverage 7.5.3
File
coverage-7.5.3-pp38.pp39.pp310-none-any.whl PyPy 3.8, PyPy 3.10, PyPy 3.9 none any Details
coverage-7.5.3-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
coverage-7.5.3-cp312-cp312-win32.whl CPython 3.12 CPython 3.12 Windows x86-32 Details
coverage-7.5.3-cp312-cp312-musllinux_1_1_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.1+ x86-64 Details
coverage-7.5.3-cp312-cp312-musllinux_1_1_i686.whl CPython 3.12 CPython 3.12 Linux musl 1.1+ x86-32 Details
coverage-7.5.3-cp312-cp312-musllinux_1_1_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.1+ ARM64 Details
coverage-7.5.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
coverage-7.5.3-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.5+ x86-64, Linux glibc 2.17+ x86-64 Details
coverage-7.5.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-32, Linux glibc 2.5+ x86-32 Details
coverage-7.5.3-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
coverage-7.5.3-cp312-cp312-macosx_10_9_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.9+ x86-64 Details
coverage-7.5.3-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
coverage-7.5.3-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
coverage-7.5.3-cp311-cp311-musllinux_1_1_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.1+ x86-64 Details
coverage-7.5.3-cp311-cp311-musllinux_1_1_i686.whl CPython 3.11 CPython 3.11 Linux musl 1.1+ x86-32 Details
coverage-7.5.3-cp311-cp311-musllinux_1_1_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.1+ ARM64 Details
coverage-7.5.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
coverage-7.5.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64, Linux glibc 2.5+ x86-64 Details
coverage-7.5.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-32, Linux glibc 2.5+ x86-32 Details
coverage-7.5.3-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
coverage-7.5.3-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
coverage-7.5.3-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
coverage-7.5.3-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
coverage-7.5.3-cp310-cp310-musllinux_1_1_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ x86-64 Details
coverage-7.5.3-cp310-cp310-musllinux_1_1_i686.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ x86-32 Details
coverage-7.5.3-cp310-cp310-musllinux_1_1_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ ARM64 Details
coverage-7.5.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
coverage-7.5.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.5+ x86-64, Linux glibc 2.17+ x86-64 Details
coverage-7.5.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.10 CPython 3.10 Linux glibc 2.5+ x86-32, Linux glibc 2.17+ x86-32 Details
coverage-7.5.3-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
coverage-7.5.3-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
coverage-7.5.3-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
coverage-7.5.3-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
coverage-7.5.3-cp39-cp39-musllinux_1_1_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.1+ x86-64 Details
coverage-7.5.3-cp39-cp39-musllinux_1_1_i686.whl CPython 3.9 CPython 3.9 Linux musl 1.1+ x86-32 Details
coverage-7.5.3-cp39-cp39-musllinux_1_1_aarch64.whl CPython 3.9 CPython 3.9 Linux musl 1.1+ ARM64 Details
coverage-7.5.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
coverage-7.5.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.5+ x86-64, Linux glibc 2.17+ x86-64 Details
coverage-7.5.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-32, Linux glibc 2.5+ x86-32 Details
coverage-7.5.3-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
coverage-7.5.3-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
coverage-7.5.3-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
coverage-7.5.3-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
coverage-7.5.3-cp38-cp38-musllinux_1_1_x86_64.whl CPython 3.8 CPython 3.8 Linux musl 1.1+ x86-64 Details
coverage-7.5.3-cp38-cp38-musllinux_1_1_i686.whl CPython 3.8 CPython 3.8 Linux musl 1.1+ x86-32 Details
coverage-7.5.3-cp38-cp38-musllinux_1_1_aarch64.whl CPython 3.8 CPython 3.8 Linux musl 1.1+ ARM64 Details
coverage-7.5.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64 Details
coverage-7.5.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.5+ x86-64, Linux glibc 2.17+ x86-64 Details
coverage-7.5.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-32, Linux glibc 2.5+ x86-32 Details
coverage-7.5.3-cp38-cp38-macosx_11_0_arm64.whl CPython 3.8 CPython 3.8 macOS 11.0+ ARM64 Details
coverage-7.5.3-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details

Total release size: 12.2 MB

Release files / coverage-7.5.3.tar.gz

Download URL coverage-7.5.3.tar.gz
Size 786.2 kB
Tags Source
SHA-256 checksum
How to use checksums
04aefca5190d1dc7a53a4c1a5a7f8568811306d7a8ee231c42fb69215571944f
BLAKE2b-256 checksum
How to use checksums
6ca562ae2dc1850feabb74207a422d00893f451ee0950e52792eb208970a30b1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-pp38.pp39.pp310-none-any.whl

Download URL coverage-7.5.3-pp38.pp39.pp310-none-any.whl
Size 196.5 kB
Tags PyPy 3.10 PyPy 3.8 PyPy 3.9
SHA-256 checksum
How to use checksums
3538d8fb1ee9bdd2e2692b3b18c22bb1c19ffbefd06880f5ac496e42d7bb3884
BLAKE2b-256 checksum
How to use checksums
f6c97953a450762a62abbaf0a65b67fe406b3b515a755139b3db662da441ac87
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp312-cp312-win_amd64.whl

Download URL coverage-7.5.3-cp312-cp312-win_amd64.whl
Size 207.6 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
0bbddc54bbacfc09b3edaec644d4ac90c08ee8ed4844b0f86227dcda2d428fcb
BLAKE2b-256 checksum
How to use checksums
d886a12c544cfa2ba5265f3bafa15283fe9e99aa773db216b6da94085cb48529
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp312-cp312-win32.whl

Download URL coverage-7.5.3-cp312-cp312-win32.whl
Size 206.8 kB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
7b2a19e13dfb5c8e145c7a6ea959485ee8e2204699903c88c7d25283584bfc08
BLAKE2b-256 checksum
How to use checksums
ee733682ffb23c3cf323b88d670af7f2001b31bcaa250c7eeab3220f2adb1721
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp312-cp312-musllinux_1_1_x86_64.whl

Download URL coverage-7.5.3-cp312-cp312-musllinux_1_1_x86_64.whl
Size 242.9 kB
Tags CPython 3.12 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
33fc65740267222fc02975c061eb7167185fef4cc8f2770267ee8bf7d6a42f84
BLAKE2b-256 checksum
How to use checksums
48f461b6e74aca0105ce12c38dd180eb4b5084695810bf2b53cd758ce845cec0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp312-cp312-musllinux_1_1_i686.whl

Download URL coverage-7.5.3-cp312-cp312-musllinux_1_1_i686.whl
Size 241.2 kB
Tags CPython 3.12 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
fd27d8b49e574e50caa65196d908f80e4dff64d7e592d0c59788b45aad7e8b35
BLAKE2b-256 checksum
How to use checksums
61faa72c9a328e578f095b95b0eeb96334f3cfa0b76a4057c7217ea96a55b749
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp312-cp312-musllinux_1_1_aarch64.whl

Download URL coverage-7.5.3-cp312-cp312-musllinux_1_1_aarch64.whl
Size 243.3 kB
Tags CPython 3.12 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
015eddc5ccd5364dcb902eaecf9515636806fa1e0d5bef5769d06d0f31b54523
BLAKE2b-256 checksum
How to use checksums
e5d81fa23613b995a6c20087ccb9159e8ba881b17ba68ca0f684ef034e5493bf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL coverage-7.5.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 237.0 kB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
8e317953bb4c074c06c798a11dbdd2cf9979dbcaa8ccc0fa4701d80042d4ebf1
BLAKE2b-256 checksum
How to use checksums
9f0459e823c1a280e87418ffa4b25ce26c7a096615a71d49fa895df458e603c0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL coverage-7.5.3-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 236.3 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
b1196e13c45e327d6cd0b6e471530a1882f1017eb83c6229fc613cd1a11b53cd
BLAKE2b-256 checksum
How to use checksums
0e39c44111cfc5e40fc1681a41b96911fba6560b51172b59c204b08b75d58495
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL coverage-7.5.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 234.4 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
705f3d7c2b098c40f5b81790a5fedb274113373d4d1a69e65f8b68b0cc26f6db
BLAKE2b-256 checksum
How to use checksums
1c7d912c3d3e26b6dfeff59fc95870ef04b0c1c6d485d9b35f44e0ee60ec0710
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp312-cp312-macosx_11_0_arm64.whl

Download URL coverage-7.5.3-cp312-cp312-macosx_11_0_arm64.whl
Size 204.7 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
34d6d21d8795a97b14d503dcaf74226ae51eb1f2bd41015d3ef332a24d0a17b3
BLAKE2b-256 checksum
How to use checksums
01ab6851d4be3a6b84ae094c7f0b1ffdfbea1ab4c8baec7caeb0fbf4bea4c386
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp312-cp312-macosx_10_9_x86_64.whl

Download URL coverage-7.5.3-cp312-cp312-macosx_10_9_x86_64.whl
Size 204.5 kB
Tags CPython 3.12 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
296a7d9bbc598e8744c00f7a6cecf1da9b30ae9ad51c566291ff1314e6cbbed8
BLAKE2b-256 checksum
How to use checksums
a7d013db7cfb493bfe778d76272cbc5feb5f6823395098c95a034ff948e92e6a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp311-cp311-win_amd64.whl

Download URL coverage-7.5.3-cp311-cp311-win_amd64.whl
Size 207.5 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
8c836309931839cca658a78a888dab9676b5c988d0dd34ca247f5f3e679f4e7a
BLAKE2b-256 checksum
How to use checksums
3d632d9474c5d2bc866309728de71cbd5fbf64824de88f8a35c8a76a7e658ac4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp311-cp311-win32.whl

Download URL coverage-7.5.3-cp311-cp311-win32.whl
Size 206.5 kB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
fcf7d1d6f5da887ca04302db8e0e0cf56ce9a5e05f202720e49b3e8157ddb9a9
BLAKE2b-256 checksum
How to use checksums
65f6debe265565e253663dbe6ab49ab4422f16849b09276e43858b54b68037e4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp311-cp311-musllinux_1_1_x86_64.whl

Download URL coverage-7.5.3-cp311-cp311-musllinux_1_1_x86_64.whl
Size 244.0 kB
Tags CPython 3.11 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
38a3b98dae8a7c9057bd91fbf3415c05e700a5114c5f1b5b0ea5f8f429ba6614
BLAKE2b-256 checksum
How to use checksums
8c1d45299174011063aa2fcfe1dc4a25aae2722decf611fb0ee38fab4d18f62e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp311-cp311-musllinux_1_1_i686.whl

Download URL coverage-7.5.3-cp311-cp311-musllinux_1_1_i686.whl
Size 242.9 kB
Tags CPython 3.11 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
5bc5a8c87714b0c67cfeb4c7caa82b2d71e8864d1a46aa990b5588fa953673b8
BLAKE2b-256 checksum
How to use checksums
f77bc7b26c4824a58ef4511cd314e816b53573fbb25dc987c20a5bed6d44926b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp311-cp311-musllinux_1_1_aarch64.whl

Download URL coverage-7.5.3-cp311-cp311-musllinux_1_1_aarch64.whl
Size 244.5 kB
Tags CPython 3.11 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
ab0b028165eea880af12f66086694768f2c3139b2c31ad5e032c8edbafca6ffc
BLAKE2b-256 checksum
How to use checksums
7b88e575fa69f859a1bd6d6cdc9b9d965d135be9cef893ef7e01e237142b6bcb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL coverage-7.5.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 236.2 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
55f689f846661e3f26efa535071775d0483388a1ccfab899df72924805e9e7cd
BLAKE2b-256 checksum
How to use checksums
1c72bb1d787e91e34694cbc1087eba5e2ed69f093044e92e6f19a5db3c252605
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL coverage-7.5.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 235.4 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
341dd8f61c26337c37988345ca5c8ccabeff33093a26953a1ac72e7d0103c4fb
BLAKE2b-256 checksum
How to use checksums
9c38d8d6616b3c5da0b6d6ab99a0141f8ba80e979596b360196240c96a67ac11
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL coverage-7.5.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 233.7 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
50084d3516aa263791198913a17354bd1dc627d3c1639209640b9cac3fef5807
BLAKE2b-256 checksum
How to use checksums
87dd3d5f1ca010d3853b530f73d16d575bdaad1302466f9ad9c5197d6dbc3c72
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp311-cp311-macosx_11_0_arm64.whl

Download URL coverage-7.5.3-cp311-cp311-macosx_11_0_arm64.whl
Size 204.7 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
7cec2af81f9e7569280822be68bd57e51b86d42e59ea30d10ebdbb22d2cb7232
BLAKE2b-256 checksum
How to use checksums
0c7a9beb9fb10c3918d1bd17e15f5da4b099c877f74194881862bdde59d3ec3b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp311-cp311-macosx_10_9_x86_64.whl

Download URL coverage-7.5.3-cp311-cp311-macosx_10_9_x86_64.whl
Size 204.3 kB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
f81bc26d609bf0fbc622c7122ba6307993c83c795d2d6f6f6fd8c000a770d974
BLAKE2b-256 checksum
How to use checksums
8c776fb0a12edb21c02541a8fa59c5c51fb49f929b03aa9c773478136440b521
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp310-cp310-win_amd64.whl

Download URL coverage-7.5.3-cp310-cp310-win_amd64.whl
Size 207.4 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
33ca90a0eb29225f195e30684ba4a6db05dbef03c2ccd50b9077714c48153cac
BLAKE2b-256 checksum
How to use checksums
bca665a534068389098e248836193a663d512d0806e1a1f9f1114466585d4dcc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp310-cp310-win32.whl

Download URL coverage-7.5.3-cp310-cp310-win32.whl
Size 206.5 kB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
a5812840d1d00eafae6585aba38021f90a705a25b8216ec7f66aebe5b619fb84
BLAKE2b-256 checksum
How to use checksums
e3fefce5a3139fd50c168a7c46624d52dffb1a3a21652e71c3f963a829b1c1d4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp310-cp310-musllinux_1_1_x86_64.whl

Download URL coverage-7.5.3-cp310-cp310-musllinux_1_1_x86_64.whl
Size 237.0 kB
Tags CPython 3.10 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
239a4e75e09c2b12ea478d28815acf83334d32e722e7433471fbf641c606344c
BLAKE2b-256 checksum
How to use checksums
1fc16ad06fc6fc7ee68bcdb242c237adb2fd580db23aa65a6745320f43b5ae9c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp310-cp310-musllinux_1_1_i686.whl

Download URL coverage-7.5.3-cp310-cp310-musllinux_1_1_i686.whl
Size 235.8 kB
Tags CPython 3.10 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
05ac5f60faa0c704c0f7e6a5cbfd6f02101ed05e0aee4d2822637a9e672c998d
BLAKE2b-256 checksum
How to use checksums
c25aa1cfd01f864763ac356c4029c5ee24943460c1d6e66017dce543eef9415b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp310-cp310-musllinux_1_1_aarch64.whl

Download URL coverage-7.5.3-cp310-cp310-musllinux_1_1_aarch64.whl
Size 237.7 kB
Tags CPython 3.10 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
25a5caf742c6195e08002d3b6c2dd6947e50efc5fc2c2205f61ecb47592d2d83
BLAKE2b-256 checksum
How to use checksums
42c7d4a0b38a9e70f5864b01a7aae430078e326ea73c435e1166f58c1abe4ff9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL coverage-7.5.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 232.5 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
923b7b1c717bd0f0f92d862d1ff51d9b2b55dbbd133e05680204465f454bb286
BLAKE2b-256 checksum
How to use checksums
ca701647300bf3a2517125a5d851470174323c1fead93c53208d755a2f4b1618
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL coverage-7.5.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 231.6 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
d8b7339180d00de83e930358223c617cc343dd08e1aa5ec7b06c3a121aec4e1d
BLAKE2b-256 checksum
How to use checksums
10779d65122b73f2cfa14744286adc3c1f88bdef49ffd628076429ae59e8fa21
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL coverage-7.5.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 230.8 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
62bda40da1e68898186f274f832ef3e759ce929da9a9fd9fcf265956de269dbc
BLAKE2b-256 checksum
How to use checksums
809747151c4a3a664146a76649c8184afd5e26fa156c104443def877f5e06b75
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp310-cp310-macosx_11_0_arm64.whl

Download URL coverage-7.5.3-cp310-cp310-macosx_11_0_arm64.whl
Size 204.6 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
aea7da970f1feccf48be7335f8b2ca64baf9b589d79e05b9397a06696ce1a1ec
BLAKE2b-256 checksum
How to use checksums
f37a8cb117c4d51f599d797e626fa7ac85d1572fb8d98e746eb5c1465af168f3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp310-cp310-macosx_10_9_x86_64.whl

Download URL coverage-7.5.3-cp310-cp310-macosx_10_9_x86_64.whl
Size 204.1 kB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
a6519d917abb15e12380406d721e37613e2a67d166f9fb7e5a8ce0375744cd45
BLAKE2b-256 checksum
How to use checksums
c1c52636e073f656ccda6a6bffbc5b1803c4d64075dedaae176b7a616278f68d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

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

Download URL coverage-7.5.3-cp39-cp39-win_amd64.whl
Size 207.4 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
1d2a830ade66d3563bb61d1e3c77c8def97b30ed91e166c67d0632c018f380f0
BLAKE2b-256 checksum
How to use checksums
6367a38778e73b2dd90ce87aee064ebf2b73ac923c61cf594c6b2a50f3870c6b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

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

Download URL coverage-7.5.3-cp39-cp39-win32.whl
Size 206.5 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
e08c470c2eb01977d221fd87495b44867a56d4d594f43739a8028f8646a51e0d
BLAKE2b-256 checksum
How to use checksums
8386e9bad290b5efacab5ef57abcf03ab72c60dd15b5d35e75432511bbe96557
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp39-cp39-musllinux_1_1_x86_64.whl

Download URL coverage-7.5.3-cp39-cp39-musllinux_1_1_x86_64.whl
Size 236.6 kB
Tags CPython 3.9 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
3d5a67f0da401e105753d474369ab034c7bae51a4c31c77d94030d59e41df5bd
BLAKE2b-256 checksum
How to use checksums
3682116efdd87a81ec86d4a4fbaf7f132dd6beb233c00b4d2374cf2981aaeecd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp39-cp39-musllinux_1_1_i686.whl

Download URL coverage-7.5.3-cp39-cp39-musllinux_1_1_i686.whl
Size 235.4 kB
Tags CPython 3.9 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
990fb20b32990b2ce2c5f974c3e738c9358b2735bc05075d50a6f36721b8f303
BLAKE2b-256 checksum
How to use checksums
3c666f06c86471c79ebff4a300390b5fe1d3b2b9101995075e48d096092ddb6d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp39-cp39-musllinux_1_1_aarch64.whl

Download URL coverage-7.5.3-cp39-cp39-musllinux_1_1_aarch64.whl
Size 237.2 kB
Tags CPython 3.9 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
bde997cac85fcac227b27d4fb2c7608a2c5f6558469b0eb704c5726ae49e1c52
BLAKE2b-256 checksum
How to use checksums
933bdbca2db3a60ed8543a0c815bf83875bf549e02fe6df4baa736216dfb33ae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL coverage-7.5.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 232.1 kB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
8383a6c8cefba1b7cecc0149415046b6fc38836295bc4c84e820872eb5478b3d
BLAKE2b-256 checksum
How to use checksums
30ab701129bdffd493d59070b238238d25ad8882f4967d44f7a399833a5585ae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL coverage-7.5.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 231.2 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
2e079c9ec772fedbade9d7ebc36202a1d9ef7291bc9b3a024ca395c4d52853d7
BLAKE2b-256 checksum
How to use checksums
07e00e30ca5c6c5bcae86df9583c30807ff26e0b991e76f266b81224410663e4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL coverage-7.5.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 230.4 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
9aad68c3f2566dfae84bf46295a79e79d904e1c21ccfc66de88cd446f8686341
BLAKE2b-256 checksum
How to use checksums
e710ad84d019b8d72e92fb908a0524a190f7212062f89360099907b7a812dc65
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp39-cp39-macosx_11_0_arm64.whl

Download URL coverage-7.5.3-cp39-cp39-macosx_11_0_arm64.whl
Size 204.6 kB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
d1da0a2e3b37b745a2b2a678a4c796462cf753aebf94edcc87dcc6b8641eae31
BLAKE2b-256 checksum
How to use checksums
65af3b0268da4cba77f3dda012bafe90b8cbf163713ac92b3cc237ff794bf277
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp39-cp39-macosx_10_9_x86_64.whl

Download URL coverage-7.5.3-cp39-cp39-macosx_10_9_x86_64.whl
Size 204.1 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
f5102a92855d518b0996eb197772f5ac2a527c0ec617124ad5242a3af5e25f85
BLAKE2b-256 checksum
How to use checksums
5799ccb1e4f40688d793ac54407fc86d120c6816ae99b747b47d3e2cc1067457
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

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

Download URL coverage-7.5.3-cp38-cp38-win_amd64.whl
Size 207.3 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
fa21a04112c59ad54f69d80e376f7f9d0f5f9123ab87ecd18fbb9ec3a2beed56
BLAKE2b-256 checksum
How to use checksums
e3273b8ee8a2d96cf9f01a2add9bf100050878785aadc4c4bba5a67eb797dd95
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

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

Download URL coverage-7.5.3-cp38-cp38-win32.whl
Size 206.5 kB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
c59d2ad092dc0551d9f79d9d44d005c945ba95832a6798f98f9216ede3d5f485
BLAKE2b-256 checksum
How to use checksums
9fa52ce9cd5cd0cf7b068eb04c0ba919504737e38ec340f068f123d5f8523c75
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp38-cp38-musllinux_1_1_x86_64.whl

Download URL coverage-7.5.3-cp38-cp38-musllinux_1_1_x86_64.whl
Size 237.9 kB
Tags CPython 3.8 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
75e3f4e86804023e991096b29e147e635f5e2568f77883a1e6eed74512659ab0
BLAKE2b-256 checksum
How to use checksums
ce1a6000c78c7f0944a4030675ef27f563494f0bf189bb0aa9147080a3db0de3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp38-cp38-musllinux_1_1_i686.whl

Download URL coverage-7.5.3-cp38-cp38-musllinux_1_1_i686.whl
Size 237.0 kB
Tags CPython 3.8 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
f542287b1489c7a860d43a7d8883e27ca62ab84ca53c965d11dac1d3a1fab7ce
BLAKE2b-256 checksum
How to use checksums
925835390178ede0daf35ca688c7ee3bab98b2f727863c286d5993979876098c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp38-cp38-musllinux_1_1_aarch64.whl

Download URL coverage-7.5.3-cp38-cp38-musllinux_1_1_aarch64.whl
Size 238.6 kB
Tags CPython 3.8 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
dd4b3355b01273a56b20c219e74e7549e14370b31a4ffe42706a8cda91f19f6d
BLAKE2b-256 checksum
How to use checksums
d8abffbd1c5299c65765c1035c2d06ac765161ff169108f4a0eec58aa45c880b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL coverage-7.5.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 233.6 kB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
f836c174c3a7f639bded48ec913f348c4761cbf49de4a20a956d3431a7c9cb24
BLAKE2b-256 checksum
How to use checksums
843593175835425eb07001b81eb8cffdd7128ca12b9e0942c7c6b64f4410c7b6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL coverage-7.5.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 232.7 kB
Tags CPython 3.8 Linux glibc 2.17+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
c4c2872b3c91f9baa836147ca33650dc5c172e9273c808c3c3199c75490e709d
BLAKE2b-256 checksum
How to use checksums
c636a5779c4bce00f481ee7b3a18b25397261008af6aa0d4eacdc81a5f27d1d6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL coverage-7.5.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 231.5 kB
Tags CPython 3.8 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
244f509f126dc71369393ce5fea17c0592c40ee44e607b6d855e9c4ac57aac98
BLAKE2b-256 checksum
How to use checksums
eebdc267575a24a9e5829f7880805f2693ae6b06aeab79835d8ba00c4f393efa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

Release files / coverage-7.5.3-cp38-cp38-macosx_11_0_arm64.whl

Download URL coverage-7.5.3-cp38-cp38-macosx_11_0_arm64.whl
Size 204.6 kB
Tags CPython 3.8 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
b368e1aee1b9b75757942d44d7598dcd22a9dbb126affcbba82d15917f0cc155
BLAKE2b-256 checksum
How to use checksums
c8a7e590f15018ea15ba9eab4fd5727e4481b46c733b92566bd1e03c448d002f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

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

Download URL coverage-7.5.3-cp38-cp38-macosx_10_9_x86_64.whl
Size 204.1 kB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
f78300789a708ac1f17e134593f577407d52d0417305435b134805c4fb135adb
BLAKE2b-256 checksum
How to use checksums
8bc4b8bef0ab6d950f3eb398afa2d99cb28d3fb846a043d3e92880336870b076
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/5.0.0 CPython/3.8.19

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

This release

7.5.3 This release

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

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