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.9 through 3.14 alpha 1, including free-threading.

  • PyPy3 versions 3.9 and 3.10.

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

New in 7.x: multi-line exclusion patterns; function/class reporting; experimental support for sys.monitoring; dropped support for Python 3.7 and 3.8; 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.6.4

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.6.4
File Size Uploaded
coverage-7.6.4.tar.gz 798.7 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for coverage 7.6.4
File
coverage-7.6.4-pp39.pp310-none-any.whl PyPy 3.10, PyPy 3.9 none any Details
coverage-7.6.4-cp313-cp313t-win_amd64.whl CPython 3.13 CPython 3.13 free-threading Windows x86-64 Details
coverage-7.6.4-cp313-cp313t-win32.whl CPython 3.13 CPython 3.13 free-threading Windows x86-32 Details
coverage-7.6.4-cp313-cp313t-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 free-threading Linux musl 1.2+ x86-64 Details
coverage-7.6.4-cp313-cp313t-musllinux_1_2_i686.whl CPython 3.13 CPython 3.13 free-threading Linux musl 1.2+ x86-32 Details
coverage-7.6.4-cp313-cp313t-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 free-threading Linux musl 1.2+ ARM64 Details
coverage-7.6.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.13 CPython 3.13 free-threading Linux glibc 2.17+ ARM64 Details
coverage-7.6.4-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.13 CPython 3.13 free-threading Linux glibc 2.17+ x86-64, Linux glibc 2.5+ x86-64 Details
coverage-7.6.4-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.13 CPython 3.13 free-threading Linux glibc 2.17+ x86-32, Linux glibc 2.5+ x86-32 Details
coverage-7.6.4-cp313-cp313t-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 free-threading macOS 11.0+ ARM64 Details
coverage-7.6.4-cp313-cp313t-macosx_10_13_x86_64.whl CPython 3.13 CPython 3.13 free-threading macOS 10.13+ x86-64 Details
coverage-7.6.4-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
coverage-7.6.4-cp313-cp313-win32.whl CPython 3.13 CPython 3.13 Windows x86-32 Details
coverage-7.6.4-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
coverage-7.6.4-cp313-cp313-musllinux_1_2_i686.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-32 Details
coverage-7.6.4-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
coverage-7.6.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARM64 Details
coverage-7.6.4-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-64, Linux glibc 2.5+ x86-64 Details
coverage-7.6.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-32, Linux glibc 2.5+ x86-32 Details
coverage-7.6.4-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
coverage-7.6.4-cp313-cp313-macosx_10_13_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.13+ x86-64 Details
coverage-7.6.4-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
coverage-7.6.4-cp312-cp312-win32.whl CPython 3.12 CPython 3.12 Windows x86-32 Details
coverage-7.6.4-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
coverage-7.6.4-cp312-cp312-musllinux_1_2_i686.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-32 Details
coverage-7.6.4-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
coverage-7.6.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
coverage-7.6.4-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.17+ x86-64, Linux glibc 2.5+ x86-64 Details
coverage-7.6.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.12 CPython 3.12 Linux glibc 2.5+ x86-32, Linux glibc 2.17+ x86-32 Details
coverage-7.6.4-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
coverage-7.6.4-cp312-cp312-macosx_10_13_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.13+ x86-64 Details
coverage-7.6.4-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
coverage-7.6.4-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
coverage-7.6.4-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
coverage-7.6.4-cp311-cp311-musllinux_1_2_i686.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-32 Details
coverage-7.6.4-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
coverage-7.6.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
coverage-7.6.4-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.6.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.11 CPython 3.11 Linux glibc 2.5+ x86-32, Linux glibc 2.17+ x86-32 Details
coverage-7.6.4-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
coverage-7.6.4-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
coverage-7.6.4-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
coverage-7.6.4-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
coverage-7.6.4-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
coverage-7.6.4-cp310-cp310-musllinux_1_2_i686.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-32 Details
coverage-7.6.4-cp310-cp310-musllinux_1_2_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ ARM64 Details
coverage-7.6.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
coverage-7.6.4-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.17+ x86-64, Linux glibc 2.5+ x86-64 Details
coverage-7.6.4-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.6.4-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
coverage-7.6.4-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
coverage-7.6.4-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
coverage-7.6.4-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
coverage-7.6.4-cp39-cp39-musllinux_1_2_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ x86-64 Details
coverage-7.6.4-cp39-cp39-musllinux_1_2_i686.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ x86-32 Details
coverage-7.6.4-cp39-cp39-musllinux_1_2_aarch64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ ARM64 Details
coverage-7.6.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
coverage-7.6.4-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.6.4-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.6.4-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
coverage-7.6.4-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details

