coverage


Namecoverage JSON
Version 7.6.11 PyPI version JSON
download
home_pagehttps://github.com/nedbat/coveragepy
SummaryCode coverage measurement for Python
upload_time2025-02-08 15:48:28
maintainerNone
docs_urlNone
authorNed Batchelder and 236 others
requires_python>=3.9
licenseApache-2.0
keywords code coverage testing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. 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.11/
.. _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.11/#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.11/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.11/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.11/
    :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 236 others",
    "author_email": "ned@nedbatchelder.com",
    "download_url": "https://files.pythonhosted.org/packages/89/4e/38141d42af7452f4b7c5d3d7442a8018de34754ef52eb9a400768bc8d59e/coverage-7.6.11.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.11/\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.11/#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.11/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.11/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.11/\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.11",
    "project_urls": {
        "Documentation": "https://coverage.readthedocs.io/en/7.6.11",
        "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": null,
            "digests": {
                "blake2b_256": "9215e92184931a6773cf1f690575a443a502af213ec8e6d5c48b77a768f3e237",
                "md5": "edae252561f4a2e99f413ed501767b33",
                "sha256": "eafea49da254a8289bed3fab960f808b322eda5577cb17a3733014928bbfbebd"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "edae252561f4a2e99f413ed501767b33",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 208240,
            "upload_time": "2025-02-08T15:46:26",
            "upload_time_iso_8601": "2025-02-08T15:46:26.132949Z",
            "url": "https://files.pythonhosted.org/packages/92/15/e92184931a6773cf1f690575a443a502af213ec8e6d5c48b77a768f3e237/coverage-7.6.11-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3835f22234dfc289aac8c890e9fa5031bfcf3a83f626c39a4f2442c2c3e7a552",
                "md5": "258f6b24737b0eee24a75867aa50f17a",
                "sha256": "5a3f7cbbcb4ad95067a6525f83a6fc78d9cbc1e70f8abaeeaeaa72ef34f48fc3"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "258f6b24737b0eee24a75867aa50f17a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 208674,
            "upload_time": "2025-02-08T15:46:29",
            "upload_time_iso_8601": "2025-02-08T15:46:29.506268Z",
            "url": "https://files.pythonhosted.org/packages/38/35/f22234dfc289aac8c890e9fa5031bfcf3a83f626c39a4f2442c2c3e7a552/coverage-7.6.11-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "11f1d91d847e79dfb2985b14090427c7df0c13d81f4e263a2ecb5f84ee667f0b",
                "md5": "d33ee5e4e34923aa152cab24d3889f18",
                "sha256": "de6b079b39246a7da9a40cfa62d5766bd52b4b7a88cf5a82ec4c45bf6e152306"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d33ee5e4e34923aa152cab24d3889f18",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 237826,
            "upload_time": "2025-02-08T15:46:31",
            "upload_time_iso_8601": "2025-02-08T15:46:31.791532Z",
            "url": "https://files.pythonhosted.org/packages/11/f1/d91d847e79dfb2985b14090427c7df0c13d81f4e263a2ecb5f84ee667f0b/coverage-7.6.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c71372f363b7a9171c97756db9a3e9a659d7ad24190a01aa75b033460a7e7c13",
                "md5": "4c8428cd583b58b602ec4f5757a11ca0",
                "sha256": "60d4ad09dfc8c36c4910685faafcb8044c84e4dae302e86c585b3e2e7778726c"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "4c8428cd583b58b602ec4f5757a11ca0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 235734,
            "upload_time": "2025-02-08T15:46:34",
            "upload_time_iso_8601": "2025-02-08T15:46:34.002178Z",
            "url": "https://files.pythonhosted.org/packages/c7/13/72f363b7a9171c97756db9a3e9a659d7ad24190a01aa75b033460a7e7c13/coverage-7.6.11-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7f61fe984f4a955f5fdc95f5ae9c5b35b7464589e3beb791e493d3d88def1769",
                "md5": "b2f012ef03b35f4e9aeae7f57788d1ed",
                "sha256": "8e433b6e3a834a43dae2889adc125f3fa4c66668df420d8e49bc4ee817dd7a70"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b2f012ef03b35f4e9aeae7f57788d1ed",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 236866,
            "upload_time": "2025-02-08T15:46:35",
            "upload_time_iso_8601": "2025-02-08T15:46:35.994072Z",
            "url": "https://files.pythonhosted.org/packages/7f/61/fe984f4a955f5fdc95f5ae9c5b35b7464589e3beb791e493d3d88def1769/coverage-7.6.11-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": null,
            "digests": {
                "blake2b_256": "7eb867c1e79118b9b2632cdea6b5e78b6d9bcef0528f620e1e8947637d49b560",
                "md5": "aa1340bb1a8c427a4d209d52ff0b61cf",
                "sha256": "ac5d92e2cc121a13270697e4cb37e1eb4511ac01d23fe1b6c097facc3b46489e"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "aa1340bb1a8c427a4d209d52ff0b61cf",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 235983,
            "upload_time": "2025-02-08T15:46:38",
            "upload_time_iso_8601": "2025-02-08T15:46:38.205978Z",
            "url": "https://files.pythonhosted.org/packages/7e/b8/67c1e79118b9b2632cdea6b5e78b6d9bcef0528f620e1e8947637d49b560/coverage-7.6.11-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0607bb575758c887ac328ac67dc786bf81e10bfa0b4ac98eef3518f726dff098",
                "md5": "26509556e46d31ff0911516808236d5f",
                "sha256": "5128f3ba694c0a1bde55fc480090392c336236c3e1a10dad40dc1ab17c7675ff"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "26509556e46d31ff0911516808236d5f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 234292,
            "upload_time": "2025-02-08T15:46:39",
            "upload_time_iso_8601": "2025-02-08T15:46:39.821070Z",
            "url": "https://files.pythonhosted.org/packages/06/07/bb575758c887ac328ac67dc786bf81e10bfa0b4ac98eef3518f726dff098/coverage-7.6.11-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7692a52f3de97812f31652fda25c2fe3b6f1b832833f116b293101f9fe3d28f1",
                "md5": "084144251fb6aef59f31686ed6c645b5",
                "sha256": "397489c611b76302dfa1d9ea079e138dddc4af80fc6819d5f5119ec8ca6c0e47"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "084144251fb6aef59f31686ed6c645b5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 235433,
            "upload_time": "2025-02-08T15:46:42",
            "upload_time_iso_8601": "2025-02-08T15:46:42.097276Z",
            "url": "https://files.pythonhosted.org/packages/76/92/a52f3de97812f31652fda25c2fe3b6f1b832833f116b293101f9fe3d28f1/coverage-7.6.11-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1d5ede487d979ae47a52d7007b7a58d7ccb1d64c68027cf6953488a8f7b5fb16",
                "md5": "e643ccacec6b5f722b25cd1fc691da29",
                "sha256": "c7719a5e1dc93883a6b319bc0374ecd46fb6091ed659f3fbe281ab991634b9b0"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "e643ccacec6b5f722b25cd1fc691da29",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 210963,
            "upload_time": "2025-02-08T15:46:43",
            "upload_time_iso_8601": "2025-02-08T15:46:43.597029Z",
            "url": "https://files.pythonhosted.org/packages/1d/5e/de487d979ae47a52d7007b7a58d7ccb1d64c68027cf6953488a8f7b5fb16/coverage-7.6.11-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8b3f2f61ee4261bb3b9d92377bcf627ca5bd6725dd5433e6f1e51d6467b827a0",
                "md5": "bd251ed8bd350c745f53a1ec4347f4cc",
                "sha256": "c27df03730059118b8a923cfc8b84b7e9976742560af528242f201880879c1da"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "bd251ed8bd350c745f53a1ec4347f4cc",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 211853,
            "upload_time": "2025-02-08T15:46:45",
            "upload_time_iso_8601": "2025-02-08T15:46:45.878900Z",
            "url": "https://files.pythonhosted.org/packages/8b/3f/2f61ee4261bb3b9d92377bcf627ca5bd6725dd5433e6f1e51d6467b827a0/coverage-7.6.11-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "28c9dc238d47920531f7a7fa39f4e2110d9c964c284ffa8b9bacb3db94eafe36",
                "md5": "4abdc826a66556713ff52adfca9b10c1",
                "sha256": "532fe139691af134aa8b54ed60dd3c806aa81312d93693bd2883c7b61592c840"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4abdc826a66556713ff52adfca9b10c1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 208358,
            "upload_time": "2025-02-08T15:46:47",
            "upload_time_iso_8601": "2025-02-08T15:46:47.259803Z",
            "url": "https://files.pythonhosted.org/packages/28/c9/dc238d47920531f7a7fa39f4e2110d9c964c284ffa8b9bacb3db94eafe36/coverage-7.6.11-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "11a08b4d0c21deac57253348ea35c86cbbe5077241d418540bfe58b561826649",
                "md5": "1a19b4bfcc0840e44110047d6034df89",
                "sha256": "e0b0f272901a5172090c0802053fbc503cdc3fa2612720d2669a98a7384a7bec"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "1a19b4bfcc0840e44110047d6034df89",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 208788,
            "upload_time": "2025-02-08T15:46:49",
            "upload_time_iso_8601": "2025-02-08T15:46:49.167280Z",
            "url": "https://files.pythonhosted.org/packages/11/a0/8b4d0c21deac57253348ea35c86cbbe5077241d418540bfe58b561826649/coverage-7.6.11-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0b4b670ad3c404802d45211a5cf0605a70a109ad0bc1210dabb463642a143949",
                "md5": "3ca620541ddf9f33a74c8be168ac93cf",
                "sha256": "4bda710139ea646890d1c000feb533caff86904a0e0638f85e967c28cb8eec50"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "3ca620541ddf9f33a74c8be168ac93cf",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 239129,
            "upload_time": "2025-02-08T15:46:51",
            "upload_time_iso_8601": "2025-02-08T15:46:51.387426Z",
            "url": "https://files.pythonhosted.org/packages/0b/4b/670ad3c404802d45211a5cf0605a70a109ad0bc1210dabb463642a143949/coverage-7.6.11-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7ad8a241aa17ca90478b98da23dfe08ae871d8cfa949e34a61d667802b7f6f2d",
                "md5": "8bddaf10b517489a707d84038431f9eb",
                "sha256": "a165b09e7d5f685bf659063334a9a7b1a2d57b531753d3e04bd442b3cfe5845b"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8bddaf10b517489a707d84038431f9eb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 240912,
            "upload_time": "2025-02-08T15:46:53",
            "upload_time_iso_8601": "2025-02-08T15:46:53.866325Z",
            "url": "https://files.pythonhosted.org/packages/7a/d8/a241aa17ca90478b98da23dfe08ae871d8cfa949e34a61d667802b7f6f2d/coverage-7.6.11-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": null,
            "digests": {
                "blake2b_256": "b59be9af16145352fc5889f9c3df343235796e170c04295e615180fa194f8d41",
                "md5": "7459a976238e3f44c92f76c3823f0da2",
                "sha256": "ff136607689c1c87f43d24203b6d2055b42030f352d5176f9c8b204d4235ef27"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "7459a976238e3f44c92f76c3823f0da2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 238361,
            "upload_time": "2025-02-08T15:46:55",
            "upload_time_iso_8601": "2025-02-08T15:46:55.302394Z",
            "url": "https://files.pythonhosted.org/packages/b5/9b/e9af16145352fc5889f9c3df343235796e170c04295e615180fa194f8d41/coverage-7.6.11-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "597bab1c1ff66efbbd978b27e9789ce430cbbce53195fb18f7fe3ba14fc73b9b",
                "md5": "ac4b3ea7e73256c356d27ea7eb6b892e",
                "sha256": "050172741de03525290e67f0161ae5f7f387c88fca50d47fceb4724ceaa591d2"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ac4b3ea7e73256c356d27ea7eb6b892e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 239204,
            "upload_time": "2025-02-08T15:46:57",
            "upload_time_iso_8601": "2025-02-08T15:46:57.569590Z",
            "url": "https://files.pythonhosted.org/packages/59/7b/ab1c1ff66efbbd978b27e9789ce430cbbce53195fb18f7fe3ba14fc73b9b/coverage-7.6.11-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dc6f08db69a0c0257257e9b942efdb31d317093b8c038be2ff61e114a72ee32e",
                "md5": "e89c4e7aaa4bbe5a2b8c82d00bdbdd2e",
                "sha256": "27700d859be68e4fb2e7bf774cf49933dcac6f81a9bc4c13bd41735b8d26a53b"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "e89c4e7aaa4bbe5a2b8c82d00bdbdd2e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 211014,
            "upload_time": "2025-02-08T15:46:59",
            "upload_time_iso_8601": "2025-02-08T15:46:59.034467Z",
            "url": "https://files.pythonhosted.org/packages/dc/6f/08db69a0c0257257e9b942efdb31d317093b8c038be2ff61e114a72ee32e/coverage-7.6.11-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1b0dd287ef28d7525642101b1a3891d35b966560c116aa20f0bbd22c5a136ef5",
                "md5": "64d0fa43d647e7d94d62073a01a56c81",
                "sha256": "cd4839813b09ab1dd1be1bbc74f9a7787615f931f83952b6a9af1b2d3f708bf7"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "64d0fa43d647e7d94d62073a01a56c81",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 211913,
            "upload_time": "2025-02-08T15:47:01",
            "upload_time_iso_8601": "2025-02-08T15:47:01.377669Z",
            "url": "https://files.pythonhosted.org/packages/1b/0d/d287ef28d7525642101b1a3891d35b966560c116aa20f0bbd22c5a136ef5/coverage-7.6.11-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6583cf3d6ac06bd02e1fb7fc6609d7a3be799328a94938dd2a64cf091989b8ce",
                "md5": "3009579628a4dff2a3468fffd1bc1835",
                "sha256": "dbb1a822fd858d9853333a7c95d4e70dde9a79e65893138ce32c2ec6457d7a36"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp312-cp312-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3009579628a4dff2a3468fffd1bc1835",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 208543,
            "upload_time": "2025-02-08T15:47:03",
            "upload_time_iso_8601": "2025-02-08T15:47:03.631775Z",
            "url": "https://files.pythonhosted.org/packages/65/83/cf3d6ac06bd02e1fb7fc6609d7a3be799328a94938dd2a64cf091989b8ce/coverage-7.6.11-cp312-cp312-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e7e1b1448995072ab033898758179e208afa924f4625ea4524ec868fafbae77d",
                "md5": "3becf2acf6008260227e1b98c10f797a",
                "sha256": "61c834cbb80946d6ebfddd9b393a4c46bec92fcc0fa069321fcb8049117f76ea"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "3becf2acf6008260227e1b98c10f797a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 208805,
            "upload_time": "2025-02-08T15:47:05",
            "upload_time_iso_8601": "2025-02-08T15:47:05.090833Z",
            "url": "https://files.pythonhosted.org/packages/e7/e1/b1448995072ab033898758179e208afa924f4625ea4524ec868fafbae77d/coverage-7.6.11-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "802211ae7726086bf16ad35ecd1ebf31c0c709647b2618977bc088003bd38808",
                "md5": "512d3fc82f867f56078586aeec6ebd52",
                "sha256": "a46d56e99a31d858d6912d31ffa4ede6a325c86af13139539beefca10a1234ce"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "512d3fc82f867f56078586aeec6ebd52",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 239768,
            "upload_time": "2025-02-08T15:47:07",
            "upload_time_iso_8601": "2025-02-08T15:47:07.423537Z",
            "url": "https://files.pythonhosted.org/packages/80/22/11ae7726086bf16ad35ecd1ebf31c0c709647b2618977bc088003bd38808/coverage-7.6.11-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7d68717286bda6530f39f3ac16899dac1855a71921aca5ee565484269326c979",
                "md5": "c74a2b00128df975007823a188d520af",
                "sha256": "5b48db06f53d1864fea6dbd855e6d51d41c0f06c212c3004511c0bdc6847b297"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c74a2b00128df975007823a188d520af",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 242023,
            "upload_time": "2025-02-08T15:47:10",
            "upload_time_iso_8601": "2025-02-08T15:47:10.908677Z",
            "url": "https://files.pythonhosted.org/packages/7d/68/717286bda6530f39f3ac16899dac1855a71921aca5ee565484269326c979/coverage-7.6.11-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": null,
            "digests": {
                "blake2b_256": "93574b028c7c882411d9ca3f12cd4223ceeb5cb39f84bb91c4fb21a06440cbd9",
                "md5": "fb3dd9832b2d012146814d71f59b2e8b",
                "sha256": "b6ff5be3b1853e0862da9d349fe87f869f68e63a25f7c37ce1130b321140f963"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "fb3dd9832b2d012146814d71f59b2e8b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 239610,
            "upload_time": "2025-02-08T15:47:13",
            "upload_time_iso_8601": "2025-02-08T15:47:13.108487Z",
            "url": "https://files.pythonhosted.org/packages/93/57/4b028c7c882411d9ca3f12cd4223ceeb5cb39f84bb91c4fb21a06440cbd9/coverage-7.6.11-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4488720c9eba316406f243670237306bcdb8e269e4d0e12b191a697f66369404",
                "md5": "86cf87fb33aaa4902951ce9c855fb4ec",
                "sha256": "be05bde21d5e6eefbc3a6de6b9bee2b47894b8945342e8663192809c4d1f08ce"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "86cf87fb33aaa4902951ce9c855fb4ec",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 241212,
            "upload_time": "2025-02-08T15:47:14",
            "upload_time_iso_8601": "2025-02-08T15:47:14.534223Z",
            "url": "https://files.pythonhosted.org/packages/44/88/720c9eba316406f243670237306bcdb8e269e4d0e12b191a697f66369404/coverage-7.6.11-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1daea09edf77bd535d597de13679262845f5cb6ff1fab37a3065640fb3d5e6e8",
                "md5": "1e527c5e7387527a240f9481524e0412",
                "sha256": "e3b746fa0ffc5b6b8856529de487da8b9aeb4fb394bb58de6502ef45f3434f12"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "1e527c5e7387527a240f9481524e0412",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 211186,
            "upload_time": "2025-02-08T15:47:16",
            "upload_time_iso_8601": "2025-02-08T15:47:16.022940Z",
            "url": "https://files.pythonhosted.org/packages/1d/ae/a09edf77bd535d597de13679262845f5cb6ff1fab37a3065640fb3d5e6e8/coverage-7.6.11-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "805d63ad5e3f1421504194da0228d259a3913884830999d1297b5e16b59bcb0f",
                "md5": "483a55b6ddd8b55f0a02e9766310fc9a",
                "sha256": "ac476e6d0128fb7919b3fae726de72b28b5c9644cb4b579e4a523d693187c551"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "483a55b6ddd8b55f0a02e9766310fc9a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 211974,
            "upload_time": "2025-02-08T15:47:17",
            "upload_time_iso_8601": "2025-02-08T15:47:17.632795Z",
            "url": "https://files.pythonhosted.org/packages/80/5d/63ad5e3f1421504194da0228d259a3913884830999d1297b5e16b59bcb0f/coverage-7.6.11-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8b83096a4954b686212b4e8d3ef14e01370e111b44972370fcc26169e3b32757",
                "md5": "efd18bc27b880a7a4205b153a0a82c66",
                "sha256": "c86f4c7a6d1a54a24d804d9684d96e36a62d3ef7c0d7745ae2ea39e3e0293251"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp313-cp313-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "efd18bc27b880a7a4205b153a0a82c66",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 208568,
            "upload_time": "2025-02-08T15:47:19",
            "upload_time_iso_8601": "2025-02-08T15:47:19.224335Z",
            "url": "https://files.pythonhosted.org/packages/8b/83/096a4954b686212b4e8d3ef14e01370e111b44972370fcc26169e3b32757/coverage-7.6.11-cp313-cp313-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bc7874f5f1545b06524a3c9c36be339fa1ebbc17eef182c961fbed91cd0805e1",
                "md5": "8c70859b0ef758730cd6358233053939",
                "sha256": "7eb0504bb307401fd08bc5163a351df301438b3beb88a4fa044681295bbefc67"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "8c70859b0ef758730cd6358233053939",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 208839,
            "upload_time": "2025-02-08T15:47:20",
            "upload_time_iso_8601": "2025-02-08T15:47:20.803518Z",
            "url": "https://files.pythonhosted.org/packages/bc/78/74f5f1545b06524a3c9c36be339fa1ebbc17eef182c961fbed91cd0805e1/coverage-7.6.11-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6a4bdf3433cbb9a91cb3f5ea8301bef312a8e77587881e2dea93f2d58683908e",
                "md5": "04e30705d93683c23b193a0987bf2d1d",
                "sha256": "ca95d40900cf614e07f00cee8c2fad0371df03ca4d7a80161d84be2ec132b7a4"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "04e30705d93683c23b193a0987bf2d1d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 242383,
            "upload_time": "2025-02-08T15:47:22",
            "upload_time_iso_8601": "2025-02-08T15:47:22.513542Z",
            "url": "https://files.pythonhosted.org/packages/6a/4b/df3433cbb9a91cb3f5ea8301bef312a8e77587881e2dea93f2d58683908e/coverage-7.6.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4022681a1b724866f12b96bf46d178e0d5df557bb9c3da43aa2a8be67a4be65e",
                "md5": "b043f4883827251cd62ca880e7fe43ad",
                "sha256": "db4b1a69976b1b02acda15937538a1d3fe10b185f9d99920b17a740a0a102e06"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "b043f4883827251cd62ca880e7fe43ad",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 239424,
            "upload_time": "2025-02-08T15:47:24",
            "upload_time_iso_8601": "2025-02-08T15:47:24.882216Z",
            "url": "https://files.pythonhosted.org/packages/40/22/681a1b724866f12b96bf46d178e0d5df557bb9c3da43aa2a8be67a4be65e/coverage-7.6.11-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2908978e14dca15fec135b13246cd5cbbedc6506d8102854f4bdde73038efaa3",
                "md5": "c56bfa16b1abc44ff27bb15b7693c22f",
                "sha256": "4cf96beb05d004e4c51cd846fcdf9eee9eb2681518524b66b2e7610507944c2f"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c56bfa16b1abc44ff27bb15b7693c22f",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 241440,
            "upload_time": "2025-02-08T15:47:27",
            "upload_time_iso_8601": "2025-02-08T15:47:27.254880Z",
            "url": "https://files.pythonhosted.org/packages/29/08/978e14dca15fec135b13246cd5cbbedc6506d8102854f4bdde73038efaa3/coverage-7.6.11-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": null,
            "digests": {
                "blake2b_256": "a63439fc8ad65d6381d1e8278f9042ff4e201a2cb52092d705d7a02ffc8ccc1b",
                "md5": "97fc58f82a830f69302386117aa26e0e",
                "sha256": "08e5fb93576a6b054d3d326242af5ef93daaac9bb52bc25f12ccbc3fa94227cd"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp313-cp313-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "97fc58f82a830f69302386117aa26e0e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 241076,
            "upload_time": "2025-02-08T15:47:29",
            "upload_time_iso_8601": "2025-02-08T15:47:29.692166Z",
            "url": "https://files.pythonhosted.org/packages/a6/34/39fc8ad65d6381d1e8278f9042ff4e201a2cb52092d705d7a02ffc8ccc1b/coverage-7.6.11-cp313-cp313-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "136b392fa652391bf6751766921a7b29f576a3de1db78b8d48e1f438ce0121b4",
                "md5": "272bb869471f39195b0cbe50e1a4ce82",
                "sha256": "25575cd5a7d2acc46b42711e8aff826027c0e4f80fb38028a74f31ac22aae69d"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp313-cp313-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "272bb869471f39195b0cbe50e1a4ce82",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 239186,
            "upload_time": "2025-02-08T15:47:31",
            "upload_time_iso_8601": "2025-02-08T15:47:31.312292Z",
            "url": "https://files.pythonhosted.org/packages/13/6b/392fa652391bf6751766921a7b29f576a3de1db78b8d48e1f438ce0121b4/coverage-7.6.11-cp313-cp313-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3dad6c0edcd7ee9b7ceddcfda45aeea2b84ef017d19bde27fe3de51deab6468a",
                "md5": "d0b1afcdf26efe55e5ec37e64fe82b96",
                "sha256": "8fa4fffd90ee92f62ff7404b4801b59e8ea8502e19c9bf2d3241ce745b52926c"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d0b1afcdf26efe55e5ec37e64fe82b96",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 240928,
            "upload_time": "2025-02-08T15:47:33",
            "upload_time_iso_8601": "2025-02-08T15:47:33.859391Z",
            "url": "https://files.pythonhosted.org/packages/3d/ad/6c0edcd7ee9b7ceddcfda45aeea2b84ef017d19bde27fe3de51deab6468a/coverage-7.6.11-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e37c8c71cf43a68d09772408182177394d1f3aafe8ec45c88bd0702efc9e5640",
                "md5": "97885ea7b6137cffb44b869e659b605c",
                "sha256": "5e7ac966ab110bd94ee844f2643f196d78fde1cd2450399116d3efdd706e19f5"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp313-cp313t-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "97885ea7b6137cffb44b869e659b605c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 209408,
            "upload_time": "2025-02-08T15:47:40",
            "upload_time_iso_8601": "2025-02-08T15:47:40.998549Z",
            "url": "https://files.pythonhosted.org/packages/e3/7c/8c71cf43a68d09772408182177394d1f3aafe8ec45c88bd0702efc9e5640/coverage-7.6.11-cp313-cp313t-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "177425a3f0e9745cab1120a641240074eb9e77d3278e9b2e6b53d4ba5b6ae1f0",
                "md5": "d65d821e56a54e667eb1799aba6a423a",
                "sha256": "6ba27a0375c5ef4d2a7712f829265102decd5ff78b96d342ac2fa555742c4f4f"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp313-cp313t-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d65d821e56a54e667eb1799aba6a423a",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 209629,
            "upload_time": "2025-02-08T15:47:42",
            "upload_time_iso_8601": "2025-02-08T15:47:42.704585Z",
            "url": "https://files.pythonhosted.org/packages/17/74/25a3f0e9745cab1120a641240074eb9e77d3278e9b2e6b53d4ba5b6ae1f0/coverage-7.6.11-cp313-cp313t-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f6e422d61ef97964ec28246a8487fa117568b7ef225913de43621b86ad6d2446",
                "md5": "ec8e47d3b632b4f44a88e7e12899e96a",
                "sha256": "e2778be4f574b39ec9dcd9e5e13644f770351ee0990a0ecd27e364aba95af89b"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ec8e47d3b632b4f44a88e7e12899e96a",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 253884,
            "upload_time": "2025-02-08T15:47:45",
            "upload_time_iso_8601": "2025-02-08T15:47:45.460886Z",
            "url": "https://files.pythonhosted.org/packages/f6/e4/22d61ef97964ec28246a8487fa117568b7ef225913de43621b86ad6d2446/coverage-7.6.11-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "443bc272005a36f28374c76d4cef63e4ff1824b33eb6970ce2cea2c5293a8119",
                "md5": "2be133594f166cb69eb0638fa42f21fb",
                "sha256": "5edc16712187139ab635a2e644cc41fc239bc6d245b16124045743130455c652"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "2be133594f166cb69eb0638fa42f21fb",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 249592,
            "upload_time": "2025-02-08T15:47:48",
            "upload_time_iso_8601": "2025-02-08T15:47:48.380079Z",
            "url": "https://files.pythonhosted.org/packages/44/3b/c272005a36f28374c76d4cef63e4ff1824b33eb6970ce2cea2c5293a8119/coverage-7.6.11-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cf4fd9daa13ebad04a22e9f48a8619aa27380961fefc20e15e5bf3f7d6325fd1",
                "md5": "60305c1f1afef096baca789abc471806",
                "sha256": "df6ff122a0a10a30121d9f0cb3fbd03a6fe05861e4ec47adb9f25e9245aabc19"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "60305c1f1afef096baca789abc471806",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 251928,
            "upload_time": "2025-02-08T15:47:49",
            "upload_time_iso_8601": "2025-02-08T15:47:49.966520Z",
            "url": "https://files.pythonhosted.org/packages/cf/4f/d9daa13ebad04a22e9f48a8619aa27380961fefc20e15e5bf3f7d6325fd1/coverage-7.6.11-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": null,
            "digests": {
                "blake2b_256": "a75242b5b3bde8b0fbc268fc8809b775caffb1ebc51555d04ad979e824b84f9a",
                "md5": "1cf5e44ed723713451e199414831ede5",
                "sha256": "ff562952f15eff27247a4c4b03e45ce8a82e3fb197de6a7c54080f9d4ba07845"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1cf5e44ed723713451e199414831ede5",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 251431,
            "upload_time": "2025-02-08T15:47:54",
            "upload_time_iso_8601": "2025-02-08T15:47:54.592646Z",
            "url": "https://files.pythonhosted.org/packages/a7/52/42b5b3bde8b0fbc268fc8809b775caffb1ebc51555d04ad979e824b84f9a/coverage-7.6.11-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ef0eefb47cd1a2279acc1c05966a441f1658564ec81fa331a9420aef54997bfc",
                "md5": "4fe82576afa75bea31b31ccbc06d905c",
                "sha256": "4f21e3617f48d683f30cf2a6c8b739c838e600cb1454fe6b2eb486ac2bce8fbd"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp313-cp313t-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "4fe82576afa75bea31b31ccbc06d905c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 249089,
            "upload_time": "2025-02-08T15:47:58",
            "upload_time_iso_8601": "2025-02-08T15:47:58.638313Z",
            "url": "https://files.pythonhosted.org/packages/ef/0e/efb47cd1a2279acc1c05966a441f1658564ec81fa331a9420aef54997bfc/coverage-7.6.11-cp313-cp313t-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ea65bd348b3d0da43ad6a2e70c3bd9bffde2ef680c2987a2ea8b19f189a83cae",
                "md5": "0ad8ccc84177f4d7f30caa983ce85e1c",
                "sha256": "6d60577673ba48d8ae8e362e61fd4ad1a640293ffe8991d11c86f195479100b7"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0ad8ccc84177f4d7f30caa983ce85e1c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 250526,
            "upload_time": "2025-02-08T15:48:01",
            "upload_time_iso_8601": "2025-02-08T15:48:01.110661Z",
            "url": "https://files.pythonhosted.org/packages/ea/65/bd348b3d0da43ad6a2e70c3bd9bffde2ef680c2987a2ea8b19f189a83cae/coverage-7.6.11-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f8b8b2ba25ebda1f3e149d679b0468eda846cfba5d48f8c2f9e0b565c0cdbb91",
                "md5": "724da83a02f42902bc203396f69e5c18",
                "sha256": "13100f98497086b359bf56fc035a762c674de8ef526daa389ac8932cb9bff1e0"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp313-cp313t-win32.whl",
            "has_sig": false,
            "md5_digest": "724da83a02f42902bc203396f69e5c18",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 211929,
            "upload_time": "2025-02-08T15:48:03",
            "upload_time_iso_8601": "2025-02-08T15:48:03.086448Z",
            "url": "https://files.pythonhosted.org/packages/f8/b8/b2ba25ebda1f3e149d679b0468eda846cfba5d48f8c2f9e0b565c0cdbb91/coverage-7.6.11-cp313-cp313t-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0a97ad0cc489eddd0ffdb1b873a39182834d6119d8e1f6ee5ce760345a573971",
                "md5": "8ea1d5f75e566d9ed7be876b9516a06b",
                "sha256": "2c81e53782043b323bd34c7de711ed9b4673414eb517eaf35af92185b873839c"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp313-cp313t-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8ea1d5f75e566d9ed7be876b9516a06b",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 213138,
            "upload_time": "2025-02-08T15:48:05",
            "upload_time_iso_8601": "2025-02-08T15:48:05.661880Z",
            "url": "https://files.pythonhosted.org/packages/0a/97/ad0cc489eddd0ffdb1b873a39182834d6119d8e1f6ee5ce760345a573971/coverage-7.6.11-cp313-cp313t-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e77cf4f38aa65aad6d2f0ec3ba2a1d50a06f4c8c2d3516761d4eaff332ec14d7",
                "md5": "436eccbf6ff4f4cccb90da2cad7783d0",
                "sha256": "0d03c9452d9d1ccfe5d3a5df0427705022a49b356ac212d529762eaea5ef97b4"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "436eccbf6ff4f4cccb90da2cad7783d0",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 211211,
            "upload_time": "2025-02-08T15:47:35",
            "upload_time_iso_8601": "2025-02-08T15:47:35.479290Z",
            "url": "https://files.pythonhosted.org/packages/e7/7c/f4f38aa65aad6d2f0ec3ba2a1d50a06f4c8c2d3516761d4eaff332ec14d7/coverage-7.6.11-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c1c12003bf96e799e5414be7aac2dae14bcc463067f7d8d40d69e33a82c352e6",
                "md5": "34b1945b51a8a474daf931b61ca9f527",
                "sha256": "fd2fffc8ce8692ce540103dff26279d2af22d424516ddebe2d7e4d6dbb3816b2"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "34b1945b51a8a474daf931b61ca9f527",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 211995,
            "upload_time": "2025-02-08T15:47:37",
            "upload_time_iso_8601": "2025-02-08T15:47:37.100535Z",
            "url": "https://files.pythonhosted.org/packages/c1/c1/2003bf96e799e5414be7aac2dae14bcc463067f7d8d40d69e33a82c352e6/coverage-7.6.11-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4e2330679564463db0e9a5dba6f1e2ad950b467f45795b209847c86744734d18",
                "md5": "092862ae7d38317ee26a0df5fae7b0a6",
                "sha256": "ff52b4e2ac0080c96e506819586c4b16cdbf46724bda90d308a7330a73cc8521"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "092862ae7d38317ee26a0df5fae7b0a6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 208241,
            "upload_time": "2025-02-08T15:48:07",
            "upload_time_iso_8601": "2025-02-08T15:48:07.257073Z",
            "url": "https://files.pythonhosted.org/packages/4e/23/30679564463db0e9a5dba6f1e2ad950b467f45795b209847c86744734d18/coverage-7.6.11-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dbfed532cf0b6724f1f07645a232385fd5cab7da0b75ed375d6f8fb9c21064cf",
                "md5": "2511b399da1c08bac8d038f38177c30a",
                "sha256": "f4679fcc9eb9004fdd1b00231ef1ec7167168071bebc4d66327e28c1979b4449"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "2511b399da1c08bac8d038f38177c30a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 208661,
            "upload_time": "2025-02-08T15:48:09",
            "upload_time_iso_8601": "2025-02-08T15:48:09.859161Z",
            "url": "https://files.pythonhosted.org/packages/db/fe/d532cf0b6724f1f07645a232385fd5cab7da0b75ed375d6f8fb9c21064cf/coverage-7.6.11-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4c331019042fd4dc89d52d33abcadd759e196cc4094db869cab8534c87282ff5",
                "md5": "4c4637fd89f5281b017d20c367e83533",
                "sha256": "90de4e9ca4489e823138bd13098af9ac8028cc029f33f60098b5c08c675c7bda"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "4c4637fd89f5281b017d20c367e83533",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 235372,
            "upload_time": "2025-02-08T15:48:11",
            "upload_time_iso_8601": "2025-02-08T15:48:11.583931Z",
            "url": "https://files.pythonhosted.org/packages/4c/33/1019042fd4dc89d52d33abcadd759e196cc4094db869cab8534c87282ff5/coverage-7.6.11-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "58fc3b2a595b4bf9d706fe53e9d6807074b0451b438e9b964c6794d1d72e9a96",
                "md5": "ff667d637f91e4b2726ebde0fb4ada83",
                "sha256": "6c96a142057d83ee993eaf71629ca3fb952cda8afa9a70af4132950c2bd3deb9"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ff667d637f91e4b2726ebde0fb4ada83",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 236475,
            "upload_time": "2025-02-08T15:48:14",
            "upload_time_iso_8601": "2025-02-08T15:48:14.102388Z",
            "url": "https://files.pythonhosted.org/packages/58/fc/3b2a595b4bf9d706fe53e9d6807074b0451b438e9b964c6794d1d72e9a96/coverage-7.6.11-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": null,
            "digests": {
                "blake2b_256": "ad4d13ed57038b6fe56453fbc5bd367fe96f6d5f625cf93e37f8f69965260f56",
                "md5": "84886603a688e60df1c0754cb9007399",
                "sha256": "476f29a258b9cd153f2be5bf5f119d670d2806363595263917bddc167d6e5cce"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "84886603a688e60df1c0754cb9007399",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 233938,
            "upload_time": "2025-02-08T15:48:16",
            "upload_time_iso_8601": "2025-02-08T15:48:16.488269Z",
            "url": "https://files.pythonhosted.org/packages/ad/4d/13ed57038b6fe56453fbc5bd367fe96f6d5f625cf93e37f8f69965260f56/coverage-7.6.11-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c1f181efac6a344cb336484d9c47e6d0f6e850ded77ad7432392ebee499786c8",
                "md5": "76d2e021b45c21052fe25c9db5b978c9",
                "sha256": "09d03f48d9025b8a6a116cddcb6c7b8ce80e4fb4c31dd2e124a7c377036ad58e"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "76d2e021b45c21052fe25c9db5b978c9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 234946,
            "upload_time": "2025-02-08T15:48:19",
            "upload_time_iso_8601": "2025-02-08T15:48:19.149220Z",
            "url": "https://files.pythonhosted.org/packages/c1/f1/81efac6a344cb336484d9c47e6d0f6e850ded77ad7432392ebee499786c8/coverage-7.6.11-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7a65b764c050115a8bfbf9047c0eef61ba6c98eff505ec76fd6ade691a20a2c1",
                "md5": "e9bdb30c4e3ddfba23887ebcea813058",
                "sha256": "bb35ae9f134fbd9cf7302a9654d5a1e597c974202678082dcc569eb39a8cde03"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "e9bdb30c4e3ddfba23887ebcea813058",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 210981,
            "upload_time": "2025-02-08T15:48:20",
            "upload_time_iso_8601": "2025-02-08T15:48:20.891768Z",
            "url": "https://files.pythonhosted.org/packages/7a/65/b764c050115a8bfbf9047c0eef61ba6c98eff505ec76fd6ade691a20a2c1/coverage-7.6.11-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "39addcee2bf036acfc570e459c214e861730d67b9ce19f17c0cd0358f8f06c3f",
                "md5": "727fa7af0525ee8bd41732268b660b6e",
                "sha256": "f382004fa4c93c01016d9226b9d696a08c53f6818b7ad59b4e96cb67e863353a"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "727fa7af0525ee8bd41732268b660b6e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 211863,
            "upload_time": "2025-02-08T15:48:22",
            "upload_time_iso_8601": "2025-02-08T15:48:22.727468Z",
            "url": "https://files.pythonhosted.org/packages/39/ad/dcee2bf036acfc570e459c214e861730d67b9ce19f17c0cd0358f8f06c3f/coverage-7.6.11-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ba2aa072ae54fa666397960b5a84702f62e13360e6040998cf6ac2114f44153c",
                "md5": "b906d53762b9d5986912a9725f4ec6da",
                "sha256": "adc2d941c0381edfcf3897f94b9f41b1e504902fab78a04b1677f2f72afead4b"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-pp39.pp310-none-any.whl",
            "has_sig": false,
            "md5_digest": "b906d53762b9d5986912a9725f4ec6da",
            "packagetype": "bdist_wheel",
            "python_version": "pp39.pp310",
            "requires_python": ">=3.9",
            "size": 200452,
            "upload_time": "2025-02-08T15:48:25",
            "upload_time_iso_8601": "2025-02-08T15:48:25.096043Z",
            "url": "https://files.pythonhosted.org/packages/ba/2a/a072ae54fa666397960b5a84702f62e13360e6040998cf6ac2114f44153c/coverage-7.6.11-pp39.pp310-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "24f363cd48409a519d4f6cf79abc6c89103a8eabc5c93e496f40779269dba0c0",
                "md5": "acd8d5b8fcdbd0726b05e7c8eb356d6b",
                "sha256": "f0f334ae844675420164175bf32b04e18a81fe57ad8eb7e0cfd4689d681ffed7"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "acd8d5b8fcdbd0726b05e7c8eb356d6b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 200446,
            "upload_time": "2025-02-08T15:48:26",
            "upload_time_iso_8601": "2025-02-08T15:48:26.742672Z",
            "url": "https://files.pythonhosted.org/packages/24/f3/63cd48409a519d4f6cf79abc6c89103a8eabc5c93e496f40779269dba0c0/coverage-7.6.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "894e38141d42af7452f4b7c5d3d7442a8018de34754ef52eb9a400768bc8d59e",
                "md5": "ceffbc1c0eeb3001969f6a1c50c4ddbd",
                "sha256": "e642e6a46a04e992ebfdabed79e46f478ec60e2c528e1e1a074d63800eda4286"
            },
            "downloads": -1,
            "filename": "coverage-7.6.11.tar.gz",
            "has_sig": false,
            "md5_digest": "ceffbc1c0eeb3001969f6a1c50c4ddbd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 805460,
            "upload_time": "2025-02-08T15:48:28",
            "upload_time_iso_8601": "2025-02-08T15:48:28.572422Z",
            "url": "https://files.pythonhosted.org/packages/89/4e/38141d42af7452f4b7c5d3d7442a8018de34754ef52eb9a400768bc8d59e/coverage-7.6.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-08 15:48:28",
    "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"
}
        
Elapsed time: 4.28367s