contourpy


Namecontourpy JSON
Version 1.3.1 PyPI version JSON
download
home_pageNone
SummaryPython library for calculating contours of 2D quadrilateral grids
upload_time2024-11-12 11:00:59
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseBSD 3-Clause License Copyright (c) 2021-2024, ContourPy Developers. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <img alt="ContourPy" src="https://raw.githubusercontent.com/contourpy/contourpy/main/docs/_static/contourpy_logo_horiz.svg" height="90">

ContourPy is a Python library for calculating contours of 2D quadrilateral grids.  It is written in C++11 and wrapped using pybind11.

It contains the 2005 and 2014 algorithms used in Matplotlib as well as a newer algorithm that includes more features and is available in both serial and multithreaded versions.  It provides an easy way for Python libraries to use contouring algorithms without having to include Matplotlib as a dependency.

  * **Documentation**: https://contourpy.readthedocs.io
  * **Source code**: https://github.com/contourpy/contourpy

| | |
| --- | --- |
| Latest release | [![PyPI version](https://img.shields.io/pypi/v/contourpy.svg?label=pypi&color=fdae61)](https://pypi.python.org/pypi/contourpy) [![conda-forge version](https://img.shields.io/conda/v/conda-forge/contourpy.svg?label=conda-forge&color=a6d96a)](https://anaconda.org/conda-forge/contourpy) |
| Downloads | [![PyPi downloads](https://img.shields.io/pypi/dm/contourpy?label=pypi&style=flat&color=fdae61)](https://pepy.tech/project/contourpy) |
| Python version | [![Platforms](https://img.shields.io/pypi/pyversions/contourpy?color=fdae61)](https://pypi.org/project/contourpy/) |
| Coverage | [![Codecov](https://img.shields.io/codecov/c/gh/contourpy/contourpy?color=fdae61&label=codecov)](https://app.codecov.io/gh/contourpy/contourpy) |

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "contourpy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Ian Thomas <ianthomas23@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/25/c2/fc7193cc5383637ff390a712e88e4ded0452c9fbcf84abe3de5ea3df1866/contourpy-1.3.1.tar.gz",
    "platform": null,
    "description": "<img alt=\"ContourPy\" src=\"https://raw.githubusercontent.com/contourpy/contourpy/main/docs/_static/contourpy_logo_horiz.svg\" height=\"90\">\n\nContourPy is a Python library for calculating contours of 2D quadrilateral grids.  It is written in C++11 and wrapped using pybind11.\n\nIt contains the 2005 and 2014 algorithms used in Matplotlib as well as a newer algorithm that includes more features and is available in both serial and multithreaded versions.  It provides an easy way for Python libraries to use contouring algorithms without having to include Matplotlib as a dependency.\n\n  * **Documentation**: https://contourpy.readthedocs.io\n  * **Source code**: https://github.com/contourpy/contourpy\n\n| | |\n| --- | --- |\n| Latest release | [![PyPI version](https://img.shields.io/pypi/v/contourpy.svg?label=pypi&color=fdae61)](https://pypi.python.org/pypi/contourpy) [![conda-forge version](https://img.shields.io/conda/v/conda-forge/contourpy.svg?label=conda-forge&color=a6d96a)](https://anaconda.org/conda-forge/contourpy) |\n| Downloads | [![PyPi downloads](https://img.shields.io/pypi/dm/contourpy?label=pypi&style=flat&color=fdae61)](https://pepy.tech/project/contourpy) |\n| Python version | [![Platforms](https://img.shields.io/pypi/pyversions/contourpy?color=fdae61)](https://pypi.org/project/contourpy/) |\n| Coverage | [![Codecov](https://img.shields.io/codecov/c/gh/contourpy/contourpy?color=fdae61&label=codecov)](https://app.codecov.io/gh/contourpy/contourpy) |\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License  Copyright (c) 2021-2024, ContourPy Developers. All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
    "summary": "Python library for calculating contours of 2D quadrilateral grids",
    "version": "1.3.1",
    "project_urls": {
        "Changelog": "https://contourpy.readthedocs.io/en/latest/changelog.html",
        "Documentation": "https://contourpy.readthedocs.io",
        "Homepage": "https://github.com/contourpy/contourpy",
        "Repository": "https://github.com/contourpy/contourpy"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2a380937fe3efe0edacf67c9a20b955139a1a622730042c1ea991956f2704ad",
                "md5": "3a317e00f0996681864120716017c19f",
                "sha256": "a045f341a77b77e1c5de31e74e966537bba9f3c4099b35bf4c2e3939dd54cdab"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3a317e00f0996681864120716017c19f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 268466,
            "upload_time": "2024-11-12T10:52:03",
            "upload_time_iso_8601": "2024-11-12T10:52:03.706627Z",
            "url": "https://files.pythonhosted.org/packages/b2/a3/80937fe3efe0edacf67c9a20b955139a1a622730042c1ea991956f2704ad/contourpy-1.3.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "821de3eaebb4aa2d7311528c048350ca8e99cdacfafd99da87bc0a5f8d81f2c2",
                "md5": "c2ae99cd1f8c8b9a09b5688428fb3907",
                "sha256": "500360b77259914f7805af7462e41f9cb7ca92ad38e9f94d6c8641b089338124"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c2ae99cd1f8c8b9a09b5688428fb3907",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 253314,
            "upload_time": "2024-11-12T10:52:08",
            "upload_time_iso_8601": "2024-11-12T10:52:08.721407Z",
            "url": "https://files.pythonhosted.org/packages/82/1d/e3eaebb4aa2d7311528c048350ca8e99cdacfafd99da87bc0a5f8d81f2c2/contourpy-1.3.1-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "def3d796b22d1a2b587acc8100ba8c07fb7b5e17fde265a7bb05ab967f4c935a",
                "md5": "c8fb4098bdd404553dfd6119893f50a7",
                "sha256": "b2f926efda994cdf3c8d3fdb40b9962f86edbc4457e739277b961eced3d0b4c1"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c8fb4098bdd404553dfd6119893f50a7",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 312003,
            "upload_time": "2024-11-12T10:52:13",
            "upload_time_iso_8601": "2024-11-12T10:52:13.868768Z",
            "url": "https://files.pythonhosted.org/packages/de/f3/d796b22d1a2b587acc8100ba8c07fb7b5e17fde265a7bb05ab967f4c935a/contourpy-1.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bff50e67902bc4394daee8daa39c81d4f00b50e063ee1a46cb3938cc65585d36",
                "md5": "0c8a3607c743d6d4362754b22b64e781",
                "sha256": "adce39d67c0edf383647a3a007de0a45fd1b08dedaa5318404f1a73059c2512b"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "0c8a3607c743d6d4362754b22b64e781",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 351896,
            "upload_time": "2024-11-12T10:52:19",
            "upload_time_iso_8601": "2024-11-12T10:52:19.513978Z",
            "url": "https://files.pythonhosted.org/packages/bf/f5/0e67902bc4394daee8daa39c81d4f00b50e063ee1a46cb3938cc65585d36/contourpy-1.3.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1fd6e766395723f6256d45d6e67c13bb638dd1fa9dc10ef912dc7dd3dcfc19de",
                "md5": "eb89153784e45af8148a39ea5d5063a5",
                "sha256": "abbb49fb7dac584e5abc6636b7b2a7227111c4f771005853e7d25176daaf8453"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "eb89153784e45af8148a39ea5d5063a5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 320814,
            "upload_time": "2024-11-12T10:52:25",
            "upload_time_iso_8601": "2024-11-12T10:52:25.053163Z",
            "url": "https://files.pythonhosted.org/packages/1f/d6/e766395723f6256d45d6e67c13bb638dd1fa9dc10ef912dc7dd3dcfc19de/contourpy-1.3.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a95786c500d63b3e26e5b73a28b8291a67c5608d4aa87ebd17bd15bb33c178bc",
                "md5": "e24bfbe70777780c04077af0f7b67287",
                "sha256": "a0cffcbede75c059f535725c1680dfb17b6ba8753f0c74b14e6a9c68c29d7ea3"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e24bfbe70777780c04077af0f7b67287",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 324969,
            "upload_time": "2024-11-12T10:52:30",
            "upload_time_iso_8601": "2024-11-12T10:52:30.731412Z",
            "url": "https://files.pythonhosted.org/packages/a9/57/86c500d63b3e26e5b73a28b8291a67c5608d4aa87ebd17bd15bb33c178bc/contourpy-1.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b862bb146d1289d6b3450bccc4642e7f4413b92ebffd9bf2e91b0404323704a7",
                "md5": "c29382d620d64e50e45cd700948d51fd",
                "sha256": "ab29962927945d89d9b293eabd0d59aea28d887d4f3be6c22deaefbb938a7277"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c29382d620d64e50e45cd700948d51fd",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 1265162,
            "upload_time": "2024-11-12T10:52:46",
            "upload_time_iso_8601": "2024-11-12T10:52:46.260259Z",
            "url": "https://files.pythonhosted.org/packages/b8/62/bb146d1289d6b3450bccc4642e7f4413b92ebffd9bf2e91b0404323704a7/contourpy-1.3.1-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18049f7d132ce49a212c8e767042cc80ae390f728060d2eea47058f55b9eff1c",
                "md5": "c738dd31c80ac3f9e847592922976081",
                "sha256": "974d8145f8ca354498005b5b981165b74a195abfae9a8129df3e56771961d595"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c738dd31c80ac3f9e847592922976081",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 1324328,
            "upload_time": "2024-11-12T10:53:03",
            "upload_time_iso_8601": "2024-11-12T10:53:03.081662Z",
            "url": "https://files.pythonhosted.org/packages/18/04/9f7d132ce49a212c8e767042cc80ae390f728060d2eea47058f55b9eff1c/contourpy-1.3.1-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4623196813901be3f97c83ababdab1382e13e0edc0bb4e7b49a7bff15fcf754e",
                "md5": "199b928443440646b9eb327e5db92e6f",
                "sha256": "ac4578ac281983f63b400f7fe6c101bedc10651650eef012be1ccffcbacf3697"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "199b928443440646b9eb327e5db92e6f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 173861,
            "upload_time": "2024-11-12T10:53:06",
            "upload_time_iso_8601": "2024-11-12T10:53:06.283777Z",
            "url": "https://files.pythonhosted.org/packages/46/23/196813901be3f97c83ababdab1382e13e0edc0bb4e7b49a7bff15fcf754e/contourpy-1.3.1-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e082c372be3fc000a3b2005061ca623a0d1ecd2eaafb10d9e883a2fc8566e951",
                "md5": "2ded54b0eda6c76569271eafc16af9cc",
                "sha256": "174e758c66bbc1c8576992cec9599ce8b6672b741b5d336b5c74e35ac382b18e"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2ded54b0eda6c76569271eafc16af9cc",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 218566,
            "upload_time": "2024-11-12T10:53:09",
            "upload_time_iso_8601": "2024-11-12T10:53:09.798568Z",
            "url": "https://files.pythonhosted.org/packages/e0/82/c372be3fc000a3b2005061ca623a0d1ecd2eaafb10d9e883a2fc8566e951/contourpy-1.3.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "12bb11250d2906ee2e8b466b5f93e6b19d525f3e0254ac8b445b56e618527718",
                "md5": "af3b7dca56160e68e161ff3251d1f4e2",
                "sha256": "3e8b974d8db2c5610fb4e76307e265de0edb655ae8169e8b21f41807ccbeec4b"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "af3b7dca56160e68e161ff3251d1f4e2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 269555,
            "upload_time": "2024-11-12T10:53:14",
            "upload_time_iso_8601": "2024-11-12T10:53:14.707904Z",
            "url": "https://files.pythonhosted.org/packages/12/bb/11250d2906ee2e8b466b5f93e6b19d525f3e0254ac8b445b56e618527718/contourpy-1.3.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "67711e6e95aee21a500415f5d2dbf037bf4567529b6a4e986594d7026ec5ae90",
                "md5": "a04c8e9e66b5b2c37170864b2f6f341d",
                "sha256": "20914c8c973f41456337652a6eeca26d2148aa96dd7ac323b74516988bea89fc"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a04c8e9e66b5b2c37170864b2f6f341d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 254549,
            "upload_time": "2024-11-12T10:53:19",
            "upload_time_iso_8601": "2024-11-12T10:53:19.420713Z",
            "url": "https://files.pythonhosted.org/packages/67/71/1e6e95aee21a500415f5d2dbf037bf4567529b6a4e986594d7026ec5ae90/contourpy-1.3.1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "312cb88986e8d79ac45efe9d8801ae341525f38e087449b6c2f2e6050468a42c",
                "md5": "97cf0960f9e879768b598e6d67feb39b",
                "sha256": "19d40d37c1c3a4961b4619dd9d77b12124a453cc3d02bb31a07d58ef684d3d86"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "97cf0960f9e879768b598e6d67feb39b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 313000,
            "upload_time": "2024-11-12T10:53:23",
            "upload_time_iso_8601": "2024-11-12T10:53:23.944688Z",
            "url": "https://files.pythonhosted.org/packages/31/2c/b88986e8d79ac45efe9d8801ae341525f38e087449b6c2f2e6050468a42c/contourpy-1.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c41865280989b151fcf33a8352f992eff71e61b968bef7432fbfde3a364f0730",
                "md5": "1ee172b11231911870a0351a3bdeafe6",
                "sha256": "113231fe3825ebf6f15eaa8bc1f5b0ddc19d42b733345eae0934cb291beb88b6"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "1ee172b11231911870a0351a3bdeafe6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 352925,
            "upload_time": "2024-11-12T10:53:29",
            "upload_time_iso_8601": "2024-11-12T10:53:29.719889Z",
            "url": "https://files.pythonhosted.org/packages/c4/18/65280989b151fcf33a8352f992eff71e61b968bef7432fbfde3a364f0730/contourpy-1.3.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5c75fd0146c93220dbfe1a2e0f98969293b86ca9bc041d6c90c0e065f4619ad",
                "md5": "61d5e6f00bb6041eb35a4eef8dd0e8d9",
                "sha256": "4dbbc03a40f916a8420e420d63e96a1258d3d1b58cbdfd8d1f07b49fcbd38e85"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "61d5e6f00bb6041eb35a4eef8dd0e8d9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 323693,
            "upload_time": "2024-11-12T10:53:35",
            "upload_time_iso_8601": "2024-11-12T10:53:35.046354Z",
            "url": "https://files.pythonhosted.org/packages/f5/c7/5fd0146c93220dbfe1a2e0f98969293b86ca9bc041d6c90c0e065f4619ad/contourpy-1.3.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "85fc7fa5d17daf77306840a4e84668a48ddff09e6bc09ba4e37e85ffc8e4faa3",
                "md5": "c6235527fba0be308fd375ffa7dce0d6",
                "sha256": "3a04ecd68acbd77fa2d39723ceca4c3197cb2969633836ced1bea14e219d077c"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c6235527fba0be308fd375ffa7dce0d6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 326184,
            "upload_time": "2024-11-12T10:53:40",
            "upload_time_iso_8601": "2024-11-12T10:53:40.261085Z",
            "url": "https://files.pythonhosted.org/packages/85/fc/7fa5d17daf77306840a4e84668a48ddff09e6bc09ba4e37e85ffc8e4faa3/contourpy-1.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "efe7104065c8270c7397c9571620d3ab880558957216f2b5ebb7e040f85eeb22",
                "md5": "e27d5c0dc8513f53739644536b25c2d9",
                "sha256": "c414fc1ed8ee1dbd5da626cf3710c6013d3d27456651d156711fa24f24bd1291"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e27d5c0dc8513f53739644536b25c2d9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 1268031,
            "upload_time": "2024-11-12T10:53:55",
            "upload_time_iso_8601": "2024-11-12T10:53:55.876622Z",
            "url": "https://files.pythonhosted.org/packages/ef/e7/104065c8270c7397c9571620d3ab880558957216f2b5ebb7e040f85eeb22/contourpy-1.3.1-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e24ac788d0bdbf32c8113c2354493ed291f924d4793c4a2e85b69e737a21a658",
                "md5": "0de59f69a5311786301c5edf832d72e7",
                "sha256": "31c1b55c1f34f80557d3830d3dd93ba722ce7e33a0b472cba0ec3b6535684d8f"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0de59f69a5311786301c5edf832d72e7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 1325995,
            "upload_time": "2024-11-12T10:54:11",
            "upload_time_iso_8601": "2024-11-12T10:54:11.572898Z",
            "url": "https://files.pythonhosted.org/packages/e2/4a/c788d0bdbf32c8113c2354493ed291f924d4793c4a2e85b69e737a21a658/contourpy-1.3.1-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a6e6a2f351a90d955f8b0564caf1ebe4b1451a3f01f83e5e3a414055a5b8bccb",
                "md5": "405485a06de39d13a19994cd97c910a1",
                "sha256": "f611e628ef06670df83fce17805c344710ca5cde01edfdc72751311da8585375"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "405485a06de39d13a19994cd97c910a1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 174396,
            "upload_time": "2024-11-12T10:54:15",
            "upload_time_iso_8601": "2024-11-12T10:54:15.358748Z",
            "url": "https://files.pythonhosted.org/packages/a6/e6/a2f351a90d955f8b0564caf1ebe4b1451a3f01f83e5e3a414055a5b8bccb/contourpy-1.3.1-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a87ecd93cab453720a5d6cb75588cc17dcdc08fc3484b9de98b885924ff61900",
                "md5": "d64fdf11c0cb42b4226c97d0c4e3186b",
                "sha256": "b2bdca22a27e35f16794cf585832e542123296b4687f9fd96822db6bae17bfc9"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d64fdf11c0cb42b4226c97d0c4e3186b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 219787,
            "upload_time": "2024-11-12T10:54:18",
            "upload_time_iso_8601": "2024-11-12T10:54:18.836228Z",
            "url": "https://files.pythonhosted.org/packages/a8/7e/cd93cab453720a5d6cb75588cc17dcdc08fc3484b9de98b885924ff61900/contourpy-1.3.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "376b175f60227d3e7f5f1549fcb374592be311293132207e451c3d7c654c25fb",
                "md5": "0049483781707d2400425294788dab57",
                "sha256": "0ffa84be8e0bd33410b17189f7164c3589c229ce5db85798076a3fa136d0e509"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp312-cp312-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0049483781707d2400425294788dab57",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 271494,
            "upload_time": "2024-11-12T10:54:23",
            "upload_time_iso_8601": "2024-11-12T10:54:23.600929Z",
            "url": "https://files.pythonhosted.org/packages/37/6b/175f60227d3e7f5f1549fcb374592be311293132207e451c3d7c654c25fb/contourpy-1.3.1-cp312-cp312-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6b6a7833cfae2c1e63d1d8875a50fd23371394f540ce809d7383550681a1fa64",
                "md5": "056fe5c15b37815e6911e41b0a63b723",
                "sha256": "805617228ba7e2cbbfb6c503858e626ab528ac2a32a04a2fe88ffaf6b02c32bc"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "056fe5c15b37815e6911e41b0a63b723",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 255444,
            "upload_time": "2024-11-12T10:54:28",
            "upload_time_iso_8601": "2024-11-12T10:54:28.267231Z",
            "url": "https://files.pythonhosted.org/packages/6b/6a/7833cfae2c1e63d1d8875a50fd23371394f540ce809d7383550681a1fa64/contourpy-1.3.1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7fb37859efce66eaca5c14ba7619791b084ed02d868d76b928ff56890d2d059d",
                "md5": "306a06d6d53794da6c45f325b47b092d",
                "sha256": "ade08d343436a94e633db932e7e8407fe7de8083967962b46bdfc1b0ced39454"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "306a06d6d53794da6c45f325b47b092d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 307628,
            "upload_time": "2024-11-12T10:54:33",
            "upload_time_iso_8601": "2024-11-12T10:54:33.418283Z",
            "url": "https://files.pythonhosted.org/packages/7f/b3/7859efce66eaca5c14ba7619791b084ed02d868d76b928ff56890d2d059d/contourpy-1.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48b2011415f5e3f0a50b1e285a0bf78eb5d92a4df000553570f0851b6e309076",
                "md5": "6ab6e342758600114341ffd86925fb90",
                "sha256": "47734d7073fb4590b4a40122b35917cd77be5722d80683b249dac1de266aac80"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "6ab6e342758600114341ffd86925fb90",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 347271,
            "upload_time": "2024-11-12T10:54:38",
            "upload_time_iso_8601": "2024-11-12T10:54:38.816552Z",
            "url": "https://files.pythonhosted.org/packages/48/b2/011415f5e3f0a50b1e285a0bf78eb5d92a4df000553570f0851b6e309076/contourpy-1.3.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "847def19b1db0f45b151ac78c65127235239a8cf21a59d1ce8507ce03e89a30b",
                "md5": "3639cedabe35a5632b084a971a65acb8",
                "sha256": "2ba94a401342fc0f8b948e57d977557fbf4d515f03c67682dd5c6191cb2d16ec"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "3639cedabe35a5632b084a971a65acb8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 318906,
            "upload_time": "2024-11-12T10:54:44",
            "upload_time_iso_8601": "2024-11-12T10:54:44.132666Z",
            "url": "https://files.pythonhosted.org/packages/84/7d/ef19b1db0f45b151ac78c65127235239a8cf21a59d1ce8507ce03e89a30b/contourpy-1.3.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba996794142b90b853a9155316c8f470d2e4821fe6f086b03e372aca848227dd",
                "md5": "430206a73d75ff1ae5f61e8a6ae91c97",
                "sha256": "efa874e87e4a647fd2e4f514d5e91c7d493697127beb95e77d2f7561f6905bd9"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "430206a73d75ff1ae5f61e8a6ae91c97",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 323622,
            "upload_time": "2024-11-12T10:54:48",
            "upload_time_iso_8601": "2024-11-12T10:54:48.788318Z",
            "url": "https://files.pythonhosted.org/packages/ba/99/6794142b90b853a9155316c8f470d2e4821fe6f086b03e372aca848227dd/contourpy-1.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c0f37d2c84a900cd8eb54e105f4fa9aebd275e14e266736778bb5dccbf3bbbb",
                "md5": "633d82f1f4e975e99d197d92cd059ed7",
                "sha256": "1bf98051f1045b15c87868dbaea84f92408337d4f81d0e449ee41920ea121d3b"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "633d82f1f4e975e99d197d92cd059ed7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 1266699,
            "upload_time": "2024-11-12T10:55:04",
            "upload_time_iso_8601": "2024-11-12T10:55:04.016886Z",
            "url": "https://files.pythonhosted.org/packages/3c/0f/37d2c84a900cd8eb54e105f4fa9aebd275e14e266736778bb5dccbf3bbbb/contourpy-1.3.1-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3a8adeb5e11dc7d9cc8f0f9c8b29d4f062203f3af230ba83c30a6b161a6effc9",
                "md5": "808125bb33498d79985f3629bdc340e4",
                "sha256": "61332c87493b00091423e747ea78200659dc09bdf7fd69edd5e98cef5d3e9a8d"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "808125bb33498d79985f3629bdc340e4",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 1326395,
            "upload_time": "2024-11-12T10:55:20",
            "upload_time_iso_8601": "2024-11-12T10:55:20.547129Z",
            "url": "https://files.pythonhosted.org/packages/3a/8a/deb5e11dc7d9cc8f0f9c8b29d4f062203f3af230ba83c30a6b161a6effc9/contourpy-1.3.1-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1a357e267ae7c13aaf12322ccc493531f1e7f2eb8fba2927b9d7a05ff615df7a",
                "md5": "b194743e14389d43c2d0d69afba1e1e3",
                "sha256": "e914a8cb05ce5c809dd0fe350cfbb4e881bde5e2a38dc04e3afe1b3e58bd158e"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "b194743e14389d43c2d0d69afba1e1e3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 175354,
            "upload_time": "2024-11-12T10:55:24",
            "upload_time_iso_8601": "2024-11-12T10:55:24.377662Z",
            "url": "https://files.pythonhosted.org/packages/1a/35/7e267ae7c13aaf12322ccc493531f1e7f2eb8fba2927b9d7a05ff615df7a/contourpy-1.3.1-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a135c2de8823211d07e8a79ab018ef03960716c5dff6f4d5bff5af87fd682992",
                "md5": "88072023b08906e112e86a0cd99870f9",
                "sha256": "08d9d449a61cf53033612cb368f3a1b26cd7835d9b8cd326647efe43bca7568d"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "88072023b08906e112e86a0cd99870f9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 220971,
            "upload_time": "2024-11-12T10:55:27",
            "upload_time_iso_8601": "2024-11-12T10:55:27.971765Z",
            "url": "https://files.pythonhosted.org/packages/a1/35/c2de8823211d07e8a79ab018ef03960716c5dff6f4d5bff5af87fd682992/contourpy-1.3.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ae7de62050dce687c5e96f946a93546910bc67e483fe05324439e329ff36105",
                "md5": "d6a3e95ff69288f3218440c3cf5e97c2",
                "sha256": "a761d9ccfc5e2ecd1bf05534eda382aa14c3e4f9205ba5b1684ecfe400716ef2"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp313-cp313-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d6a3e95ff69288f3218440c3cf5e97c2",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 271548,
            "upload_time": "2024-11-12T10:55:32",
            "upload_time_iso_8601": "2024-11-12T10:55:32.228641Z",
            "url": "https://files.pythonhosted.org/packages/9a/e7/de62050dce687c5e96f946a93546910bc67e483fe05324439e329ff36105/contourpy-1.3.1-cp313-cp313-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "784dc2a09ae014ae984c6bdd29c11e74d3121b25eaa117eca0bb76340efd7e1c",
                "md5": "116efe1395b4f7578f6f6f0447b6c0ed",
                "sha256": "523a8ee12edfa36f6d2a49407f705a6ef4c5098de4f498619787e272de93f2d5"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "116efe1395b4f7578f6f6f0447b6c0ed",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 255576,
            "upload_time": "2024-11-12T10:55:36",
            "upload_time_iso_8601": "2024-11-12T10:55:36.246433Z",
            "url": "https://files.pythonhosted.org/packages/78/4d/c2a09ae014ae984c6bdd29c11e74d3121b25eaa117eca0bb76340efd7e1c/contourpy-1.3.1-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ab8a915380ee96a5638bda80cd061ccb8e666bfdccea38d5741cb69e6dbd61fc",
                "md5": "5a896a88e83b1491305a9ed50c18999d",
                "sha256": "ece6df05e2c41bd46776fbc712e0996f7c94e0d0543af1656956d150c4ca7c81"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5a896a88e83b1491305a9ed50c18999d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 306635,
            "upload_time": "2024-11-12T10:55:41",
            "upload_time_iso_8601": "2024-11-12T10:55:41.904539Z",
            "url": "https://files.pythonhosted.org/packages/ab/8a/915380ee96a5638bda80cd061ccb8e666bfdccea38d5741cb69e6dbd61fc/contourpy-1.3.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "295cc83ce09375428298acd4e6582aeb68b1e0d1447f877fa993d9bf6cd3b0a0",
                "md5": "8da517a03ba2df4b20d41d5ed62c28f7",
                "sha256": "573abb30e0e05bf31ed067d2f82500ecfdaec15627a59d63ea2d95714790f5c2"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "8da517a03ba2df4b20d41d5ed62c28f7",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 345925,
            "upload_time": "2024-11-12T10:55:47",
            "upload_time_iso_8601": "2024-11-12T10:55:47.206935Z",
            "url": "https://files.pythonhosted.org/packages/29/5c/c83ce09375428298acd4e6582aeb68b1e0d1447f877fa993d9bf6cd3b0a0/contourpy-1.3.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "29635b52f4a15e80c66c8078a641a3bfacd6e07106835682454647aca1afc852",
                "md5": "58598fee5166850a0ded3ed5cba72d00",
                "sha256": "a9fa36448e6a3a1a9a2ba23c02012c43ed88905ec80163f2ffe2421c7192a5d7"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "58598fee5166850a0ded3ed5cba72d00",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 318000,
            "upload_time": "2024-11-12T10:55:52",
            "upload_time_iso_8601": "2024-11-12T10:55:52.264428Z",
            "url": "https://files.pythonhosted.org/packages/29/63/5b52f4a15e80c66c8078a641a3bfacd6e07106835682454647aca1afc852/contourpy-1.3.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ae230ca086c692691129849198659bf0556d72a757fe2769eb9620a27169296",
                "md5": "5b927a87bcae775f467189729dd81b2e",
                "sha256": "3ea9924d28fc5586bf0b42d15f590b10c224117e74409dd7a0be3b62b74a501c"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5b927a87bcae775f467189729dd81b2e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 322689,
            "upload_time": "2024-11-12T10:55:57",
            "upload_time_iso_8601": "2024-11-12T10:55:57.858800Z",
            "url": "https://files.pythonhosted.org/packages/9a/e2/30ca086c692691129849198659bf0556d72a757fe2769eb9620a27169296/contourpy-1.3.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6b77f37812ef700f1f185d348394debf33f22d531e714cf6a35d13d68a7003c7",
                "md5": "d3302d91bd78bac876696d994437bc9b",
                "sha256": "5b75aa69cb4d6f137b36f7eb2ace9280cfb60c55dc5f61c731fdf6f037f958a3"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp313-cp313-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d3302d91bd78bac876696d994437bc9b",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 1268413,
            "upload_time": "2024-11-12T10:56:13",
            "upload_time_iso_8601": "2024-11-12T10:56:13.328810Z",
            "url": "https://files.pythonhosted.org/packages/6b/77/f37812ef700f1f185d348394debf33f22d531e714cf6a35d13d68a7003c7/contourpy-1.3.1-cp313-cp313-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f6dce84e79cdd128542ebeb268f84abb4b093af78e7f8ec504676673d2675bc",
                "md5": "f6d4cdcb11890dd62063a2a8e761a776",
                "sha256": "041b640d4ec01922083645a94bb3b2e777e6b626788f4095cf21abbe266413c1"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f6d4cdcb11890dd62063a2a8e761a776",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 1326530,
            "upload_time": "2024-11-12T10:56:30",
            "upload_time_iso_8601": "2024-11-12T10:56:30.070234Z",
            "url": "https://files.pythonhosted.org/packages/3f/6d/ce84e79cdd128542ebeb268f84abb4b093af78e7f8ec504676673d2675bc/contourpy-1.3.1-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f24a4b285d6adaaf9746e4700932f579f1a7b6f9681109f694cfa233ae75c4e",
                "md5": "0eb3b9d8c4862b198c624e995a1fc2f3",
                "sha256": "9ddeb796389dadcd884c7eb07bd14ef12408aaae358f0e2ae24114d797eede30"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp313-cp313t-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0eb3b9d8c4862b198c624e995a1fc2f3",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 285001,
            "upload_time": "2024-11-12T10:56:34",
            "upload_time_iso_8601": "2024-11-12T10:56:34.483230Z",
            "url": "https://files.pythonhosted.org/packages/2f/24/a4b285d6adaaf9746e4700932f579f1a7b6f9681109f694cfa233ae75c4e/contourpy-1.3.1-cp313-cp313t-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "481dfb49a401b5ca4f06ccf467cd6c4f1fd65767e63c21322b29b04ec40b40b9",
                "md5": "08cf37dab4ef73382204d0fb3f13a7f0",
                "sha256": "19c1555a6801c2f084c7ddc1c6e11f02eb6a6016ca1318dd5452ba3f613a1751"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp313-cp313t-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "08cf37dab4ef73382204d0fb3f13a7f0",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 268553,
            "upload_time": "2024-11-12T10:56:39",
            "upload_time_iso_8601": "2024-11-12T10:56:39.167751Z",
            "url": "https://files.pythonhosted.org/packages/48/1d/fb49a401b5ca4f06ccf467cd6c4f1fd65767e63c21322b29b04ec40b40b9/contourpy-1.3.1-cp313-cp313t-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "791e4aef9470d13fd029087388fae750dccb49a50c012a6c8d1d634295caa644",
                "md5": "5145bd6f81d05d2a7b8789b581530449",
                "sha256": "841ad858cff65c2c04bf93875e384ccb82b654574a6d7f30453a04f04af71342"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5145bd6f81d05d2a7b8789b581530449",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 310386,
            "upload_time": "2024-11-12T10:56:44",
            "upload_time_iso_8601": "2024-11-12T10:56:44.594220Z",
            "url": "https://files.pythonhosted.org/packages/79/1e/4aef9470d13fd029087388fae750dccb49a50c012a6c8d1d634295caa644/contourpy-1.3.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b034910dc706ed70153b60392b5305c708c9810d425bde12499c9184a1100888",
                "md5": "c101fb0833292aaebf07c902437474cd",
                "sha256": "4318af1c925fb9a4fb190559ef3eec206845f63e80fb603d47f2d6d67683901c"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "c101fb0833292aaebf07c902437474cd",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 349806,
            "upload_time": "2024-11-12T10:56:49",
            "upload_time_iso_8601": "2024-11-12T10:56:49.565111Z",
            "url": "https://files.pythonhosted.org/packages/b0/34/910dc706ed70153b60392b5305c708c9810d425bde12499c9184a1100888/contourpy-1.3.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "313cfaee6a40d66d7f2a87f7102236bf4780c57990dd7f98e5ff29881b1b1344",
                "md5": "4ff696e42b3cccf78393d7b7f7acbefc",
                "sha256": "14c102b0eab282427b662cb590f2e9340a9d91a1c297f48729431f2dcd16e14f"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "4ff696e42b3cccf78393d7b7f7acbefc",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 321108,
            "upload_time": "2024-11-12T10:56:55",
            "upload_time_iso_8601": "2024-11-12T10:56:55.013346Z",
            "url": "https://files.pythonhosted.org/packages/31/3c/faee6a40d66d7f2a87f7102236bf4780c57990dd7f98e5ff29881b1b1344/contourpy-1.3.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1769390dc9b20dd4bb20585651d7316cc3054b7d4a7b4f8b710b2b698e08968d",
                "md5": "027cefdfb4495fff358e495b8c32245a",
                "sha256": "05e806338bfeaa006acbdeba0ad681a10be63b26e1b17317bfac3c5d98f36cda"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "027cefdfb4495fff358e495b8c32245a",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 327291,
            "upload_time": "2024-11-12T10:56:59",
            "upload_time_iso_8601": "2024-11-12T10:56:59.897292Z",
            "url": "https://files.pythonhosted.org/packages/17/69/390dc9b20dd4bb20585651d7316cc3054b7d4a7b4f8b710b2b698e08968d/contourpy-1.3.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef747030b67c4e941fe1e5424a3d988080e83568030ce0355f7c9fc556455b01",
                "md5": "99ea74884f3525668aa304e0bb93f738",
                "sha256": "4d76d5993a34ef3df5181ba3c92fabb93f1eaa5729504fb03423fcd9f3177242"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "99ea74884f3525668aa304e0bb93f738",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 1263752,
            "upload_time": "2024-11-12T10:57:14",
            "upload_time_iso_8601": "2024-11-12T10:57:14.790482Z",
            "url": "https://files.pythonhosted.org/packages/ef/74/7030b67c4e941fe1e5424a3d988080e83568030ce0355f7c9fc556455b01/contourpy-1.3.1-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f0ed92d86f183a8615f13f6b9cbfc5d4298a509d6ce433432e21da838b4b63f4",
                "md5": "3862b7283bc85e5cba82646c12bc62bf",
                "sha256": "89785bb2a1980c1bd87f0cb1517a71cde374776a5f150936b82580ae6ead44a1"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3862b7283bc85e5cba82646c12bc62bf",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 1318403,
            "upload_time": "2024-11-12T10:57:31",
            "upload_time_iso_8601": "2024-11-12T10:57:31.326616Z",
            "url": "https://files.pythonhosted.org/packages/f0/ed/92d86f183a8615f13f6b9cbfc5d4298a509d6ce433432e21da838b4b63f4/contourpy-1.3.1-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b30ec8e4950c77dcfc897c71d61e56690a0a9df39543d2164040301b5df8e67b",
                "md5": "6b754b12d742fdf252b600676e60297d",
                "sha256": "8eb96e79b9f3dcadbad2a3891672f81cdcab7f95b27f28f1c67d75f045b6b4f1"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp313-cp313t-win32.whl",
            "has_sig": false,
            "md5_digest": "6b754b12d742fdf252b600676e60297d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 185117,
            "upload_time": "2024-11-12T10:57:34",
            "upload_time_iso_8601": "2024-11-12T10:57:34.735766Z",
            "url": "https://files.pythonhosted.org/packages/b3/0e/c8e4950c77dcfc897c71d61e56690a0a9df39543d2164040301b5df8e67b/contourpy-1.3.1-cp313-cp313t-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1311ae946f11dfbd229222e6d6ad8e7bd1891d3d48bde5fbf7a0beb9491f8e3",
                "md5": "bf34288ac0e4f686a96dc258621c75cd",
                "sha256": "287ccc248c9e0d0566934e7d606201abd74761b5703d804ff3df8935f523d546"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp313-cp313t-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "bf34288ac0e4f686a96dc258621c75cd",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 236668,
            "upload_time": "2024-11-12T10:57:39",
            "upload_time_iso_8601": "2024-11-12T10:57:39.061984Z",
            "url": "https://files.pythonhosted.org/packages/c1/31/1ae946f11dfbd229222e6d6ad8e7bd1891d3d48bde5fbf7a0beb9491f8e3/contourpy-1.3.1-cp313-cp313t-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72228282f4eae20c73c89bee7a82a19c4e27af9b57bb602ecaa00713d5bdb54d",
                "md5": "ade6396901364cd368e3191b0b62f1f8",
                "sha256": "36987a15e8ace5f58d4d5da9dca82d498c2bbb28dff6e5d04fbfcc35a9cb3a82"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "ade6396901364cd368e3191b0b62f1f8",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 175315,
            "upload_time": "2024-11-12T10:57:42",
            "upload_time_iso_8601": "2024-11-12T10:57:42.804856Z",
            "url": "https://files.pythonhosted.org/packages/72/22/8282f4eae20c73c89bee7a82a19c4e27af9b57bb602ecaa00713d5bdb54d/contourpy-1.3.1-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e3d528bca491f65312b438fbf076589dcde7f6f966b196d900777f5811b9c4e2",
                "md5": "7354b53e16bb3df27b81b669714e1b2b",
                "sha256": "a7895f46d47671fa7ceec40f31fae721da51ad34bdca0bee83e38870b1f47ffd"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7354b53e16bb3df27b81b669714e1b2b",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 220987,
            "upload_time": "2024-11-12T10:57:46",
            "upload_time_iso_8601": "2024-11-12T10:57:46.365157Z",
            "url": "https://files.pythonhosted.org/packages/e3/d5/28bca491f65312b438fbf076589dcde7f6f966b196d900777f5811b9c4e2/contourpy-1.3.1-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e4fe56862e64b52b55b5ddcff4090085521fc228ceb09a88390a2b103dccd1b",
                "md5": "79401c1ef8dd972a77432d5bf3e32ef2",
                "sha256": "b457d6430833cee8e4b8e9b6f07aa1c161e5e0d52e118dc102c8f9bd7dd060d6"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "79401c1ef8dd972a77432d5bf3e32ef2",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 265605,
            "upload_time": "2024-11-12T10:57:51",
            "upload_time_iso_8601": "2024-11-12T10:57:51.188968Z",
            "url": "https://files.pythonhosted.org/packages/3e/4f/e56862e64b52b55b5ddcff4090085521fc228ceb09a88390a2b103dccd1b/contourpy-1.3.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b02e52bfeeaa4541889f23d8eadc6386b442ee2470bd3cff9baa67deb2dd5c57",
                "md5": "a33a30a4d8aa54351b9805923eba2a57",
                "sha256": "cb76c1a154b83991a3cbbf0dfeb26ec2833ad56f95540b442c73950af2013750"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a33a30a4d8aa54351b9805923eba2a57",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 315040,
            "upload_time": "2024-11-12T10:57:56",
            "upload_time_iso_8601": "2024-11-12T10:57:56.492867Z",
            "url": "https://files.pythonhosted.org/packages/b0/2e/52bfeeaa4541889f23d8eadc6386b442ee2470bd3cff9baa67deb2dd5c57/contourpy-1.3.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "529486bfae441707205634d80392e873295652fc313dfd93c233c52c4dc07874",
                "md5": "e89180f7c271718094f9a2ab865ae2a0",
                "sha256": "44a29502ca9c7b5ba389e620d44f2fbe792b1fb5734e8b931ad307071ec58c53"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1-pp310-pypy310_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e89180f7c271718094f9a2ab865ae2a0",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 218221,
            "upload_time": "2024-11-12T10:58:00",
            "upload_time_iso_8601": "2024-11-12T10:58:00.033957Z",
            "url": "https://files.pythonhosted.org/packages/52/94/86bfae441707205634d80392e873295652fc313dfd93c233c52c4dc07874/contourpy-1.3.1-pp310-pypy310_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "25c2fc7193cc5383637ff390a712e88e4ded0452c9fbcf84abe3de5ea3df1866",
                "md5": "06a4ae6ab30b855514797cac7073ed08",
                "sha256": "dfd97abd83335045a913e3bcc4a09c0ceadbe66580cf573fe961f4a825efa699"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "06a4ae6ab30b855514797cac7073ed08",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 13465753,
            "upload_time": "2024-11-12T11:00:59",
            "upload_time_iso_8601": "2024-11-12T11:00:59.118374Z",
            "url": "https://files.pythonhosted.org/packages/25/c2/fc7193cc5383637ff390a712e88e4ded0452c9fbcf84abe3de5ea3df1866/contourpy-1.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-12 11:00:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "contourpy",
    "github_project": "contourpy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "contourpy"
}
        
Elapsed time: 0.41325s