coverage


Namecoverage JSON
Version 7.5.0 PyPI version JSON
download
home_pagehttps://github.com/nedbat/coveragepy
SummaryCode coverage measurement for Python
upload_time2024-04-23 17:42:35
maintainerNone
docs_urlNone
authorNed Batchelder and 225 others
requires_python>=3.8
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.8 through 3.12, and 3.13.0a6 and up.
* PyPy3 versions 3.8 through 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.5.0/
.. _GitHub: https://github.com/nedbat/coveragepy

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

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


For Enterprise
--------------

.. |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.5.0/#quick-start


Change history
--------------

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

.. _change history page: https://coverage.readthedocs.io/en/7.5.0/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.5.0/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.5.0/
    :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&link=https%3A%2F%2Fhachyderm.io%2F%40nedbat&url=https%3A%2F%2Fhachyderm.io%2Fusers%2Fnedbat%2Ffollowers.json&query=totalItems&label=@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&link=https%3A%2F%2Fhachyderm.io%2F%40coveragepy&url=https%3A%2F%2Fhachyderm.io%2Fusers%2Fcoveragepy%2Ffollowers.json&query=totalItems&label=@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.8",
    "maintainer_email": null,
    "keywords": "code coverage testing",
    "author": "Ned Batchelder and 225 others",
    "author_email": "ned@nedbatchelder.com",
    "download_url": "https://files.pythonhosted.org/packages/52/d3/3ec80acdd57a0d6a1111b978ade388824f37126446fd6750d38bfaca949c/coverage-7.5.0.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.8 through 3.12, and 3.13.0a6 and up.\n* PyPy3 versions 3.8 through 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.5.0/\n.. _GitHub: https://github.com/nedbat/coveragepy\n\n**New in 7.x:**\ninitial function/class reporting;\nexperimental support for sys.monitoring;\ndropped support for Python 3.7;\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.5.0/#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.5.0/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.5.0/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.5.0/\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&link=https%3A%2F%2Fhachyderm.io%2F%40nedbat&url=https%3A%2F%2Fhachyderm.io%2Fusers%2Fnedbat%2Ffollowers.json&query=totalItems&label=@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&link=https%3A%2F%2Fhachyderm.io%2F%40coveragepy&url=https%3A%2F%2Fhachyderm.io%2Fusers%2Fcoveragepy%2Ffollowers.json&query=totalItems&label=@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.5.0",
    "project_urls": {
        "Documentation": "https://coverage.readthedocs.io/en/7.5.0",
        "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": "31db08d54dbc12fdfe5857b06105fd1235bdebb7da7c11cd1a0fae936556162a",
                "md5": "04d0b2732a789dd4c5e788215f5d18c8",
                "sha256": "432949a32c3e3f820af808db1833d6d1631664d53dd3ce487aa25d574e18ad1c"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "04d0b2732a789dd4c5e788215f5d18c8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 210025,
            "upload_time": "2024-04-23T17:40:22",
            "upload_time_iso_8601": "2024-04-23T17:40:22.328133Z",
            "url": "https://files.pythonhosted.org/packages/31/db/08d54dbc12fdfe5857b06105fd1235bdebb7da7c11cd1a0fae936556162a/coverage-7.5.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a8ff02c4bcff1025b4a788aa3933e1cd1474d79de43e0d859273b3319ef43cd3",
                "md5": "c4c901bb8e321bc864419f5285e0aa8f",
                "sha256": "2bd7065249703cbeb6d4ce679c734bef0ee69baa7bff9724361ada04a15b7e3b"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c4c901bb8e321bc864419f5285e0aa8f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 210499,
            "upload_time": "2024-04-23T17:40:25",
            "upload_time_iso_8601": "2024-04-23T17:40:25.747473Z",
            "url": "https://files.pythonhosted.org/packages/a8/ff/02c4bcff1025b4a788aa3933e1cd1474d79de43e0d859273b3319ef43cd3/coverage-7.5.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "abb17820a8ef62adeebd37612af9d2369f4467a3bc2641dea1243450def5489e",
                "md5": "015a5d6770a3d4889ce26fe173f00e83",
                "sha256": "bbfe6389c5522b99768a93d89aca52ef92310a96b99782973b9d11e80511f932"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "015a5d6770a3d4889ce26fe173f00e83",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 238399,
            "upload_time": "2024-04-23T17:40:27",
            "upload_time_iso_8601": "2024-04-23T17:40:27.591464Z",
            "url": "https://files.pythonhosted.org/packages/ab/b1/7820a8ef62adeebd37612af9d2369f4467a3bc2641dea1243450def5489e/coverage-7.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c0e23a388f3ce16c5ea01a454fef6a9039115abd40b748027d4fef18b3628a7",
                "md5": "b9289d0d56905f9264d5a0a35e92db7b",
                "sha256": "39793731182c4be939b4be0cdecde074b833f6171313cf53481f869937129ed3"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "b9289d0d56905f9264d5a0a35e92db7b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 236676,
            "upload_time": "2024-04-23T17:40:30",
            "upload_time_iso_8601": "2024-04-23T17:40:30.455291Z",
            "url": "https://files.pythonhosted.org/packages/2c/0e/23a388f3ce16c5ea01a454fef6a9039115abd40b748027d4fef18b3628a7/coverage-7.5.0-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": "f881e871b0d58ca5d6cc27d00b2f668ce09c4643ef00512341f3a592a81fb6cd",
                "md5": "49759879e723eeb3987292095ef03e66",
                "sha256": "85a5dbe1ba1bf38d6c63b6d2c42132d45cbee6d9f0c51b52c59aa4afba057517"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "49759879e723eeb3987292095ef03e66",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 237467,
            "upload_time": "2024-04-23T17:40:32",
            "upload_time_iso_8601": "2024-04-23T17:40:32.704147Z",
            "url": "https://files.pythonhosted.org/packages/f8/81/e871b0d58ca5d6cc27d00b2f668ce09c4643ef00512341f3a592a81fb6cd/coverage-7.5.0-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": "95cb42a6d34d5840635394f1e172aaa0e7cbd9346155e5004a8ee75d8e434c6b",
                "md5": "a2b2291705829d62f24b541849df762e",
                "sha256": "357754dcdfd811462a725e7501a9b4556388e8ecf66e79df6f4b988fa3d0b39a"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp310-cp310-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a2b2291705829d62f24b541849df762e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 243539,
            "upload_time": "2024-04-23T17:40:35",
            "upload_time_iso_8601": "2024-04-23T17:40:35.068794Z",
            "url": "https://files.pythonhosted.org/packages/95/cb/42a6d34d5840635394f1e172aaa0e7cbd9346155e5004a8ee75d8e434c6b/coverage-7.5.0-cp310-cp310-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a6a18b3819919fdfd3e2062a75219b363f895f24ae5b80e72ffe5dfb1a7e9c8",
                "md5": "bdbdac9906c138d5ffaed8206d162e37",
                "sha256": "a81eb64feded34f40c8986869a2f764f0fe2db58c0530d3a4afbcde50f314880"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp310-cp310-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "bdbdac9906c138d5ffaed8206d162e37",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 241725,
            "upload_time": "2024-04-23T17:40:37",
            "upload_time_iso_8601": "2024-04-23T17:40:37.251460Z",
            "url": "https://files.pythonhosted.org/packages/6a/6a/18b3819919fdfd3e2062a75219b363f895f24ae5b80e72ffe5dfb1a7e9c8/coverage-7.5.0-cp310-cp310-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b53da0650978e8b8f78d269358421b7401acaf7cb89e957b2e1be5205ea5940e",
                "md5": "ed159dede76bd9980e0ac5ec3c976704",
                "sha256": "51431d0abbed3a868e967f8257c5faf283d41ec882f58413cf295a389bb22e58"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ed159dede76bd9980e0ac5ec3c976704",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 242913,
            "upload_time": "2024-04-23T17:40:39",
            "upload_time_iso_8601": "2024-04-23T17:40:39.992320Z",
            "url": "https://files.pythonhosted.org/packages/b5/3d/a0650978e8b8f78d269358421b7401acaf7cb89e957b2e1be5205ea5940e/coverage-7.5.0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8afe95a74158fa0eda56d39783e918edc6fbb3dd3336be390557fc0a2815ecd4",
                "md5": "203817bdf3ca9767f4a490f37e7a67d0",
                "sha256": "f609ebcb0242d84b7adeee2b06c11a2ddaec5464d21888b2c8255f5fd6a98ae4"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "203817bdf3ca9767f4a490f37e7a67d0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 212381,
            "upload_time": "2024-04-23T17:40:42",
            "upload_time_iso_8601": "2024-04-23T17:40:42.632461Z",
            "url": "https://files.pythonhosted.org/packages/8a/fe/95a74158fa0eda56d39783e918edc6fbb3dd3336be390557fc0a2815ecd4/coverage-7.5.0-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c26b276e0c70cba5059becce2594a268a2731d5b4f2386e9a6afdf37ffa3d44",
                "md5": "b3eed86eb8cb1687896fb9553a8e9ba9",
                "sha256": "6782cd6216fab5a83216cc39f13ebe30adfac2fa72688c5a4d8d180cd52e8f6a"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b3eed86eb8cb1687896fb9553a8e9ba9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 213225,
            "upload_time": "2024-04-23T17:40:45",
            "upload_time_iso_8601": "2024-04-23T17:40:45.175573Z",
            "url": "https://files.pythonhosted.org/packages/4c/26/b276e0c70cba5059becce2594a268a2731d5b4f2386e9a6afdf37ffa3d44/coverage-7.5.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71cf964bb667ea37d64b25f04d4cfaf6232cdb7a6472e1f4a4faf0459ddcec40",
                "md5": "db54ed273597014ed962df45e18f7eed",
                "sha256": "e768d870801f68c74c2b669fc909839660180c366501d4cc4b87efd6b0eee375"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "db54ed273597014ed962df45e18f7eed",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 210130,
            "upload_time": "2024-04-23T17:40:47",
            "upload_time_iso_8601": "2024-04-23T17:40:47.325259Z",
            "url": "https://files.pythonhosted.org/packages/71/cf/964bb667ea37d64b25f04d4cfaf6232cdb7a6472e1f4a4faf0459ddcec40/coverage-7.5.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa5631edd4baa132fe2b991437e0acf3e36c50418370044a89b65518e5581f4c",
                "md5": "3f6fd3d1fcc15ddd8e55d745dbd526e9",
                "sha256": "84921b10aeb2dd453247fd10de22907984eaf80901b578a5cf0bb1e279a587cb"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "3f6fd3d1fcc15ddd8e55d745dbd526e9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 210617,
            "upload_time": "2024-04-23T17:40:49",
            "upload_time_iso_8601": "2024-04-23T17:40:49.820188Z",
            "url": "https://files.pythonhosted.org/packages/aa/56/31edd4baa132fe2b991437e0acf3e36c50418370044a89b65518e5581f4c/coverage-7.5.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "266d4cd14bd0221180c307fae4f8ef00dbd86a13507c25081858c620aa6fafd8",
                "md5": "df5e23cedcf9ef657cb4107bcbeabb10",
                "sha256": "710c62b6e35a9a766b99b15cdc56d5aeda0914edae8bb467e9c355f75d14ee95"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "df5e23cedcf9ef657cb4107bcbeabb10",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 242048,
            "upload_time": "2024-04-23T17:40:52",
            "upload_time_iso_8601": "2024-04-23T17:40:52.779888Z",
            "url": "https://files.pythonhosted.org/packages/26/6d/4cd14bd0221180c307fae4f8ef00dbd86a13507c25081858c620aa6fafd8/coverage-7.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "84607eb84255bd9947b140e0382721b0a1b25fd670b4f0f176f11f90b5632d02",
                "md5": "fb31f187ef1d7f232140c0a47c77056a",
                "sha256": "c379cdd3efc0658e652a14112d51a7668f6bfca7445c5a10dee7eabecabba19d"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "fb31f187ef1d7f232140c0a47c77056a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 239619,
            "upload_time": "2024-04-23T17:40:54",
            "upload_time_iso_8601": "2024-04-23T17:40:54.847104Z",
            "url": "https://files.pythonhosted.org/packages/84/60/7eb84255bd9947b140e0382721b0a1b25fd670b4f0f176f11f90b5632d02/coverage-7.5.0-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": "766be8f4696194fdf3c19422f2a80ac10e03a9322f93e6c9ef57a89e03a8c8f7",
                "md5": "ad4e52f529e6df1d093bf486ef10b5cb",
                "sha256": "fea9d3ca80bcf17edb2c08a4704259dadac196fe5e9274067e7a20511fad1743"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ad4e52f529e6df1d093bf486ef10b5cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 241321,
            "upload_time": "2024-04-23T17:40:57",
            "upload_time_iso_8601": "2024-04-23T17:40:57.092755Z",
            "url": "https://files.pythonhosted.org/packages/76/6b/e8f4696194fdf3c19422f2a80ac10e03a9322f93e6c9ef57a89e03a8c8f7/coverage-7.5.0-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": "3f1c6a6990fd2e6890807775852882b1ed0a8e50519a525252490b0c219aa8a5",
                "md5": "16b881ff33bcfcdfc7798894ba82594c",
                "sha256": "41327143c5b1d715f5f98a397608f90ab9ebba606ae4e6f3389c2145410c52b1"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp311-cp311-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "16b881ff33bcfcdfc7798894ba82594c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 250419,
            "upload_time": "2024-04-23T17:40:59",
            "upload_time_iso_8601": "2024-04-23T17:40:59.051465Z",
            "url": "https://files.pythonhosted.org/packages/3f/1c/6a6990fd2e6890807775852882b1ed0a8e50519a525252490b0c219aa8a5/coverage-7.5.0-cp311-cp311-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1abeb6422a1422381704dd015cc23e503acd1a44a6bdc4e59c75f8c6a2b24151",
                "md5": "91875df47ab837dfff29ed5a05afd526",
                "sha256": "565b2e82d0968c977e0b0f7cbf25fd06d78d4856289abc79694c8edcce6eb2de"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp311-cp311-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "91875df47ab837dfff29ed5a05afd526",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 248794,
            "upload_time": "2024-04-23T17:41:01",
            "upload_time_iso_8601": "2024-04-23T17:41:01.803468Z",
            "url": "https://files.pythonhosted.org/packages/1a/be/b6422a1422381704dd015cc23e503acd1a44a6bdc4e59c75f8c6a2b24151/coverage-7.5.0-cp311-cp311-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b93e8231000754d4a31fe9a6c550f6a436eacd2e50763ba2b418f10b2308e45",
                "md5": "f174b94891aa73ffb7d66980fdf05845",
                "sha256": "cf3539007202ebfe03923128fedfdd245db5860a36810136ad95a564a2fdffff"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f174b94891aa73ffb7d66980fdf05845",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 249873,
            "upload_time": "2024-04-23T17:41:04",
            "upload_time_iso_8601": "2024-04-23T17:41:04.719148Z",
            "url": "https://files.pythonhosted.org/packages/9b/93/e8231000754d4a31fe9a6c550f6a436eacd2e50763ba2b418f10b2308e45/coverage-7.5.0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d36feb5aae80bf9d01d0f293121d4caa660ac968da2cb967f82547a7b5e8d65b",
                "md5": "f7133e047bda25531925c3324aa8d7d1",
                "sha256": "bf0b4b8d9caa8d64df838e0f8dcf68fb570c5733b726d1494b87f3da85db3a2d"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "f7133e047bda25531925c3324aa8d7d1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 212380,
            "upload_time": "2024-04-23T17:41:06",
            "upload_time_iso_8601": "2024-04-23T17:41:06.879467Z",
            "url": "https://files.pythonhosted.org/packages/d3/6f/eb5aae80bf9d01d0f293121d4caa660ac968da2cb967f82547a7b5e8d65b/coverage-7.5.0-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3073b70ab57f11b62f5ca9a83f43cae752fbbb4417bea651875235c32eb2fc2e",
                "md5": "4cd1424eafe3391104680f54e9a7dc79",
                "sha256": "9c6384cc90e37cfb60435bbbe0488444e54b98700f727f16f64d8bfda0b84656"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4cd1424eafe3391104680f54e9a7dc79",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 213316,
            "upload_time": "2024-04-23T17:41:09",
            "upload_time_iso_8601": "2024-04-23T17:41:09.233762Z",
            "url": "https://files.pythonhosted.org/packages/30/73/b70ab57f11b62f5ca9a83f43cae752fbbb4417bea651875235c32eb2fc2e/coverage-7.5.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36dbf4e17ffb5ac2d125c72ee3b235c2e04f85a4296a6a9e17730e218af113d8",
                "md5": "bb37add836f1d03ffc79aec33c050c61",
                "sha256": "fed7a72d54bd52f4aeb6c6e951f363903bd7d70bc1cad64dd1f087980d309ab9"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bb37add836f1d03ffc79aec33c050c61",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 210340,
            "upload_time": "2024-04-23T17:41:11",
            "upload_time_iso_8601": "2024-04-23T17:41:11.811557Z",
            "url": "https://files.pythonhosted.org/packages/36/db/f4e17ffb5ac2d125c72ee3b235c2e04f85a4296a6a9e17730e218af113d8/coverage-7.5.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c3bcd7e832280f269be9e8d46cff5c4031b4840f1844674dc53ad93c5a9c1da6",
                "md5": "74ff86cf2f9a1074d6aedda2365548cf",
                "sha256": "cbe6581fcff7c8e262eb574244f81f5faaea539e712a058e6707a9d272fe5b64"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "74ff86cf2f9a1074d6aedda2365548cf",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 210612,
            "upload_time": "2024-04-23T17:41:14",
            "upload_time_iso_8601": "2024-04-23T17:41:14.256246Z",
            "url": "https://files.pythonhosted.org/packages/c3/bc/d7e832280f269be9e8d46cff5c4031b4840f1844674dc53ad93c5a9c1da6/coverage-7.5.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5484543e2cd6c1de30c7522a0afcb040677957bac756dd8677bade8bdd9274ba",
                "md5": "6ccc8e83fa4bda5418357d1b127b28d9",
                "sha256": "ad97ec0da94b378e593ef532b980c15e377df9b9608c7c6da3506953182398af"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6ccc8e83fa4bda5418357d1b127b28d9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 242926,
            "upload_time": "2024-04-23T17:41:16",
            "upload_time_iso_8601": "2024-04-23T17:41:16.284900Z",
            "url": "https://files.pythonhosted.org/packages/54/84/543e2cd6c1de30c7522a0afcb040677957bac756dd8677bade8bdd9274ba/coverage-7.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad06570533f747141b4fd727a193317e16c6e677ed7945e23a195b8f64e685a2",
                "md5": "ff0e22a93cde4ab76f93d1863c9f0eef",
                "sha256": "bd4bacd62aa2f1a1627352fe68885d6ee694bdaebb16038b6e680f2924a9b2cc"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "ff0e22a93cde4ab76f93d1863c9f0eef",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 240294,
            "upload_time": "2024-04-23T17:41:19",
            "upload_time_iso_8601": "2024-04-23T17:41:19.099788Z",
            "url": "https://files.pythonhosted.org/packages/ad/06/570533f747141b4fd727a193317e16c6e677ed7945e23a195b8f64e685a2/coverage-7.5.0-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": "fad9ec4ba0913195d240d026670d41b91f3e5b9a8a143a385f93a09e97c90f5c",
                "md5": "6dcafca5e0cf38edbc649d1fda7a25e4",
                "sha256": "adf032b6c105881f9d77fa17d9eebe0ad1f9bfb2ad25777811f97c5362aa07f2"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6dcafca5e0cf38edbc649d1fda7a25e4",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 242232,
            "upload_time": "2024-04-23T17:41:21",
            "upload_time_iso_8601": "2024-04-23T17:41:21.050616Z",
            "url": "https://files.pythonhosted.org/packages/fa/d9/ec4ba0913195d240d026670d41b91f3e5b9a8a143a385f93a09e97c90f5c/coverage-7.5.0-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": "d93f1a613c32aa1980d20d6ca2f54faf800df04aafad6016d7132b3276d8715d",
                "md5": "daf12ebfcfba21af8048bfb9a822ecb2",
                "sha256": "4ba01d9ba112b55bfa4b24808ec431197bb34f09f66f7cb4fd0258ff9d3711b1"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp312-cp312-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "daf12ebfcfba21af8048bfb9a822ecb2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 249171,
            "upload_time": "2024-04-23T17:41:23",
            "upload_time_iso_8601": "2024-04-23T17:41:23.723310Z",
            "url": "https://files.pythonhosted.org/packages/d9/3f/1a613c32aa1980d20d6ca2f54faf800df04aafad6016d7132b3276d8715d/coverage-7.5.0-cp312-cp312-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b93be16b12693572fd69148453abc6ddcd20cbeae6f0a040b5ed6af2f75b646f",
                "md5": "2d86ee88542453e7fe14f361c115a86f",
                "sha256": "f0bfe42523893c188e9616d853c47685e1c575fe25f737adf473d0405dcfa7eb"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp312-cp312-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "2d86ee88542453e7fe14f361c115a86f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 247073,
            "upload_time": "2024-04-23T17:41:25",
            "upload_time_iso_8601": "2024-04-23T17:41:25.719779Z",
            "url": "https://files.pythonhosted.org/packages/b9/3b/e16b12693572fd69148453abc6ddcd20cbeae6f0a040b5ed6af2f75b646f/coverage-7.5.0-cp312-cp312-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e73e04a05d40bb09f90a312296a32fb2c5ade2dfcf803edf777ad18b97547503",
                "md5": "a35f37bf684b6de84ec21b67cbb12557",
                "sha256": "a9a7ef30a1b02547c1b23fa9a5564f03c9982fc71eb2ecb7f98c96d7a0db5cf2"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a35f37bf684b6de84ec21b67cbb12557",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 248812,
            "upload_time": "2024-04-23T17:41:27",
            "upload_time_iso_8601": "2024-04-23T17:41:27.951802Z",
            "url": "https://files.pythonhosted.org/packages/e7/3e/04a05d40bb09f90a312296a32fb2c5ade2dfcf803edf777ad18b97547503/coverage-7.5.0-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "baf73a8b7b0affe548227f3d45e248c0f22c5b55bff0ee062b49afc165b3ff25",
                "md5": "a4cf412a35710475b26f7ef5dd566f76",
                "sha256": "3c2b77f295edb9fcdb6a250f83e6481c679335ca7e6e4a955e4290350f2d22a4"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "a4cf412a35710475b26f7ef5dd566f76",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 212634,
            "upload_time": "2024-04-23T17:41:30",
            "upload_time_iso_8601": "2024-04-23T17:41:30.114629Z",
            "url": "https://files.pythonhosted.org/packages/ba/f7/3a8b7b0affe548227f3d45e248c0f22c5b55bff0ee062b49afc165b3ff25/coverage-7.5.0-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c315f5286d2a5e21e1fe5670629bb24c79bf46383a092e74e00077e7a178e5c",
                "md5": "6f2f86c0c68a3222d1701c19b6a44f92",
                "sha256": "427e1e627b0963ac02d7c8730ca6d935df10280d230508c0ba059505e9233475"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6f2f86c0c68a3222d1701c19b6a44f92",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 213460,
            "upload_time": "2024-04-23T17:41:32",
            "upload_time_iso_8601": "2024-04-23T17:41:32.683330Z",
            "url": "https://files.pythonhosted.org/packages/7c/31/5f5286d2a5e21e1fe5670629bb24c79bf46383a092e74e00077e7a178e5c/coverage-7.5.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe75d235d6fc44d06823a5ddb46596c891722c3ffcdba2f6358803842ea88945",
                "md5": "d4239f9cacd312a560da0ea610b7b2bb",
                "sha256": "9dd88fce54abbdbf4c42fb1fea0e498973d07816f24c0e27a1ecaf91883ce69e"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d4239f9cacd312a560da0ea610b7b2bb",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 209995,
            "upload_time": "2024-04-23T17:41:34",
            "upload_time_iso_8601": "2024-04-23T17:41:34.767347Z",
            "url": "https://files.pythonhosted.org/packages/fe/75/d235d6fc44d06823a5ddb46596c891722c3ffcdba2f6358803842ea88945/coverage-7.5.0-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5bc3ce852a9f7b6855dd0409e4fa58d13b1b6ed947188c9753fa057254ea7b4d",
                "md5": "cfa78659c3c815fb46cab1d568f1df60",
                "sha256": "a898c11dca8f8c97b467138004a30133974aacd572818c383596f8d5b2eb04a9"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "cfa78659c3c815fb46cab1d568f1df60",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 210485,
            "upload_time": "2024-04-23T17:41:37",
            "upload_time_iso_8601": "2024-04-23T17:41:37.079171Z",
            "url": "https://files.pythonhosted.org/packages/5b/c3/ce852a9f7b6855dd0409e4fa58d13b1b6ed947188c9753fa057254ea7b4d/coverage-7.5.0-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7b412b81ad556b4a03c501d4ee83452193deafcc1ab9ebe6f3dbdda42d331a6",
                "md5": "12cfd372ad6eda4f06b2d6eb9b68eb39",
                "sha256": "07dfdd492d645eea1bd70fb1d6febdcf47db178b0d99161d8e4eed18e7f62fe7"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "12cfd372ad6eda4f06b2d6eb9b68eb39",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 239520,
            "upload_time": "2024-04-23T17:41:38",
            "upload_time_iso_8601": "2024-04-23T17:41:38.967477Z",
            "url": "https://files.pythonhosted.org/packages/a7/b4/12b81ad556b4a03c501d4ee83452193deafcc1ab9ebe6f3dbdda42d331a6/coverage-7.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6b03cbc3665ee7178b00ea09a07c2e71c99774928760e04beebb26350658b4b0",
                "md5": "dd3b2f8af7e2fa2162f0c8b1c7c1939b",
                "sha256": "d3d117890b6eee85887b1eed41eefe2e598ad6e40523d9f94c4c4b213258e4a4"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "dd3b2f8af7e2fa2162f0c8b1c7c1939b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 237363,
            "upload_time": "2024-04-23T17:41:40",
            "upload_time_iso_8601": "2024-04-23T17:41:40.899285Z",
            "url": "https://files.pythonhosted.org/packages/6b/03/cbc3665ee7178b00ea09a07c2e71c99774928760e04beebb26350658b4b0/coverage-7.5.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bbe079df954b854d595d63edc061f714a1cf506e30412620025ba240807bd658",
                "md5": "6c7c0e67f319a7318637d0a79b421c30",
                "sha256": "6afd2e84e7da40fe23ca588379f815fb6dbbb1b757c883935ed11647205111cb"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6c7c0e67f319a7318637d0a79b421c30",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 238606,
            "upload_time": "2024-04-23T17:41:43",
            "upload_time_iso_8601": "2024-04-23T17:41:43.161827Z",
            "url": "https://files.pythonhosted.org/packages/bb/e0/79df954b854d595d63edc061f714a1cf506e30412620025ba240807bd658/coverage-7.5.0-cp38-cp38-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": "361d8a6cdd1ac5c5f2456629abbbf6d5a5b761930d72fa341b7ad69d345d4f54",
                "md5": "faac2424680526fb6a24763bf3eb2b87",
                "sha256": "a9960dd1891b2ddf13a7fe45339cd59ecee3abb6b8326d8b932d0c5da208104f"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp38-cp38-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "faac2424680526fb6a24763bf3eb2b87",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 244473,
            "upload_time": "2024-04-23T17:41:45",
            "upload_time_iso_8601": "2024-04-23T17:41:45.328772Z",
            "url": "https://files.pythonhosted.org/packages/36/1d/8a6cdd1ac5c5f2456629abbbf6d5a5b761930d72fa341b7ad69d345d4f54/coverage-7.5.0-cp38-cp38-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ad83adb547c71cabb9b9cef6c7f8663bc7c912f2c646ccded7a5f5311e1db68",
                "md5": "153772c36a9d0e5a0bad274edc571170",
                "sha256": "ced268e82af993d7801a9db2dbc1d2322e786c5dc76295d8e89473d46c6b84d4"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp38-cp38-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "153772c36a9d0e5a0bad274edc571170",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 242934,
            "upload_time": "2024-04-23T17:41:47",
            "upload_time_iso_8601": "2024-04-23T17:41:47.856423Z",
            "url": "https://files.pythonhosted.org/packages/7a/d8/3adb547c71cabb9b9cef6c7f8663bc7c912f2c646ccded7a5f5311e1db68/coverage-7.5.0-cp38-cp38-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f752034dcd84ab85dcfc7dafa1ef2ed2ae4deedca6ef0a60cf0fb1a1fe62fe3",
                "md5": "2ca2fe629a70ec7ac808d1980aa709f9",
                "sha256": "e7c211f25777746d468d76f11719e64acb40eed410d81c26cefac641975beb88"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2ca2fe629a70ec7ac808d1980aa709f9",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 243818,
            "upload_time": "2024-04-23T17:41:50",
            "upload_time_iso_8601": "2024-04-23T17:41:50.026954Z",
            "url": "https://files.pythonhosted.org/packages/2f/75/2034dcd84ab85dcfc7dafa1ef2ed2ae4deedca6ef0a60cf0fb1a1fe62fe3/coverage-7.5.0-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "517f12c3e036daea8aed4a415d5f5e31188ccdfb8fcf65f1dd5ee99290fee284",
                "md5": "4c28e14ce53cf571783ccd7607ee6510",
                "sha256": "262fffc1f6c1a26125d5d573e1ec379285a3723363f3bd9c83923c9593a2ac25"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "4c28e14ce53cf571783ccd7607ee6510",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 212360,
            "upload_time": "2024-04-23T17:41:51",
            "upload_time_iso_8601": "2024-04-23T17:41:51.952459Z",
            "url": "https://files.pythonhosted.org/packages/51/7f/12c3e036daea8aed4a415d5f5e31188ccdfb8fcf65f1dd5ee99290fee284/coverage-7.5.0-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d4f87ec7da194229cee7c71d837399d8cd9f57a75103b3e4b95a170e985ce9e",
                "md5": "1b8699052f4a6b3957e5334e94afad2c",
                "sha256": "eed462b4541c540d63ab57b3fc69e7d8c84d5957668854ee4e408b50e92ce26a"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1b8699052f4a6b3957e5334e94afad2c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 213213,
            "upload_time": "2024-04-23T17:41:53",
            "upload_time_iso_8601": "2024-04-23T17:41:53.977531Z",
            "url": "https://files.pythonhosted.org/packages/8d/4f/87ec7da194229cee7c71d837399d8cd9f57a75103b3e4b95a170e985ce9e/coverage-7.5.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "62185573216d5b8db7d9f29189350dcd81830a03a624966c35f8201ae10df09c",
                "md5": "70b56f8d1c28f119095afeec43e32d86",
                "sha256": "d0194d654e360b3e6cc9b774e83235bae6b9b2cac3be09040880bb0e8a88f4a1"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "70b56f8d1c28f119095afeec43e32d86",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 210014,
            "upload_time": "2024-04-23T17:41:56",
            "upload_time_iso_8601": "2024-04-23T17:41:56.535989Z",
            "url": "https://files.pythonhosted.org/packages/62/18/5573216d5b8db7d9f29189350dcd81830a03a624966c35f8201ae10df09c/coverage-7.5.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c0ee98d6c6d569d65ff3195f095e6b006b3d7780fd6182322a25e7dfe0d53d3",
                "md5": "3a34d4ad1293744cc26b15e13ddf95ee",
                "sha256": "33c020d3322662e74bc507fb11488773a96894aa82a622c35a5a28673c0c26f5"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "3a34d4ad1293744cc26b15e13ddf95ee",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 210494,
            "upload_time": "2024-04-23T17:41:58",
            "upload_time_iso_8601": "2024-04-23T17:41:58.584330Z",
            "url": "https://files.pythonhosted.org/packages/7c/0e/e98d6c6d569d65ff3195f095e6b006b3d7780fd6182322a25e7dfe0d53d3/coverage-7.5.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d36398e5a6b7ed1bfca874729ee309cc49a6d6658ab9e479a2b6d223ccc96e03",
                "md5": "d8ba191cb55a0234cfef04753946455c",
                "sha256": "0cbdf2cae14a06827bec50bd58e49249452d211d9caddd8bd80e35b53cb04631"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d8ba191cb55a0234cfef04753946455c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 237996,
            "upload_time": "2024-04-23T17:42:01",
            "upload_time_iso_8601": "2024-04-23T17:42:01.514841Z",
            "url": "https://files.pythonhosted.org/packages/d3/63/98e5a6b7ed1bfca874729ee309cc49a6d6658ab9e479a2b6d223ccc96e03/coverage-7.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76e4d3c67a0a092127b8a3dffa2f75334a8cdb2cefc99e3d75a7f42cf1ff98a9",
                "md5": "ee4d7f37fe9545b901ca54177a991887",
                "sha256": "3235d7c781232e525b0761730e052388a01548bd7f67d0067a253887c6e8df46"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "ee4d7f37fe9545b901ca54177a991887",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 236287,
            "upload_time": "2024-04-23T17:42:03",
            "upload_time_iso_8601": "2024-04-23T17:42:03.838328Z",
            "url": "https://files.pythonhosted.org/packages/76/e4/d3c67a0a092127b8a3dffa2f75334a8cdb2cefc99e3d75a7f42cf1ff98a9/coverage-7.5.0-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": "127f9b787ffc31bc39aa9e98c7005b698e7c6539bd222043e4a9c83b83c782a2",
                "md5": "4d4b183aafac1adc6b170b386d38e828",
                "sha256": "db2de4e546f0ec4b2787d625e0b16b78e99c3e21bc1722b4977c0dddf11ca84e"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4d4b183aafac1adc6b170b386d38e828",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 237070,
            "upload_time": "2024-04-23T17:42:06",
            "upload_time_iso_8601": "2024-04-23T17:42:06.993702Z",
            "url": "https://files.pythonhosted.org/packages/12/7f/9b787ffc31bc39aa9e98c7005b698e7c6539bd222043e4a9c83b83c782a2/coverage-7.5.0-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": "31ee9998a0d855cad5f8e04062f7428b83c34aa643e5df468409593a480d5585",
                "md5": "4d2b5087f02c35a8c2ee9bb7941c445d",
                "sha256": "4d0e206259b73af35c4ec1319fd04003776e11e859936658cb6ceffdeba0f5be"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp39-cp39-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4d2b5087f02c35a8c2ee9bb7941c445d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 243115,
            "upload_time": "2024-04-23T17:42:09",
            "upload_time_iso_8601": "2024-04-23T17:42:09.281864Z",
            "url": "https://files.pythonhosted.org/packages/31/ee/9998a0d855cad5f8e04062f7428b83c34aa643e5df468409593a480d5585/coverage-7.5.0-cp39-cp39-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16941e348cd4445404c588ec8199adde0b45727b1d7989d8fb097d39c93e3da5",
                "md5": "266b9ac7416fbbb2827bf00276a2fdc0",
                "sha256": "2055c4fb9a6ff624253d432aa471a37202cd8f458c033d6d989be4499aed037b"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp39-cp39-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "266b9ac7416fbbb2827bf00276a2fdc0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 241315,
            "upload_time": "2024-04-23T17:42:11",
            "upload_time_iso_8601": "2024-04-23T17:42:11.836198Z",
            "url": "https://files.pythonhosted.org/packages/16/94/1e348cd4445404c588ec8199adde0b45727b1d7989d8fb097d39c93e3da5/coverage-7.5.0-cp39-cp39-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28176fe1695d2a706e586b87a407598f4ed82dd218b2b43cdc790f695f259849",
                "md5": "022b9d99e6ed812d6a062f140e5a95b9",
                "sha256": "075299460948cd12722a970c7eae43d25d37989da682997687b34ae6b87c0ef0"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "022b9d99e6ed812d6a062f140e5a95b9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 242467,
            "upload_time": "2024-04-23T17:42:14",
            "upload_time_iso_8601": "2024-04-23T17:42:14.019545Z",
            "url": "https://files.pythonhosted.org/packages/28/17/6fe1695d2a706e586b87a407598f4ed82dd218b2b43cdc790f695f259849/coverage-7.5.0-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "81a21e550272c8b1f89b980504230b1a929de83d8f3d5ecb268477b32e5996a6",
                "md5": "2250b5a3f1ec4aefdb85c765be4fb35f",
                "sha256": "280132aada3bc2f0fac939a5771db4fbb84f245cb35b94fae4994d4c1f80dae7"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "2250b5a3f1ec4aefdb85c765be4fb35f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 212394,
            "upload_time": "2024-04-23T17:42:17",
            "upload_time_iso_8601": "2024-04-23T17:42:17.655352Z",
            "url": "https://files.pythonhosted.org/packages/81/a2/1e550272c8b1f89b980504230b1a929de83d8f3d5ecb268477b32e5996a6/coverage-7.5.0-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9487d3c31064c5adcc743fe5370cf7e198cee06cc0e2d37b5cbe930691a3f54",
                "md5": "249adcf7f0a6971057d3e418380819d1",
                "sha256": "c58536f6892559e030e6924896a44098bc1290663ea12532c78cef71d0df8493"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "249adcf7f0a6971057d3e418380819d1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 213246,
            "upload_time": "2024-04-23T17:42:19",
            "upload_time_iso_8601": "2024-04-23T17:42:19.777961Z",
            "url": "https://files.pythonhosted.org/packages/c9/48/7d3c31064c5adcc743fe5370cf7e198cee06cc0e2d37b5cbe930691a3f54/coverage-7.5.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3481f00ce7ef95479085feb01fa9e352b2b5b2b9d24767acf2266d6267a6dba9",
                "md5": "9849667e9e7af2f1a848eb1e8aeb5a49",
                "sha256": "2b57780b51084d5223eee7b59f0d4911c31c16ee5aa12737c7a02455829ff067"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0-pp38.pp39.pp310-none-any.whl",
            "has_sig": false,
            "md5_digest": "9849667e9e7af2f1a848eb1e8aeb5a49",
            "packagetype": "bdist_wheel",
            "python_version": "pp38.pp39.pp310",
            "requires_python": ">=3.8",
            "size": 202381,
            "upload_time": "2024-04-23T17:42:22",
            "upload_time_iso_8601": "2024-04-23T17:42:22.127234Z",
            "url": "https://files.pythonhosted.org/packages/34/81/f00ce7ef95479085feb01fa9e352b2b5b2b9d24767acf2266d6267a6dba9/coverage-7.5.0-pp38.pp39.pp310-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "52d33ec80acdd57a0d6a1111b978ade388824f37126446fd6750d38bfaca949c",
                "md5": "c5a40ac2f0d9615f7d5025fcadd22f4c",
                "sha256": "cf62d17310f34084c59c01e027259076479128d11e4661bb6c9acb38c5e19bb8"
            },
            "downloads": -1,
            "filename": "coverage-7.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c5a40ac2f0d9615f7d5025fcadd22f4c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 798314,
            "upload_time": "2024-04-23T17:42:35",
            "upload_time_iso_8601": "2024-04-23T17:42:35.508139Z",
            "url": "https://files.pythonhosted.org/packages/52/d3/3ec80acdd57a0d6a1111b978ade388824f37126446fd6750d38bfaca949c/coverage-7.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-23 17:42:35",
    "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.24901s