Total release size: 14.6 MB

Release files / coverage-7.6.4.tar.gz

Download URL coverage-7.6.4.tar.gz
Size 798.7 kB
Tags Source
SHA-256 checksum
How to use checksums
29fc0f17b1d3fea332f8001d4558f8214af7f1d87a345f3a133c901d60347c73
BLAKE2b-256 checksum
How to use checksums
52123669b6382792783e92046730ad3327f53b2726f0603f4c311c4da4824222
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-pp39.pp310-none-any.whl

Download URL coverage-7.6.4-pp39.pp310-none-any.whl
Size 199.0 kB
Tags PyPy 3.10 PyPy 3.9
SHA-256 checksum
How to use checksums
3c65d37f3a9ebb703e710befdc489a38683a5b152242664b973a7b7b22348a4e
BLAKE2b-256 checksum
How to use checksums
cc56e1d75e8981a2a92c2a777e67c26efa96c66da59d645423146eb9ff3a851b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-cp313-cp313t-win_amd64.whl

Download URL coverage-7.6.4-cp313-cp313t-win_amd64.whl
Size 211.5 kB
Tags CPython 3.13 CPython 3.13 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
f3ddf056d3ebcf6ce47bdaf56142af51bb7fad09e4af310241e9db7a3a8022e1
BLAKE2b-256 checksum
How to use checksums
7e7703fc2979d1538884d921c2013075917fc927f41cd8526909852fe4494112
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-cp313-cp313t-win32.whl

Download URL coverage-7.6.4-cp313-cp313t-win32.whl
Size 210.4 kB
Tags CPython 3.13 CPython 3.13 free-threading Windows x86-32
SHA-256 checksum
How to use checksums
b8d3a03d9bfcaf5b0141d07a88456bb6a4c3ce55c080712fec8418ef3610230e
BLAKE2b-256 checksum
How to use checksums
8fc34fa1eb412bb288ff6bfcc163c11700ff06e02c5fad8513817186e460ed43
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-cp313-cp313t-musllinux_1_2_x86_64.whl

Download URL coverage-7.6.4-cp313-cp313t-musllinux_1_2_x86_64.whl
Size 247.5 kB
Tags CPython 3.13 CPython 3.13 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
cc8ff50b50ce532de2fa7a7daae9dd12f0a699bfcd47f20945364e5c31799fef
BLAKE2b-256 checksum
How to use checksums
16d93d820c00066ae55d69e6d0eae11d6149a5ca7546de469ba9d597f01bf2d7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-cp313-cp313t-musllinux_1_2_i686.whl

Download URL coverage-7.6.4-cp313-cp313t-musllinux_1_2_i686.whl
Size 246.2 kB
Tags CPython 3.13 CPython 3.13 free-threading Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
c48167910a8f644671de9f2083a23630fbf7a1cb70ce939440cd3328e0919f70
BLAKE2b-256 checksum
How to use checksums
f196ebecda2d016cce9da812f404f720ca5df83c6b29f65dc80d2000d0078741
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-cp313-cp313t-musllinux_1_2_aarch64.whl

Download URL coverage-7.6.4-cp313-cp313t-musllinux_1_2_aarch64.whl
Size 248.3 kB
Tags CPython 3.13 CPython 3.13 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
53d202fd109416ce011578f321460795abfe10bb901b883cafd9b3ef851bacfc
BLAKE2b-256 checksum
How to use checksums
5d114c465a5f98656821e499f4b4619929bd5a34639c466021740ecdca42aa30
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL coverage-7.6.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 250.8 kB
Tags CPython 3.13 CPython 3.13 free-threading Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
0bcd1069e710600e8e4cf27f65c90c7843fa8edfb4520fb0ccb88894cad08b11
BLAKE2b-256 checksum
How to use checksums
b57dfd656ddc2b38301927b9eb3aae3fe827e7aa82e691923ed43721fd9423c9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL coverage-7.6.4-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 248.8 kB
Tags CPython 3.13 CPython 3.13 free-threading Linux glibc 2.17+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
a6b1e54712ba3474f34b7ef7a41e65bd9037ad47916ccb1cc78769bae324c01a
BLAKE2b-256 checksum
How to use checksums
45443f64f38f6faab8a0cfd2c6bc6eb4c6daead246b97cf5f8fc23bf3788f841
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL coverage-7.6.4-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 246.5 kB
Tags CPython 3.13 CPython 3.13 free-threading Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
99b41d18e6b2a48ba949418db48159d7a2e81c5cc290fc934b7d2380515bd0e3
BLAKE2b-256 checksum
How to use checksums
90d0eb9a3cc2100b83064bb086f18aedde3afffd7de6ead28f69736c00b7f302
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-cp313-cp313t-macosx_11_0_arm64.whl

