.. Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
.. For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
===========
Coverage.py
===========
Code coverage measurement for Python.
.. image:: https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg
:target: https://vshymanskyy.github.io/StandWithUkraine
:alt: Stand with Ukraine
-------------
| |kit| |license| |versions|
| |test-status| |quality-status| |docs| |metacov|
| |tidelift| |sponsor| |stars| |mastodon-coveragepy| |mastodon-nedbat|
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:
.. PYVERSIONS
* Python 3.9 through 3.14 alpha 2, including free-threading.
* PyPy3 versions 3.9 and 3.10.
Documentation is on `Read the Docs`_. Code repository and issue tracker are on
`GitHub`_.
.. _Read the Docs: https://coverage.readthedocs.io/en/7.6.9/
.. _GitHub: https://github.com/nedbat/coveragepy
**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
--------------
.. |tideliftlogo| image:: https://nedbatchelder.com/pix/Tidelift_Logo_small.png
:alt: Tidelift
:target: https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=readme
.. list-table::
:widths: 10 100
* - |tideliftlogo|
- `Available as part of the Tidelift Subscription. <https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=readme>`_
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. <https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=readme>`_
Getting Started
---------------
Looking to run ``coverage`` on your test suite? See the `Quick Start section`_
of the docs.
.. _Quick Start section: https://coverage.readthedocs.io/en/7.6.9/#quick-start
Change history
--------------
The complete history of changes is on the `change history page`_.
.. _change history page: https://coverage.readthedocs.io/en/7.6.9/changes.html
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`_.
.. _Python Community Code of Conduct: https://www.python.org/psf/codeofconduct/
Contributing
------------
Found a bug? Want to help improve the code or documentation? See the
`Contributing section`_ of the docs.
.. _Contributing section: https://coverage.readthedocs.io/en/7.6.9/contributing.html
Security
--------
To report a security vulnerability, please use the `Tidelift security
contact`_. Tidelift will coordinate the fix and disclosure.
.. _Tidelift security contact: https://tidelift.com/security
License
-------
Licensed under the `Apache 2.0 License`_. For details, see `NOTICE.txt`_.
.. _Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0
.. _NOTICE.txt: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
.. |test-status| image:: https://github.com/nedbat/coveragepy/actions/workflows/testsuite.yml/badge.svg?branch=master&event=push
:target: https://github.com/nedbat/coveragepy/actions/workflows/testsuite.yml
:alt: Test suite status
.. |quality-status| image:: https://github.com/nedbat/coveragepy/actions/workflows/quality.yml/badge.svg?branch=master&event=push
:target: https://github.com/nedbat/coveragepy/actions/workflows/quality.yml
:alt: Quality check status
.. |docs| image:: https://readthedocs.org/projects/coverage/badge/?version=latest&style=flat
:target: https://coverage.readthedocs.io/en/7.6.9/
:alt: Documentation
.. |kit| image:: https://img.shields.io/pypi/v/coverage
:target: https://pypi.org/project/coverage/
:alt: PyPI status
.. |versions| image:: https://img.shields.io/pypi/pyversions/coverage.svg?logo=python&logoColor=FBE072
:target: https://pypi.org/project/coverage/
:alt: Python versions supported
.. |license| image:: https://img.shields.io/pypi/l/coverage.svg
:target: https://pypi.org/project/coverage/
:alt: License
.. |metacov| image:: https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/nedbat/8c6980f77988a327348f9b02bbaf67f5/raw/metacov.json
:target: https://nedbat.github.io/coverage-reports/latest.html
:alt: Coverage reports
.. |tidelift| image:: https://tidelift.com/badges/package/pypi/coverage
:target: https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=readme
:alt: Tidelift
.. |stars| image:: https://img.shields.io/github/stars/nedbat/coveragepy.svg?logo=github
:target: https://github.com/nedbat/coveragepy/stargazers
:alt: GitHub stars
.. |mastodon-nedbat| image:: https://img.shields.io/badge/dynamic/json?style=flat&labelColor=450657&logo=mastodon&logoColor=ffffff&label=@nedbat&query=followers_count&url=https%3A%2F%2Fhachyderm.io%2Fapi%2Fv1%2Faccounts%2Flookup%3Facct=nedbat
:target: https://hachyderm.io/@nedbat
:alt: nedbat on Mastodon
.. |mastodon-coveragepy| image:: https://img.shields.io/badge/dynamic/json?style=flat&labelColor=450657&logo=mastodon&logoColor=ffffff&label=@coveragepy&query=followers_count&url=https%3A%2F%2Fhachyderm.io%2Fapi%2Fv1%2Faccounts%2Flookup%3Facct=coveragepy
:target: https://hachyderm.io/@coveragepy
:alt: coveragepy on Mastodon
.. |sponsor| image:: https://img.shields.io/badge/%E2%9D%A4-Sponsor%20me-brightgreen?style=flat&logo=GitHub
:target: https://github.com/sponsors/nedbat
:alt: Sponsor me on GitHub
Raw data
{
"_id": null,
"home_page": "https://github.com/nedbat/coveragepy",
"name": "coverage",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "code coverage testing",
"author": "Ned Batchelder and 235 others",
"author_email": "ned@nedbatchelder.com",
"download_url": "https://files.pythonhosted.org/packages/5b/d2/c25011f4d036cf7e8acbbee07a8e09e9018390aee25ba085596c4b83d510/coverage-7.6.9.tar.gz",
"platform": null,
"description": ".. Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0\n.. For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt\n\n===========\nCoverage.py\n===========\n\nCode coverage measurement for Python.\n\n.. image:: https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg\n :target: https://vshymanskyy.github.io/StandWithUkraine\n :alt: Stand with Ukraine\n\n-------------\n\n| |kit| |license| |versions|\n| |test-status| |quality-status| |docs| |metacov|\n| |tidelift| |sponsor| |stars| |mastodon-coveragepy| |mastodon-nedbat|\n\nCoverage.py measures code coverage, typically during test execution. It uses\nthe code analysis tools and tracing hooks provided in the Python standard\nlibrary to determine which lines are executable, and which have been executed.\n\nCoverage.py runs on these versions of Python:\n\n.. PYVERSIONS\n\n* Python 3.9 through 3.14 alpha 2, including free-threading.\n* PyPy3 versions 3.9 and 3.10.\n\nDocumentation is on `Read the Docs`_. Code repository and issue tracker are on\n`GitHub`_.\n\n.. _Read the Docs: https://coverage.readthedocs.io/en/7.6.9/\n.. _GitHub: https://github.com/nedbat/coveragepy\n\n**New in 7.x:**\nmulti-line exclusion patterns;\nfunction/class reporting;\nexperimental support for sys.monitoring;\ndropped support for Python 3.7 and 3.8;\nadded ``Coverage.collect()`` context manager;\nimproved data combining;\n``[run] exclude_also`` setting;\n``report --format=``;\ntype annotations.\n\n**New in 6.x:**\ndropped support for Python 2.7, 3.5, and 3.6;\nwrite data on SIGTERM;\nadded support for 3.10 match/case statements.\n\n\nFor Enterprise\n--------------\n\n.. |tideliftlogo| image:: https://nedbatchelder.com/pix/Tidelift_Logo_small.png\n :alt: Tidelift\n :target: https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=readme\n\n.. list-table::\n :widths: 10 100\n\n * - |tideliftlogo|\n - `Available as part of the Tidelift Subscription. <https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=readme>`_\n Coverage and thousands of other packages are working with\n Tidelift to deliver one enterprise subscription that covers all of the open\n source you use. If you want the flexibility of open source and the confidence\n of commercial-grade software, this is for you.\n `Learn more. <https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=readme>`_\n\n\nGetting Started\n---------------\n\nLooking to run ``coverage`` on your test suite? See the `Quick Start section`_\nof the docs.\n\n.. _Quick Start section: https://coverage.readthedocs.io/en/7.6.9/#quick-start\n\n\nChange history\n--------------\n\nThe complete history of changes is on the `change history page`_.\n\n.. _change history page: https://coverage.readthedocs.io/en/7.6.9/changes.html\n\n\nCode of Conduct\n---------------\n\nEveryone participating in the coverage.py project is expected to treat other\npeople with respect and to follow the guidelines articulated in the `Python\nCommunity Code of Conduct`_.\n\n.. _Python Community Code of Conduct: https://www.python.org/psf/codeofconduct/\n\n\nContributing\n------------\n\nFound a bug? Want to help improve the code or documentation? See the\n`Contributing section`_ of the docs.\n\n.. _Contributing section: https://coverage.readthedocs.io/en/7.6.9/contributing.html\n\n\nSecurity\n--------\n\nTo report a security vulnerability, please use the `Tidelift security\ncontact`_. Tidelift will coordinate the fix and disclosure.\n\n.. _Tidelift security contact: https://tidelift.com/security\n\n\nLicense\n-------\n\nLicensed under the `Apache 2.0 License`_. For details, see `NOTICE.txt`_.\n\n.. _Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0\n.. _NOTICE.txt: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt\n\n\n.. |test-status| image:: https://github.com/nedbat/coveragepy/actions/workflows/testsuite.yml/badge.svg?branch=master&event=push\n :target: https://github.com/nedbat/coveragepy/actions/workflows/testsuite.yml\n :alt: Test suite status\n.. |quality-status| image:: https://github.com/nedbat/coveragepy/actions/workflows/quality.yml/badge.svg?branch=master&event=push\n :target: https://github.com/nedbat/coveragepy/actions/workflows/quality.yml\n :alt: Quality check status\n.. |docs| image:: https://readthedocs.org/projects/coverage/badge/?version=latest&style=flat\n :target: https://coverage.readthedocs.io/en/7.6.9/\n :alt: Documentation\n.. |kit| image:: https://img.shields.io/pypi/v/coverage\n :target: https://pypi.org/project/coverage/\n :alt: PyPI status\n.. |versions| image:: https://img.shields.io/pypi/pyversions/coverage.svg?logo=python&logoColor=FBE072\n :target: https://pypi.org/project/coverage/\n :alt: Python versions supported\n.. |license| image:: https://img.shields.io/pypi/l/coverage.svg\n :target: https://pypi.org/project/coverage/\n :alt: License\n.. |metacov| image:: https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/nedbat/8c6980f77988a327348f9b02bbaf67f5/raw/metacov.json\n :target: https://nedbat.github.io/coverage-reports/latest.html\n :alt: Coverage reports\n.. |tidelift| image:: https://tidelift.com/badges/package/pypi/coverage\n :target: https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=readme\n :alt: Tidelift\n.. |stars| image:: https://img.shields.io/github/stars/nedbat/coveragepy.svg?logo=github\n :target: https://github.com/nedbat/coveragepy/stargazers\n :alt: GitHub stars\n.. |mastodon-nedbat| image:: https://img.shields.io/badge/dynamic/json?style=flat&labelColor=450657&logo=mastodon&logoColor=ffffff&label=@nedbat&query=followers_count&url=https%3A%2F%2Fhachyderm.io%2Fapi%2Fv1%2Faccounts%2Flookup%3Facct=nedbat\n :target: https://hachyderm.io/@nedbat\n :alt: nedbat on Mastodon\n.. |mastodon-coveragepy| image:: https://img.shields.io/badge/dynamic/json?style=flat&labelColor=450657&logo=mastodon&logoColor=ffffff&label=@coveragepy&query=followers_count&url=https%3A%2F%2Fhachyderm.io%2Fapi%2Fv1%2Faccounts%2Flookup%3Facct=coveragepy\n :target: https://hachyderm.io/@coveragepy\n :alt: coveragepy on Mastodon\n.. |sponsor| image:: https://img.shields.io/badge/%E2%9D%A4-Sponsor%20me-brightgreen?style=flat&logo=GitHub\n :target: https://github.com/sponsors/nedbat\n :alt: Sponsor me on GitHub\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Code coverage measurement for Python",
"version": "7.6.9",
"project_urls": {
"Documentation": "https://coverage.readthedocs.io/en/7.6.9",
"Funding": "https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=pypi",
"Homepage": "https://github.com/nedbat/coveragepy",
"Issues": "https://github.com/nedbat/coveragepy/issues",
"Mastodon": "https://hachyderm.io/@coveragepy",
"Mastodon (nedbat)": "https://hachyderm.io/@nedbat"
},
"split_keywords": [
"code",
"coverage",
"testing"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "49f3f830fb53bf7e4f1d5542756f61d9b740352a188f43854aab9409c8cdeb18",
"md5": "2735c9e2267520ad6440b28d681e3b0a",
"sha256": "85d9636f72e8991a1706b2b55b06c27545448baf9f6dbf51c4004609aacd7dcb"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp310-cp310-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "2735c9e2267520ad6440b28d681e3b0a",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 207024,
"upload_time": "2024-12-06T11:47:35",
"upload_time_iso_8601": "2024-12-06T11:47:35.061490Z",
"url": "https://files.pythonhosted.org/packages/49/f3/f830fb53bf7e4f1d5542756f61d9b740352a188f43854aab9409c8cdeb18/coverage-7.6.9-cp310-cp310-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4ee3ea5632a3a6efd00ab0a791adc0f3e48512097a757ee7dcbee5505f57bafa",
"md5": "4aa9ad86a3a8dc5cea8ae999d597feed",
"sha256": "608a7fd78c67bee8936378299a6cb9f5149bb80238c7a566fc3e6717a4e68710"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "4aa9ad86a3a8dc5cea8ae999d597feed",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 207463,
"upload_time": "2024-12-06T11:47:38",
"upload_time_iso_8601": "2024-12-06T11:47:38.605624Z",
"url": "https://files.pythonhosted.org/packages/4e/e3/ea5632a3a6efd00ab0a791adc0f3e48512097a757ee7dcbee5505f57bafa/coverage-7.6.9-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e4ae18ff8b5580e27e62ebcc888082aa47694c2772782ea7011ddf58e377e98f",
"md5": "337ab8944c87e1405cd63bf979c970d2",
"sha256": "96d636c77af18b5cb664ddf12dab9b15a0cfe9c0bde715da38698c8cea748bfa"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "337ab8944c87e1405cd63bf979c970d2",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 235902,
"upload_time": "2024-12-06T11:47:40",
"upload_time_iso_8601": "2024-12-06T11:47:40.022915Z",
"url": "https://files.pythonhosted.org/packages/e4/ae/18ff8b5580e27e62ebcc888082aa47694c2772782ea7011ddf58e377e98f/coverage-7.6.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6a5257030a8d15ab935624d298360f0a6704885578e39f7b4f68569e59f5902d",
"md5": "e29fb38a42555133569db8edb4cfcb96",
"sha256": "d75cded8a3cff93da9edc31446872d2997e327921d8eed86641efafd350e1df1"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "e29fb38a42555133569db8edb4cfcb96",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 233806,
"upload_time": "2024-12-06T11:47:41",
"upload_time_iso_8601": "2024-12-06T11:47:41.469027Z",
"url": "https://files.pythonhosted.org/packages/6a/52/57030a8d15ab935624d298360f0a6704885578e39f7b4f68569e59f5902d/coverage-7.6.9-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d0c54466602195ecaced298d55af1e29abceb812addabefd5bd9116a204f7bab",
"md5": "c7aecca5a0654dc4e6d49e4bf0385d1c",
"sha256": "f7b15f589593110ae767ce997775d645b47e5cbbf54fd322f8ebea6277466cec"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "c7aecca5a0654dc4e6d49e4bf0385d1c",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 234966,
"upload_time": "2024-12-06T11:47:43",
"upload_time_iso_8601": "2024-12-06T11:47:43.040091Z",
"url": "https://files.pythonhosted.org/packages/d0/c5/4466602195ecaced298d55af1e29abceb812addabefd5bd9116a204f7bab/coverage-7.6.9-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b01c55552c3009b7bf96732e36548596ade771c87f89cf1f5a8e3975b33539b5",
"md5": "f79cb5f184fa751ea688aabf7cf099e0",
"sha256": "44349150f6811b44b25574839b39ae35291f6496eb795b7366fef3bd3cf112d3"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp310-cp310-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "f79cb5f184fa751ea688aabf7cf099e0",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 234029,
"upload_time": "2024-12-06T11:47:44",
"upload_time_iso_8601": "2024-12-06T11:47:44.351012Z",
"url": "https://files.pythonhosted.org/packages/b0/1c/55552c3009b7bf96732e36548596ade771c87f89cf1f5a8e3975b33539b5/coverage-7.6.9-cp310-cp310-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bb7dda3dca6878701182ea42c51df47a47c80eaef2a76f5aa3e891dc2a8cce3f",
"md5": "7f31f22e97c868bbe473a81e592ccca4",
"sha256": "d891c136b5b310d0e702e186d70cd16d1119ea8927347045124cb286b29297e5"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp310-cp310-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "7f31f22e97c868bbe473a81e592ccca4",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 232494,
"upload_time": "2024-12-06T11:47:46",
"upload_time_iso_8601": "2024-12-06T11:47:46.332860Z",
"url": "https://files.pythonhosted.org/packages/bb/7d/da3dca6878701182ea42c51df47a47c80eaef2a76f5aa3e891dc2a8cce3f/coverage-7.6.9-cp310-cp310-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "28cc39de85ac1d5652bc34ff2bee39ae251b1fdcaae53fab4b44cab75a432bc0",
"md5": "6c7c56cf215e2c0bfb92138245eab689",
"sha256": "db1dab894cc139f67822a92910466531de5ea6034ddfd2b11c0d4c6257168073"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp310-cp310-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "6c7c56cf215e2c0bfb92138245eab689",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 233611,
"upload_time": "2024-12-06T11:47:47",
"upload_time_iso_8601": "2024-12-06T11:47:47.737112Z",
"url": "https://files.pythonhosted.org/packages/28/cc/39de85ac1d5652bc34ff2bee39ae251b1fdcaae53fab4b44cab75a432bc0/coverage-7.6.9-cp310-cp310-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d12b7eb011a9378911088708f121825a71134d0c15fac96972a0ae7a8f5a4049",
"md5": "8314e139f4618be75869a2c326d4e3f1",
"sha256": "41ff7b0da5af71a51b53f501a3bac65fb0ec311ebed1632e58fc6107f03b9198"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp310-cp310-win32.whl",
"has_sig": false,
"md5_digest": "8314e139f4618be75869a2c326d4e3f1",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 209712,
"upload_time": "2024-12-06T11:47:49",
"upload_time_iso_8601": "2024-12-06T11:47:49.205444Z",
"url": "https://files.pythonhosted.org/packages/d1/2b/7eb011a9378911088708f121825a71134d0c15fac96972a0ae7a8f5a4049/coverage-7.6.9-cp310-cp310-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5b35c3f40a2269b416db34ce1dedf682a7132c26f857e33596830fa4deebabf9",
"md5": "85b924503f3568697252b7a6cb4bb683",
"sha256": "35371f8438028fdccfaf3570b31d98e8d9eda8bb1d6ab9473f5a390969e98717"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "85b924503f3568697252b7a6cb4bb683",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 210553,
"upload_time": "2024-12-06T11:47:51",
"upload_time_iso_8601": "2024-12-06T11:47:51.256224Z",
"url": "https://files.pythonhosted.org/packages/5b/35/c3f40a2269b416db34ce1dedf682a7132c26f857e33596830fa4deebabf9/coverage-7.6.9-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b191b3dc2f7f38b5cca1236ab6bbb03e84046dd887707b4ec1db2baa47493b3b",
"md5": "7e3edf5e3854d1d5459576737614cf4d",
"sha256": "932fc826442132dde42ee52cf66d941f581c685a6313feebed358411238f60f9"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp311-cp311-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "7e3edf5e3854d1d5459576737614cf4d",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 207133,
"upload_time": "2024-12-06T11:47:52",
"upload_time_iso_8601": "2024-12-06T11:47:52.630191Z",
"url": "https://files.pythonhosted.org/packages/b1/91/b3dc2f7f38b5cca1236ab6bbb03e84046dd887707b4ec1db2baa47493b3b/coverage-7.6.9-cp311-cp311-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0d2b53fd6cb34d443429a92b3ec737f4953627e38b3bee2a67a3c03425ba8573",
"md5": "a0eb5a8205ef7bc7f8e4a9efb1d1f2ae",
"sha256": "085161be5f3b30fd9b3e7b9a8c301f935c8313dcf928a07b116324abea2c1c2c"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "a0eb5a8205ef7bc7f8e4a9efb1d1f2ae",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 207577,
"upload_time": "2024-12-06T11:47:55",
"upload_time_iso_8601": "2024-12-06T11:47:55.802723Z",
"url": "https://files.pythonhosted.org/packages/0d/2b/53fd6cb34d443429a92b3ec737f4953627e38b3bee2a67a3c03425ba8573/coverage-7.6.9-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "74f268edb1e6826f980a124f21ea5be0d324180bf11de6fd1defcf9604f76df0",
"md5": "f189967bd0d5f7360ed43c918e55098b",
"sha256": "ccc660a77e1c2bf24ddbce969af9447a9474790160cfb23de6be4fa88e3951c7"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "f189967bd0d5f7360ed43c918e55098b",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 239524,
"upload_time": "2024-12-06T11:47:57",
"upload_time_iso_8601": "2024-12-06T11:47:57.864545Z",
"url": "https://files.pythonhosted.org/packages/74/f2/68edb1e6826f980a124f21ea5be0d324180bf11de6fd1defcf9604f76df0/coverage-7.6.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d3838fec0ee68c2c4a5ab5f0f8527277f84ed6f2bd1310ae8a19d0c5532253ab",
"md5": "42196a1aa890c1fedc35ec2520c0ffd5",
"sha256": "c69e42c892c018cd3c8d90da61d845f50a8243062b19d228189b0224150018a9"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "42196a1aa890c1fedc35ec2520c0ffd5",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 236925,
"upload_time": "2024-12-06T11:47:59",
"upload_time_iso_8601": "2024-12-06T11:47:59.911753Z",
"url": "https://files.pythonhosted.org/packages/d3/83/8fec0ee68c2c4a5ab5f0f8527277f84ed6f2bd1310ae8a19d0c5532253ab/coverage-7.6.9-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8b208f50e7c7ad271144afbc2c1c6ec5541a8c81773f59352f8db544cad1a0ec",
"md5": "618b3dbcc9ee6f357982514f4ee2d81d",
"sha256": "0824a28ec542a0be22f60c6ac36d679e0e262e5353203bea81d44ee81fe9c6d4"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "618b3dbcc9ee6f357982514f4ee2d81d",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 238792,
"upload_time": "2024-12-06T11:48:01",
"upload_time_iso_8601": "2024-12-06T11:48:01.471772Z",
"url": "https://files.pythonhosted.org/packages/8b/20/8f50e7c7ad271144afbc2c1c6ec5541a8c81773f59352f8db544cad1a0ec/coverage-7.6.9-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6f624ac2e5ad9e7a5c9ec351f38947528e11541f1f00e8a0cdce56f1ba7ae301",
"md5": "ca8d4843d2d33532d168a22b4895ad49",
"sha256": "4401ae5fc52ad8d26d2a5d8a7428b0f0c72431683f8e63e42e70606374c311a1"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp311-cp311-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "ca8d4843d2d33532d168a22b4895ad49",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 237682,
"upload_time": "2024-12-06T11:48:03",
"upload_time_iso_8601": "2024-12-06T11:48:03.586389Z",
"url": "https://files.pythonhosted.org/packages/6f/62/4ac2e5ad9e7a5c9ec351f38947528e11541f1f00e8a0cdce56f1ba7ae301/coverage-7.6.9-cp311-cp311-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "582f9d2203f012f3b0533c73336c74134b608742be1ce475a5c72012573cfbb4",
"md5": "da9f41ac24b05716ede35e80f038c189",
"sha256": "98caba4476a6c8d59ec1eb00c7dd862ba9beca34085642d46ed503cc2d440d4b"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp311-cp311-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "da9f41ac24b05716ede35e80f038c189",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 236310,
"upload_time": "2024-12-06T11:48:05",
"upload_time_iso_8601": "2024-12-06T11:48:05.724456Z",
"url": "https://files.pythonhosted.org/packages/58/2f/9d2203f012f3b0533c73336c74134b608742be1ce475a5c72012573cfbb4/coverage-7.6.9-cp311-cp311-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "336d31f6ab0b4f0f781636075f757eb02141ea1b34466d9d1526dbc586ed7078",
"md5": "b33818e4df693712d9123f62e2bd94eb",
"sha256": "ee5defd1733fd6ec08b168bd4f5387d5b322f45ca9e0e6c817ea6c4cd36313e3"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "b33818e4df693712d9123f62e2bd94eb",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 237096,
"upload_time": "2024-12-06T11:48:07",
"upload_time_iso_8601": "2024-12-06T11:48:07.222208Z",
"url": "https://files.pythonhosted.org/packages/33/6d/31f6ab0b4f0f781636075f757eb02141ea1b34466d9d1526dbc586ed7078/coverage-7.6.9-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7dfbe14c38adebbda9ed8b5f7f8e03340ac05d68d27b24397f8d47478927a333",
"md5": "16a6db6fcad6dafca33cfaae8a029e33",
"sha256": "f2d1ec60d6d256bdf298cb86b78dd715980828f50c46701abc3b0a2b3f8a0dc0"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp311-cp311-win32.whl",
"has_sig": false,
"md5_digest": "16a6db6fcad6dafca33cfaae8a029e33",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 209682,
"upload_time": "2024-12-06T11:48:09",
"upload_time_iso_8601": "2024-12-06T11:48:09.044367Z",
"url": "https://files.pythonhosted.org/packages/7d/fb/e14c38adebbda9ed8b5f7f8e03340ac05d68d27b24397f8d47478927a333/coverage-7.6.9-cp311-cp311-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a411a782af39b019066af83fdc0e8825faaccbe9d7b19a803ddb753114b429cc",
"md5": "9dfca1fe8ad9a132b65e73868e6e3738",
"sha256": "0d59fd927b1f04de57a2ba0137166d31c1a6dd9e764ad4af552912d70428c92b"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "9dfca1fe8ad9a132b65e73868e6e3738",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 210542,
"upload_time": "2024-12-06T11:48:10",
"upload_time_iso_8601": "2024-12-06T11:48:10.547278Z",
"url": "https://files.pythonhosted.org/packages/a4/11/a782af39b019066af83fdc0e8825faaccbe9d7b19a803ddb753114b429cc/coverage-7.6.9-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6052b16af8989a2daf0f80a88522bd8e8eed90b5fcbdecf02a6888f3e80f6ba7",
"md5": "0a049f1e9080850bd3b04bc7137717be",
"sha256": "99e266ae0b5d15f1ca8d278a668df6f51cc4b854513daab5cae695ed7b721cf8"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp312-cp312-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "0a049f1e9080850bd3b04bc7137717be",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 207325,
"upload_time": "2024-12-06T11:48:12",
"upload_time_iso_8601": "2024-12-06T11:48:12.634506Z",
"url": "https://files.pythonhosted.org/packages/60/52/b16af8989a2daf0f80a88522bd8e8eed90b5fcbdecf02a6888f3e80f6ba7/coverage-7.6.9-cp312-cp312-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0f796b7826fca8846c1216a113227b9f114ac3e6eacf168b4adcad0cb974aaca",
"md5": "5b76074374bd803f10c5fe712f7ed4b9",
"sha256": "9901d36492009a0a9b94b20e52ebfc8453bf49bb2b27bca2c9706f8b4f5a554a"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "5b76074374bd803f10c5fe712f7ed4b9",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 207563,
"upload_time": "2024-12-06T11:48:14",
"upload_time_iso_8601": "2024-12-06T11:48:14.124414Z",
"url": "https://files.pythonhosted.org/packages/0f/79/6b7826fca8846c1216a113227b9f114ac3e6eacf168b4adcad0cb974aaca/coverage-7.6.9-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a7070bc73da0ccaf45d0d64ef86d33b7d7fdeef84b4c44bf6b85fb12c215c5a6",
"md5": "7bcaf21dd597fc66a04ec7c81bafac1a",
"sha256": "abd3e72dd5b97e3af4246cdada7738ef0e608168de952b837b8dd7e90341f015"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "7bcaf21dd597fc66a04ec7c81bafac1a",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 240580,
"upload_time": "2024-12-06T11:48:15",
"upload_time_iso_8601": "2024-12-06T11:48:15.641965Z",
"url": "https://files.pythonhosted.org/packages/a7/07/0bc73da0ccaf45d0d64ef86d33b7d7fdeef84b4c44bf6b85fb12c215c5a6/coverage-7.6.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "718a9761f409910961647d892454687cedbaccb99aae828f49486734a82ede6e",
"md5": "64af3518d21dc15204a55759c82124f9",
"sha256": "ff74026a461eb0660366fb01c650c1d00f833a086b336bdad7ab00cc952072b3"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "64af3518d21dc15204a55759c82124f9",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 237613,
"upload_time": "2024-12-06T11:48:17",
"upload_time_iso_8601": "2024-12-06T11:48:17.019478Z",
"url": "https://files.pythonhosted.org/packages/71/8a/9761f409910961647d892454687cedbaccb99aae828f49486734a82ede6e/coverage-7.6.9-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8b10ee7d696a17ac94f32f2dbda1e17e730bf798ae9931aec1fc01c1944cd4de",
"md5": "be2ea71f7528696b647c4ab4fe1d7766",
"sha256": "65dad5a248823a4996724a88eb51d4b31587aa7aa428562dbe459c684e5787ae"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "be2ea71f7528696b647c4ab4fe1d7766",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 239684,
"upload_time": "2024-12-06T11:48:18",
"upload_time_iso_8601": "2024-12-06T11:48:18.571424Z",
"url": "https://files.pythonhosted.org/packages/8b/10/ee7d696a17ac94f32f2dbda1e17e730bf798ae9931aec1fc01c1944cd4de/coverage-7.6.9-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1660aa1066040d3c52fff051243c2d6ccda264da72dc6d199d047624d395b2b2",
"md5": "b15e51ff2311eb9b4d54aad89e0c91ba",
"sha256": "22be16571504c9ccea919fcedb459d5ab20d41172056206eb2994e2ff06118a4"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp312-cp312-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "b15e51ff2311eb9b4d54aad89e0c91ba",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 239112,
"upload_time": "2024-12-06T11:48:20",
"upload_time_iso_8601": "2024-12-06T11:48:20.026313Z",
"url": "https://files.pythonhosted.org/packages/16/60/aa1066040d3c52fff051243c2d6ccda264da72dc6d199d047624d395b2b2/coverage-7.6.9-cp312-cp312-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4ee569f35344c6f932ba9028bf168d14a79fedb0dd4849b796d43c81ce75a3c9",
"md5": "e6e9d61f8d55881d1e6316bfa82637d5",
"sha256": "0f957943bc718b87144ecaee70762bc2bc3f1a7a53c7b861103546d3a403f0a6"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp312-cp312-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "e6e9d61f8d55881d1e6316bfa82637d5",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 237428,
"upload_time": "2024-12-06T11:48:21",
"upload_time_iso_8601": "2024-12-06T11:48:21.504299Z",
"url": "https://files.pythonhosted.org/packages/4e/e5/69f35344c6f932ba9028bf168d14a79fedb0dd4849b796d43c81ce75a3c9/coverage-7.6.9-cp312-cp312-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3220adc895523c4a28f63441b8ac645abd74f9bdd499d2d175bef5b41fc7f92d",
"md5": "10b996597a8a3ebe462cd7903a686309",
"sha256": "0ae1387db4aecb1f485fb70a6c0148c6cdaebb6038f1d40089b1fc84a5db556f"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "10b996597a8a3ebe462cd7903a686309",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 239098,
"upload_time": "2024-12-06T11:48:22",
"upload_time_iso_8601": "2024-12-06T11:48:22.905287Z",
"url": "https://files.pythonhosted.org/packages/32/20/adc895523c4a28f63441b8ac645abd74f9bdd499d2d175bef5b41fc7f92d/coverage-7.6.9-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a9a6e0e74230c9bb3549ec8ffc137cfd16ea5d56e993d6bffed2218bff6187e3",
"md5": "ceb33423ba811fdc47a9e28419b1ad89",
"sha256": "1a330812d9cc7ac2182586f6d41b4d0fadf9be9049f350e0efb275c8ee8eb692"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp312-cp312-win32.whl",
"has_sig": false,
"md5_digest": "ceb33423ba811fdc47a9e28419b1ad89",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 209940,
"upload_time": "2024-12-06T11:48:24",
"upload_time_iso_8601": "2024-12-06T11:48:24.302657Z",
"url": "https://files.pythonhosted.org/packages/a9/a6/e0e74230c9bb3549ec8ffc137cfd16ea5d56e993d6bffed2218bff6187e3/coverage-7.6.9-cp312-cp312-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3e18cb5b88349d4aa2f41ec78d65f92ea32572b30b3f55bc2b70e87578b8f434",
"md5": "11da8fe807c4bda8ab711879b4f6afe8",
"sha256": "b12c6b18269ca471eedd41c1b6a1065b2f7827508edb9a7ed5555e9a56dcfc97"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "11da8fe807c4bda8ab711879b4f6afe8",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 210726,
"upload_time": "2024-12-06T11:48:25",
"upload_time_iso_8601": "2024-12-06T11:48:25.775864Z",
"url": "https://files.pythonhosted.org/packages/3e/18/cb5b88349d4aa2f41ec78d65f92ea32572b30b3f55bc2b70e87578b8f434/coverage-7.6.9-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "35269abab6539d2191dbda2ce8c97b67d74cbfc966cc5b25abb880ffc7c459bc",
"md5": "1be01d23f2f163948ca8ffba748ac9ef",
"sha256": "899b8cd4781c400454f2f64f7776a5d87bbd7b3e7f7bda0cb18f857bb1334664"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp313-cp313-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "1be01d23f2f163948ca8ffba748ac9ef",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 207356,
"upload_time": "2024-12-06T11:48:27",
"upload_time_iso_8601": "2024-12-06T11:48:27.204071Z",
"url": "https://files.pythonhosted.org/packages/35/26/9abab6539d2191dbda2ce8c97b67d74cbfc966cc5b25abb880ffc7c459bc/coverage-7.6.9-cp313-cp313-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "44dad49f19402240c93453f606e660a6676a2a1fbbaa6870cc23207790aa9697",
"md5": "7530ab896af41eb4ff67652e0e5f5c7e",
"sha256": "61f70dc68bd36810972e55bbbe83674ea073dd1dcc121040a08cdf3416c5349c"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "7530ab896af41eb4ff67652e0e5f5c7e",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 207614,
"upload_time": "2024-12-06T11:48:28",
"upload_time_iso_8601": "2024-12-06T11:48:28.915058Z",
"url": "https://files.pythonhosted.org/packages/44/da/d49f19402240c93453f606e660a6676a2a1fbbaa6870cc23207790aa9697/coverage-7.6.9-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "dae693bb9bf85497816082ec8da6124c25efa2052bd4c887dd3b317b91990c9e",
"md5": "edbd9a210156cf6eb7be14b3dd620a45",
"sha256": "8a289d23d4c46f1a82d5db4abeb40b9b5be91731ee19a379d15790e53031c014"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "edbd9a210156cf6eb7be14b3dd620a45",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 240129,
"upload_time": "2024-12-06T11:48:30",
"upload_time_iso_8601": "2024-12-06T11:48:30.276959Z",
"url": "https://files.pythonhosted.org/packages/da/e6/93bb9bf85497816082ec8da6124c25efa2052bd4c887dd3b317b91990c9e/coverage-7.6.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "df656a824b9406fe066835c1274a9949e06f084d3e605eb1a602727a27ec2fe3",
"md5": "9702f50c9de1cfcc1bda6e289df1e17d",
"sha256": "7e216d8044a356fc0337c7a2a0536d6de07888d7bcda76febcb8adc50bdbbd00"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "9702f50c9de1cfcc1bda6e289df1e17d",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 237276,
"upload_time": "2024-12-06T11:48:31",
"upload_time_iso_8601": "2024-12-06T11:48:31.825778Z",
"url": "https://files.pythonhosted.org/packages/df/65/6a824b9406fe066835c1274a9949e06f084d3e605eb1a602727a27ec2fe3/coverage-7.6.9-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9f796c7a800913a9dd23ac8c8da133ebb556771a5a3d4df36b46767b1baffd35",
"md5": "801046b866dcec91497016227da70c5f",
"sha256": "3c026eb44f744acaa2bda7493dad903aa5bf5fc4f2554293a798d5606710055d"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "801046b866dcec91497016227da70c5f",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 239267,
"upload_time": "2024-12-06T11:48:33",
"upload_time_iso_8601": "2024-12-06T11:48:33.360733Z",
"url": "https://files.pythonhosted.org/packages/9f/79/6c7a800913a9dd23ac8c8da133ebb556771a5a3d4df36b46767b1baffd35/coverage-7.6.9-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "57e7834d530293fdc8a63ba8ff70033d5182022e569eceb9aec7fc716b678a39",
"md5": "69ad66db5d573897510d2b034e9792f5",
"sha256": "e77363e8425325384f9d49272c54045bbed2f478e9dd698dbc65dbc37860eb0a"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp313-cp313-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "69ad66db5d573897510d2b034e9792f5",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 238887,
"upload_time": "2024-12-06T11:48:35",
"upload_time_iso_8601": "2024-12-06T11:48:35.990262Z",
"url": "https://files.pythonhosted.org/packages/57/e7/834d530293fdc8a63ba8ff70033d5182022e569eceb9aec7fc716b678a39/coverage-7.6.9-cp313-cp313-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1505ec9d6080852984f7163c96984444e7cd98b338fd045b191064f943ee1c08",
"md5": "ccbb03682a2aa0e1deff322824399975",
"sha256": "777abfab476cf83b5177b84d7486497e034eb9eaea0d746ce0c1268c71652077"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp313-cp313-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "ccbb03682a2aa0e1deff322824399975",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 236970,
"upload_time": "2024-12-06T11:48:38",
"upload_time_iso_8601": "2024-12-06T11:48:38.588454Z",
"url": "https://files.pythonhosted.org/packages/15/05/ec9d6080852984f7163c96984444e7cd98b338fd045b191064f943ee1c08/coverage-7.6.9-cp313-cp313-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0ad8775937670b93156aec29f694ce37f56214ed7597e1a75b4083ee4c32121c",
"md5": "6b01a364d0629b1ec46f2f29f2cd2008",
"sha256": "447af20e25fdbe16f26e84eb714ba21d98868705cb138252d28bc400381f6ffb"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp313-cp313-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "6b01a364d0629b1ec46f2f29f2cd2008",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 238831,
"upload_time": "2024-12-06T11:48:40",
"upload_time_iso_8601": "2024-12-06T11:48:40.083622Z",
"url": "https://files.pythonhosted.org/packages/0a/d8/775937670b93156aec29f694ce37f56214ed7597e1a75b4083ee4c32121c/coverage-7.6.9-cp313-cp313-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7c68c1cb31445599b04bde21cbbaa6d21b47c5823cdfef99eae470dfce49c35a",
"md5": "eea41da6539320c25e17fde16390b04a",
"sha256": "ba9e7484d286cd5a43744e5f47b0b3fb457865baf07bafc6bee91896364e1419"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp313-cp313t-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "eea41da6539320c25e17fde16390b04a",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 208091,
"upload_time": "2024-12-06T11:48:45",
"upload_time_iso_8601": "2024-12-06T11:48:45.761319Z",
"url": "https://files.pythonhosted.org/packages/7c/68/c1cb31445599b04bde21cbbaa6d21b47c5823cdfef99eae470dfce49c35a/coverage-7.6.9-cp313-cp313t-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "117384b02c6b19c4a11eb2d5b5eabe926fb26c21c080e0852f5e5a4f01165f9e",
"md5": "3b3d3ef334d2914719dde69258ebbab5",
"sha256": "e5ea1cf0872ee455c03e5674b5bca5e3e68e159379c1af0903e89f5eba9ccc3a"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp313-cp313t-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "3b3d3ef334d2914719dde69258ebbab5",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 208369,
"upload_time": "2024-12-06T11:48:48",
"upload_time_iso_8601": "2024-12-06T11:48:48.008971Z",
"url": "https://files.pythonhosted.org/packages/11/73/84b02c6b19c4a11eb2d5b5eabe926fb26c21c080e0852f5e5a4f01165f9e/coverage-7.6.9-cp313-cp313t-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "dee0ae5d878b72ff26df2e994a5c5b1c1f6a7507d976b23beecb1ed4c85411ef",
"md5": "21dc8a06949404be6e2563b57594922e",
"sha256": "2d10e07aa2b91835d6abec555ec8b2733347956991901eea6ffac295f83a30e4"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "21dc8a06949404be6e2563b57594922e",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 251089,
"upload_time": "2024-12-06T11:48:49",
"upload_time_iso_8601": "2024-12-06T11:48:49.490161Z",
"url": "https://files.pythonhosted.org/packages/de/e0/ae5d878b72ff26df2e994a5c5b1c1f6a7507d976b23beecb1ed4c85411ef/coverage-7.6.9-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ab9c0aaac011aef95a93ef3cb2fba3fde30bc7e68a6635199ed469b1f5ea355a",
"md5": "c5ff9896c949ede217e3a2ef9752ceb6",
"sha256": "13a9e2d3ee855db3dd6ea1ba5203316a1b1fd8eaeffc37c5b54987e61e4194ae"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "c5ff9896c949ede217e3a2ef9752ceb6",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 246806,
"upload_time": "2024-12-06T11:48:51",
"upload_time_iso_8601": "2024-12-06T11:48:51.097941Z",
"url": "https://files.pythonhosted.org/packages/ab/9c/0aaac011aef95a93ef3cb2fba3fde30bc7e68a6635199ed469b1f5ea355a/coverage-7.6.9-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f8194d5d3ae66938a7dcb2f58cef3fa5386f838f469575b0bb568c8cc9e3a33d",
"md5": "ea8e4b90f9febb73344ee27bf2f3c8be",
"sha256": "9c38bf15a40ccf5619fa2fe8f26106c7e8e080d7760aeccb3722664c8656b030"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "ea8e4b90f9febb73344ee27bf2f3c8be",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 249164,
"upload_time": "2024-12-06T11:48:52",
"upload_time_iso_8601": "2024-12-06T11:48:52.811071Z",
"url": "https://files.pythonhosted.org/packages/f8/19/4d5d3ae66938a7dcb2f58cef3fa5386f838f469575b0bb568c8cc9e3a33d/coverage-7.6.9-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b30b4ee8a7821f682af9ad440ae3c1e379da89a998883271f088102d7ca2473d",
"md5": "268a015fe6d8ca0080b934858bcd7e97",
"sha256": "d5275455b3e4627c8e7154feaf7ee0743c2e7af82f6e3b561967b1cca755a0be"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp313-cp313t-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "268a015fe6d8ca0080b934858bcd7e97",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 248642,
"upload_time": "2024-12-06T11:48:55",
"upload_time_iso_8601": "2024-12-06T11:48:55.154809Z",
"url": "https://files.pythonhosted.org/packages/b3/0b/4ee8a7821f682af9ad440ae3c1e379da89a998883271f088102d7ca2473d/coverage-7.6.9-cp313-cp313t-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8a1236ff1d52be18a16b4700f561852e7afd8df56363a5edcfb04cf26a0e19e0",
"md5": "700cdea418a3eb883d30820ea1cbb1fa",
"sha256": "8f8770dfc6e2c6a2d4569f411015c8d751c980d17a14b0530da2d7f27ffdd88e"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp313-cp313t-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "700cdea418a3eb883d30820ea1cbb1fa",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 246516,
"upload_time": "2024-12-06T11:48:57",
"upload_time_iso_8601": "2024-12-06T11:48:57.292082Z",
"url": "https://files.pythonhosted.org/packages/8a/12/36ff1d52be18a16b4700f561852e7afd8df56363a5edcfb04cf26a0e19e0/coverage-7.6.9-cp313-cp313t-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "43d08e258f6c3a527c1655602f4f576215e055ac704de2d101710a71a2affac2",
"md5": "bd6d93ec6b7fe25ee36c51450583556e",
"sha256": "8d2dfa71665a29b153a9681edb1c8d9c1ea50dfc2375fb4dac99ea7e21a0bcd9"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp313-cp313t-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "bd6d93ec6b7fe25ee36c51450583556e",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 247783,
"upload_time": "2024-12-06T11:49:03",
"upload_time_iso_8601": "2024-12-06T11:49:03.347917Z",
"url": "https://files.pythonhosted.org/packages/43/d0/8e258f6c3a527c1655602f4f576215e055ac704de2d101710a71a2affac2/coverage-7.6.9-cp313-cp313t-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a90d1e4a48d289429d38aae3babdfcadbf35ca36bdcf3efc8f09b550a845bdb5",
"md5": "02c6945e7d66ea22e7c755d34c9bceb3",
"sha256": "5e6b86b5847a016d0fbd31ffe1001b63355ed309651851295315031ea7eb5a9b"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp313-cp313t-win32.whl",
"has_sig": false,
"md5_digest": "02c6945e7d66ea22e7c755d34c9bceb3",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 210646,
"upload_time": "2024-12-06T11:49:05",
"upload_time_iso_8601": "2024-12-06T11:49:05.527356Z",
"url": "https://files.pythonhosted.org/packages/a9/0d/1e4a48d289429d38aae3babdfcadbf35ca36bdcf3efc8f09b550a845bdb5/coverage-7.6.9-cp313-cp313t-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2674b0729f196f328ac55e42b1e22ec2f16d8bcafe4b8158a26ec9f1cdd1d93e",
"md5": "3f05e67b93e6a35faeae841608b66279",
"sha256": "97ddc94d46088304772d21b060041c97fc16bdda13c6c7f9d8fcd8d5ae0d8611"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp313-cp313t-win_amd64.whl",
"has_sig": false,
"md5_digest": "3f05e67b93e6a35faeae841608b66279",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 211815,
"upload_time": "2024-12-06T11:49:07",
"upload_time_iso_8601": "2024-12-06T11:49:07.171750Z",
"url": "https://files.pythonhosted.org/packages/26/74/b0729f196f328ac55e42b1e22ec2f16d8bcafe4b8158a26ec9f1cdd1d93e/coverage-7.6.9-cp313-cp313t-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f45888551cb7fdd5ec98cb6044e8814e38583436b14040a5ece15349c44c8f7c",
"md5": "ee72b7f68329e62c1197353b2500a826",
"sha256": "d872ec5aeb086cbea771c573600d47944eea2dcba8be5f3ee649bfe3cb8dc9ba"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp313-cp313-win32.whl",
"has_sig": false,
"md5_digest": "ee72b7f68329e62c1197353b2500a826",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 210000,
"upload_time": "2024-12-06T11:48:41",
"upload_time_iso_8601": "2024-12-06T11:48:41.694090Z",
"url": "https://files.pythonhosted.org/packages/f4/58/88551cb7fdd5ec98cb6044e8814e38583436b14040a5ece15349c44c8f7c/coverage-7.6.9-cp313-cp313-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b712cfbf49b95120872785ff8d56ab1c7fe3970a65e35010c311d7dd35c5fd00",
"md5": "072e791f9a2d24a304e079287b169bd0",
"sha256": "fd1213c86e48dfdc5a0cc676551db467495a95a662d2396ecd58e719191446e1"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "072e791f9a2d24a304e079287b169bd0",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 210753,
"upload_time": "2024-12-06T11:48:44",
"upload_time_iso_8601": "2024-12-06T11:48:44.270296Z",
"url": "https://files.pythonhosted.org/packages/b7/12/cfbf49b95120872785ff8d56ab1c7fe3970a65e35010c311d7dd35c5fd00/coverage-7.6.9-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "93fe8873d88999b8e4b0d8150df554d72d6943b3938bba328fcb5422572cfd84",
"md5": "356bca8cef207b063888b418772f0603",
"sha256": "adb697c0bd35100dc690de83154627fbab1f4f3c0386df266dded865fc50a902"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp39-cp39-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "356bca8cef207b063888b418772f0603",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 207022,
"upload_time": "2024-12-06T11:49:08",
"upload_time_iso_8601": "2024-12-06T11:49:08.720113Z",
"url": "https://files.pythonhosted.org/packages/93/fe/8873d88999b8e4b0d8150df554d72d6943b3938bba328fcb5422572cfd84/coverage-7.6.9-cp39-cp39-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "23c15dc48dfe3714a6ae9d2cd128a9df39570e46d3831f19a9be84011e767209",
"md5": "e12b06dccc71a4fb54db770f882733a3",
"sha256": "be57b6d56e49c2739cdf776839a92330e933dd5e5d929966fbbd380c77f060be"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "e12b06dccc71a4fb54db770f882733a3",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 207458,
"upload_time": "2024-12-06T11:49:10",
"upload_time_iso_8601": "2024-12-06T11:49:10.505735Z",
"url": "https://files.pythonhosted.org/packages/23/c1/5dc48dfe3714a6ae9d2cd128a9df39570e46d3831f19a9be84011e767209/coverage-7.6.9-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e8085644e101c823f0b18aa5c408037c2438fad05e6eb9f9e6581459aa0bfb92",
"md5": "1e974569ae529d2f01db3ad99008a300",
"sha256": "f1592791f8204ae9166de22ba7e6705fa4ebd02936c09436a1bb85aabca3e599"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "1e974569ae529d2f01db3ad99008a300",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 235494,
"upload_time": "2024-12-06T11:49:12",
"upload_time_iso_8601": "2024-12-06T11:49:12.143169Z",
"url": "https://files.pythonhosted.org/packages/e8/08/5644e101c823f0b18aa5c408037c2438fad05e6eb9f9e6581459aa0bfb92/coverage-7.6.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b202995c019c0a2d70188d4d8184a0376eb28fcfb759981bb0e9961b463344fd",
"md5": "d945b0fc8b81449c357ec765ee7b4b95",
"sha256": "4e12ae8cc979cf83d258acb5e1f1cf2f3f83524d1564a49d20b8bec14b637f08"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "d945b0fc8b81449c357ec765ee7b4b95",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 233416,
"upload_time": "2024-12-06T11:49:13",
"upload_time_iso_8601": "2024-12-06T11:49:13.778932Z",
"url": "https://files.pythonhosted.org/packages/b2/02/995c019c0a2d70188d4d8184a0376eb28fcfb759981bb0e9961b463344fd/coverage-7.6.9-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ebd348ce8c9a89c7013f89ec7e01402e7a136a2e849c8f8664ea7f17b225295c",
"md5": "4e64f5bdc9d2417422e3325e1a8bdf69",
"sha256": "bb5555cff66c4d3d6213a296b360f9e1a8e323e74e0426b6c10ed7f4d021e464"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "4e64f5bdc9d2417422e3325e1a8bdf69",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 234546,
"upload_time": "2024-12-06T11:49:16",
"upload_time_iso_8601": "2024-12-06T11:49:16.180232Z",
"url": "https://files.pythonhosted.org/packages/eb/d3/48ce8c9a89c7013f89ec7e01402e7a136a2e849c8f8664ea7f17b225295c/coverage-7.6.9-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "20d211ac147bd76cc5d8a6254c9a9b6beaab51c3532ba0abdfaf669bf48d2c67",
"md5": "8c1a79391045676901a5a95e73be5ac4",
"sha256": "b9389a429e0e5142e69d5bf4a435dd688c14478a19bb901735cdf75e57b13845"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp39-cp39-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "8c1a79391045676901a5a95e73be5ac4",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 233655,
"upload_time": "2024-12-06T11:49:17",
"upload_time_iso_8601": "2024-12-06T11:49:17.839071Z",
"url": "https://files.pythonhosted.org/packages/20/d2/11ac147bd76cc5d8a6254c9a9b6beaab51c3532ba0abdfaf669bf48d2c67/coverage-7.6.9-cp39-cp39-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "18cb6e35c5766041737f14c31ad02b5404ae6ec05d4e17ccffd69f6d99431e0a",
"md5": "d9ed8cd44a984d8b11660f6f92d4d3ff",
"sha256": "592ac539812e9b46046620341498caf09ca21023c41c893e1eb9dbda00a70cbf"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp39-cp39-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "d9ed8cd44a984d8b11660f6f92d4d3ff",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 232145,
"upload_time": "2024-12-06T11:49:19",
"upload_time_iso_8601": "2024-12-06T11:49:19.443381Z",
"url": "https://files.pythonhosted.org/packages/18/cb/6e35c5766041737f14c31ad02b5404ae6ec05d4e17ccffd69f6d99431e0a/coverage-7.6.9-cp39-cp39-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ff625de767f225e09ce959b71d1f3efc9e86e1c3de1fded85886bf705248905d",
"md5": "8963ae5f486c7ec8b0b5b1c30ca7d9e5",
"sha256": "a27801adef24cc30871da98a105f77995e13a25a505a0161911f6aafbd66e678"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp39-cp39-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "8963ae5f486c7ec8b0b5b1c30ca7d9e5",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 233131,
"upload_time": "2024-12-06T11:49:21",
"upload_time_iso_8601": "2024-12-06T11:49:21.035752Z",
"url": "https://files.pythonhosted.org/packages/ff/62/5de767f225e09ce959b71d1f3efc9e86e1c3de1fded85886bf705248905d/coverage-7.6.9-cp39-cp39-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6572bacb4b4c9da226e2343aa4bfebcb2bc008eda2f28aa913474aef27bfc397",
"md5": "bff65dbcf2a3a075da7edcb08afbe8f5",
"sha256": "8e3c3e38930cfb729cb8137d7f055e5a473ddaf1217966aa6238c88bd9fd50e6"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp39-cp39-win32.whl",
"has_sig": false,
"md5_digest": "bff65dbcf2a3a075da7edcb08afbe8f5",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 209735,
"upload_time": "2024-12-06T11:49:22",
"upload_time_iso_8601": "2024-12-06T11:49:22.646512Z",
"url": "https://files.pythonhosted.org/packages/65/72/bacb4b4c9da226e2343aa4bfebcb2bc008eda2f28aa913474aef27bfc397/coverage-7.6.9-cp39-cp39-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f44d096d19dbd8998c9aaf8798078dd884f65652eb891fe7b0e657b5ac07411d",
"md5": "f99102fda31ed5fd19aacfa6ba7e615e",
"sha256": "e28bf44afa2b187cc9f41749138a64435bf340adfcacb5b2290c070ce99839d4"
},
"downloads": -1,
"filename": "coverage-7.6.9-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "f99102fda31ed5fd19aacfa6ba7e615e",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 210517,
"upload_time": "2024-12-06T11:49:24",
"upload_time_iso_8601": "2024-12-06T11:49:24.302725Z",
"url": "https://files.pythonhosted.org/packages/f4/4d/096d19dbd8998c9aaf8798078dd884f65652eb891fe7b0e657b5ac07411d/coverage-7.6.9-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "150e4ac9035ee2ee08d2b703fdad2d84283ec0bad3b46eb4ad6affb150174cb6",
"md5": "e595bda7a32725234eb423f3d42c678d",
"sha256": "f3ca78518bc6bc92828cd11867b121891d75cae4ea9e908d72030609b996db1b"
},
"downloads": -1,
"filename": "coverage-7.6.9-pp39.pp310-none-any.whl",
"has_sig": false,
"md5_digest": "e595bda7a32725234eb423f3d42c678d",
"packagetype": "bdist_wheel",
"python_version": "pp39.pp310",
"requires_python": ">=3.9",
"size": 199270,
"upload_time": "2024-12-06T11:49:25",
"upload_time_iso_8601": "2024-12-06T11:49:25.927250Z",
"url": "https://files.pythonhosted.org/packages/15/0e/4ac9035ee2ee08d2b703fdad2d84283ec0bad3b46eb4ad6affb150174cb6/coverage-7.6.9-pp39.pp310-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5bd2c25011f4d036cf7e8acbbee07a8e09e9018390aee25ba085596c4b83d510",
"md5": "a541a78de47cf79e169f9a93376e8254",
"sha256": "4a8d8977b0c6ef5aeadcb644da9e69ae0dcfe66ec7f368c89c72e058bd71164d"
},
"downloads": -1,
"filename": "coverage-7.6.9.tar.gz",
"has_sig": false,
"md5_digest": "a541a78de47cf79e169f9a93376e8254",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 801710,
"upload_time": "2024-12-06T11:49:27",
"upload_time_iso_8601": "2024-12-06T11:49:27.594828Z",
"url": "https://files.pythonhosted.org/packages/5b/d2/c25011f4d036cf7e8acbbee07a8e09e9018390aee25ba085596c4b83d510/coverage-7.6.9.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-06 11:49:27",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "nedbat",
"github_project": "coveragepy",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "coverage"
}