matplotlib


Namematplotlib JSON
Version 3.9.0 PyPI version JSON
download
home_pageNone
SummaryPython plotting package
upload_time2024-05-15 23:38:15
maintainerNone
docs_urlNone
authorJohn D. Hunter, Michael Droettboom
requires_python>=3.9
licenseLicense agreement for matplotlib versions 1.3.0 and later ========================================================= 1. This LICENSE AGREEMENT is between the Matplotlib Development Team ("MDT"), and the Individual or Organization ("Licensee") accessing and otherwise using matplotlib software in source or binary form and its associated documentation. 2. Subject to the terms and conditions of this License Agreement, MDT hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use matplotlib alone or in any derivative version, provided, however, that MDT's License Agreement and MDT's notice of copyright, i.e., "Copyright (c) 2012- Matplotlib Development Team; All Rights Reserved" are retained in matplotlib alone or in any derivative version prepared by Licensee. 3. In the event Licensee prepares a derivative work that is based on or incorporates matplotlib or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to matplotlib . 4. MDT is making matplotlib available to Licensee on an "AS IS" basis. MDT MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, MDT MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF MATPLOTLIB WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 5. MDT SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF MATPLOTLIB FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING MATPLOTLIB , OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between MDT and Licensee. This License Agreement does not grant permission to use MDT trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party. 8. By copying, installing or otherwise using matplotlib , Licensee agrees to be bound by the terms and conditions of this License Agreement. License agreement for matplotlib versions prior to 1.3.0 ======================================================== 1. This LICENSE AGREEMENT is between John D. Hunter ("JDH"), and the Individual or Organization ("Licensee") accessing and otherwise using matplotlib software in source or binary form and its associated documentation. 2. Subject to the terms and conditions of this License Agreement, JDH hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use matplotlib alone or in any derivative version, provided, however, that JDH's License Agreement and JDH's notice of copyright, i.e., "Copyright (c) 2002-2011 John D. Hunter; All Rights Reserved" are retained in matplotlib alone or in any derivative version prepared by Licensee. 3. In the event Licensee prepares a derivative work that is based on or incorporates matplotlib or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to matplotlib. 4. JDH is making matplotlib available to Licensee on an "AS IS" basis. JDH MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, JDH MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF MATPLOTLIB WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 5. JDH SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF MATPLOTLIB FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING MATPLOTLIB , OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between JDH and Licensee. This License Agreement does not grant permission to use JDH trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party. 8. By copying, installing or otherwise using matplotlib, Licensee agrees to be bound by the terms and conditions of this License Agreement.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            [![PyPi](https://img.shields.io/pypi/v/matplotlib)](https://pypi.org/project/matplotlib/)
[![Conda](https://img.shields.io/conda/vn/conda-forge/matplotlib)](https://anaconda.org/conda-forge/matplotlib)
[![Downloads](https://img.shields.io/pypi/dm/matplotlib)](https://pypi.org/project/matplotlib)
[![NUMFocus](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](https://numfocus.org)

[![Discourse help forum](https://img.shields.io/badge/help_forum-discourse-blue.svg)](https://discourse.matplotlib.org)
[![Gitter](https://badges.gitter.im/matplotlib/matplotlib.svg)](https://gitter.im/matplotlib/matplotlib)
[![GitHub issues](https://img.shields.io/badge/issue_tracking-github-blue.svg)](https://github.com/matplotlib/matplotlib/issues)
[![Contributing](https://img.shields.io/badge/PR-Welcome-%23FF8300.svg?)](https://matplotlib.org/stable/devel/index.html)

[![GitHub actions status](https://github.com/matplotlib/matplotlib/workflows/Tests/badge.svg)](https://github.com/matplotlib/matplotlib/actions?query=workflow%3ATests)
[![Azure pipelines status](https://dev.azure.com/matplotlib/matplotlib/_apis/build/status/matplotlib.matplotlib?branchName=main)](https://dev.azure.com/matplotlib/matplotlib/_build/latest?definitionId=1&branchName=main)
[![AppVeyor status](https://ci.appveyor.com/api/projects/status/github/matplotlib/matplotlib?branch=main&svg=true)](https://ci.appveyor.com/project/matplotlib/matplotlib)
[![Codecov status](https://codecov.io/github/matplotlib/matplotlib/badge.svg?branch=main&service=github)](https://app.codecov.io/gh/matplotlib/matplotlib)
[![EffVer Versioning](https://img.shields.io/badge/version_scheme-EffVer-0097a7)](https://jacobtomlinson.dev/effver)

![Matplotlib logotype](https://matplotlib.org/_static/logo2.svg)

Matplotlib is a comprehensive library for creating static, animated, and
interactive visualizations in Python.

Check out our [home page](https://matplotlib.org/) for more information.

![image](https://matplotlib.org/_static/readme_preview.png)

Matplotlib produces publication-quality figures in a variety of hardcopy
formats and interactive environments across platforms. Matplotlib can be
used in Python scripts, Python/IPython shells, web application servers,
and various graphical user interface toolkits.

## Install

See the [install
documentation](https://matplotlib.org/stable/users/installing/index.html),
which is generated from `/doc/install/index.rst`

## Contribute

You've discovered a bug or something else you want to change — excellent!

You've worked out a way to fix it — even better!

You want to tell us about it — best of all!

Start at the [contributing
guide](https://matplotlib.org/devdocs/devel/contribute.html)!

## Contact

[Discourse](https://discourse.matplotlib.org/) is the discussion forum
for general questions and discussions and our recommended starting
point.

Our active mailing lists (which are mirrored on Discourse) are:

-   [Users](https://mail.python.org/mailman/listinfo/matplotlib-users)
    mailing list: <matplotlib-users@python.org>
-   [Announcement](https://mail.python.org/mailman/listinfo/matplotlib-announce)
    mailing list: <matplotlib-announce@python.org>
-   [Development](https://mail.python.org/mailman/listinfo/matplotlib-devel)
    mailing list: <matplotlib-devel@python.org>

[Gitter](https://gitter.im/matplotlib/matplotlib) is for coordinating
development and asking questions directly related to contributing to
matplotlib.

## Citing Matplotlib

If Matplotlib contributes to a project that leads to publication, please
acknowledge this by citing Matplotlib.

[A ready-made citation
entry](https://matplotlib.org/stable/users/project/citing.html) is
available.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "matplotlib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "John D. Hunter, Michael Droettboom",
    "author_email": "Unknown <matplotlib-users@python.org>",
    "download_url": "https://files.pythonhosted.org/packages/c5/a4/a7236bf8b0137deff48737c6ccf2154ef4486e57c6a5b7c309bf515992bd/matplotlib-3.9.0.tar.gz",
    "platform": null,
    "description": "[![PyPi](https://img.shields.io/pypi/v/matplotlib)](https://pypi.org/project/matplotlib/)\n[![Conda](https://img.shields.io/conda/vn/conda-forge/matplotlib)](https://anaconda.org/conda-forge/matplotlib)\n[![Downloads](https://img.shields.io/pypi/dm/matplotlib)](https://pypi.org/project/matplotlib)\n[![NUMFocus](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](https://numfocus.org)\n\n[![Discourse help forum](https://img.shields.io/badge/help_forum-discourse-blue.svg)](https://discourse.matplotlib.org)\n[![Gitter](https://badges.gitter.im/matplotlib/matplotlib.svg)](https://gitter.im/matplotlib/matplotlib)\n[![GitHub issues](https://img.shields.io/badge/issue_tracking-github-blue.svg)](https://github.com/matplotlib/matplotlib/issues)\n[![Contributing](https://img.shields.io/badge/PR-Welcome-%23FF8300.svg?)](https://matplotlib.org/stable/devel/index.html)\n\n[![GitHub actions status](https://github.com/matplotlib/matplotlib/workflows/Tests/badge.svg)](https://github.com/matplotlib/matplotlib/actions?query=workflow%3ATests)\n[![Azure pipelines status](https://dev.azure.com/matplotlib/matplotlib/_apis/build/status/matplotlib.matplotlib?branchName=main)](https://dev.azure.com/matplotlib/matplotlib/_build/latest?definitionId=1&branchName=main)\n[![AppVeyor status](https://ci.appveyor.com/api/projects/status/github/matplotlib/matplotlib?branch=main&svg=true)](https://ci.appveyor.com/project/matplotlib/matplotlib)\n[![Codecov status](https://codecov.io/github/matplotlib/matplotlib/badge.svg?branch=main&service=github)](https://app.codecov.io/gh/matplotlib/matplotlib)\n[![EffVer Versioning](https://img.shields.io/badge/version_scheme-EffVer-0097a7)](https://jacobtomlinson.dev/effver)\n\n![Matplotlib logotype](https://matplotlib.org/_static/logo2.svg)\n\nMatplotlib is a comprehensive library for creating static, animated, and\ninteractive visualizations in Python.\n\nCheck out our [home page](https://matplotlib.org/) for more information.\n\n![image](https://matplotlib.org/_static/readme_preview.png)\n\nMatplotlib produces publication-quality figures in a variety of hardcopy\nformats and interactive environments across platforms. Matplotlib can be\nused in Python scripts, Python/IPython shells, web application servers,\nand various graphical user interface toolkits.\n\n## Install\n\nSee the [install\ndocumentation](https://matplotlib.org/stable/users/installing/index.html),\nwhich is generated from `/doc/install/index.rst`\n\n## Contribute\n\nYou've discovered a bug or something else you want to change \u2014 excellent!\n\nYou've worked out a way to fix it \u2014 even better!\n\nYou want to tell us about it \u2014 best of all!\n\nStart at the [contributing\nguide](https://matplotlib.org/devdocs/devel/contribute.html)!\n\n## Contact\n\n[Discourse](https://discourse.matplotlib.org/) is the discussion forum\nfor general questions and discussions and our recommended starting\npoint.\n\nOur active mailing lists (which are mirrored on Discourse) are:\n\n-   [Users](https://mail.python.org/mailman/listinfo/matplotlib-users)\n    mailing list: <matplotlib-users@python.org>\n-   [Announcement](https://mail.python.org/mailman/listinfo/matplotlib-announce)\n    mailing list: <matplotlib-announce@python.org>\n-   [Development](https://mail.python.org/mailman/listinfo/matplotlib-devel)\n    mailing list: <matplotlib-devel@python.org>\n\n[Gitter](https://gitter.im/matplotlib/matplotlib) is for coordinating\ndevelopment and asking questions directly related to contributing to\nmatplotlib.\n\n## Citing Matplotlib\n\nIf Matplotlib contributes to a project that leads to publication, please\nacknowledge this by citing Matplotlib.\n\n[A ready-made citation\nentry](https://matplotlib.org/stable/users/project/citing.html) is\navailable.\n",
    "bugtrack_url": null,
    "license": "License agreement for matplotlib versions 1.3.0 and later =========================================================  1. This LICENSE AGREEMENT is between the Matplotlib Development Team (\"MDT\"), and the Individual or Organization (\"Licensee\") accessing and otherwise using matplotlib software in source or binary form and its associated documentation.  2. Subject to the terms and conditions of this License Agreement, MDT hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use matplotlib alone or in any derivative version, provided, however, that MDT's License Agreement and MDT's notice of copyright, i.e., \"Copyright (c) 2012- Matplotlib Development Team; All Rights Reserved\" are retained in matplotlib  alone or in any derivative version prepared by Licensee.  3. In the event Licensee prepares a derivative work that is based on or incorporates matplotlib or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to matplotlib .  4. MDT is making matplotlib available to Licensee on an \"AS IS\" basis.  MDT MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, MDT MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF MATPLOTLIB WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.  5. MDT SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF MATPLOTLIB FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING MATPLOTLIB , OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.  6. This License Agreement will automatically terminate upon a material breach of its terms and conditions.  7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between MDT and Licensee.  This License Agreement does not grant permission to use MDT trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party.  8. By copying, installing or otherwise using matplotlib , Licensee agrees to be bound by the terms and conditions of this License Agreement.  License agreement for matplotlib versions prior to 1.3.0 ========================================================  1. This LICENSE AGREEMENT is between John D. Hunter (\"JDH\"), and the Individual or Organization (\"Licensee\") accessing and otherwise using matplotlib software in source or binary form and its associated documentation.  2. Subject to the terms and conditions of this License Agreement, JDH hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use matplotlib alone or in any derivative version, provided, however, that JDH's License Agreement and JDH's notice of copyright, i.e., \"Copyright (c) 2002-2011 John D. Hunter; All Rights Reserved\" are retained in matplotlib  alone or in any derivative version prepared by Licensee.  3. In the event Licensee prepares a derivative work that is based on or incorporates matplotlib  or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to matplotlib.  4. JDH is making matplotlib  available to Licensee on an \"AS IS\" basis.  JDH MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, JDH MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF MATPLOTLIB WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.  5. JDH SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF MATPLOTLIB FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING MATPLOTLIB , OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.  6. This License Agreement will automatically terminate upon a material breach of its terms and conditions.  7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between JDH and Licensee.  This License Agreement does not grant permission to use JDH trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party.  8. By copying, installing or otherwise using matplotlib, Licensee agrees to be bound by the terms and conditions of this License Agreement.",
    "summary": "Python plotting package",
    "version": "3.9.0",
    "project_urls": {
        "Bug tracker": "https://github.com/matplotlib/matplotlib/issues",
        "Documentation": "https://matplotlib.org",
        "Donate": "https://numfocus.org/donate-to-matplotlib",
        "Download": "https://matplotlib.org/stable/install/index.html",
        "Forum": "https://discourse.matplotlib.org/",
        "Homepage": "https://matplotlib.org",
        "Source code": "https://github.com/matplotlib/matplotlib"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "03a0669c37c6e6737de909c19eb30d7b17d1d6be6d896aa2f5dc63e66231b7f4",
                "md5": "63c774378bb99f02bc8a5b8370d5fc56",
                "sha256": "2bcee1dffaf60fe7656183ac2190bd630842ff87b3153afb3e384d966b57fe56"
            },
            "downloads": -1,
            "filename": "matplotlib-3.9.0-cp310-cp310-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "63c774378bb99f02bc8a5b8370d5fc56",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 7883911,
            "upload_time": "2024-05-15T23:37:04",
            "upload_time_iso_8601": "2024-05-15T23:37:04.927481Z",
            "url": "https://files.pythonhosted.org/packages/03/a0/669c37c6e6737de909c19eb30d7b17d1d6be6d896aa2f5dc63e66231b7f4/matplotlib-3.9.0-cp310-cp310-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f71fa0f1a692af13b85335a9d7bd226fc0cae8d0062f1fb940980bc9b38d3b5c",
                "md5": "d73b7ac74e716e02a18eeb39f03e45ec",
                "sha256": "3f988bafb0fa39d1074ddd5bacd958c853e11def40800c5824556eb630f94d3b"
            },
            "downloads": -1,
            "filename": "matplotlib-3.9.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d73b7ac74e716e02a18eeb39f03e45ec",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 7765903,
            "upload_time": "2024-05-15T23:37:08",
            "upload_time_iso_8601": "2024-05-15T23:37:08.116420Z",
            "url": "https://files.pythonhosted.org/packages/f7/1f/a0f1a692af13b85335a9d7bd226fc0cae8d0062f1fb940980bc9b38d3b5c/matplotlib-3.9.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc3d58182994c955ff2fc722f883e96ad9de3439d3ead668fce33ad1c3fe4242",
                "md5": "bc43b032e1e33cbfb2b4a68372d036e3",
                "sha256": "fe428e191ea016bb278758c8ee82a8129c51d81d8c4bc0846c09e7e8e9057241"
            },
            "downloads": -1,
            "filename": "matplotlib-3.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "bc43b032e1e33cbfb2b4a68372d036e3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 8183679,
            "upload_time": "2024-05-15T23:37:09",
            "upload_time_iso_8601": "2024-05-15T23:37:09.974609Z",
            "url": "https://files.pythonhosted.org/packages/fc/3d/58182994c955ff2fc722f883e96ad9de3439d3ead668fce33ad1c3fe4242/matplotlib-3.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a76816e7b9154fae61fb29f0f3450b39b855b89e6d2c598d67302e70f96883af",
                "md5": "54d206c87470df1b46c1bbb6690c7cdc",
                "sha256": "eaf3978060a106fab40c328778b148f590e27f6fa3cd15a19d6892575bce387d"
            },
            "downloads": -1,
            "filename": "matplotlib-3.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "54d206c87470df1b46c1bbb6690c7cdc",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 8296303,
            "upload_time": "2024-05-15T23:37:12",
            "upload_time_iso_8601": "2024-05-15T23:37:12.202392Z",
            "url": "https://files.pythonhosted.org/packages/a7/68/16e7b9154fae61fb29f0f3450b39b855b89e6d2c598d67302e70f96883af/matplotlib-3.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef66ad8d69aa13fd6e1b09fe7b91b512d07eaf175a0b0e7c4bcba87e8d2e01d6",
                "md5": "880cd7d710a148a770ddc3c1a715658a",
                "sha256": "2e7f03e5cbbfacdd48c8ea394d365d91ee8f3cae7e6ec611409927b5ed997ee4"
            },
            "downloads": -1,
            "filename": "matplotlib-3.9.0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "880cd7d710a148a770ddc3c1a715658a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 8594927,
            "upload_time": "2024-05-15T23:37:14",
            "upload_time_iso_8601": "2024-05-15T23:37:14.735626Z",
            "url": "https://files.pythonhosted.org/packages/ef/66/ad8d69aa13fd6e1b09fe7b91b512d07eaf175a0b0e7c4bcba87e8d2e01d6/matplotlib-3.9.0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9556138ad64c789bad13d18e0240da75e73dbd364fdc0aa670fff87a5eef5ab",
                "md5": "c65c5416d22c585105216ee5389326be",
                "sha256": "13beb4840317d45ffd4183a778685e215939be7b08616f431c7795276e067463"
            },
            "downloads": -1,
            "filename": "matplotlib-3.9.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c65c5416d22c585105216ee5389326be",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 7954080,
            "upload_time": "2024-05-15T23:37:17",
            "upload_time_iso_8601": "2024-05-15T23:37:17.146995Z",
            "url": "https://files.pythonhosted.org/packages/b9/55/6138ad64c789bad13d18e0240da75e73dbd364fdc0aa670fff87a5eef5ab/matplotlib-3.9.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0949569b50eb5e5a75b61f7a0bacb6029e9ea9c8a1190df55a39a31789244e09",
                "md5": "4fd6d124a925678247f4cbdcbdbb0057",
                "sha256": "063af8587fceeac13b0936c42a2b6c732c2ab1c98d38abc3337e430e1ff75e38"
            },
            "downloads": -1,
            "filename": "matplotlib-3.9.0-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4fd6d124a925678247f4cbdcbdbb0057",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 7893678,
            "upload_time": "2024-05-15T23:37:20",
            "upload_time_iso_8601": "2024-05-15T23:37:20.035201Z",
            "url": "https://files.pythonhosted.org/packages/09/49/569b50eb5e5a75b61f7a0bacb6029e9ea9c8a1190df55a39a31789244e09/matplotlib-3.9.0-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f4b4c1700c8b2ff8d379c187f37055e61bd7a611eb2c544466600a7734793d54",
                "md5": "c074f0091ad55c0cdf82562099d43519",
                "sha256": "9a2fa6d899e17ddca6d6526cf6e7ba677738bf2a6a9590d702c277204a7c6152"
            },
            "downloads": -1,
            "filename": "matplotlib-3.9.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c074f0091ad55c0cdf82562099d43519",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 7775027,
            "upload_time": "2024-05-15T23:37:22",
            "upload_time_iso_8601": "2024-05-15T23:37:22.783461Z",
            "url": "https://files.pythonhosted.org/packages/f4/b4/c1700c8b2ff8d379c187f37055e61bd7a611eb2c544466600a7734793d54/matplotlib-3.9.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc9eb09513717f60071fefcb28c7c783aa658f939f3d4ba1cefb6c05138c6657",
                "md5": "09cac7c3f696ed38211bd0cc7e022291",
                "sha256": "550cdda3adbd596078cca7d13ed50b77879104e2e46392dcd7c75259d8f00e85"
            },
            "downloads": -1,
            "filename": "matplotlib-3.9.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "09cac7c3f696ed38211bd0cc7e022291",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 8192694,
            "upload_time": "2024-05-15T23:37:24",
            "upload_time_iso_8601": "2024-05-15T23:37:24.789892Z",
            "url": "https://files.pythonhosted.org/packages/bc/9e/b09513717f60071fefcb28c7c783aa658f939f3d4ba1cefb6c05138c6657/matplotlib-3.9.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41f1115e7c79b4506b4f0533acba742babd9718ff92eeca6d4205843173b6173",
                "md5": "d530ef525ecac630aa7561266079a0d2",
                "sha256": "76cce0f31b351e3551d1f3779420cf8f6ec0d4a8cf9c0237a3b549fd28eb4abb"
            },
            "downloads": -1,
            "filename": "matplotlib-3.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d530ef525ecac630aa7561266079a0d2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 8307002,
            "upload_time": "2024-05-15T23:37:27",
            "upload_time_iso_8601": "2024-05-15T23:37:27.243464Z",
            "url": "https://files.pythonhosted.org/packages/41/f1/115e7c79b4506b4f0533acba742babd9718ff92eeca6d4205843173b6173/matplotlib-3.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7aa25c1a64d188c4cae7368ebb8c28a354e3f262cb86b28c38ffa6ee3ad532ba",
                "md5": "0cc2a29611da5134b53f80706e587cde",
                "sha256": "c53aeb514ccbbcbab55a27f912d79ea30ab21ee0531ee2c09f13800efb272674"
            },
            "downloads": -1,
            "filename": "matplotlib-3.9.0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0cc2a29611da5134b53f80706e587cde",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 8600548,
            "upload_time": "2024-05-15T23:37:29",
            "upload_time_iso_8601": "2024-05-15T23:37:29.701990Z",
            "url": "https://files.pythonhosted.org/packages/7a/a2/5c1a64d188c4cae7368ebb8c28a354e3f262cb86b28c38ffa6ee3ad532ba/matplotlib-3.9.0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c6c86936e8c7b279a5abac82f399d8d72ac25da530cf5f78a0e40063e492558c",
                "md5": "04c36d468bde85a72dd2cbcfb5d74123",
                "sha256": "a5be985db2596d761cdf0c2eaf52396f26e6a64ab46bd8cd810c48972349d1be"
            },
            "downloads": -1,
            "filename": "matplotlib-3.9.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "04c36d468bde85a72dd2cbcfb5d74123",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 7963606,
            "upload_time": "2024-05-15T23:37:32",
            "upload_time_iso_8601": "2024-05-15T23:37:32.803808Z",
            "url": "https://files.pythonhosted.org/packages/c6/c8/6936e8c7b279a5abac82f399d8d72ac25da530cf5f78a0e40063e492558c/matplotlib-3.9.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af4354b7dfd91ed33da92973dc5d50231ef7b2d0622c8ae72babbad26bc1a319",
                "md5": "e6e6c7be3c64485022b5c5eabc52c6e3",
                "sha256": "c79f3a585f1368da6049318bdf1f85568d8d04b2e89fc24b7e02cc9b62017382"
            },
            "downloads": -1,
            "filename": "matplotlib-3.9.0-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e6e6c7be3c64485022b5c5eabc52c6e3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 7884612,
            "upload_time": "2024-05-15T23:37:35",
            "upload_time_iso_8601": "2024-05-15T23:37:35.246545Z",
            "url": "https://files.pythonhosted.org/packages/af/43/54b7dfd91ed33da92973dc5d50231ef7b2d0622c8ae72babbad26bc1a319/matplotlib-3.9.0-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c8815bbb864b0d871707294ff325f9ffd0dfa486db2637eb34dd5f8dcf5b9bf",
                "md5": "c2d1383ba9d2f64cf4a8f4a061491d3d",
                "sha256": "bdd1ecbe268eb3e7653e04f451635f0fb0f77f07fd070242b44c076c9106da84"
            },
            "downloads": -1,
            "filename": "matplotlib-3.9.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c2d1383ba9d2f64cf4a8f4a061491d3d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 7769852,
            "upload_time": "2024-05-15T23:37:37",
            "upload_time_iso_8601": "2024-05-15T23:37:37.210846Z",
            "url": "https://files.pythonhosted.org/packages/4c/88/15bbb864b0d871707294ff325f9ffd0dfa486db2637eb34dd5f8dcf5b9bf/matplotlib-3.9.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "57af8ed9b852fc041fc5bd101f9964682874ccbf24f9c08323edee6a1600eb04",
                "md5": "993485c6f9c000b20eff646eb8a760f5",
                "sha256": "d38e85a1a6d732f645f1403ce5e6727fd9418cd4574521d5803d3d94911038e5"
            },
            "downloads": -1,
            "filename": "matplotlib-3.9.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "993485c6f9c000b20eff646eb8a760f5",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 8185646,
            "upload_time": "2024-05-15T23:37:39",
            "upload_time_iso_8601": "2024-05-15T23:37:39.971697Z",
            "url": "https://files.pythonhosted.org/packages/57/af/8ed9b852fc041fc5bd101f9964682874ccbf24f9c08323edee6a1600eb04/matplotlib-3.9.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f4ffda311c1e679eed54d3aed67754a4e859bd3b773060c2fa187962e60fcb85",
                "md5": "0f3b90cabe0936de345b5e1d50b5aae2",
                "sha256": "0a490715b3b9984fa609116481b22178348c1a220a4499cda79132000a79b4db"
            },
            "downloads": -1,
            "filename": "matplotlib-3.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0f3b90cabe0936de345b5e1d50b5aae2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 8298411,
            "upload_time": "2024-05-15T23:37:42",
            "upload_time_iso_8601": "2024-05-15T23:37:42.471464Z",
            "url": "https://files.pythonhosted.org/packages/f4/ff/da311c1e679eed54d3aed67754a4e859bd3b773060c2fa187962e60fcb85/matplotlib-3.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db8c1014baa6776503914865d87e1e8a803ee9faa7b722ca5e655463b79c966e",
                "md5": "4d41e98da932ccd69143673c8af563ff",
                "sha256": "8146ce83cbc5dc71c223a74a1996d446cd35cfb6a04b683e1446b7e6c73603b7"
            },
            "downloads": -1,
            "filename": "matplotlib-3.9.0-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4d41e98da932ccd69143673c8af563ff",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 8591196,
            "upload_time": "2024-05-15T23:37:44",
            "upload_time_iso_8601": "2024-05-15T23:37:44.940482Z",
            "url": "https://files.pythonhosted.org/packages/db/8c/1014baa6776503914865d87e1e8a803ee9faa7b722ca5e655463b79c966e/matplotlib-3.9.0-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1791febbb6c1063ae05a62fdbe038c2917b348b1b35f0482cee4738e6870a44a",
                "md5": "c42b4c46826740d080a6a235ee7e26cb",
                "sha256": "d91a4ffc587bacf5c4ce4ecfe4bcd23a4b675e76315f2866e588686cc97fccdf"
            },
            "downloads": -1,
            "filename": "matplotlib-3.9.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c42b4c46826740d080a6a235ee7e26cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 7968581,
            "upload_time": "2024-05-15T23:37:47",
            "upload_time_iso_8601": "2024-05-15T23:37:47.839218Z",
            "url": "https://files.pythonhosted.org/packages/17/91/febbb6c1063ae05a62fdbe038c2917b348b1b35f0482cee4738e6870a44a/matplotlib-3.9.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f9177fae59bf7c5ff97abaea6baad2d21cc3f68aed2c82323b0cdaac743959d5",
                "md5": "545c7d142d727a5023f9547dd18290f7",
                "sha256": "616fabf4981a3b3c5a15cd95eba359c8489c4e20e03717aea42866d8d0465956"
            },
            "downloads": -1,
            "filename": "matplotlib-3.9.0-cp39-cp39-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "545c7d142d727a5023f9547dd18290f7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 7884763,
            "upload_time": "2024-05-15T23:37:50",
            "upload_time_iso_8601": "2024-05-15T23:37:50.374160Z",
            "url": "https://files.pythonhosted.org/packages/f9/17/7fae59bf7c5ff97abaea6baad2d21cc3f68aed2c82323b0cdaac743959d5/matplotlib-3.9.0-cp39-cp39-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9c2b3b82a88735fb2fff513990963ce288f67b78b08c9ec528210387fb3a2757",
                "md5": "2328807bc772834d0a03b3b30c903337",
                "sha256": "cd53c79fd02f1c1808d2cfc87dd3cf4dbc63c5244a58ee7944497107469c8d8a"
            },
            "downloads": -1,
            "filename": "matplotlib-3.9.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "2328807bc772834d0a03b3b30c903337",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 7766727,
            "upload_time": "2024-05-15T23:37:52",
            "upload_time_iso_8601": "2024-05-15T23:37:52.439007Z",
            "url": "https://files.pythonhosted.org/packages/9c/2b/3b82a88735fb2fff513990963ce288f67b78b08c9ec528210387fb3a2757/matplotlib-3.9.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8adeed28038ba354617c442a8b09c1fc4848ac50460747577c4ebfb5ef71de53",
                "md5": "8aebfbeb012bea0ee39e1627fee18103",
                "sha256": "06a478f0d67636554fa78558cfbcd7b9dba85b51f5c3b5a0c9be49010cf5f321"
            },
            "downloads": -1,
            "filename": "matplotlib-3.9.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8aebfbeb012bea0ee39e1627fee18103",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 8185424,
            "upload_time": "2024-05-15T23:37:54",
            "upload_time_iso_8601": "2024-05-15T23:37:54.608122Z",
            "url": "https://files.pythonhosted.org/packages/8a/de/ed28038ba354617c442a8b09c1fc4848ac50460747577c4ebfb5ef71de53/matplotlib-3.9.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d36d45837c5b3d0005a5a9b04729b218a16bf3aa195701c6b33b2cc39ae943b6",
                "md5": "e59254ab3043e3923bba8154cbf46603",
                "sha256": "81c40af649d19c85f8073e25e5806926986806fa6d54be506fbf02aef47d5a89"
            },
            "downloads": -1,
            "filename": "matplotlib-3.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e59254ab3043e3923bba8154cbf46603",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 8298763,
            "upload_time": "2024-05-15T23:37:57",
            "upload_time_iso_8601": "2024-05-15T23:37:57.035475Z",
            "url": "https://files.pythonhosted.org/packages/d3/6d/45837c5b3d0005a5a9b04729b218a16bf3aa195701c6b33b2cc39ae943b6/matplotlib-3.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "96927a534d63958f6ec837857b112b50ac29996e60f39d4b55ae39c6e64c8a1a",
                "md5": "43c52a991742d8ba29eadf0c9d5eae73",
                "sha256": "52146fc3bd7813cc784562cb93a15788be0b2875c4655e2cc6ea646bfa30344b"
            },
            "downloads": -1,
            "filename": "matplotlib-3.9.0-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "43c52a991742d8ba29eadf0c9d5eae73",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 8597376,
            "upload_time": "2024-05-15T23:37:59",
            "upload_time_iso_8601": "2024-05-15T23:37:59.529286Z",
            "url": "https://files.pythonhosted.org/packages/96/92/7a534d63958f6ec837857b112b50ac29996e60f39d4b55ae39c6e64c8a1a/matplotlib-3.9.0-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "58ea7f029057338138643d745fd4a88d745f8ec810ef81652cc43103324ec549",
                "md5": "686aa989b1301a539fe12be07ce3fd53",
                "sha256": "0fc51eaa5262553868461c083d9adadb11a6017315f3a757fc45ec6ec5f02888"
            },
            "downloads": -1,
            "filename": "matplotlib-3.9.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "686aa989b1301a539fe12be07ce3fd53",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 7949603,
            "upload_time": "2024-05-15T23:38:02",
            "upload_time_iso_8601": "2024-05-15T23:38:02.935971Z",
            "url": "https://files.pythonhosted.org/packages/58/ea/7f029057338138643d745fd4a88d745f8ec810ef81652cc43103324ec549/matplotlib-3.9.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e8af824734d3b5381688da89748c0ad71a3c414bf5322f55ccbb049197ce5d19",
                "md5": "d025e37702c421ecd5e55d2476f663dc",
                "sha256": "bd4f2831168afac55b881db82a7730992aa41c4f007f1913465fb182d6fb20c0"
            },
            "downloads": -1,
            "filename": "matplotlib-3.9.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d025e37702c421ecd5e55d2476f663dc",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 7873642,
            "upload_time": "2024-05-15T23:38:05",
            "upload_time_iso_8601": "2024-05-15T23:38:05.145617Z",
            "url": "https://files.pythonhosted.org/packages/e8/af/824734d3b5381688da89748c0ad71a3c414bf5322f55ccbb049197ce5d19/matplotlib-3.9.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc5f2bb0cd3a28f1d4ede70d3d47ded36dcf0d0cbe012bcafc4cd8053eb53d1c",
                "md5": "2aced654a983a3ce4c9ec23cfc3078ac",
                "sha256": "290d304e59be2b33ef5c2d768d0237f5bd132986bdcc66f80bc9bcc300066a03"
            },
            "downloads": -1,
            "filename": "matplotlib-3.9.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "2aced654a983a3ce4c9ec23cfc3078ac",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 7757288,
            "upload_time": "2024-05-15T23:38:07",
            "upload_time_iso_8601": "2024-05-15T23:38:07.567511Z",
            "url": "https://files.pythonhosted.org/packages/fc/5f/2bb0cd3a28f1d4ede70d3d47ded36dcf0d0cbe012bcafc4cd8053eb53d1c/matplotlib-3.9.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e62ce7c20b5bbf49bbbd679400d8c38a17d40f0eaaece364f7e602fe8112d75",
                "md5": "4b5ba9171dd571c105bc1c2f37262fa7",
                "sha256": "7ff2e239c26be4f24bfa45860c20ffccd118d270c5b5d081fa4ea409b5469fcd"
            },
            "downloads": -1,
            "filename": "matplotlib-3.9.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4b5ba9171dd571c105bc1c2f37262fa7",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 8298454,
            "upload_time": "2024-05-15T23:38:10",
            "upload_time_iso_8601": "2024-05-15T23:38:10.230604Z",
            "url": "https://files.pythonhosted.org/packages/2e/62/ce7c20b5bbf49bbbd679400d8c38a17d40f0eaaece364f7e602fe8112d75/matplotlib-3.9.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4d4668a809e3e12cb20fc73f34f7fd886a314e512073484bea48fa3480687ad",
                "md5": "da2ffe7403bdff0739f077710e63d11f",
                "sha256": "af4001b7cae70f7eaacfb063db605280058246de590fa7874f00f62259f2df7e"
            },
            "downloads": -1,
            "filename": "matplotlib-3.9.0-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "da2ffe7403bdff0739f077710e63d11f",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 7974664,
            "upload_time": "2024-05-15T23:38:12",
            "upload_time_iso_8601": "2024-05-15T23:38:12.481857Z",
            "url": "https://files.pythonhosted.org/packages/c4/d4/668a809e3e12cb20fc73f34f7fd886a314e512073484bea48fa3480687ad/matplotlib-3.9.0-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5a4a7236bf8b0137deff48737c6ccf2154ef4486e57c6a5b7c309bf515992bd",
                "md5": "05a012a3795bf8eee60ccb413228b287",
                "sha256": "e6d29ea6c19e34b30fb7d88b7081f869a03014f66fe06d62cc77d5a6ea88ed7a"
            },
            "downloads": -1,
            "filename": "matplotlib-3.9.0.tar.gz",
            "has_sig": false,
            "md5_digest": "05a012a3795bf8eee60ccb413228b287",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 36069890,
            "upload_time": "2024-05-15T23:38:15",
            "upload_time_iso_8601": "2024-05-15T23:38:15.591949Z",
            "url": "https://files.pythonhosted.org/packages/c5/a4/a7236bf8b0137deff48737c6ccf2154ef4486e57c6a5b7c309bf515992bd/matplotlib-3.9.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-15 23:38:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "matplotlib",
    "github_project": "matplotlib",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "appveyor": true,
    "circle": true,
    "tox": true,
    "lcname": "matplotlib"
}
        
Elapsed time: 0.28464s