Download URL coverage-7.6.4-cp313-cp313t-macosx_11_0_arm64.whl
Size 208.1 kB
Tags CPython 3.13 CPython 3.13 free-threading macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
df57bdbeffe694e7842092c5e2e0bc80fff7f43379d465f932ef36f027179806
BLAKE2b-256 checksum
How to use checksums
fadd7054928930671fcb39ae6a83bb71d9ab5f0afb733172543ced4b09a115ca
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-cp313-cp313t-macosx_10_13_x86_64.whl

Download URL coverage-7.6.4-cp313-cp313t-macosx_10_13_x86_64.whl
Size 207.8 kB
Tags CPython 3.13 CPython 3.13 free-threading macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
a181e99301a0ae128493a24cfe5cfb5b488c4e0bf2f8702091473d033494d04f
BLAKE2b-256 checksum
How to use checksums
78536719677e92c308207e7f10561a1b16ab8b5c00e9328efc9af7cfd6fb703e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-cp313-cp313-win_amd64.whl

Download URL coverage-7.6.4-cp313-cp313-win_amd64.whl
Size 210.4 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
182e6cd5c040cec0a1c8d415a87b67ed01193ed9ad458ee427741c7d8513d963
BLAKE2b-256 checksum
How to use checksums
5c60ce5a9e942e9543783b3db5d942e0578b391c25cdd5e7f342d854ea83d6b7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-cp313-cp313-win32.whl

Download URL coverage-7.6.4-cp313-cp313-win32.whl
Size 209.7 kB
Tags CPython 3.13 Windows x86-32
SHA-256 checksum
How to use checksums
bf20494da9653f6410213424f5f8ad0ed885e01f7e8e59811f572bdb20b8972e
BLAKE2b-256 checksum
How to use checksums
a9646a984b6e92e1ea1353b7ffa08e27f707a5e29b044622445859200f541e8c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL coverage-7.6.4-cp313-cp313-musllinux_1_2_x86_64.whl
Size 238.5 kB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
5beb1ee382ad32afe424097de57134175fea3faf847b9af002cc7895be4e2a5a
BLAKE2b-256 checksum
How to use checksums
ce5ffef33dfd05d87ee9030f614c857deb6df6556b8f6a1c51bbbb41e24ee5ac
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-cp313-cp313-musllinux_1_2_i686.whl

Download URL coverage-7.6.4-cp313-cp313-musllinux_1_2_i686.whl
Size 236.7 kB
Tags CPython 3.13 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
862264b12ebb65ad8d863d51f17758b1684560b66ab02770d4f0baf2ff75da21
BLAKE2b-256 checksum
How to use checksums
f38c6312d241fe7cbd1f0cade34a62fea6f333d1a261255d76b9a87074d8703c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL coverage-7.6.4-cp313-cp313-musllinux_1_2_aarch64.whl
Size 238.6 kB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
dab4d16dfef34b185032580e2f2f89253d302facba093d5fa9dbe04f569c4f4b
BLAKE2b-256 checksum
How to use checksums
49501571810ddd01f99a0a8be464a4ac8b147f322cd1e8e296a1528984fc560b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL coverage-7.6.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 239.8 kB
Tags CPython 3.13 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
f8fe4984b431f8621ca53d9380901f62bfb54ff759a1348cd140490ada7b693c
BLAKE2b-256 checksum
How to use checksums
64c5b4cc3c3f64622c58fbfd4d8b9a7a8ce9d355f172f91fcabbba1f026852f6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL coverage-7.6.4-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 238.9 kB
Tags CPython 3.13 Linux glibc 2.17+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
dacbc52de979f2823a819571f2e3a350a7e36b8cb7484cdb1e289bceaf35305f
BLAKE2b-256 checksum
How to use checksums
7ff84436a643631a2fbab4b44d54f515028f6099bfb1cd95b13cfbf701e7f2f2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL coverage-7.6.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 237.0 kB
Tags CPython 3.13 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
5fbd612f8a091954a0c8dd4c0b571b973487277d26476f8480bfa4b2a65b5d06
BLAKE2b-256 checksum
How to use checksums
8a8614c42e60b70a79b26099e4d289ccdfefbc68624d096f4481163085aa614c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-cp313-cp313-macosx_11_0_arm64.whl

