coverage


Namecoverage JSON
Version 7.6.7 PyPI version JSON
download
home_pagehttps://github.com/nedbat/coveragepy
SummaryCode coverage measurement for Python
upload_time2024-11-15 15:07:15
maintainerNone
docs_urlNone
authorNed Batchelder and 234 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 1, including free-threading.
* PyPy3 versions 3.9 and 3.10.

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

.. _Read the Docs: https://coverage.readthedocs.io/en/7.6.7/
.. _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.7/#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.7/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.7/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.7/
    :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 234 others",
    "author_email": "ned@nedbatchelder.com",
    "download_url": "https://files.pythonhosted.org/packages/bf/68/26895f8b068e384b1ec9ab122565b913b735e6b4c618b3d265a280607edc/coverage-7.6.7.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 1, 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.7/\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.7/#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.7/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.7/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.7/\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.7",
    "project_urls": {
        "Documentation": "https://coverage.readthedocs.io/en/7.6.7",
        "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": "62c984898713e61208ddbe71b991d8f311d9ca175629ce5f1a46018acc643572",
                "md5": "fc604a9e2d6e9f30d7b3faa52a1ceb65",
                "sha256": "108bb458827765d538abcbf8288599fee07d2743357bdd9b9dad456c287e121e"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fc604a9e2d6e9f30d7b3faa52a1ceb65",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 206875,
            "upload_time": "2024-11-15T15:05:15",
            "upload_time_iso_8601": "2024-11-15T15:05:15.787430Z",
            "url": "https://files.pythonhosted.org/packages/62/c9/84898713e61208ddbe71b991d8f311d9ca175629ce5f1a46018acc643572/coverage-7.6.7-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f0697dfd65f0e284617f72d974f6dfedc7bc16f86172e5bc6ebc8b63430263f3",
                "md5": "37178b8f0f0eada10712949206220984",
                "sha256": "c973b2fe4dc445cb865ab369df7521df9c27bf40715c837a113edaa2aa9faf45"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "37178b8f0f0eada10712949206220984",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 207307,
            "upload_time": "2024-11-15T15:05:19",
            "upload_time_iso_8601": "2024-11-15T15:05:19.028754Z",
            "url": "https://files.pythonhosted.org/packages/f0/69/7dfd65f0e284617f72d974f6dfedc7bc16f86172e5bc6ebc8b63430263f3/coverage-7.6.7-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d1ce6e356b2bc751bdaadd77c714336b98ec45ccaf0cfe085b6b25d34f7cceb8",
                "md5": "489a469e44bbd4a897f82b9a881ed567",
                "sha256": "3c6b24007c4bcd0b19fac25763a7cac5035c735ae017e9a349b927cfc88f31c1"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "489a469e44bbd4a897f82b9a881ed567",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 235744,
            "upload_time": "2024-11-15T15:05:21",
            "upload_time_iso_8601": "2024-11-15T15:05:21.225508Z",
            "url": "https://files.pythonhosted.org/packages/d1/ce/6e356b2bc751bdaadd77c714336b98ec45ccaf0cfe085b6b25d34f7cceb8/coverage-7.6.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3549a7ab3d5a507d32344994cab856784e8d603c0b698070f7667c3ae41e8e50",
                "md5": "b1c3ba2274a8c43f1c27c14a3797bfa8",
                "sha256": "acbb8af78f8f91b3b51f58f288c0994ba63c646bc1a8a22ad072e4e7e0a49f1c"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "b1c3ba2274a8c43f1c27c14a3797bfa8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 233645,
            "upload_time": "2024-11-15T15:05:23",
            "upload_time_iso_8601": "2024-11-15T15:05:23.318605Z",
            "url": "https://files.pythonhosted.org/packages/35/49/a7ab3d5a507d32344994cab856784e8d603c0b698070f7667c3ae41e8e50/coverage-7.6.7-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": "bd41de07328d2e79916fcc6cd53a5a1d18d163483519ab95f7f60fe15276811c",
                "md5": "50afcc3014877318354ef2f2c6a7d57e",
                "sha256": "ad32a981bcdedb8d2ace03b05e4fd8dace8901eec64a532b00b15217d3677dd2"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "50afcc3014877318354ef2f2c6a7d57e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 234807,
            "upload_time": "2024-11-15T15:05:25",
            "upload_time_iso_8601": "2024-11-15T15:05:25.436869Z",
            "url": "https://files.pythonhosted.org/packages/bd/41/de07328d2e79916fcc6cd53a5a1d18d163483519ab95f7f60fe15276811c/coverage-7.6.7-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": "e4cc2a669319b1295e0c52e8cfbbb163b32188b62f3b0bbe7014ef402b24b7cf",
                "md5": "a047348e1298a916cc79185d4b51999a",
                "sha256": "34d23e28ccb26236718a3a78ba72744212aa383141961dd6825f6595005c8b06"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a047348e1298a916cc79185d4b51999a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 233902,
            "upload_time": "2024-11-15T15:05:27",
            "upload_time_iso_8601": "2024-11-15T15:05:27.688473Z",
            "url": "https://files.pythonhosted.org/packages/e4/cc/2a669319b1295e0c52e8cfbbb163b32188b62f3b0bbe7014ef402b24b7cf/coverage-7.6.7-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6871a1bb90cb177358a2d364b3968a2069225f614d6824c3d959dee688ca0902",
                "md5": "b1099105e4a39e465fadc41ab484e0c0",
                "sha256": "e25bacb53a8c7325e34d45dddd2f2fbae0dbc230d0e2642e264a64e17322a777"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "b1099105e4a39e465fadc41ab484e0c0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 232363,
            "upload_time": "2024-11-15T15:05:29",
            "upload_time_iso_8601": "2024-11-15T15:05:29.465297Z",
            "url": "https://files.pythonhosted.org/packages/68/71/a1bb90cb177358a2d364b3968a2069225f614d6824c3d959dee688ca0902/coverage-7.6.7-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ebdc87551219d3437214523d1c7de0a717bead7a3369ed9bae05a7fd2854476f",
                "md5": "6155b022a784a9406d34d2439df22dea",
                "sha256": "af05bbba896c4472a29408455fe31b3797b4d8648ed0a2ccac03e074a77e2314"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6155b022a784a9406d34d2439df22dea",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 233493,
            "upload_time": "2024-11-15T15:05:32",
            "upload_time_iso_8601": "2024-11-15T15:05:32.069863Z",
            "url": "https://files.pythonhosted.org/packages/eb/dc/87551219d3437214523d1c7de0a717bead7a3369ed9bae05a7fd2854476f/coverage-7.6.7-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "caa4d74ae3a3fb9e55fe5d9b811ce68a6bd8df3ae0a92c336acbc00075bc24fa",
                "md5": "760541e25d7ef920e2df3fb8faf7d9b7",
                "sha256": "796c9b107d11d2d69e1849b2dfe41730134b526a49d3acb98ca02f4985eeff7a"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "760541e25d7ef920e2df3fb8faf7d9b7",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 209593,
            "upload_time": "2024-11-15T15:05:34",
            "upload_time_iso_8601": "2024-11-15T15:05:34.445642Z",
            "url": "https://files.pythonhosted.org/packages/ca/a4/d74ae3a3fb9e55fe5d9b811ce68a6bd8df3ae0a92c336acbc00075bc24fa/coverage-7.6.7-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "77cb7984c4d0404e8fcc4ada226b240965ef056e7a20e61a18c9038bf88e7624",
                "md5": "bdace2147fa695baf9c8857ae38ec62a",
                "sha256": "987a8e3da7da4eed10a20491cf790589a8e5e07656b6dc22d3814c4d88faf163"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "bdace2147fa695baf9c8857ae38ec62a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 210398,
            "upload_time": "2024-11-15T15:05:36",
            "upload_time_iso_8601": "2024-11-15T15:05:36.765376Z",
            "url": "https://files.pythonhosted.org/packages/77/cb/7984c4d0404e8fcc4ada226b240965ef056e7a20e61a18c9038bf88e7624/coverage-7.6.7-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c6d71bf7bb0943237149ad01977190ac5c2e17add1f4fe7cabc06401682137f6",
                "md5": "162eade0666f4448a91275fb05233c2e",
                "sha256": "7e61b0e77ff4dddebb35a0e8bb5a68bf0f8b872407d8d9f0c726b65dfabe2469"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "162eade0666f4448a91275fb05233c2e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 206979,
            "upload_time": "2024-11-15T15:05:38",
            "upload_time_iso_8601": "2024-11-15T15:05:38.127281Z",
            "url": "https://files.pythonhosted.org/packages/c6/d7/1bf7bb0943237149ad01977190ac5c2e17add1f4fe7cabc06401682137f6/coverage-7.6.7-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83eb863b2cd654353b94c6ad834008df813424bf3e8f110e5f655fe5dc4c423b",
                "md5": "09153272b1664abc93c3639e0fbfc16f",
                "sha256": "1a5407a75ca4abc20d6252efeb238377a71ce7bda849c26c7a9bece8680a5d99"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "09153272b1664abc93c3639e0fbfc16f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 207431,
            "upload_time": "2024-11-15T15:05:39",
            "upload_time_iso_8601": "2024-11-15T15:05:39.588131Z",
            "url": "https://files.pythonhosted.org/packages/83/eb/863b2cd654353b94c6ad834008df813424bf3e8f110e5f655fe5dc4c423b/coverage-7.6.7-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "35c9d7a02a9654c41174fb99402c0fbd9583d0d2cb8714e7f948117fa7f919c4",
                "md5": "b2e1d82c3e6c1208a45fc0a9c6eecd64",
                "sha256": "df002e59f2d29e889c37abd0b9ee0d0e6e38c24f5f55d71ff0e09e3412a340ec"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b2e1d82c3e6c1208a45fc0a9c6eecd64",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 239368,
            "upload_time": "2024-11-15T15:05:40",
            "upload_time_iso_8601": "2024-11-15T15:05:40.936704Z",
            "url": "https://files.pythonhosted.org/packages/35/c9/d7a02a9654c41174fb99402c0fbd9583d0d2cb8714e7f948117fa7f919c4/coverage-7.6.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "11646c43a0ec43e5ddc5e09b0b589e3fd31def05fc463920d084e5af35fe527d",
                "md5": "6d2214f2afa3d0dc9984516a4352e7f0",
                "sha256": "673184b3156cba06154825f25af33baa2671ddae6343f23175764e65a8c4c30b"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "6d2214f2afa3d0dc9984516a4352e7f0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 236769,
            "upload_time": "2024-11-15T15:05:42",
            "upload_time_iso_8601": "2024-11-15T15:05:42.356264Z",
            "url": "https://files.pythonhosted.org/packages/11/64/6c43a0ec43e5ddc5e09b0b589e3fd31def05fc463920d084e5af35fe527d/coverage-7.6.7-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": "1cdce77d98ae433c556c29328712a07fed0e6d159a63b2ec81039ce0a13a24a3",
                "md5": "c10403be90573f79876123d5b37e40c8",
                "sha256": "e69ad502f1a2243f739f5bd60565d14a278be58be4c137d90799f2c263e7049a"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c10403be90573f79876123d5b37e40c8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 238634,
            "upload_time": "2024-11-15T15:05:44",
            "upload_time_iso_8601": "2024-11-15T15:05:44.430712Z",
            "url": "https://files.pythonhosted.org/packages/1c/dc/e77d98ae433c556c29328712a07fed0e6d159a63b2ec81039ce0a13a24a3/coverage-7.6.7-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": "cc8450df3a8426d686057496171b4ccdb64528dacc4f42e94dceb7de3c598a69",
                "md5": "c90589ec29e4800dc36c442a6ce9cd87",
                "sha256": "60dcf7605c50ea72a14490d0756daffef77a5be15ed1b9fea468b1c7bda1bc3b"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c90589ec29e4800dc36c442a6ce9cd87",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 237562,
            "upload_time": "2024-11-15T15:05:45",
            "upload_time_iso_8601": "2024-11-15T15:05:45.879451Z",
            "url": "https://files.pythonhosted.org/packages/cc/84/50df3a8426d686057496171b4ccdb64528dacc4f42e94dceb7de3c598a69/coverage-7.6.7-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e0f9560196247574c1ccdab64cb923d69119fd5abd5b3db28d601ab2b452861",
                "md5": "6155b8f002e5814bb262351f6c9f833a",
                "sha256": "9c2eb378bebb2c8f65befcb5147877fc1c9fbc640fc0aad3add759b5df79d55d"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "6155b8f002e5814bb262351f6c9f833a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 236197,
            "upload_time": "2024-11-15T15:05:47",
            "upload_time_iso_8601": "2024-11-15T15:05:47.439073Z",
            "url": "https://files.pythonhosted.org/packages/2e/0f/9560196247574c1ccdab64cb923d69119fd5abd5b3db28d601ab2b452861/coverage-7.6.7-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df1438b7c081e86e845df1867143ddb6e05bf8395f60ab3923c023a56d97cca1",
                "md5": "30d6ec9899c8f3fcebc35f9a6046b43c",
                "sha256": "3c0317288f032221d35fa4cbc35d9f4923ff0dfd176c79c9b356e8ef8ef2dff4"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "30d6ec9899c8f3fcebc35f9a6046b43c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 236970,
            "upload_time": "2024-11-15T15:05:48",
            "upload_time_iso_8601": "2024-11-15T15:05:48.939612Z",
            "url": "https://files.pythonhosted.org/packages/df/14/38b7c081e86e845df1867143ddb6e05bf8395f60ab3923c023a56d97cca1/coverage-7.6.7-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8bf3af34f814ca3814f798878ae368b638edb91298595470614f5265f3f416fa",
                "md5": "a96bc36aca87935939ed3cecb65251c2",
                "sha256": "951aade8297358f3618a6e0660dc74f6b52233c42089d28525749fc8267dccd2"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "a96bc36aca87935939ed3cecb65251c2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 209557,
            "upload_time": "2024-11-15T15:05:51",
            "upload_time_iso_8601": "2024-11-15T15:05:51.909838Z",
            "url": "https://files.pythonhosted.org/packages/8b/f3/af34f814ca3814f798878ae368b638edb91298595470614f5265f3f416fa/coverage-7.6.7-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a9e5d1080d83d752873bd9dedea5524c0f5fe68a3d5e1e58c590865bd724591",
                "md5": "21d0f350215930f969252b3bbd3814ac",
                "sha256": "5e444b8e88339a2a67ce07d41faabb1d60d1004820cee5a2c2b54e2d8e429a0f"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "21d0f350215930f969252b3bbd3814ac",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 210402,
            "upload_time": "2024-11-15T15:05:53",
            "upload_time_iso_8601": "2024-11-15T15:05:53.348040Z",
            "url": "https://files.pythonhosted.org/packages/5a/9e/5d1080d83d752873bd9dedea5524c0f5fe68a3d5e1e58c590865bd724591/coverage-7.6.7-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "843030e9df650b9038962c62d900b093a17414d5b43b4d07d47b8698d9e7ce26",
                "md5": "a2ade6cd35058ea6dfa7656536dcdf3f",
                "sha256": "f07ff574986bc3edb80e2c36391678a271d555f91fd1d332a1e0f4b5ea4b6ea9"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp312-cp312-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a2ade6cd35058ea6dfa7656536dcdf3f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 207172,
            "upload_time": "2024-11-15T15:05:55",
            "upload_time_iso_8601": "2024-11-15T15:05:55.160709Z",
            "url": "https://files.pythonhosted.org/packages/84/30/30e9df650b9038962c62d900b093a17414d5b43b4d07d47b8698d9e7ce26/coverage-7.6.7-cp312-cp312-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "888be28f86412317b9514692fd6f9d8ac6faa12494c3f470c3c63f202e10c756",
                "md5": "d1feaeeb893026e7ec347b06f55f479f",
                "sha256": "49ed5ee4109258973630c1f9d099c7e72c5c36605029f3a91fe9982c6076c82b"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d1feaeeb893026e7ec347b06f55f479f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 207406,
            "upload_time": "2024-11-15T15:05:56",
            "upload_time_iso_8601": "2024-11-15T15:05:56.960605Z",
            "url": "https://files.pythonhosted.org/packages/88/8b/e28f86412317b9514692fd6f9d8ac6faa12494c3f470c3c63f202e10c756/coverage-7.6.7-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac46da1bd9a3a893f74f5ce85f35e2755fcb00a80ed21e18d300c54f64938b1c",
                "md5": "2ee3c556430ad7abb1d325da0ed5660f",
                "sha256": "f3e8796434a8106b3ac025fd15417315d7a58ee3e600ad4dbcfddc3f4b14342c"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2ee3c556430ad7abb1d325da0ed5660f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 240424,
            "upload_time": "2024-11-15T15:05:58",
            "upload_time_iso_8601": "2024-11-15T15:05:58.653359Z",
            "url": "https://files.pythonhosted.org/packages/ac/46/da1bd9a3a893f74f5ce85f35e2755fcb00a80ed21e18d300c54f64938b1c/coverage-7.6.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f612af8e932496de1997bf4a36785d025ddac6427cbaf6954f26c2edaf21a58a",
                "md5": "db28e6da38e8da28c1ed7ba6e87d865e",
                "sha256": "a3b925300484a3294d1c70f6b2b810d6526f2929de954e5b6be2bf8caa1f12c1"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "db28e6da38e8da28c1ed7ba6e87d865e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 237456,
            "upload_time": "2024-11-15T15:06:00",
            "upload_time_iso_8601": "2024-11-15T15:06:00.125085Z",
            "url": "https://files.pythonhosted.org/packages/f6/12/af8e932496de1997bf4a36785d025ddac6427cbaf6954f26c2edaf21a58a/coverage-7.6.7-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": "60a223eb11eb60f825a84397cb94701d6f41d2e8e88ad7d0ba2b4339f38435fb",
                "md5": "b2bad1d9f0b821b1ceb311ca1f6580fa",
                "sha256": "3c42ec2c522e3ddd683dec5cdce8e62817afb648caedad9da725001fa530d354"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b2bad1d9f0b821b1ceb311ca1f6580fa",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 239527,
            "upload_time": "2024-11-15T15:06:02",
            "upload_time_iso_8601": "2024-11-15T15:06:02.467665Z",
            "url": "https://files.pythonhosted.org/packages/60/a2/23eb11eb60f825a84397cb94701d6f41d2e8e88ad7d0ba2b4339f38435fb/coverage-7.6.7-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": "479e63b318bc469308a32b0fbd6c80e2ea05dd7a2b7e840a46b3974843083a8c",
                "md5": "5a96aeece2e2853e6d54cbff38efeefe",
                "sha256": "0266b62cbea568bd5e93a4da364d05de422110cbed5056d69339bd5af5685433"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5a96aeece2e2853e6d54cbff38efeefe",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 239011,
            "upload_time": "2024-11-15T15:06:03",
            "upload_time_iso_8601": "2024-11-15T15:06:03.987589Z",
            "url": "https://files.pythonhosted.org/packages/47/9e/63b318bc469308a32b0fbd6c80e2ea05dd7a2b7e840a46b3974843083a8c/coverage-7.6.7-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "99471e84b067df3f021dfbc9cba09ec9acd4cb64938648a234e5bdf3006fd08b",
                "md5": "49bb44fb528bc9b7c0053221d050cd44",
                "sha256": "e5f2a0f161d126ccc7038f1f3029184dbdf8f018230af17ef6fd6a707a5b881f"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "49bb44fb528bc9b7c0053221d050cd44",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 237316,
            "upload_time": "2024-11-15T15:06:06",
            "upload_time_iso_8601": "2024-11-15T15:06:06.372284Z",
            "url": "https://files.pythonhosted.org/packages/99/47/1e84b067df3f021dfbc9cba09ec9acd4cb64938648a234e5bdf3006fd08b/coverage-7.6.7-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "129d96baaafc948d4a0ef2248a611d41051eea0917ef881d744879dd20be7c4a",
                "md5": "94e9068cec1f3ff24889673c29c43a47",
                "sha256": "c132b5a22821f9b143f87446805e13580b67c670a548b96da945a8f6b4f2efbb"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "94e9068cec1f3ff24889673c29c43a47",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 238980,
            "upload_time": "2024-11-15T15:06:08",
            "upload_time_iso_8601": "2024-11-15T15:06:08.562412Z",
            "url": "https://files.pythonhosted.org/packages/12/9d/96baaafc948d4a0ef2248a611d41051eea0917ef881d744879dd20be7c4a/coverage-7.6.7-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "87d997af1886ca3f612d0cea2999d33e90d2f5b8fdf9bedc2d3bc75883efec4c",
                "md5": "3f29b0620a95c28b8ecc48a3f3324639",
                "sha256": "7c07de0d2a110f02af30883cd7dddbe704887617d5c27cf373362667445a4c76"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "3f29b0620a95c28b8ecc48a3f3324639",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 209801,
            "upload_time": "2024-11-15T15:06:10",
            "upload_time_iso_8601": "2024-11-15T15:06:10.161745Z",
            "url": "https://files.pythonhosted.org/packages/87/d9/97af1886ca3f612d0cea2999d33e90d2f5b8fdf9bedc2d3bc75883efec4c/coverage-7.6.7-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f84d1e31c2018b1b3738154639f94188b1f54098fbf0f80c7ec104928576d0bb",
                "md5": "d7410a3f1b9a5726af99218595fb7116",
                "sha256": "fd49c01e5057a451c30c9b892948976f5d38f2cbd04dc556a82743ba8e27ed8c"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d7410a3f1b9a5726af99218595fb7116",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 210587,
            "upload_time": "2024-11-15T15:06:12",
            "upload_time_iso_8601": "2024-11-15T15:06:12.394226Z",
            "url": "https://files.pythonhosted.org/packages/f8/4d/1e31c2018b1b3738154639f94188b1f54098fbf0f80c7ec104928576d0bb/coverage-7.6.7-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2187c590d0c7eeb884995d9d06b429c5e88e9fcd65d3a6a686d9476cb50b72a9",
                "md5": "dc4d651e2e836946f12cd85ac885b9f0",
                "sha256": "46f21663e358beae6b368429ffadf14ed0a329996248a847a4322fb2e35d64d3"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp313-cp313-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dc4d651e2e836946f12cd85ac885b9f0",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 207199,
            "upload_time": "2024-11-15T15:06:14",
            "upload_time_iso_8601": "2024-11-15T15:06:14.030600Z",
            "url": "https://files.pythonhosted.org/packages/21/87/c590d0c7eeb884995d9d06b429c5e88e9fcd65d3a6a686d9476cb50b72a9/coverage-7.6.7-cp313-cp313-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "40eec88473c4f69c952f4425fabe045cb78d2027634ce50c9d7f7987d389b604",
                "md5": "525e5a5fcd54f93abe92300db8e8667d",
                "sha256": "40cca284c7c310d622a1677f105e8507441d1bb7c226f41978ba7c86979609ab"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "525e5a5fcd54f93abe92300db8e8667d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 207454,
            "upload_time": "2024-11-15T15:06:16",
            "upload_time_iso_8601": "2024-11-15T15:06:16.467126Z",
            "url": "https://files.pythonhosted.org/packages/40/ee/c88473c4f69c952f4425fabe045cb78d2027634ce50c9d7f7987d389b604/coverage-7.6.7-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b807afda6e10c50e3a8c21020c5c1d1b4f3d7eff1c190305cef2962adf8de018",
                "md5": "8fb12bb5ce054ad8be62a6d08fdaa797",
                "sha256": "77256ad2345c29fe59ae861aa11cfc74579c88d4e8dbf121cbe46b8e32aec808"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8fb12bb5ce054ad8be62a6d08fdaa797",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 239971,
            "upload_time": "2024-11-15T15:06:18",
            "upload_time_iso_8601": "2024-11-15T15:06:18.659765Z",
            "url": "https://files.pythonhosted.org/packages/b8/07/afda6e10c50e3a8c21020c5c1d1b4f3d7eff1c190305cef2962adf8de018/coverage-7.6.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8543bd1934b75e31f2a49665be6a6b7f8bfaff7266ba19721bdb90239f5e9ed7",
                "md5": "d13200e50d49f9e3df40c0c2f63472a5",
                "sha256": "87ea64b9fa52bf395272e54020537990a28078478167ade6c61da7ac04dc14bc"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "d13200e50d49f9e3df40c0c2f63472a5",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 237119,
            "upload_time": "2024-11-15T15:06:20",
            "upload_time_iso_8601": "2024-11-15T15:06:20.310683Z",
            "url": "https://files.pythonhosted.org/packages/85/43/bd1934b75e31f2a49665be6a6b7f8bfaff7266ba19721bdb90239f5e9ed7/coverage-7.6.7-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": "2b197a70458c1624724086195b40628e91bc5b9ca180cdfefcc778285c49c7b2",
                "md5": "0bdaad8ebb7663ab7880223990244479",
                "sha256": "2d608a7808793e3615e54e9267519351c3ae204a6d85764d8337bd95993581a8"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0bdaad8ebb7663ab7880223990244479",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 239109,
            "upload_time": "2024-11-15T15:06:21",
            "upload_time_iso_8601": "2024-11-15T15:06:21.888022Z",
            "url": "https://files.pythonhosted.org/packages/2b/19/7a70458c1624724086195b40628e91bc5b9ca180cdfefcc778285c49c7b2/coverage-7.6.7-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": "f32c3dee671415ff13c05ca68243b2264fc95a5eea57697cffa7986b68b8f608",
                "md5": "c9d9f64f6edacdbb31746c5d5a680e4e",
                "sha256": "cdd94501d65adc5c24f8a1a0eda110452ba62b3f4aeaba01e021c1ed9cb8f34a"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp313-cp313-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c9d9f64f6edacdbb31746c5d5a680e4e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 238769,
            "upload_time": "2024-11-15T15:06:23",
            "upload_time_iso_8601": "2024-11-15T15:06:23.485441Z",
            "url": "https://files.pythonhosted.org/packages/f3/2c/3dee671415ff13c05ca68243b2264fc95a5eea57697cffa7986b68b8f608/coverage-7.6.7-cp313-cp313-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37ade0d1228638711aeacacc98d1197af6226b6d062d12c81a6bcc17d3234533",
                "md5": "b3ec6b4641927bff3339ee7d4b19a7aa",
                "sha256": "82c809a62e953867cf57e0548c2b8464207f5f3a6ff0e1e961683e79b89f2c55"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp313-cp313-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "b3ec6b4641927bff3339ee7d4b19a7aa",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 236854,
            "upload_time": "2024-11-15T15:06:25",
            "upload_time_iso_8601": "2024-11-15T15:06:25.794702Z",
            "url": "https://files.pythonhosted.org/packages/37/ad/e0d1228638711aeacacc98d1197af6226b6d062d12c81a6bcc17d3234533/coverage-7.6.7-cp313-cp313-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90956467e9d9765a63c7f142703a7f212f6af114bd73a6c1cffeb7ad7f003a86",
                "md5": "4c7391fff4ec516781bea9b561a93145",
                "sha256": "bb684694e99d0b791a43e9fc0fa58efc15ec357ac48d25b619f207c41f2fd384"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4c7391fff4ec516781bea9b561a93145",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 238701,
            "upload_time": "2024-11-15T15:06:27",
            "upload_time_iso_8601": "2024-11-15T15:06:27.451092Z",
            "url": "https://files.pythonhosted.org/packages/90/95/6467e9d9765a63c7f142703a7f212f6af114bd73a6c1cffeb7ad7f003a86/coverage-7.6.7-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "347efed983809c2eccb09c5ddccfdb08efb7f2dd1ae3454dabf1c92c5a2e9946",
                "md5": "0be0e29ed992b45d3279c4fd2f98a578",
                "sha256": "f2c7a045eef561e9544359a0bf5784b44e55cefc7261a20e730baa9220c83413"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp313-cp313t-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0be0e29ed992b45d3279c4fd2f98a578",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 207944,
            "upload_time": "2024-11-15T15:06:33",
            "upload_time_iso_8601": "2024-11-15T15:06:33.285481Z",
            "url": "https://files.pythonhosted.org/packages/34/7e/fed983809c2eccb09c5ddccfdb08efb7f2dd1ae3454dabf1c92c5a2e9946/coverage-7.6.7-cp313-cp313t-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c7e02c1a157986a3927c3920e8e3938a3fdf33ea22b6f371dc3b679f13f619e2",
                "md5": "8fba2b3ee1ac054021706f9b36f8d454",
                "sha256": "5dd4e4a49d9c72a38d18d641135d2fb0bdf7b726ca60a103836b3d00a1182acd"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp313-cp313t-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "8fba2b3ee1ac054021706f9b36f8d454",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 208215,
            "upload_time": "2024-11-15T15:06:35",
            "upload_time_iso_8601": "2024-11-15T15:06:35.619404Z",
            "url": "https://files.pythonhosted.org/packages/c7/e0/2c1a157986a3927c3920e8e3938a3fdf33ea22b6f371dc3b679f13f619e2/coverage-7.6.7-cp313-cp313t-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "352f77b086b228f6443ae5499467d1629c7428925b390cd171350c403bc00f14",
                "md5": "6b2ecf7f1de372fe9cd4b10c27bd4125",
                "sha256": "5c95e0fa3d1547cb6f021ab72f5c23402da2358beec0a8e6d19a368bd7b0fb37"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6b2ecf7f1de372fe9cd4b10c27bd4125",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 250930,
            "upload_time": "2024-11-15T15:06:37",
            "upload_time_iso_8601": "2024-11-15T15:06:37.269349Z",
            "url": "https://files.pythonhosted.org/packages/35/2f/77b086b228f6443ae5499467d1629c7428925b390cd171350c403bc00f14/coverage-7.6.7-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "60d82ffea937d89ee328fc6e47c2515b890735bdf3f195d507d1c78b5fa96939",
                "md5": "54f0ebae0f4494a3e253c5395d4ce395",
                "sha256": "f63e21ed474edd23f7501f89b53280014436e383a14b9bd77a648366c81dce7b"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "54f0ebae0f4494a3e253c5395d4ce395",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 246647,
            "upload_time": "2024-11-15T15:06:38",
            "upload_time_iso_8601": "2024-11-15T15:06:38.990839Z",
            "url": "https://files.pythonhosted.org/packages/60/d8/2ffea937d89ee328fc6e47c2515b890735bdf3f195d507d1c78b5fa96939/coverage-7.6.7-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": "b281efbb3b00a7f7eb5f54a3b3b9f19b26d770a0b7d3870d651f07d2451c5504",
                "md5": "00cb6933d667d31ad53cd8318f371f3d",
                "sha256": "ead9b9605c54d15be228687552916c89c9683c215370c4a44f1f217d2adcc34d"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "00cb6933d667d31ad53cd8318f371f3d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 249006,
            "upload_time": "2024-11-15T15:06:41",
            "upload_time_iso_8601": "2024-11-15T15:06:41.511151Z",
            "url": "https://files.pythonhosted.org/packages/b2/81/efbb3b00a7f7eb5f54a3b3b9f19b26d770a0b7d3870d651f07d2451c5504/coverage-7.6.7-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": "eb91ce36990cbefaf7909e96c888ed4d83f3471fc1be3273a5beda10896cde0f",
                "md5": "27081dba242cdd389113e4c7e1dc80a3",
                "sha256": "0573f5cbf39114270842d01872952d301027d2d6e2d84013f30966313cadb529"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "27081dba242cdd389113e4c7e1dc80a3",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 248500,
            "upload_time": "2024-11-15T15:06:43",
            "upload_time_iso_8601": "2024-11-15T15:06:43.254437Z",
            "url": "https://files.pythonhosted.org/packages/eb/91/ce36990cbefaf7909e96c888ed4d83f3471fc1be3273a5beda10896cde0f/coverage-7.6.7-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "753fb8c87dfdd96276870fb4abc7e2957cba7d20d8a435fcd816d807869ec833",
                "md5": "707286f02e6986179761c08eb2088d1e",
                "sha256": "e2c8e3384c12dfa19fa9a52f23eb091a8fad93b5b81a41b14c17c78e23dd1d8b"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp313-cp313t-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "707286f02e6986179761c08eb2088d1e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 246388,
            "upload_time": "2024-11-15T15:06:45",
            "upload_time_iso_8601": "2024-11-15T15:06:45.048976Z",
            "url": "https://files.pythonhosted.org/packages/75/3f/b8c87dfdd96276870fb4abc7e2957cba7d20d8a435fcd816d807869ec833/coverage-7.6.7-cp313-cp313t-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a05162273e1d5c25bb8fbef5fbbadc75b4a3e08c11b80516d0a97c25e5cced5b",
                "md5": "3410423041509a27acc8282b139a5e6b",
                "sha256": "70a56a2ec1869e6e9fa69ef6b76b1a8a7ef709972b9cc473f9ce9d26b5997ce3"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3410423041509a27acc8282b139a5e6b",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 247669,
            "upload_time": "2024-11-15T15:06:46",
            "upload_time_iso_8601": "2024-11-15T15:06:46.697106Z",
            "url": "https://files.pythonhosted.org/packages/a0/51/62273e1d5c25bb8fbef5fbbadc75b4a3e08c11b80516d0a97c25e5cced5b/coverage-7.6.7-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "75e5d7772e56a7eace80e98ac39f2756d4b690fc0ce2384418174e02519a26a8",
                "md5": "111de4157b23ae254b709d9126f1effc",
                "sha256": "dbba8210f5067398b2c4d96b4e64d8fb943644d5eb70be0d989067c8ca40c0f8"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp313-cp313t-win32.whl",
            "has_sig": false,
            "md5_digest": "111de4157b23ae254b709d9126f1effc",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 210510,
            "upload_time": "2024-11-15T15:06:49",
            "upload_time_iso_8601": "2024-11-15T15:06:49.040246Z",
            "url": "https://files.pythonhosted.org/packages/75/e5/d7772e56a7eace80e98ac39f2756d4b690fc0ce2384418174e02519a26a8/coverage-7.6.7-cp313-cp313t-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d12f2666e4e36b43221391ffcd971ab0c50e19439c521c2c87cd7e0b49ddba2",
                "md5": "61a367fb6f1934b1933d22debe0fc18e",
                "sha256": "dfd14bcae0c94004baba5184d1c935ae0d1231b8409eb6c103a5fd75e8ecdc56"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp313-cp313t-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "61a367fb6f1934b1933d22debe0fc18e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 211660,
            "upload_time": "2024-11-15T15:06:51",
            "upload_time_iso_8601": "2024-11-15T15:06:51.476935Z",
            "url": "https://files.pythonhosted.org/packages/2d/12/f2666e4e36b43221391ffcd971ab0c50e19439c521c2c87cd7e0b49ddba2/coverage-7.6.7-cp313-cp313t-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b27afc11a163f0fd6ce8539d0f1b565873fe6903b900214ff71b5d80d16154c3",
                "md5": "3d0e2a3e808e5de5fa8b366cd3d00f52",
                "sha256": "963e4a08cbb0af6623e61492c0ec4c0ec5c5cf74db5f6564f98248d27ee57d30"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "3d0e2a3e808e5de5fa8b366cd3d00f52",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 209865,
            "upload_time": "2024-11-15T15:06:29",
            "upload_time_iso_8601": "2024-11-15T15:06:29.734769Z",
            "url": "https://files.pythonhosted.org/packages/b2/7a/fc11a163f0fd6ce8539d0f1b565873fe6903b900214ff71b5d80d16154c3/coverage-7.6.7-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f29158be3a56efff0c3481e48e2caa56d5d6f3c5c8d385bf4adbecdfd85484b0",
                "md5": "0e3778fbf2f4fe097979dd40e31b02a6",
                "sha256": "14045b8bfd5909196a90da145a37f9d335a5d988a83db34e80f41e965fb7cb42"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0e3778fbf2f4fe097979dd40e31b02a6",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 210597,
            "upload_time": "2024-11-15T15:06:31",
            "upload_time_iso_8601": "2024-11-15T15:06:31.547127Z",
            "url": "https://files.pythonhosted.org/packages/f2/91/58be3a56efff0c3481e48e2caa56d5d6f3c5c8d385bf4adbecdfd85484b0/coverage-7.6.7-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c3d5ee1ccc37d39e4c06194492e15cd6327d0a85b6c4f14c112fd19b65dc6a7",
                "md5": "7d806694ac0af94a7f15a386924f3416",
                "sha256": "37a15573f988b67f7348916077c6d8ad43adb75e478d0910957394df397d2874"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7d806694ac0af94a7f15a386924f3416",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 206870,
            "upload_time": "2024-11-15T15:06:53",
            "upload_time_iso_8601": "2024-11-15T15:06:53.199086Z",
            "url": "https://files.pythonhosted.org/packages/4c/3d/5ee1ccc37d39e4c06194492e15cd6327d0a85b6c4f14c112fd19b65dc6a7/coverage-7.6.7-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c291cfdf3c9f4c141d2172b5abd9631853144537d4849d00d08eff2b7e3a8318",
                "md5": "32d2562d6cb0346d844186217f906574",
                "sha256": "b6cce5c76985f81da3769c52203ee94722cd5d5889731cd70d31fee939b74bf0"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "32d2562d6cb0346d844186217f906574",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 207305,
            "upload_time": "2024-11-15T15:06:54",
            "upload_time_iso_8601": "2024-11-15T15:06:54.977084Z",
            "url": "https://files.pythonhosted.org/packages/c2/91/cfdf3c9f4c141d2172b5abd9631853144537d4849d00d08eff2b7e3a8318/coverage-7.6.7-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f676b0460017083bd9330d2d74e3b5aff3e85f9918c96ae8eae8135a262cc34",
                "md5": "2a4d272e0637a72e4c5aa3dff73357a6",
                "sha256": "a1ab9763d291a17b527ac6fd11d1a9a9c358280adb320e9c2672a97af346ac2c"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2a4d272e0637a72e4c5aa3dff73357a6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 235338,
            "upload_time": "2024-11-15T15:06:56",
            "upload_time_iso_8601": "2024-11-15T15:06:56.988262Z",
            "url": "https://files.pythonhosted.org/packages/0f/67/6b0460017083bd9330d2d74e3b5aff3e85f9918c96ae8eae8135a262cc34/coverage-7.6.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92590c3a8a3f5ef007862774cb8d25580ba8cc3a60e79d2e0798efb117eaea7b",
                "md5": "fa39c49f02bcf31f9caf53d53832af61",
                "sha256": "6cf96ceaa275f071f1bea3067f8fd43bec184a25a962c754024c973af871e1b7"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "fa39c49f02bcf31f9caf53d53832af61",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 233259,
            "upload_time": "2024-11-15T15:06:59",
            "upload_time_iso_8601": "2024-11-15T15:06:59.500049Z",
            "url": "https://files.pythonhosted.org/packages/92/59/0c3a8a3f5ef007862774cb8d25580ba8cc3a60e79d2e0798efb117eaea7b/coverage-7.6.7-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": "cdfc68d19fb8688d976cb0da7713ca632ca5a5423c92aeae377161d9b888bb38",
                "md5": "009ef10e98ab377b90117686f82af0cb",
                "sha256": "aee9cf6b0134d6f932d219ce253ef0e624f4fa588ee64830fcba193269e4daa3"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "009ef10e98ab377b90117686f82af0cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 234387,
            "upload_time": "2024-11-15T15:07:01",
            "upload_time_iso_8601": "2024-11-15T15:07:01.927042Z",
            "url": "https://files.pythonhosted.org/packages/cd/fc/68d19fb8688d976cb0da7713ca632ca5a5423c92aeae377161d9b888bb38/coverage-7.6.7-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": "9d8ae76da4084c59420f4f9fac8a5d4b08f0281774f56375c59e76e27eafdb8d",
                "md5": "f0f04f29a97f10863938797f71f9090a",
                "sha256": "2bc3e45c16564cc72de09e37413262b9f99167803e5e48c6156bccdfb22c8327"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f0f04f29a97f10863938797f71f9090a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 233539,
            "upload_time": "2024-11-15T15:07:03",
            "upload_time_iso_8601": "2024-11-15T15:07:03.659187Z",
            "url": "https://files.pythonhosted.org/packages/9d/8a/e76da4084c59420f4f9fac8a5d4b08f0281774f56375c59e76e27eafdb8d/coverage-7.6.7-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "61b7cc00329039500147d3b5724ca412e6b5b8124da7c2865b673a09f04e71fa",
                "md5": "852418d86261c49ca49797c358f642f3",
                "sha256": "623e6965dcf4e28a3debaa6fcf4b99ee06d27218f46d43befe4db1c70841551c"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "852418d86261c49ca49797c358f642f3",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 232021,
            "upload_time": "2024-11-15T15:07:05",
            "upload_time_iso_8601": "2024-11-15T15:07:05.469924Z",
            "url": "https://files.pythonhosted.org/packages/61/b7/cc00329039500147d3b5724ca412e6b5b8124da7c2865b673a09f04e71fa/coverage-7.6.7-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a1af1710b65f590d52c9c5f1a238142feb2ef1ff61915fa41531b372e920bee3",
                "md5": "0c152e3d7710ca21466cade605a8be99",
                "sha256": "850cfd2d6fc26f8346f422920ac204e1d28814e32e3a58c19c91980fa74d8289"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0c152e3d7710ca21466cade605a8be99",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 233013,
            "upload_time": "2024-11-15T15:07:07",
            "upload_time_iso_8601": "2024-11-15T15:07:07.555113Z",
            "url": "https://files.pythonhosted.org/packages/a1/af/1710b65f590d52c9c5f1a238142feb2ef1ff61915fa41531b372e920bee3/coverage-7.6.7-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc9932773e1f26cbfe11a0cadc4a4163a2249f04e83f0b8def93d85c572d0628",
                "md5": "77bb117db3276ed0eccf11ded5676c0a",
                "sha256": "c296263093f099da4f51b3dff1eff5d4959b527d4f2f419e16508c5da9e15e8c"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "77bb117db3276ed0eccf11ded5676c0a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 209597,
            "upload_time": "2024-11-15T15:07:09",
            "upload_time_iso_8601": "2024-11-15T15:07:09.356892Z",
            "url": "https://files.pythonhosted.org/packages/fc/99/32773e1f26cbfe11a0cadc4a4163a2249f04e83f0b8def93d85c572d0628/coverage-7.6.7-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7ef4b86263d312da7df483a84b69b4e0575fd777fb673fbef95a4df8a68a07c",
                "md5": "5922281c550934ecacd226ddd03c614a",
                "sha256": "90746521206c88bdb305a4bf3342b1b7316ab80f804d40c536fc7d329301ee13"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5922281c550934ecacd226ddd03c614a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 210367,
            "upload_time": "2024-11-15T15:07:11",
            "upload_time_iso_8601": "2024-11-15T15:07:11.192117Z",
            "url": "https://files.pythonhosted.org/packages/d7/ef/4b86263d312da7df483a84b69b4e0575fd777fb673fbef95a4df8a68a07c/coverage-7.6.7-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1ecdc663f7d34651aca74a531d10800595d9ec28a78b8306705721900b17a23",
                "md5": "d91f784bc0e784a5156338bd0432776c",
                "sha256": "0ddcb70b3a3a57581b450571b31cb774f23eb9519c2aaa6176d3a84c9fc57671"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7-pp39.pp310-none-any.whl",
            "has_sig": false,
            "md5_digest": "d91f784bc0e784a5156338bd0432776c",
            "packagetype": "bdist_wheel",
            "python_version": "pp39.pp310",
            "requires_python": ">=3.9",
            "size": 199113,
            "upload_time": "2024-11-15T15:07:13",
            "upload_time_iso_8601": "2024-11-15T15:07:13.797731Z",
            "url": "https://files.pythonhosted.org/packages/e1/ec/dc663f7d34651aca74a531d10800595d9ec28a78b8306705721900b17a23/coverage-7.6.7-pp39.pp310-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf6826895f8b068e384b1ec9ab122565b913b735e6b4c618b3d265a280607edc",
                "md5": "a1b52c9f8110bafa78ff06f636f36504",
                "sha256": "d79d4826e41441c9a118ff045e4bccb9fdbdcb1d02413e7ea6eb5c87b5439d24"
            },
            "downloads": -1,
            "filename": "coverage-7.6.7.tar.gz",
            "has_sig": false,
            "md5_digest": "a1b52c9f8110bafa78ff06f636f36504",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 799938,
            "upload_time": "2024-11-15T15:07:15",
            "upload_time_iso_8601": "2024-11-15T15:07:15.860014Z",
            "url": "https://files.pythonhosted.org/packages/bf/68/26895f8b068e384b1ec9ab122565b913b735e6b4c618b3d265a280607edc/coverage-7.6.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-15 15:07:15",
    "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: 0.59804s