contourpy


Namecontourpy JSON
Version 1.2.1 PyPI version JSON
download
home_pageNone
SummaryPython library for calculating contours of 2D quadrilateral grids
upload_time2024-04-02 20:41:48
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
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) [![anaconda version](https://img.shields.io/conda/v/anaconda/contourpy.svg?label=anaconda&color=1a9641)](https://anaconda.org/anaconda/contourpy) |
| Downloads | [![PyPi downloads](https://img.shields.io/pypi/dm/contourpy?label=pypi&style=flat&color=fdae61)](https://pepy.tech/project/contourpy) [![conda-forge downloads](https://raw.githubusercontent.com/contourpy/condabadges/main/cache/contourpy_conda-forge_monthly.svg)](https://anaconda.org/conda-forge/contourpy) [![anaconda downloads](https://raw.githubusercontent.com/contourpy/condabadges/main/cache/contourpy_anaconda_monthly.svg)](https://anaconda.org/anaconda/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.9",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Ian Thomas <ianthomas23@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/8d/9e/e4786569b319847ffd98a8326802d5cf8a5500860dbfc2df1f0f4883ed99/contourpy-1.2.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) [![anaconda version](https://img.shields.io/conda/v/anaconda/contourpy.svg?label=anaconda&color=1a9641)](https://anaconda.org/anaconda/contourpy) |\n| Downloads | [![PyPi downloads](https://img.shields.io/pypi/dm/contourpy?label=pypi&style=flat&color=fdae61)](https://pepy.tech/project/contourpy) [![conda-forge downloads](https://raw.githubusercontent.com/contourpy/condabadges/main/cache/contourpy_conda-forge_monthly.svg)](https://anaconda.org/conda-forge/contourpy) [![anaconda downloads](https://raw.githubusercontent.com/contourpy/condabadges/main/cache/contourpy_anaconda_monthly.svg)](https://anaconda.org/anaconda/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.2.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": "642ae389ad2e209db9f9db59598fabd5f4b515eccabef4df71d07c0b77c1b2d7",
                "md5": "86b8cb193caf7c286b04e71813e61de0",
                "sha256": "bd7c23df857d488f418439686d3b10ae2fbf9bc256cd045b37a8c16575ea1040"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "86b8cb193caf7c286b04e71813e61de0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 260792,
            "upload_time": "2024-04-02T20:34:58",
            "upload_time_iso_8601": "2024-04-02T20:34:58.885392Z",
            "url": "https://files.pythonhosted.org/packages/64/2a/e389ad2e209db9f9db59598fabd5f4b515eccabef4df71d07c0b77c1b2d7/contourpy-1.2.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8d5f23beca650c8aab67e72f610d65817c68c306e6f6a124ca337fcec7d5d57",
                "md5": "be12e451f8eb218765857933937c38f4",
                "sha256": "5b9eb0ca724a241683c9685a484da9d35c872fd42756574a7cfbf58af26677fd"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "be12e451f8eb218765857933937c38f4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 244848,
            "upload_time": "2024-04-02T20:35:04",
            "upload_time_iso_8601": "2024-04-02T20:35:04.591830Z",
            "url": "https://files.pythonhosted.org/packages/d8/d5/f23beca650c8aab67e72f610d65817c68c306e6f6a124ca337fcec7d5d57/contourpy-1.2.1-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c7266e920088a9bebbc2e356626a1763cabbd4e7199ce29e7f89818dc2757bf",
                "md5": "1fb9f86fbd9208b8619f7b3db361ab50",
                "sha256": "4c75507d0a55378240f781599c30e7776674dbaf883a46d1c90f37e563453480"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1fb9f86fbd9208b8619f7b3db361ab50",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 300760,
            "upload_time": "2024-04-02T20:35:09",
            "upload_time_iso_8601": "2024-04-02T20:35:09.893114Z",
            "url": "https://files.pythonhosted.org/packages/1c/72/66e920088a9bebbc2e356626a1763cabbd4e7199ce29e7f89818dc2757bf/contourpy-1.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73a0a6533b607e5ffce2e1780e94056da8ec034849136747f42e7232fa1a11e2",
                "md5": "ce659f42442dd9d65b85bee3344b9bcf",
                "sha256": "11959f0ce4a6f7b76ec578576a0b61a28bdc0696194b6347ba3f1c53827178b9"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "ce659f42442dd9d65b85bee3344b9bcf",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 336330,
            "upload_time": "2024-04-02T20:35:16",
            "upload_time_iso_8601": "2024-04-02T20:35:16.363614Z",
            "url": "https://files.pythonhosted.org/packages/73/a0/a6533b607e5ffce2e1780e94056da8ec034849136747f42e7232fa1a11e2/contourpy-1.2.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8775a57c116798f34b16154d61bf1d2c00968f2eed8ae9aebe0760f2e2776da2",
                "md5": "5cc0964e8bb161c074bda401bbce5a98",
                "sha256": "eb3315a8a236ee19b6df481fc5f997436e8ade24a9f03dfdc6bd490fea20c6da"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "5cc0964e8bb161c074bda401bbce5a98",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 310178,
            "upload_time": "2024-04-02T20:35:21",
            "upload_time_iso_8601": "2024-04-02T20:35:21.784476Z",
            "url": "https://files.pythonhosted.org/packages/87/75/a57c116798f34b16154d61bf1d2c00968f2eed8ae9aebe0760f2e2776da2/contourpy-1.2.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "670f6e5b4879594cd1cbb6a2754d9230937be444f404cf07c360c07a10b36aac",
                "md5": "439ddc6ef0b592b9292c32a3531887cc",
                "sha256": "39f3ecaf76cd98e802f094e0d4fbc6dc9c45a8d0c4d185f0f6c2234e14e5f75b"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "439ddc6ef0b592b9292c32a3531887cc",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 305232,
            "upload_time": "2024-04-02T20:35:26",
            "upload_time_iso_8601": "2024-04-02T20:35:26.982434Z",
            "url": "https://files.pythonhosted.org/packages/67/0f/6e5b4879594cd1cbb6a2754d9230937be444f404cf07c360c07a10b36aac/contourpy-1.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3c305e085167bc4fe8f919d6812700fc7738cd6b07f5ac9e904d5ec5bf2cd7a",
                "md5": "93ddd3d24927428d66c596bf7ccca620",
                "sha256": "94b34f32646ca0414237168d68a9157cb3889f06b096612afdd296003fdd32fd"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp310-cp310-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "93ddd3d24927428d66c596bf7ccca620",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 807382,
            "upload_time": "2024-04-02T20:35:38",
            "upload_time_iso_8601": "2024-04-02T20:35:38.274656Z",
            "url": "https://files.pythonhosted.org/packages/d3/c3/05e085167bc4fe8f919d6812700fc7738cd6b07f5ac9e904d5ec5bf2cd7a/contourpy-1.2.1-cp310-cp310-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "217fa5ecf64f0bbb17d9a2b12bf934a2ccbcb35b53a289d41e450927c1eb2690",
                "md5": "39d8c03d912a45ae76400c39c8e332d0",
                "sha256": "457499c79fa84593f22454bbd27670227874cd2ff5d6c84e60575c8b50a69619"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "39d8c03d912a45ae76400c39c8e332d0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 831069,
            "upload_time": "2024-04-02T20:35:49",
            "upload_time_iso_8601": "2024-04-02T20:35:49.445556Z",
            "url": "https://files.pythonhosted.org/packages/21/7f/a5ecf64f0bbb17d9a2b12bf934a2ccbcb35b53a289d41e450927c1eb2690/contourpy-1.2.1-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c5ef6ee233fa88b73156e7812f823ea7372a8161beb209a0812801383ffe737",
                "md5": "ed790983a9115b533de3c79cf3c8345f",
                "sha256": "ac58bdee53cbeba2ecad824fa8159493f0bf3b8ea4e93feb06c9a465d6c87da8"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "ed790983a9115b533de3c79cf3c8345f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 166724,
            "upload_time": "2024-04-02T20:35:53",
            "upload_time_iso_8601": "2024-04-02T20:35:53.419144Z",
            "url": "https://files.pythonhosted.org/packages/8c/5e/f6ee233fa88b73156e7812f823ea7372a8161beb209a0812801383ffe737/contourpy-1.2.1-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b6b227c7a0d46c7dceb9083272eb314bef1ed43e5280a4197719656f866b496d",
                "md5": "13f39f748026e54e3e3b16c4bb70e7ae",
                "sha256": "9cffe0f850e89d7c0012a1fb8730f75edd4320a0a731ed0c183904fe6ecfc3a9"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "13f39f748026e54e3e3b16c4bb70e7ae",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 187455,
            "upload_time": "2024-04-02T20:35:57",
            "upload_time_iso_8601": "2024-04-02T20:35:57.495173Z",
            "url": "https://files.pythonhosted.org/packages/b6/b2/27c7a0d46c7dceb9083272eb314bef1ed43e5280a4197719656f866b496d/contourpy-1.2.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "330e51ff72fac17e2500baf30b6b2a24be423a8d27e1625e5de99f585b852d74",
                "md5": "c314695aabb89acf8700267165aedcb1",
                "sha256": "6022cecf8f44e36af10bd9118ca71f371078b4c168b6e0fab43d4a889985dbb5"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c314695aabb89acf8700267165aedcb1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 262121,
            "upload_time": "2024-04-02T20:36:04",
            "upload_time_iso_8601": "2024-04-02T20:36:04.247653Z",
            "url": "https://files.pythonhosted.org/packages/33/0e/51ff72fac17e2500baf30b6b2a24be423a8d27e1625e5de99f585b852d74/contourpy-1.2.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f6b8a1ca4b81d426c104fe42b3cfad9488eaaef0a03fcf98eaecc22b628a013",
                "md5": "943cc01f225f12accdb30dbbc4deefe5",
                "sha256": "ef5adb9a3b1d0c645ff694f9bca7702ec2c70f4d734f9922ea34de02294fdf72"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "943cc01f225f12accdb30dbbc4deefe5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 245940,
            "upload_time": "2024-04-02T20:36:09",
            "upload_time_iso_8601": "2024-04-02T20:36:09.253225Z",
            "url": "https://files.pythonhosted.org/packages/9f/6b/8a1ca4b81d426c104fe42b3cfad9488eaaef0a03fcf98eaecc22b628a013/contourpy-1.2.1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9872ae1e8518a2fe75980598a2716e392c7642b70b6a5605fc925426007b0f49",
                "md5": "1e90bc4c770dd0a05367817bd5d33468",
                "sha256": "6150ffa5c767bc6332df27157d95442c379b7dce3a38dff89c0f39b63275696f"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1e90bc4c770dd0a05367817bd5d33468",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 302068,
            "upload_time": "2024-04-02T20:36:14",
            "upload_time_iso_8601": "2024-04-02T20:36:14.618098Z",
            "url": "https://files.pythonhosted.org/packages/98/72/ae1e8518a2fe75980598a2716e392c7642b70b6a5605fc925426007b0f49/contourpy-1.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "64a059c5d9c5c2c687d255dfa0c2826008a544c0ba53b718ba253e7cd46cf2ad",
                "md5": "b3cb43592115d55ca6851409ff565b12",
                "sha256": "4c863140fafc615c14a4bf4efd0f4425c02230eb8ef02784c9a156461e62c965"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "b3cb43592115d55ca6851409ff565b12",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 336482,
            "upload_time": "2024-04-02T20:36:25",
            "upload_time_iso_8601": "2024-04-02T20:36:25.383618Z",
            "url": "https://files.pythonhosted.org/packages/64/a0/59c5d9c5c2c687d255dfa0c2826008a544c0ba53b718ba253e7cd46cf2ad/contourpy-1.2.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3878912e4457d6dbb182780ad1ed26c875a3bc3f9aa678e42f766f7cc6683919",
                "md5": "5cdd9b4492282446a318fdb063b5e0e4",
                "sha256": "00e5388f71c1a0610e6fe56b5c44ab7ba14165cdd6d695429c5cd94021e390b2"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "5cdd9b4492282446a318fdb063b5e0e4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 311520,
            "upload_time": "2024-04-02T20:36:30",
            "upload_time_iso_8601": "2024-04-02T20:36:30.225769Z",
            "url": "https://files.pythonhosted.org/packages/38/78/912e4457d6dbb182780ad1ed26c875a3bc3f9aa678e42f766f7cc6683919/contourpy-1.2.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eec09bd123d676eb61750e116a2cd915b06483fc406143cfc36c7f263f0f5368",
                "md5": "7b4ebd777e8206a5eeec17d1a22e546c",
                "sha256": "d4492d82b3bc7fbb7e3610747b159869468079fe149ec5c4d771fa1f614a14df"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7b4ebd777e8206a5eeec17d1a22e546c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 306008,
            "upload_time": "2024-04-02T20:36:35",
            "upload_time_iso_8601": "2024-04-02T20:36:35.200030Z",
            "url": "https://files.pythonhosted.org/packages/ee/c0/9bd123d676eb61750e116a2cd915b06483fc406143cfc36c7f263f0f5368/contourpy-1.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a6fcba17428cda0d5226015c7c844fb0909cb38945dc9d6770634acfc3b96d6b",
                "md5": "aaa5c8c817fdbdac2430cb74afb4a5ab",
                "sha256": "49e70d111fee47284d9dd867c9bb9a7058a3c617274900780c43e38d90fe1205"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp311-cp311-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "aaa5c8c817fdbdac2430cb74afb4a5ab",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 808551,
            "upload_time": "2024-04-02T20:36:45",
            "upload_time_iso_8601": "2024-04-02T20:36:45.516792Z",
            "url": "https://files.pythonhosted.org/packages/a6/fc/ba17428cda0d5226015c7c844fb0909cb38945dc9d6770634acfc3b96d6b/contourpy-1.2.1-cp311-cp311-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d10adc0c74a760665bd0548fc515cf2a83eb9235d72cfe88fd84f3a6fefc6052",
                "md5": "673879f634733d7c8bef0e790fc6245c",
                "sha256": "b59c0ffceff8d4d3996a45f2bb6f4c207f94684a96bf3d9728dbb77428dd8cb8"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "673879f634733d7c8bef0e790fc6245c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 831450,
            "upload_time": "2024-04-02T20:36:57",
            "upload_time_iso_8601": "2024-04-02T20:36:57.060945Z",
            "url": "https://files.pythonhosted.org/packages/d1/0a/dc0c74a760665bd0548fc515cf2a83eb9235d72cfe88fd84f3a6fefc6052/contourpy-1.2.1-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f2b088c7e96f5ecc6ae564c5043b25f789ebbd8d173ecb47d1080edbdb2f335e",
                "md5": "73d40d45ecde164f8fa604e70b3f8470",
                "sha256": "7b4182299f251060996af5249c286bae9361fa8c6a9cda5efc29fe8bfd6062ec"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "73d40d45ecde164f8fa604e70b3f8470",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 167278,
            "upload_time": "2024-04-02T20:37:00",
            "upload_time_iso_8601": "2024-04-02T20:37:00.655421Z",
            "url": "https://files.pythonhosted.org/packages/f2/b0/88c7e96f5ecc6ae564c5043b25f789ebbd8d173ecb47d1080edbdb2f335e/contourpy-1.2.1-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d64f76d0dd0bca417691918484c26c74dd9dd44fbf528bbfeb30d754886e2c54",
                "md5": "5dfa1e719d8d25c9e381b780a70944b9",
                "sha256": "2855c8b0b55958265e8b5888d6a615ba02883b225f2227461aa9127c578a4922"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5dfa1e719d8d25c9e381b780a70944b9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 188181,
            "upload_time": "2024-04-02T20:37:05",
            "upload_time_iso_8601": "2024-04-02T20:37:05.146909Z",
            "url": "https://files.pythonhosted.org/packages/d6/4f/76d0dd0bca417691918484c26c74dd9dd44fbf528bbfeb30d754886e2c54/contourpy-1.2.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6b4c62e2595cd71cfd802dd0436b6c29f6d9ced1ad9fb32899e770ff7aa9c81e",
                "md5": "0b6cd264188be040979daa99c8da99bc",
                "sha256": "62828cada4a2b850dbef89c81f5a33741898b305db244904de418cc957ff05dc"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0b6cd264188be040979daa99c8da99bc",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 263283,
            "upload_time": "2024-04-02T20:37:09",
            "upload_time_iso_8601": "2024-04-02T20:37:09.389135Z",
            "url": "https://files.pythonhosted.org/packages/6b/4c/62e2595cd71cfd802dd0436b6c29f6d9ced1ad9fb32899e770ff7aa9c81e/contourpy-1.2.1-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "510336ecc6fd1d018336625ad91b91fd34cd9ba8da5d36f5e1167dfe3275070a",
                "md5": "4d3016d2b2ef5e9e0a15b627b9ad75a7",
                "sha256": "309be79c0a354afff9ff7da4aaed7c3257e77edf6c1b448a779329431ee79d7e"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "4d3016d2b2ef5e9e0a15b627b9ad75a7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 245311,
            "upload_time": "2024-04-02T20:37:13",
            "upload_time_iso_8601": "2024-04-02T20:37:13.370716Z",
            "url": "https://files.pythonhosted.org/packages/51/03/36ecc6fd1d018336625ad91b91fd34cd9ba8da5d36f5e1167dfe3275070a/contourpy-1.2.1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "64d86c6446db0a4f9e026656869a46b6d3740dddd4965e1933666b65f6efba3b",
                "md5": "e9b16249579fd32265c6b7320b0c9942",
                "sha256": "2e785e0f2ef0d567099b9ff92cbfb958d71c2d5b9259981cd9bee81bd194c9a4"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e9b16249579fd32265c6b7320b0c9942",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 285670,
            "upload_time": "2024-04-02T20:37:17",
            "upload_time_iso_8601": "2024-04-02T20:37:17.891372Z",
            "url": "https://files.pythonhosted.org/packages/64/d8/6c6446db0a4f9e026656869a46b6d3740dddd4965e1933666b65f6efba3b/contourpy-1.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "abf7dbef23f63777ca50517c5aa130c38abcb8b3f353e0adb41942ac9dd34995",
                "md5": "7e46368084f8fddf17911eca09880b3a",
                "sha256": "1cac0a8f71a041aa587410424ad46dfa6a11f6149ceb219ce7dd48f6b02b87a7"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "7e46368084f8fddf17911eca09880b3a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 333947,
            "upload_time": "2024-04-02T20:37:23",
            "upload_time_iso_8601": "2024-04-02T20:37:23.411356Z",
            "url": "https://files.pythonhosted.org/packages/ab/f7/dbef23f63777ca50517c5aa130c38abcb8b3f353e0adb41942ac9dd34995/contourpy-1.2.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23d3a34f938dec3461af5bb42e76e330ae4547951036204b2cba948fe30b4bf7",
                "md5": "e9c909e6f7e192739e0b4387a5167501",
                "sha256": "af3f4485884750dddd9c25cb7e3915d83c2db92488b38ccb77dd594eac84c4a0"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "e9c909e6f7e192739e0b4387a5167501",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 308709,
            "upload_time": "2024-04-02T20:37:28",
            "upload_time_iso_8601": "2024-04-02T20:37:28.768423Z",
            "url": "https://files.pythonhosted.org/packages/23/d3/a34f938dec3461af5bb42e76e330ae4547951036204b2cba948fe30b4bf7/contourpy-1.2.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "012965d81d2546a2487d57e16b2b789bbc0279b081766a75587e60002f16a6b8",
                "md5": "2fa84982c3d576135fd3512852d17e64",
                "sha256": "9ce6889abac9a42afd07a562c2d6d4b2b7134f83f18571d859b25624a331c90b"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2fa84982c3d576135fd3512852d17e64",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 309182,
            "upload_time": "2024-04-02T20:37:33",
            "upload_time_iso_8601": "2024-04-02T20:37:33.551999Z",
            "url": "https://files.pythonhosted.org/packages/01/29/65d81d2546a2487d57e16b2b789bbc0279b081766a75587e60002f16a6b8/contourpy-1.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "85f61aba852441f5961b8944413b1b9e6797bd32f173f4cee35873a8e2145c73",
                "md5": "e8b6fe58713cdebaeb30c0e9b6c1b5ca",
                "sha256": "a1eea9aecf761c661d096d39ed9026574de8adb2ae1c5bd7b33558af884fb2ce"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp312-cp312-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e8b6fe58713cdebaeb30c0e9b6c1b5ca",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 806353,
            "upload_time": "2024-04-02T20:37:43",
            "upload_time_iso_8601": "2024-04-02T20:37:43.634586Z",
            "url": "https://files.pythonhosted.org/packages/85/f6/1aba852441f5961b8944413b1b9e6797bd32f173f4cee35873a8e2145c73/contourpy-1.2.1-cp312-cp312-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ab2e51c4d13e79c5150d99e62ca1fc0a08bc550096663f077e04d7e832b42b7",
                "md5": "b8b1125e94315a76696a7359b3e74365",
                "sha256": "187fa1d4c6acc06adb0fae5544c59898ad781409e61a926ac7e84b8f276dcef4"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b8b1125e94315a76696a7359b3e74365",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 829368,
            "upload_time": "2024-04-02T20:37:54",
            "upload_time_iso_8601": "2024-04-02T20:37:54.284776Z",
            "url": "https://files.pythonhosted.org/packages/0a/b2/e51c4d13e79c5150d99e62ca1fc0a08bc550096663f077e04d7e832b42b7/contourpy-1.2.1-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "01f865fafbc5374920cf6c842f415bb60de4c36c1c194eb45ca6b488ae012cef",
                "md5": "297eff9a2288ebc75d9e6ada45cec982",
                "sha256": "c2528d60e398c7c4c799d56f907664673a807635b857df18f7ae64d3e6ce2d9f"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "297eff9a2288ebc75d9e6ada45cec982",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 167497,
            "upload_time": "2024-04-02T20:37:57",
            "upload_time_iso_8601": "2024-04-02T20:37:57.986638Z",
            "url": "https://files.pythonhosted.org/packages/01/f8/65fafbc5374920cf6c842f415bb60de4c36c1c194eb45ca6b488ae012cef/contourpy-1.2.1-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7838a046bb0ebce6f530175d434e7364149e338ffe1069ee286ed8ba7f6481ee",
                "md5": "d75b57bd658387867a22d6d86d3e948f",
                "sha256": "1a07fc092a4088ee952ddae19a2b2a85757b923217b7eed584fdf25f53a6e7ce"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d75b57bd658387867a22d6d86d3e948f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 189901,
            "upload_time": "2024-04-02T20:38:01",
            "upload_time_iso_8601": "2024-04-02T20:38:01.983462Z",
            "url": "https://files.pythonhosted.org/packages/78/38/a046bb0ebce6f530175d434e7364149e338ffe1069ee286ed8ba7f6481ee/contourpy-1.2.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e91e09f0fdf21d3a71e298cfbc1944eb1f74c1f025ca6193f6c75caa35e27b10",
                "md5": "3e097dad41dad4f23998f366a70139e6",
                "sha256": "bb6834cbd983b19f06908b45bfc2dad6ac9479ae04abe923a275b5f48f1a186b"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3e097dad41dad4f23998f366a70139e6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 260993,
            "upload_time": "2024-04-02T20:38:06",
            "upload_time_iso_8601": "2024-04-02T20:38:06.247474Z",
            "url": "https://files.pythonhosted.org/packages/e9/1e/09f0fdf21d3a71e298cfbc1944eb1f74c1f025ca6193f6c75caa35e27b10/contourpy-1.2.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ef58a0e688c3a6098a358fa359da6a09a7b9afd8f3f6c9b83e9898c29e87b95",
                "md5": "09b1045da250e0e79517aa5753954ca7",
                "sha256": "1d59e739ab0e3520e62a26c60707cc3ab0365d2f8fecea74bfe4de72dc56388f"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "09b1045da250e0e79517aa5753954ca7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 244970,
            "upload_time": "2024-04-02T20:38:10",
            "upload_time_iso_8601": "2024-04-02T20:38:10.204831Z",
            "url": "https://files.pythonhosted.org/packages/1e/f5/8a0e688c3a6098a358fa359da6a09a7b9afd8f3f6c9b83e9898c29e87b95/contourpy-1.2.1-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "610eb0284ac009d9349ffa1f1e5a064ade6122b07c0a500f9a95cb16a9f970d3",
                "md5": "b340ee1e9ac2af4edee0f14c45848ec7",
                "sha256": "bd3db01f59fdcbce5b22afad19e390260d6d0222f35a1023d9adc5690a889364"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b340ee1e9ac2af4edee0f14c45848ec7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 300785,
            "upload_time": "2024-04-02T20:38:15",
            "upload_time_iso_8601": "2024-04-02T20:38:15.649744Z",
            "url": "https://files.pythonhosted.org/packages/61/0e/b0284ac009d9349ffa1f1e5a064ade6122b07c0a500f9a95cb16a9f970d3/contourpy-1.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "64a9181ec22a3fdc9d14b590b738ed35715f35a2c25d1f2c0c7fbb282046ef24",
                "md5": "c6abe153f441bbb6b8328699de19309c",
                "sha256": "a12a813949e5066148712a0626895c26b2578874e4cc63160bb007e6df3436fe"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "c6abe153f441bbb6b8328699de19309c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 336922,
            "upload_time": "2024-04-02T20:38:21",
            "upload_time_iso_8601": "2024-04-02T20:38:21.137487Z",
            "url": "https://files.pythonhosted.org/packages/64/a9/181ec22a3fdc9d14b590b738ed35715f35a2c25d1f2c0c7fbb282046ef24/contourpy-1.2.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "befd62fa44a4db484acffaa21e2e0e931b0c6e5643aabfaeb8435bf65e0788eb",
                "md5": "67069395f7b8463fac9153e9b7f43b5e",
                "sha256": "fe0ccca550bb8e5abc22f530ec0466136379c01321fd94f30a22231e8a48d985"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "67069395f7b8463fac9153e9b7f43b5e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 310199,
            "upload_time": "2024-04-02T20:38:26",
            "upload_time_iso_8601": "2024-04-02T20:38:26.255857Z",
            "url": "https://files.pythonhosted.org/packages/be/fd/62fa44a4db484acffaa21e2e0e931b0c6e5643aabfaeb8435bf65e0788eb/contourpy-1.2.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "31a22f12e3a6e45935ff694654b710961b03310b0e1ec997ee9f416d3c873f87",
                "md5": "6cb5da6d2d8fd41dc93aac96e8be1ee3",
                "sha256": "e1d59258c3c67c865435d8fbeb35f8c59b8bef3d6f46c1f29f6123556af28445"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6cb5da6d2d8fd41dc93aac96e8be1ee3",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 304993,
            "upload_time": "2024-04-02T20:38:31",
            "upload_time_iso_8601": "2024-04-02T20:38:31.506259Z",
            "url": "https://files.pythonhosted.org/packages/31/a2/2f12e3a6e45935ff694654b710961b03310b0e1ec997ee9f416d3c873f87/contourpy-1.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9bf5d6f4251760bffb3519e5304a0eda3f812738f7d6a62ee0e5df2155269228",
                "md5": "22aa8d9a9d2d96239ca9b30cc22fefdd",
                "sha256": "f32c38afb74bd98ce26de7cc74a67b40afb7b05aae7b42924ea990d51e4dac02"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp39-cp39-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "22aa8d9a9d2d96239ca9b30cc22fefdd",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 806968,
            "upload_time": "2024-04-02T20:38:41",
            "upload_time_iso_8601": "2024-04-02T20:38:41.623874Z",
            "url": "https://files.pythonhosted.org/packages/9b/f5/d6f4251760bffb3519e5304a0eda3f812738f7d6a62ee0e5df2155269228/contourpy-1.2.1-cp39-cp39-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "601b3d65f9bc0a7e4882429aba9bd96831b6fbac090e45c85f2e8b38df915945",
                "md5": "2cf3b0b0a6900450f9c7b6e5ae04740f",
                "sha256": "d31a63bc6e6d87f77d71e1abbd7387ab817a66733734883d1fc0021ed9bfa083"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2cf3b0b0a6900450f9c7b6e5ae04740f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 831384,
            "upload_time": "2024-04-02T20:38:52",
            "upload_time_iso_8601": "2024-04-02T20:38:52.280792Z",
            "url": "https://files.pythonhosted.org/packages/60/1b/3d65f9bc0a7e4882429aba9bd96831b6fbac090e45c85f2e8b38df915945/contourpy-1.2.1-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c89b551535d7dd73136339e0ace8ce25111d3a2801bcf36b0bb038a72c328d3",
                "md5": "68d5f3a7e5a75c9f52dee015204c6b62",
                "sha256": "ddcb8581510311e13421b1f544403c16e901c4e8f09083c881fab2be80ee31ba"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "68d5f3a7e5a75c9f52dee015204c6b62",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 166886,
            "upload_time": "2024-04-02T20:38:56",
            "upload_time_iso_8601": "2024-04-02T20:38:56.935456Z",
            "url": "https://files.pythonhosted.org/packages/1c/89/b551535d7dd73136339e0ace8ce25111d3a2801bcf36b0bb038a72c328d3/contourpy-1.2.1-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "625c08e3a7a35762c8decb6be01c7ec1f4b5f85ef2e2fbb44af87e9caf25a879",
                "md5": "21654c4a6375c2cd54fc0f39f59311b0",
                "sha256": "10a37ae557aabf2509c79715cd20b62e4c7c28b8cd62dd7d99e5ed3ce28c3fd9"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "21654c4a6375c2cd54fc0f39f59311b0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 182810,
            "upload_time": "2024-04-02T20:39:00",
            "upload_time_iso_8601": "2024-04-02T20:39:00.228182Z",
            "url": "https://files.pythonhosted.org/packages/62/5c/08e3a7a35762c8decb6be01c7ec1f4b5f85ef2e2fbb44af87e9caf25a879/contourpy-1.2.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8bca2423074f8b1f9ef8d662c5ec36b630e8600bde882b7f41dd19937c51c570",
                "md5": "79f9a1364560cd143b791458fcac735a",
                "sha256": "a31f94983fecbac95e58388210427d68cd30fe8a36927980fab9c20062645609"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "79f9a1364560cd143b791458fcac735a",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 259588,
            "upload_time": "2024-04-02T20:39:04",
            "upload_time_iso_8601": "2024-04-02T20:39:04.565334Z",
            "url": "https://files.pythonhosted.org/packages/8b/ca/2423074f8b1f9ef8d662c5ec36b630e8600bde882b7f41dd19937c51c570/contourpy-1.2.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a1f4d1d4d0d933b243669cfa9c0b7d043ae1c6ce35e6d3a40d38c32aabfc7406",
                "md5": "89f98647e2f768937e8c3e2e2c709ff4",
                "sha256": "ef2b055471c0eb466033760a521efb9d8a32b99ab907fc8358481a1dd29e3bd3"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "89f98647e2f768937e8c3e2e2c709ff4",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 303337,
            "upload_time": "2024-04-02T20:39:10",
            "upload_time_iso_8601": "2024-04-02T20:39:10.546374Z",
            "url": "https://files.pythonhosted.org/packages/a1/f4/d1d4d0d933b243669cfa9c0b7d043ae1c6ce35e6d3a40d38c32aabfc7406/contourpy-1.2.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "67730e5bfa8e54d65e5e988ba91f40ff71aaf793e09d36a3f1e918006e98b356",
                "md5": "56ed4c49fbd4469a038135c590b20152",
                "sha256": "b33d2bc4f69caedcd0a275329eb2198f560b325605810895627be5d4b876bf7f"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "56ed4c49fbd4469a038135c590b20152",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 186603,
            "upload_time": "2024-04-02T20:39:14",
            "upload_time_iso_8601": "2024-04-02T20:39:14.525390Z",
            "url": "https://files.pythonhosted.org/packages/67/73/0e5bfa8e54d65e5e988ba91f40ff71aaf793e09d36a3f1e918006e98b356/contourpy-1.2.1-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d9ee4786569b319847ffd98a8326802d5cf8a5500860dbfc2df1f0f4883ed99",
                "md5": "27c7da6636bb2bdb7319c6150767e876",
                "sha256": "4d8908b3bee1c889e547867ca4cdc54e5ab6be6d3e078556814a22457f49423c"
            },
            "downloads": -1,
            "filename": "contourpy-1.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "27c7da6636bb2bdb7319c6150767e876",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 13457196,
            "upload_time": "2024-04-02T20:41:48",
            "upload_time_iso_8601": "2024-04-02T20:41:48.458637Z",
            "url": "https://files.pythonhosted.org/packages/8d/9e/e4786569b319847ffd98a8326802d5cf8a5500860dbfc2df1f0f4883ed99/contourpy-1.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-02 20:41:48",
    "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.22885s