Download URL coverage-7.6.4-cp313-cp313-macosx_11_0_arm64.whl
Size 207.3 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
b0ac3d42cb51c4b12df9c5f0dd2f13a4f24f01943627120ec4d293c9181219ba
BLAKE2b-256 checksum
How to use checksums
3ff9d86368ae8c79e28f1fb458ebc76ae9ff3e8bd8069adc24e8f2fed03c58b7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-cp313-cp313-macosx_10_13_x86_64.whl

Download URL coverage-7.6.4-cp313-cp313-macosx_10_13_x86_64.whl
Size 207.0 kB
Tags CPython 3.13 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
023bf8ee3ec6d35af9c1c6ccc1d18fa69afa1cb29eaac57cb064dbb262a517f9
BLAKE2b-256 checksum
How to use checksums
c24d2dede4f7cb5a70fb0bb40a57627fddf1dbdc6b9c1db81f7c4dcdcb19e2f4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

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

Download URL coverage-7.6.4-cp312-cp312-win_amd64.whl
Size 210.4 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
1032e178b76a4e2b5b32e19d0fd0abbce4b58e77a1ca695820d10e491fa32b08
BLAKE2b-256 checksum
How to use checksums
0169d4f3a4101171f32bc5b3caec8ff94c2c60f700107a6aaef7244b2c166793
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

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

Download URL coverage-7.6.4-cp312-cp312-win32.whl
Size 209.6 kB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
7bb92c539a624cf86296dd0c68cd5cc286c9eef2d0c3b8b192b604ce9de20a17
BLAKE2b-256 checksum
How to use checksums
5e093e94912b8dd37251377bb02727a33a67ee96b84bbbe092f132b401ca5dd9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL coverage-7.6.4-cp312-cp312-musllinux_1_2_x86_64.whl
Size 238.8 kB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
8cf717ee42012be8c0cb205dbbf18ffa9003c4cbf4ad078db47b95e10748eec5
BLAKE2b-256 checksum
How to use checksums
ce9c4337f468ef0ab7a2e0887a9c9da0e58e2eada6fc6cbee637a4acd5dfd8a9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-cp312-cp312-musllinux_1_2_i686.whl

Download URL coverage-7.6.4-cp312-cp312-musllinux_1_2_i686.whl
Size 237.2 kB
Tags CPython 3.12 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
2fdef0d83a2d08d69b1f2210a93c416d54e14d9eb398f6ab2f0a209433db19e1
BLAKE2b-256 checksum
How to use checksums
d90d8e3ed00f1266ef7472a4e33458f42e39492e01a64281084fb3043553d3f1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL coverage-7.6.4-cp312-cp312-musllinux_1_2_aarch64.whl
Size 238.9 kB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
0b58c672d14f16ed92a48db984612f5ce3836ae7d72cdd161001cc54512571f2
BLAKE2b-256 checksum
How to use checksums
3ceb634d7dfab24ac3b790bebaf9da0f4a5352cbc125ce6a9d5c6cf4c6cae3c7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

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

Download URL coverage-7.6.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 240.3 kB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
1d5b8007f81b88696d06f7df0cb9af0d3b835fe0c8dbf489bad70b45f0e45613
BLAKE2b-256 checksum
How to use checksums
d53f0af47dcb9327f65a45455fbca846fe96eb57c153af46c4754a3ba678938a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

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

Download URL coverage-7.6.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 239.4 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
5915fcdec0e54ee229926868e9b08586376cae1f5faa9bbaf8faf3561b393d52
BLAKE2b-256 checksum
How to use checksums
c0706b0627e5bd68204ee580126ed3513140b2298995c1233bd67404b4e44d0e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

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

Download URL coverage-7.6.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 237.3 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
b57b768feb866f44eeed9f46975f3d6406380275c5ddfe22f531a2bf187eda27
BLAKE2b-256 checksum
How to use checksums
8a3c37a9d81bbd4b23bc7d46ca820e16174c613579c66342faa390a271d2e18b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

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

Download URL coverage-7.6.4-cp312-cp312-macosx_11_0_arm64.whl
Size 207.3 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
2b6b4c83d8e8ea79f27ab80778c19bc037759aea298da4b56621f4474ffeb117
BLAKE2b-256 checksum
How to use checksums
2703932c2c5717a7fa80cd43c6a07d3177076d97b79f12f40f882f9916db0063
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-cp312-cp312-macosx_10_13_x86_64.whl

Download URL coverage-7.6.4-cp312-cp312-macosx_10_13_x86_64.whl
Size 207.0 kB
Tags CPython 3.12 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
12394842a3a8affa3ba62b0d4ab7e9e210c5e366fbac3e8b2a68636fb19892c2
BLAKE2b-256 checksum
How to use checksums
7de79291de916d084f41adddfd4b82246e68d61d6a75747f075f7e64628998d2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

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

Download URL coverage-7.6.4-cp311-cp311-win_amd64.whl
Size 210.2 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
8902dd6a30173d4ef09954bfcb24b5d7b5190cf14a43170e386979651e09ba19
BLAKE2b-256 checksum
How to use checksums
2aa0b0790934c04dfc8d658d4a62acb8f7ca0efdf3818456fcad757b11c6479d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

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

Download URL coverage-7.6.4-cp311-cp311-win32.whl
Size 209.4 kB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
29155cd511ee058e260db648b6182c419422a0d2e9a4fa44501898cf918866cf
BLAKE2b-256 checksum
How to use checksums
b99c66bf59226b52ce6ed9541b02d33e80a6e816a832558fbdc1111a7bd3abd4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL coverage-7.6.4-cp311-cp311-musllinux_1_2_x86_64.whl
Size 236.8 kB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
4f704f0998911abf728a7783799444fcbbe8261c4a6c166f667937ae6a8aa522
BLAKE2b-256 checksum
How to use checksums
13f23a0bf1841a97c0654905e2ef531170f02c89fad2555879db8fe41a097871
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-cp311-cp311-musllinux_1_2_i686.whl

Download URL coverage-7.6.4-cp311-cp311-musllinux_1_2_i686.whl
Size 236.0 kB
Tags CPython 3.11 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
27fb4a050aaf18772db513091c9c13f6cb94ed40eacdef8dad8411d92d9992db
BLAKE2b-256 checksum
How to use checksums
b54eebfc6944b96317df8b537ae875d2e57c27b84eb98820bc0a1055f358f056
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL coverage-7.6.4-cp311-cp311-musllinux_1_2_aarch64.whl
Size 237.4 kB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
ade3ca1e5f0ff46b678b66201f7ff477e8fa11fb537f3b55c3f0568fbfe6e718
BLAKE2b-256 checksum
How to use checksums
d5c92c7681a9b3ca6e6f43d489c2e6653a53278ed857fd6e7010490c307b0a47
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

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

Download URL coverage-7.6.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 239.2 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
0b3fb02fe73bed561fa12d279a417b432e5b50fe03e8d663d61b3d5990f29546
BLAKE2b-256 checksum
How to use checksums
20e7c3ad33b179ab4213f0d70da25a9c214d52464efa11caeab438592eb1d837
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

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

Download URL coverage-7.6.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 238.5 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
b369ead6527d025a0fe7bd3864e46dbee3aa8f652d48df6174f8d0bac9e26e0e
BLAKE2b-256 checksum
How to use checksums
cc57cb08f0eda0389a9a8aaa4fc1f9fec7ac361c3e2d68efd5890d7042c18aa3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

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

Download URL coverage-7.6.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 236.6 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
ed8fe9189d2beb6edc14d3ad19800626e1d9f2d975e436f84e19efb7fa19469b
BLAKE2b-256 checksum
How to use checksums
3691fc02e8d8e694f557752120487fd982f654ba1421bbaa5560debf96ddceda
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

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

Download URL coverage-7.6.4-cp311-cp311-macosx_11_0_arm64.whl
Size 207.3 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
51b44306032045b383a7a8a2c13878de375117946d68dcb54308111f39775a25
BLAKE2b-256 checksum
How to use checksums
53eda38401079ad320ad6e054a01ec2b61d270511aeb3c201c80e99c841229d5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

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

Download URL coverage-7.6.4-cp311-cp311-macosx_10_9_x86_64.whl
Size 206.8 kB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
73d2b73584446e66ee633eaad1a56aad577c077f46c35ca3283cd687b7715b0b
BLAKE2b-256 checksum
How to use checksums
87319c0cf84f0dfcbe4215b7eb95c31777cdc0483c13390e69584c8150c85175
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

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

Download URL coverage-7.6.4-cp310-cp310-win_amd64.whl
Size 210.2 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
06babbb8f4e74b063dbaeb74ad68dfce9186c595a15f11f5d5683f748fa1d172
BLAKE2b-256 checksum
How to use checksums
c7b9cdf158e7991e2287bcf9082670928badb73d310047facac203ff8dcd5ff3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

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

Download URL coverage-7.6.4-cp310-cp310-win32.whl
Size 209.4 kB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
6bd818b7ea14bc6e1f06e241e8234508b21edf1b242d49831831a9450e2f35fa
BLAKE2b-256 checksum
How to use checksums
5a4f92d1d2ad720d698a4e71c176eacf531bfb8e0721d5ad560556f2c484a513
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL coverage-7.6.4-cp310-cp310-musllinux_1_2_x86_64.whl
Size 233.3 kB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
c9b8e184898ed014884ca84c70562b4a82cbc63b044d366fedc68bc2b2f3394a
BLAKE2b-256 checksum
How to use checksums
232d2b3a2dbed7a5f40693404c8a09e779d7c1a5fbed089d3e7224c002129ec8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-cp310-cp310-musllinux_1_2_i686.whl

Download URL coverage-7.6.4-cp310-cp310-musllinux_1_2_i686.whl
Size 232.2 kB
Tags CPython 3.10 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
58809e238a8a12a625c70450b48e8767cff9eb67c62e6154a642b21ddf79baea
BLAKE2b-256 checksum
How to use checksums
0d70d66c7f51b3e33aabc5ea9f9624c1c9d9655472962270eb5e7b0d32707224
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-cp310-cp310-musllinux_1_2_aarch64.whl

Download URL coverage-7.6.4-cp310-cp310-musllinux_1_2_aarch64.whl
Size 233.7 kB
Tags CPython 3.10 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
d541423cdd416b78626b55f123412fcf979d22a2c39fce251b350de38c15c15b
BLAKE2b-256 checksum
How to use checksums
d5813b550674d98968ec29c92e3e8650682be6c8b1fa7581a059e7e12e74c431
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

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

Download URL coverage-7.6.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 235.6 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
c7c8b95bf47db6d19096a5e052ffca0a05f335bc63cef281a6e8fe864d450a72
BLAKE2b-256 checksum
How to use checksums
071a1f573f8a6145f6d4c9130bbc120e0024daf1b24cf2a78d7393fa6eb6aba7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

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

Download URL coverage-7.6.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 234.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
0809082ee480bb8f7416507538243c8863ac74fd8a5d2485c46f0f7499f2b491
BLAKE2b-256 checksum
How to use checksums
8d95565c310fffa16ede1a042e9ea1ca3962af0d8eb5543bc72df6b91dc0c3d5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

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

Download URL coverage-7.6.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 233.5 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
8ed9281d1b52628e81393f5eaee24a45cbd64965f41857559c2b7ff19385df51
BLAKE2b-256 checksum
How to use checksums
4042c8523f2e4db34aa9389caee0d3688b6ada7a84fcc782e943a868a7f302bd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

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

Download URL coverage-7.6.4-cp310-cp310-macosx_11_0_arm64.whl
Size 207.1 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
8165b796df0bd42e10527a3f493c592ba494f16ef3c8b531288e3d0d72c1f6f0
BLAKE2b-256 checksum
How to use checksums
01ae747a580b1eda3f2e431d87de48f0604bd7bc92e52a1a95185a4aa585bc47
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

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

Download URL coverage-7.6.4-cp310-cp310-macosx_10_9_x86_64.whl
Size 206.7 kB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
5f8ae553cba74085db385d489c7a792ad66f7f9ba2ee85bfa508aeb84cf0ba07
BLAKE2b-256 checksum
How to use checksums
a5934ad92f71e28ece5c0326e5f4a6630aa4928a8846654a65cfff69b49b95b9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

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

Download URL coverage-7.6.4-cp39-cp39-win_amd64.whl
Size 210.2 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
c481b47f6b5845064c65a7bc78bc0860e635a9b055af0df46fdf1c58cebf8e8f
BLAKE2b-256 checksum
How to use checksums
aa792626903efa84e9f5b9c8ee6972de8338673fdb5bb8d8d2797740bf911027
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

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

Download URL coverage-7.6.4-cp39-cp39-win32.whl
Size 209.4 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
bc66f0bf1d7730a17430a50163bb264ba9ded56739112368ba985ddaa9c3bd09
BLAKE2b-256 checksum
How to use checksums
eed9605517a023a0ba8eb1f30d958f0a7ff3a21867b07dcb42618f862695ca0e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-cp39-cp39-musllinux_1_2_x86_64.whl

Download URL coverage-7.6.4-cp39-cp39-musllinux_1_2_x86_64.whl
Size 232.9 kB
Tags CPython 3.9 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
6f01ba56b1c0e9d149f9ac85a2f999724895229eb36bd997b61e62999e9b0901
BLAKE2b-256 checksum
How to use checksums
81f9c9d330dec440676b91504fcceebca0814718fa71c8498cf29d4e21e9dbfc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-cp39-cp39-musllinux_1_2_i686.whl

Download URL coverage-7.6.4-cp39-cp39-musllinux_1_2_i686.whl
Size 231.9 kB
Tags CPython 3.9 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
0294ca37f1ba500667b1aef631e48d875ced93ad5e06fa665a3295bdd1d95111
BLAKE2b-256 checksum
How to use checksums
91496ff9c4e8a67d9014e1c434566e9169965f970350f4792a0246cd0d839442
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

Release files / coverage-7.6.4-cp39-cp39-musllinux_1_2_aarch64.whl

Download URL coverage-7.6.4-cp39-cp39-musllinux_1_2_aarch64.whl
Size 233.4 kB
Tags CPython 3.9 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
fe439416eb6380de434886b00c859304338f8b19f6f54811984f3420a2e03858
BLAKE2b-256 checksum
How to use checksums
2a9b7b33f0892fccce50fc82ad8da76c7af1731aea48ec71279eef63a9522db7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

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

Download URL coverage-7.6.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 235.2 kB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
a413a096c4cbac202433c850ee43fa326d2e871b24554da8327b01632673a076
BLAKE2b-256 checksum
How to use checksums
d51319de1c5315b22795dd67dbd9168281632424a344b648d23d146572e42c2b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

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

Download URL coverage-7.6.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 234.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
1f76846299ba5c54d12c91d776d9605ae33f8ae2b9d1d3c3703cf2db1a67f2c0
BLAKE2b-256 checksum
How to use checksums
74664db60266551b89e820b457bc3811a3c5eaad3c1324cef7730c468633387a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

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

Download URL coverage-7.6.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 233.1 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
00a1d69c112ff5149cabe60d2e2ee948752c975d95f1e1096742e6077affd376
BLAKE2b-256 checksum
How to use checksums
db268fba01ce9f376708c7efed2761cea740f50a1b4138551886213797a4cecd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

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

Download URL coverage-7.6.4-cp39-cp39-macosx_11_0_arm64.whl
Size 207.1 kB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
11a223a14e91a4693d2d0755c7a043db43d96a7450b4f356d506c2562c48642c
BLAKE2b-256 checksum
How to use checksums
f394594af55226676d078af72b329372e2d036f9ba1eb6bcf1f81debea2453c7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

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

Download URL coverage-7.6.4-cp39-cp39-macosx_10_9_x86_64.whl
Size 206.7 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
9cb7fa111d21a6b55cbf633039f7bc2749e74932e3aa7cb7333f675a58a58bf3
BLAKE2b-256 checksum
How to use checksums
fb277efede2355bd1417137246246ab0980751b3ba6065102518a2d1eba6a278
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.1 CPython/3.12.7

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

This release

7.6.4 This release

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

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