contourpy


Namecontourpy JSON
Version 1.3.3 PyPI version JSON
download
home_pageNone
SummaryPython library for calculating contours of 2D quadrilateral grids
upload_time2025-07-26 12:03:12
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseBSD 3-Clause License Copyright (c) 2021-2025, 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.11",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Ian Thomas <ianthomas23@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/58/01/1253e6698a07380cd31a736d248a3f2a50a7c88779a1813da27503cadc2a/contourpy-1.3.3.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\n         \n         Copyright (c) 2021-2025, ContourPy Developers.\n         All rights reserved.\n         \n         Redistribution and use in source and binary forms, with or without\n         modification, are permitted provided that the following conditions are met:\n         \n         1. Redistributions of source code must retain the above copyright notice, this\n            list of conditions and the following disclaimer.\n         \n         2. Redistributions in binary form must reproduce the above copyright notice,\n            this list of conditions and the following disclaimer in the documentation\n            and/or other materials provided with the distribution.\n         \n         3. Neither the name of the copyright holder nor the names of its\n            contributors may be used to endorse or promote products derived from\n            this software without specific prior written permission.\n         \n         THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n         AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n         IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n         DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n         FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n         DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n         SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n         CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n         OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n         OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n         ",
    "summary": "Python library for calculating contours of 2D quadrilateral grids",
    "version": "1.3.3",
    "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": null,
            "digests": {
                "blake2b_256": "912ec4390a31919d8a78b90e8ecf87cd4b4c4f05a5b48d05ec17db8e5404c6f4",
                "md5": "2ab8f8332fe5d80c7d3ca36d1208c1bd",
                "sha256": "709a48ef9a690e1343202916450bc48b9e51c049b089c7f79a267b46cffcdaa1"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2ab8f8332fe5d80c7d3ca36d1208c1bd",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 288773,
            "upload_time": "2025-07-26T12:01:02",
            "upload_time_iso_8601": "2025-07-26T12:01:02.277321Z",
            "url": "https://files.pythonhosted.org/packages/91/2e/c4390a31919d8a78b90e8ecf87cd4b4c4f05a5b48d05ec17db8e5404c6f4/contourpy-1.3.3-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0d44c4b0b6095fef4dc9c420e041799591e3b63e9619e3044f7f4f6c21c0ab24",
                "md5": "e52214daf3498be7e0252777bff8aa9f",
                "sha256": "23416f38bfd74d5d28ab8429cc4d63fa67d5068bd711a85edb1c3fb0c3e2f381"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e52214daf3498be7e0252777bff8aa9f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 270149,
            "upload_time": "2025-07-26T12:01:04",
            "upload_time_iso_8601": "2025-07-26T12:01:04.072402Z",
            "url": "https://files.pythonhosted.org/packages/0d/44/c4b0b6095fef4dc9c420e041799591e3b63e9619e3044f7f4f6c21c0ab24/contourpy-1.3.3-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "302edd4ced42fefac8470661d7cb7e264808425e6c5d56d175291e93890cce09",
                "md5": "d9f2a3034f5e52dff310e0d632f421a1",
                "sha256": "929ddf8c4c7f348e4c0a5a3a714b5c8542ffaa8c22954862a46ca1813b667ee7"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d9f2a3034f5e52dff310e0d632f421a1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 329222,
            "upload_time": "2025-07-26T12:01:05",
            "upload_time_iso_8601": "2025-07-26T12:01:05.688227Z",
            "url": "https://files.pythonhosted.org/packages/30/2e/dd4ced42fefac8470661d7cb7e264808425e6c5d56d175291e93890cce09/contourpy-1.3.3-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f274cc6ec2548e3d276c71389ea4802a774b7aa3558223b7bade3f25787fafc2",
                "md5": "68f79079289c80f86d38300ad98e7949",
                "sha256": "9e999574eddae35f1312c2b4b717b7885d4edd6cb46700e04f7f02db454e67c1"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp311-cp311-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "68f79079289c80f86d38300ad98e7949",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 377234,
            "upload_time": "2025-07-26T12:01:07",
            "upload_time_iso_8601": "2025-07-26T12:01:07.054338Z",
            "url": "https://files.pythonhosted.org/packages/f2/74/cc6ec2548e3d276c71389ea4802a774b7aa3558223b7bade3f25787fafc2/contourpy-1.3.3-cp311-cp311-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "03b364ef723029f917410f75c09da54254c5f9ea90ef89b143ccadb09df14c15",
                "md5": "a850d3b889898a7a1b495087d95afd86",
                "sha256": "0bf67e0e3f482cb69779dd3061b534eb35ac9b17f163d851e2a547d56dba0a3a"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp311-cp311-manylinux_2_26_s390x.manylinux_2_28_s390x.whl",
            "has_sig": false,
            "md5_digest": "a850d3b889898a7a1b495087d95afd86",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 380555,
            "upload_time": "2025-07-26T12:01:08",
            "upload_time_iso_8601": "2025-07-26T12:01:08.801848Z",
            "url": "https://files.pythonhosted.org/packages/03/b3/64ef723029f917410f75c09da54254c5f9ea90ef89b143ccadb09df14c15/contourpy-1.3.3-cp311-cp311-manylinux_2_26_s390x.manylinux_2_28_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5f4b6157f24ca425b89fe2eb7e7be642375711ab671135be21e6faa100f7448c",
                "md5": "62d1f334b594d0b44700ea953e24efdd",
                "sha256": "51e79c1f7470158e838808d4a996fa9bac72c498e93d8ebe5119bc1e6becb0db"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "62d1f334b594d0b44700ea953e24efdd",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 355238,
            "upload_time": "2025-07-26T12:01:10",
            "upload_time_iso_8601": "2025-07-26T12:01:10.319674Z",
            "url": "https://files.pythonhosted.org/packages/5f/4b/6157f24ca425b89fe2eb7e7be642375711ab671135be21e6faa100f7448c/contourpy-1.3.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9856f914f0dd678480708a04cfd2206e7c382533249bc5001eb9f58aa693e200",
                "md5": "2752b0480b57aa2fc21002d33a81a3d2",
                "sha256": "598c3aaece21c503615fd59c92a3598b428b2f01bfb4b8ca9c4edeecc2438620"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2752b0480b57aa2fc21002d33a81a3d2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 1326218,
            "upload_time": "2025-07-26T12:01:12",
            "upload_time_iso_8601": "2025-07-26T12:01:12.659245Z",
            "url": "https://files.pythonhosted.org/packages/98/56/f914f0dd678480708a04cfd2206e7c382533249bc5001eb9f58aa693e200/contourpy-1.3.3-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fbd74a972334a0c971acd5172389671113ae82aa7527073980c38d5868ff1161",
                "md5": "49582a0395408afd47dbf0039704b5cb",
                "sha256": "322ab1c99b008dad206d406bb61d014cf0174df491ae9d9d0fac6a6fda4f977f"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "49582a0395408afd47dbf0039704b5cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 1392867,
            "upload_time": "2025-07-26T12:01:15",
            "upload_time_iso_8601": "2025-07-26T12:01:15.533737Z",
            "url": "https://files.pythonhosted.org/packages/fb/d7/4a972334a0c971acd5172389671113ae82aa7527073980c38d5868ff1161/contourpy-1.3.3-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "753ef2cc6cd56dc8cff46b1a56232eabc6feea52720083ea71ab15523daab796",
                "md5": "fdc3861e3964da375052d75867077155",
                "sha256": "fd907ae12cd483cd83e414b12941c632a969171bf90fc937d0c9f268a31cafff"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "fdc3861e3964da375052d75867077155",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 183677,
            "upload_time": "2025-07-26T12:01:17",
            "upload_time_iso_8601": "2025-07-26T12:01:17.088596Z",
            "url": "https://files.pythonhosted.org/packages/75/3e/f2cc6cd56dc8cff46b1a56232eabc6feea52720083ea71ab15523daab796/contourpy-1.3.3-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "984b9bd370b004b5c9d8045c6c33cf65bae018b27aca550a3f657cdc99acdbd8",
                "md5": "d7764976f289da8cc88579bfe74114ad",
                "sha256": "3519428f6be58431c56581f1694ba8e50626f2dd550af225f82fb5f5814d2a42"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d7764976f289da8cc88579bfe74114ad",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 225234,
            "upload_time": "2025-07-26T12:01:18",
            "upload_time_iso_8601": "2025-07-26T12:01:18.256868Z",
            "url": "https://files.pythonhosted.org/packages/98/4b/9bd370b004b5c9d8045c6c33cf65bae018b27aca550a3f657cdc99acdbd8/contourpy-1.3.3-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d9b671771e02c2e004450c12b1120a5f488cad2e4d5b590b1af8bad060360fe4",
                "md5": "cbe76ab4d2ed92f492c0b6e2cbdbc09b",
                "sha256": "15ff10bfada4bf92ec8b31c62bf7c1834c244019b4a33095a68000d7075df470"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp311-cp311-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "cbe76ab4d2ed92f492c0b6e2cbdbc09b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 193123,
            "upload_time": "2025-07-26T12:01:19",
            "upload_time_iso_8601": "2025-07-26T12:01:19.848443Z",
            "url": "https://files.pythonhosted.org/packages/d9/b6/71771e02c2e004450c12b1120a5f488cad2e4d5b590b1af8bad060360fe4/contourpy-1.3.3-cp311-cp311-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "be45adfee365d9ea3d853550b2e735f9d66366701c65db7855cd07621732ccfc",
                "md5": "307cfdaef12aec4fb05a0512131f98df",
                "sha256": "b08a32ea2f8e42cf1d4be3169a98dd4be32bafe4f22b6c4cb4ba810fa9e5d2cb"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp312-cp312-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "307cfdaef12aec4fb05a0512131f98df",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 293419,
            "upload_time": "2025-07-26T12:01:21",
            "upload_time_iso_8601": "2025-07-26T12:01:21.160064Z",
            "url": "https://files.pythonhosted.org/packages/be/45/adfee365d9ea3d853550b2e735f9d66366701c65db7855cd07621732ccfc/contourpy-1.3.3-cp312-cp312-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "533e405b59cfa13021a56bba395a6b3aca8cec012b45bf177b0eaf7a202cde2c",
                "md5": "d245659ee65a585284654ec6c7f8a392",
                "sha256": "556dba8fb6f5d8742f2923fe9457dbdd51e1049c4a43fd3986a0b14a1d815fc6"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d245659ee65a585284654ec6c7f8a392",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 273979,
            "upload_time": "2025-07-26T12:01:22",
            "upload_time_iso_8601": "2025-07-26T12:01:22.448106Z",
            "url": "https://files.pythonhosted.org/packages/53/3e/405b59cfa13021a56bba395a6b3aca8cec012b45bf177b0eaf7a202cde2c/contourpy-1.3.3-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d41ca12359b9b2ca3a845e8f7f9ac08bdf776114eb931392fcad91743e2ea17b",
                "md5": "acd0e3adef2768f61f1f30ed223b873e",
                "sha256": "92d9abc807cf7d0e047b95ca5d957cf4792fcd04e920ca70d48add15c1a90ea7"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "acd0e3adef2768f61f1f30ed223b873e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 332653,
            "upload_time": "2025-07-26T12:01:24",
            "upload_time_iso_8601": "2025-07-26T12:01:24.155353Z",
            "url": "https://files.pythonhosted.org/packages/d4/1c/a12359b9b2ca3a845e8f7f9ac08bdf776114eb931392fcad91743e2ea17b/contourpy-1.3.3-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6312897aeebfb475b7748ea67b61e045accdfcf0d971f8a588b67108ed7f5512",
                "md5": "5707f2057a30b570ef4d57e7c1efc0ef",
                "sha256": "b2e8faa0ed68cb29af51edd8e24798bb661eac3bd9f65420c1887b6ca89987c8"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp312-cp312-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "5707f2057a30b570ef4d57e7c1efc0ef",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 379536,
            "upload_time": "2025-07-26T12:01:25",
            "upload_time_iso_8601": "2025-07-26T12:01:25.910775Z",
            "url": "https://files.pythonhosted.org/packages/63/12/897aeebfb475b7748ea67b61e045accdfcf0d971f8a588b67108ed7f5512/contourpy-1.3.3-cp312-cp312-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "438aa8c584b82deb248930ce069e71576fc09bd7174bbd35183b7943fb1064fd",
                "md5": "0a5a776370fbb682d5fdc77c5efb8c43",
                "sha256": "626d60935cf668e70a5ce6ff184fd713e9683fb458898e4249b63be9e28286ea"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp312-cp312-manylinux_2_26_s390x.manylinux_2_28_s390x.whl",
            "has_sig": false,
            "md5_digest": "0a5a776370fbb682d5fdc77c5efb8c43",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 384397,
            "upload_time": "2025-07-26T12:01:27",
            "upload_time_iso_8601": "2025-07-26T12:01:27.152955Z",
            "url": "https://files.pythonhosted.org/packages/43/8a/a8c584b82deb248930ce069e71576fc09bd7174bbd35183b7943fb1064fd/contourpy-1.3.3-cp312-cp312-manylinux_2_26_s390x.manylinux_2_28_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cc8fec6289987824b29529d0dfda0d74a07cec60e54b9c92f3c9da4c0ac732de",
                "md5": "129dbbd3867fcaba47dcdd93925bf1b6",
                "sha256": "4d00e655fcef08aba35ec9610536bfe90267d7ab5ba944f7032549c55a146da1"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "129dbbd3867fcaba47dcdd93925bf1b6",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 362601,
            "upload_time": "2025-07-26T12:01:28",
            "upload_time_iso_8601": "2025-07-26T12:01:28.808192Z",
            "url": "https://files.pythonhosted.org/packages/cc/8f/ec6289987824b29529d0dfda0d74a07cec60e54b9c92f3c9da4c0ac732de/contourpy-1.3.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "050aa3fe3be3ee2dceb3e615ebb4df97ae6f3828aa915d3e10549ce016302bd1",
                "md5": "8a38b38c675a527bb6731b90170145b4",
                "sha256": "451e71b5a7d597379ef572de31eeb909a87246974d960049a9848c3bc6c41bf7"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8a38b38c675a527bb6731b90170145b4",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 1331288,
            "upload_time": "2025-07-26T12:01:31",
            "upload_time_iso_8601": "2025-07-26T12:01:31.198718Z",
            "url": "https://files.pythonhosted.org/packages/05/0a/a3fe3be3ee2dceb3e615ebb4df97ae6f3828aa915d3e10549ce016302bd1/contourpy-1.3.3-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "331dacad9bd4e97f13f3e2b18a3977fe1b4a37ecf3d38d815333980c6c72e963",
                "md5": "2b39ca3f06e129713b2869fd267d0f17",
                "sha256": "459c1f020cd59fcfe6650180678a9993932d80d44ccde1fa1868977438f0b411"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2b39ca3f06e129713b2869fd267d0f17",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 1403386,
            "upload_time": "2025-07-26T12:01:33",
            "upload_time_iso_8601": "2025-07-26T12:01:33.947504Z",
            "url": "https://files.pythonhosted.org/packages/33/1d/acad9bd4e97f13f3e2b18a3977fe1b4a37ecf3d38d815333980c6c72e963/contourpy-1.3.3-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cf8f5847f44a7fddf859704217a99a23a4f6417b10e5ab1256a179264561540e",
                "md5": "7ba2bda0a4901f43f17c8402edf8a003",
                "sha256": "023b44101dfe49d7d53932be418477dba359649246075c996866106da069af69"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "7ba2bda0a4901f43f17c8402edf8a003",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 185018,
            "upload_time": "2025-07-26T12:01:35",
            "upload_time_iso_8601": "2025-07-26T12:01:35.640407Z",
            "url": "https://files.pythonhosted.org/packages/cf/8f/5847f44a7fddf859704217a99a23a4f6417b10e5ab1256a179264561540e/contourpy-1.3.3-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "19e86026ed58a64563186a9ee3f29f41261fd1828f527dd93d33b60feca63352",
                "md5": "53f63d4598a41137222f12c75915a8c7",
                "sha256": "8153b8bfc11e1e4d75bcb0bff1db232f9e10b274e0929de9d608027e0d34ff8b"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "53f63d4598a41137222f12c75915a8c7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 226567,
            "upload_time": "2025-07-26T12:01:36",
            "upload_time_iso_8601": "2025-07-26T12:01:36.804539Z",
            "url": "https://files.pythonhosted.org/packages/19/e8/6026ed58a64563186a9ee3f29f41261fd1828f527dd93d33b60feca63352/contourpy-1.3.3-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d1e2f05240d2c39a1ed228d8328a78b6f44cd695f7ef47beb3e684cf93604f86",
                "md5": "0494530a700a98a6784595c18326c763",
                "sha256": "07ce5ed73ecdc4a03ffe3e1b3e3c1166db35ae7584be76f65dbbe28a7791b0cc"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp312-cp312-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "0494530a700a98a6784595c18326c763",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.11",
            "size": 193655,
            "upload_time": "2025-07-26T12:01:37",
            "upload_time_iso_8601": "2025-07-26T12:01:37.999700Z",
            "url": "https://files.pythonhosted.org/packages/d1/e2/f05240d2c39a1ed228d8328a78b6f44cd695f7ef47beb3e684cf93604f86/contourpy-1.3.3-cp312-cp312-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "68350167aad910bbdb9599272bd96d01a9ec6852f36b9455cf2ca67bd4cc2d23",
                "md5": "8c8d8c0ee472b64799c3c6094a81e196",
                "sha256": "177fb367556747a686509d6fef71d221a4b198a3905fe824430e5ea0fda54eb5"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp313-cp313-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8c8d8c0ee472b64799c3c6094a81e196",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 293257,
            "upload_time": "2025-07-26T12:01:39",
            "upload_time_iso_8601": "2025-07-26T12:01:39.367323Z",
            "url": "https://files.pythonhosted.org/packages/68/35/0167aad910bbdb9599272bd96d01a9ec6852f36b9455cf2ca67bd4cc2d23/contourpy-1.3.3-cp313-cp313-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "96e47adcd9c8362745b2210728f209bfbcf7d91ba868a2c5f40d8b58f54c509b",
                "md5": "b5279ff78762e4f5d4cf91802189640f",
                "sha256": "d002b6f00d73d69333dac9d0b8d5e84d9724ff9ef044fd63c5986e62b7c9e1b1"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "b5279ff78762e4f5d4cf91802189640f",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 274034,
            "upload_time": "2025-07-26T12:01:40",
            "upload_time_iso_8601": "2025-07-26T12:01:40.645701Z",
            "url": "https://files.pythonhosted.org/packages/96/e4/7adcd9c8362745b2210728f209bfbcf7d91ba868a2c5f40d8b58f54c509b/contourpy-1.3.3-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "732390e31ceeed1de63058a02cb04b12f2de4b40e3bef5e082a7c18d9c8ae281",
                "md5": "c46284fdd947456c35b9cc426ff5de73",
                "sha256": "348ac1f5d4f1d66d3322420f01d42e43122f43616e0f194fc1c9f5d830c5b286"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c46284fdd947456c35b9cc426ff5de73",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 334672,
            "upload_time": "2025-07-26T12:01:41",
            "upload_time_iso_8601": "2025-07-26T12:01:41.942320Z",
            "url": "https://files.pythonhosted.org/packages/73/23/90e31ceeed1de63058a02cb04b12f2de4b40e3bef5e082a7c18d9c8ae281/contourpy-1.3.3-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ed93b43d8acbe67392e659e1d984700e79eb67e2acb2bd7f62012b583a7f1b55",
                "md5": "b4c617ab3ad36a7fa4e27f76d8d70ad4",
                "sha256": "655456777ff65c2c548b7c454af9c6f33f16c8884f11083244b5819cc214f1b5"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp313-cp313-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "b4c617ab3ad36a7fa4e27f76d8d70ad4",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 381234,
            "upload_time": "2025-07-26T12:01:43",
            "upload_time_iso_8601": "2025-07-26T12:01:43.499280Z",
            "url": "https://files.pythonhosted.org/packages/ed/93/b43d8acbe67392e659e1d984700e79eb67e2acb2bd7f62012b583a7f1b55/contourpy-1.3.3-cp313-cp313-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "463bbec82a3ea06f66711520f75a40c8fc0b113b2a75edb36aa633eb11c4f50f",
                "md5": "fdbd4a20f054efacebe4f9be93416251",
                "sha256": "644a6853d15b2512d67881586bd03f462c7ab755db95f16f14d7e238f2852c67"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp313-cp313-manylinux_2_26_s390x.manylinux_2_28_s390x.whl",
            "has_sig": false,
            "md5_digest": "fdbd4a20f054efacebe4f9be93416251",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 385169,
            "upload_time": "2025-07-26T12:01:45",
            "upload_time_iso_8601": "2025-07-26T12:01:45.219910Z",
            "url": "https://files.pythonhosted.org/packages/46/3b/bec82a3ea06f66711520f75a40c8fc0b113b2a75edb36aa633eb11c4f50f/contourpy-1.3.3-cp313-cp313-manylinux_2_26_s390x.manylinux_2_28_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4b32e0f13a1c5b0f8572d0ec6ae2f6c677b7991fafd95da523159c19eff0696a",
                "md5": "9320210cae5c3005cf0f0a5a01d7d0ec",
                "sha256": "4debd64f124ca62069f313a9cb86656ff087786016d76927ae2cf37846b006c9"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9320210cae5c3005cf0f0a5a01d7d0ec",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 362859,
            "upload_time": "2025-07-26T12:01:46",
            "upload_time_iso_8601": "2025-07-26T12:01:46.519469Z",
            "url": "https://files.pythonhosted.org/packages/4b/32/e0f13a1c5b0f8572d0ec6ae2f6c677b7991fafd95da523159c19eff0696a/contourpy-1.3.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3371e2a7945b7de4e58af42d708a219f3b2f4cff7386e6b6ab0a0fa0033c49a9",
                "md5": "5ad1b9895c83138ef427aa85dea8bafc",
                "sha256": "a15459b0f4615b00bbd1e91f1b9e19b7e63aea7483d03d804186f278c0af2659"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp313-cp313-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5ad1b9895c83138ef427aa85dea8bafc",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 1332062,
            "upload_time": "2025-07-26T12:01:48",
            "upload_time_iso_8601": "2025-07-26T12:01:48.964296Z",
            "url": "https://files.pythonhosted.org/packages/33/71/e2a7945b7de4e58af42d708a219f3b2f4cff7386e6b6ab0a0fa0033c49a9/contourpy-1.3.3-cp313-cp313-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "12fc4e87ac754220ccc0e807284f88e943d6d43b43843614f0a8afa469801db0",
                "md5": "e0b7d9ed0c499e522be65b2f983a0d0e",
                "sha256": "ca0fdcd73925568ca027e0b17ab07aad764be4706d0a925b89227e447d9737b7"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e0b7d9ed0c499e522be65b2f983a0d0e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 1403932,
            "upload_time": "2025-07-26T12:01:51",
            "upload_time_iso_8601": "2025-07-26T12:01:51.979572Z",
            "url": "https://files.pythonhosted.org/packages/12/fc/4e87ac754220ccc0e807284f88e943d6d43b43843614f0a8afa469801db0/contourpy-1.3.3-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c0b3f8a1a86bd3298513f500e5b1f5fd92b69896449f6cab6a146a5d52715479",
                "md5": "213420a22c5582ca1efd8ad462258fc4",
                "sha256": "88df9880d507169449d434c293467418b9f6cbe82edd19284aa0409e7fdb933d"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp313-cp313t-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "213420a22c5582ca1efd8ad462258fc4",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 306730,
            "upload_time": "2025-07-26T12:01:57",
            "upload_time_iso_8601": "2025-07-26T12:01:57.051354Z",
            "url": "https://files.pythonhosted.org/packages/c0/b3/f8a1a86bd3298513f500e5b1f5fd92b69896449f6cab6a146a5d52715479/contourpy-1.3.3-cp313-cp313t-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3f114780db94ae62fc0c2053909b65dc3246bd7cecfc4f8a20d957ad43aa4ad8",
                "md5": "c5dc2826c54b5421f174a8a2d73ce38a",
                "sha256": "d06bb1f751ba5d417047db62bca3c8fde202b8c11fb50742ab3ab962c81e8216"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp313-cp313t-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c5dc2826c54b5421f174a8a2d73ce38a",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 287897,
            "upload_time": "2025-07-26T12:01:58",
            "upload_time_iso_8601": "2025-07-26T12:01:58.663126Z",
            "url": "https://files.pythonhosted.org/packages/3f/11/4780db94ae62fc0c2053909b65dc3246bd7cecfc4f8a20d957ad43aa4ad8/contourpy-1.3.3-cp313-cp313t-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ae15e59f5f3ffdd6f3d4daa3e47114c53daabcb18574a26c21f03dc9e4e42ff0",
                "md5": "b9af46e4575489bc7b16fe3240fffcfa",
                "sha256": "e4e6b05a45525357e382909a4c1600444e2a45b4795163d3b22669285591c1ae"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b9af46e4575489bc7b16fe3240fffcfa",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 326751,
            "upload_time": "2025-07-26T12:02:00",
            "upload_time_iso_8601": "2025-07-26T12:02:00.343359Z",
            "url": "https://files.pythonhosted.org/packages/ae/15/e59f5f3ffdd6f3d4daa3e47114c53daabcb18574a26c21f03dc9e4e42ff0/contourpy-1.3.3-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0f8103b45cfad088e4770b1dcf72ea78d3802d04200009fb364d18a493857210",
                "md5": "0c6a94a25fea678bd563ebc0905aa966",
                "sha256": "ab3074b48c4e2cf1a960e6bbeb7f04566bf36b1861d5c9d4d8ac04b82e38ba20"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp313-cp313t-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "0c6a94a25fea678bd563ebc0905aa966",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 375486,
            "upload_time": "2025-07-26T12:02:02",
            "upload_time_iso_8601": "2025-07-26T12:02:02.128261Z",
            "url": "https://files.pythonhosted.org/packages/0f/81/03b45cfad088e4770b1dcf72ea78d3802d04200009fb364d18a493857210/contourpy-1.3.3-cp313-cp313t-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0cba49923366492ffbdd4486e970d421b289a670ae8cf539c1ea9a09822b371a",
                "md5": "d5c66ad0401c518d4564cddcfa4eadab",
                "sha256": "6c3d53c796f8647d6deb1abe867daeb66dcc8a97e8455efa729516b997b8ed99"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp313-cp313t-manylinux_2_26_s390x.manylinux_2_28_s390x.whl",
            "has_sig": false,
            "md5_digest": "d5c66ad0401c518d4564cddcfa4eadab",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 388106,
            "upload_time": "2025-07-26T12:02:03",
            "upload_time_iso_8601": "2025-07-26T12:02:03.615159Z",
            "url": "https://files.pythonhosted.org/packages/0c/ba/49923366492ffbdd4486e970d421b289a670ae8cf539c1ea9a09822b371a/contourpy-1.3.3-cp313-cp313t-manylinux_2_26_s390x.manylinux_2_28_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9f525b00ea89525f8f143651f9f03a0df371d3cbd2fccd21ca9b768c7a6500c2",
                "md5": "81cca7f738bf68b94ded9cfb6bae796d",
                "sha256": "50ed930df7289ff2a8d7afeb9603f8289e5704755c7e5c3bbd929c90c817164b"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "81cca7f738bf68b94ded9cfb6bae796d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 352548,
            "upload_time": "2025-07-26T12:02:05",
            "upload_time_iso_8601": "2025-07-26T12:02:05.165406Z",
            "url": "https://files.pythonhosted.org/packages/9f/52/5b00ea89525f8f143651f9f03a0df371d3cbd2fccd21ca9b768c7a6500c2/contourpy-1.3.3-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "321da209ec1a3a3452d490f6b14dd92e72280c99ae3d1e73da74f8277d4ee08f",
                "md5": "f3df5e06836093fd512f102161a7e2da",
                "sha256": "4feffb6537d64b84877da813a5c30f1422ea5739566abf0bd18065ac040e120a"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f3df5e06836093fd512f102161a7e2da",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 1322297,
            "upload_time": "2025-07-26T12:02:07",
            "upload_time_iso_8601": "2025-07-26T12:02:07.379769Z",
            "url": "https://files.pythonhosted.org/packages/32/1d/a209ec1a3a3452d490f6b14dd92e72280c99ae3d1e73da74f8277d4ee08f/contourpy-1.3.3-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bc9e46f0e8ebdd884ca0e8877e46a3f4e633f6c9c8c4f3f6e72be3fe075994aa",
                "md5": "f1b114e139d32c377cf3b5937397dc55",
                "sha256": "2b7e9480ffe2b0cd2e787e4df64270e3a0440d9db8dc823312e2c940c167df7e"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f1b114e139d32c377cf3b5937397dc55",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 1391023,
            "upload_time": "2025-07-26T12:02:10",
            "upload_time_iso_8601": "2025-07-26T12:02:10.171637Z",
            "url": "https://files.pythonhosted.org/packages/bc/9e/46f0e8ebdd884ca0e8877e46a3f4e633f6c9c8c4f3f6e72be3fe075994aa/contourpy-1.3.3-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b970f308384a3ae9cd2209e0849f33c913f658d3326900d0ff5d378d6a1422d2",
                "md5": "4165bb0b766e0d8850ba898e40b1ce5b",
                "sha256": "283edd842a01e3dcd435b1c5116798d661378d83d36d337b8dde1d16a5fc9ba3"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp313-cp313t-win32.whl",
            "has_sig": false,
            "md5_digest": "4165bb0b766e0d8850ba898e40b1ce5b",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 196157,
            "upload_time": "2025-07-26T12:02:11",
            "upload_time_iso_8601": "2025-07-26T12:02:11.488786Z",
            "url": "https://files.pythonhosted.org/packages/b9/70/f308384a3ae9cd2209e0849f33c913f658d3326900d0ff5d378d6a1422d2/contourpy-1.3.3-cp313-cp313t-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b2dd880f890a6663b84d9e34a6f88cded89d78f0091e0045a284427cb6b18521",
                "md5": "10a54cd71ff4c26c25087ad5a5002596",
                "sha256": "87acf5963fc2b34825e5b6b048f40e3635dd547f590b04d2ab317c2619ef7ae8"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp313-cp313t-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "10a54cd71ff4c26c25087ad5a5002596",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 240570,
            "upload_time": "2025-07-26T12:02:12",
            "upload_time_iso_8601": "2025-07-26T12:02:12.754826Z",
            "url": "https://files.pythonhosted.org/packages/b2/dd/880f890a6663b84d9e34a6f88cded89d78f0091e0045a284427cb6b18521/contourpy-1.3.3-cp313-cp313t-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "80992adc7d8ffead633234817ef8e9a87115c8a11927a94478f6bb3d3f4d4f7d",
                "md5": "a946ecfa6c96b372e22b6ad3445efa04",
                "sha256": "3c30273eb2a55024ff31ba7d052dde990d7d8e5450f4bbb6e913558b3d6c2301"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp313-cp313t-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "a946ecfa6c96b372e22b6ad3445efa04",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 199713,
            "upload_time": "2025-07-26T12:02:14",
            "upload_time_iso_8601": "2025-07-26T12:02:14.400468Z",
            "url": "https://files.pythonhosted.org/packages/80/99/2adc7d8ffead633234817ef8e9a87115c8a11927a94478f6bb3d3f4d4f7d/contourpy-1.3.3-cp313-cp313t-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a62eadc197a37443f934594112222ac1aa7dc9a98faf9c3842884df9a9d8751d",
                "md5": "5613740544a6b6b03c2fdc8ff7cc6aca",
                "sha256": "b20c7c9a3bf701366556e1b1984ed2d0cedf999903c51311417cf5f591d8c78d"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "5613740544a6b6b03c2fdc8ff7cc6aca",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 185024,
            "upload_time": "2025-07-26T12:01:53",
            "upload_time_iso_8601": "2025-07-26T12:01:53.245603Z",
            "url": "https://files.pythonhosted.org/packages/a6/2e/adc197a37443f934594112222ac1aa7dc9a98faf9c3842884df9a9d8751d/contourpy-1.3.3-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "180b0098c214843213759692cc638fce7de5c289200a830e5035d1791d7a2338",
                "md5": "9dfe572b9e1e8e64bc89ad3ce223f870",
                "sha256": "1cadd8b8969f060ba45ed7c1b714fe69185812ab43bd6b86a9123fe8f99c3263"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9dfe572b9e1e8e64bc89ad3ce223f870",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 226578,
            "upload_time": "2025-07-26T12:01:54",
            "upload_time_iso_8601": "2025-07-26T12:01:54.422563Z",
            "url": "https://files.pythonhosted.org/packages/18/0b/0098c214843213759692cc638fce7de5c289200a830e5035d1791d7a2338/contourpy-1.3.3-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8a9a2f6024a0c5995243cd63afdeb3651c984f0d2bc727fd98066d40e141ad73",
                "md5": "ec2337115807561acf9b2531bc3d8ac6",
                "sha256": "fd914713266421b7536de2bfa8181aa8c699432b6763a0ea64195ebe28bff6a9"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp313-cp313-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "ec2337115807561acf9b2531bc3d8ac6",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.11",
            "size": 193524,
            "upload_time": "2025-07-26T12:01:55",
            "upload_time_iso_8601": "2025-07-26T12:01:55.730550Z",
            "url": "https://files.pythonhosted.org/packages/8a/9a/2f6024a0c5995243cd63afdeb3651c984f0d2bc727fd98066d40e141ad73/contourpy-1.3.3-cp313-cp313-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "728b4546f3ab60f78c514ffb7d01a0bd743f90de36f0019d1be84d0a708a580a",
                "md5": "623892308b488513e1bead9e29f73d07",
                "sha256": "fde6c716d51c04b1c25d0b90364d0be954624a0ee9d60e23e850e8d48353d07a"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp314-cp314-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "623892308b488513e1bead9e29f73d07",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.11",
            "size": 292189,
            "upload_time": "2025-07-26T12:02:16",
            "upload_time_iso_8601": "2025-07-26T12:02:16.095295Z",
            "url": "https://files.pythonhosted.org/packages/72/8b/4546f3ab60f78c514ffb7d01a0bd743f90de36f0019d1be84d0a708a580a/contourpy-1.3.3-cp314-cp314-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fde13542a9cb596cadd76fcef413f19c79216e002623158befe6daa03dbfa88c",
                "md5": "d57ac0144202e9bac55b957a4d651b26",
                "sha256": "cbedb772ed74ff5be440fa8eee9bd49f64f6e3fc09436d9c7d8f1c287b121d77"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp314-cp314-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d57ac0144202e9bac55b957a4d651b26",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.11",
            "size": 273251,
            "upload_time": "2025-07-26T12:02:17",
            "upload_time_iso_8601": "2025-07-26T12:02:17.524327Z",
            "url": "https://files.pythonhosted.org/packages/fd/e1/3542a9cb596cadd76fcef413f19c79216e002623158befe6daa03dbfa88c/contourpy-1.3.3-cp314-cp314-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b171f93e1e9471d189f79d0ce2497007731c1e6bf9ef6d1d61b911430c3db4e5",
                "md5": "092b10c834963c92fba92cc2ba09b4e9",
                "sha256": "22e9b1bd7a9b1d652cd77388465dc358dafcd2e217d35552424aa4f996f524f5"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "092b10c834963c92fba92cc2ba09b4e9",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.11",
            "size": 335810,
            "upload_time": "2025-07-26T12:02:18",
            "upload_time_iso_8601": "2025-07-26T12:02:18.900826Z",
            "url": "https://files.pythonhosted.org/packages/b1/71/f93e1e9471d189f79d0ce2497007731c1e6bf9ef6d1d61b911430c3db4e5/contourpy-1.3.3-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "91f9e35f4c1c93f9275d4e38681a80506b5510e9327350c51f8d4a5a724d178c",
                "md5": "3bee1126ca26d1f8029877584e3908e1",
                "sha256": "a22738912262aa3e254e4f3cb079a95a67132fc5a063890e224393596902f5a4"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp314-cp314-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "3bee1126ca26d1f8029877584e3908e1",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.11",
            "size": 382871,
            "upload_time": "2025-07-26T12:02:20",
            "upload_time_iso_8601": "2025-07-26T12:02:20.418184Z",
            "url": "https://files.pythonhosted.org/packages/91/f9/e35f4c1c93f9275d4e38681a80506b5510e9327350c51f8d4a5a724d178c/contourpy-1.3.3-cp314-cp314-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b57147b512f936f66a0a900d81c396a7e60d73419868fba959c61efed7a8ab46",
                "md5": "3a98c3c58f96c60543da1113f13185b1",
                "sha256": "afe5a512f31ee6bd7d0dda52ec9864c984ca3d66664444f2d72e0dc4eb832e36"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp314-cp314-manylinux_2_26_s390x.manylinux_2_28_s390x.whl",
            "has_sig": false,
            "md5_digest": "3a98c3c58f96c60543da1113f13185b1",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.11",
            "size": 386264,
            "upload_time": "2025-07-26T12:02:21",
            "upload_time_iso_8601": "2025-07-26T12:02:21.916103Z",
            "url": "https://files.pythonhosted.org/packages/b5/71/47b512f936f66a0a900d81c396a7e60d73419868fba959c61efed7a8ab46/contourpy-1.3.3-cp314-cp314-manylinux_2_26_s390x.manylinux_2_28_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "045f9ff93450ba96b09c7c2b3f81c94de31c89f92292f1380261bd7195bea4ea",
                "md5": "1e7cc3d7dd8c4afa378cd13c165228e4",
                "sha256": "f64836de09927cba6f79dcd00fdd7d5329f3fccc633468507079c829ca4db4e3"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1e7cc3d7dd8c4afa378cd13c165228e4",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.11",
            "size": 363819,
            "upload_time": "2025-07-26T12:02:23",
            "upload_time_iso_8601": "2025-07-26T12:02:23.759718Z",
            "url": "https://files.pythonhosted.org/packages/04/5f/9ff93450ba96b09c7c2b3f81c94de31c89f92292f1380261bd7195bea4ea/contourpy-1.3.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3ea60b185d4cc480ee494945cde102cb0149ae830b5fa17bf855b95f2e70ad13",
                "md5": "6dd358546b87adbce6afce61ae9d772d",
                "sha256": "1fd43c3be4c8e5fd6e4f2baeae35ae18176cf2e5cced681cca908addf1cdd53b"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp314-cp314-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6dd358546b87adbce6afce61ae9d772d",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.11",
            "size": 1333650,
            "upload_time": "2025-07-26T12:02:26",
            "upload_time_iso_8601": "2025-07-26T12:02:26.181783Z",
            "url": "https://files.pythonhosted.org/packages/3e/a6/0b185d4cc480ee494945cde102cb0149ae830b5fa17bf855b95f2e70ad13/contourpy-1.3.3-cp314-cp314-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "43d7afdc95580ca56f30fbcd3060250f66cedbde69b4547028863abd8aa3b47e",
                "md5": "f7036429ed92507f1c31a141f25b568e",
                "sha256": "6afc576f7b33cf00996e5c1102dc2a8f7cc89e39c0b55df93a0b78c1bd992b36"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp314-cp314-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f7036429ed92507f1c31a141f25b568e",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.11",
            "size": 1404833,
            "upload_time": "2025-07-26T12:02:28",
            "upload_time_iso_8601": "2025-07-26T12:02:28.782664Z",
            "url": "https://files.pythonhosted.org/packages/43/d7/afdc95580ca56f30fbcd3060250f66cedbde69b4547028863abd8aa3b47e/contourpy-1.3.3-cp314-cp314-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1f4238c159a7d0f2b7b9c04c64ab317042bb6952b713ba875c1681529a2932fe",
                "md5": "6de8b9989bf4c1afca864a34df85ddb2",
                "sha256": "33c82d0138c0a062380332c861387650c82e4cf1747aaa6938b9b6516762e772"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp314-cp314t-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6de8b9989bf4c1afca864a34df85ddb2",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.11",
            "size": 306769,
            "upload_time": "2025-07-26T12:02:34",
            "upload_time_iso_8601": "2025-07-26T12:02:34.200209Z",
            "url": "https://files.pythonhosted.org/packages/1f/42/38c159a7d0f2b7b9c04c64ab317042bb6952b713ba875c1681529a2932fe/contourpy-1.3.3-cp314-cp314t-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c36c26a8205f24bca10974e77460de68d3d7c63e282e23782f1239f226fcae6f",
                "md5": "8753e7c2b35a8d3701f22b8b7c692ed1",
                "sha256": "ea37e7b45949df430fe649e5de8351c423430046a2af20b1c1961cae3afcda77"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp314-cp314t-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "8753e7c2b35a8d3701f22b8b7c692ed1",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.11",
            "size": 287892,
            "upload_time": "2025-07-26T12:02:35",
            "upload_time_iso_8601": "2025-07-26T12:02:35.807378Z",
            "url": "https://files.pythonhosted.org/packages/c3/6c/26a8205f24bca10974e77460de68d3d7c63e282e23782f1239f226fcae6f/contourpy-1.3.3-cp314-cp314t-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "66068a475c8ab718ebfd7925661747dbb3c3ee9c82ac834ccb3570be49d129f4",
                "md5": "850fea54822ac84ce69c13517d3b3448",
                "sha256": "d304906ecc71672e9c89e87c4675dc5c2645e1f4269a5063b99b0bb29f232d13"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "850fea54822ac84ce69c13517d3b3448",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.11",
            "size": 326748,
            "upload_time": "2025-07-26T12:02:37",
            "upload_time_iso_8601": "2025-07-26T12:02:37.193560Z",
            "url": "https://files.pythonhosted.org/packages/66/06/8a475c8ab718ebfd7925661747dbb3c3ee9c82ac834ccb3570be49d129f4/contourpy-1.3.3-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b4a3c5ca9f010a44c223f098fccd8b158bb1cb287378a31ac141f04730dc49be",
                "md5": "6c0156222664d928fa1d4d7ca2154753",
                "sha256": "ca658cd1a680a5c9ea96dc61cdbae1e85c8f25849843aa799dfd3cb370ad4fbe"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp314-cp314t-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "6c0156222664d928fa1d4d7ca2154753",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.11",
            "size": 375554,
            "upload_time": "2025-07-26T12:02:38",
            "upload_time_iso_8601": "2025-07-26T12:02:38.894915Z",
            "url": "https://files.pythonhosted.org/packages/b4/a3/c5ca9f010a44c223f098fccd8b158bb1cb287378a31ac141f04730dc49be/contourpy-1.3.3-cp314-cp314t-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "805b68bd33ae63fac658a4145088c1e894405e07584a316738710b636c6d0333",
                "md5": "8de1280ebce8f7a7103ac9cd81597d2e",
                "sha256": "ab2fd90904c503739a75b7c8c5c01160130ba67944a7b77bbf36ef8054576e7f"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp314-cp314t-manylinux_2_26_s390x.manylinux_2_28_s390x.whl",
            "has_sig": false,
            "md5_digest": "8de1280ebce8f7a7103ac9cd81597d2e",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.11",
            "size": 388118,
            "upload_time": "2025-07-26T12:02:40",
            "upload_time_iso_8601": "2025-07-26T12:02:40.642633Z",
            "url": "https://files.pythonhosted.org/packages/80/5b/68bd33ae63fac658a4145088c1e894405e07584a316738710b636c6d0333/contourpy-1.3.3-cp314-cp314t-manylinux_2_26_s390x.manylinux_2_28_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "40524c285a6435940ae25d7410a6c36bda5145839bc3f0beb20c707cda18b9d2",
                "md5": "87f346f403b09470a48f4986b7a1d4fa",
                "sha256": "b7301b89040075c30e5768810bc96a8e8d78085b47d8be6e4c3f5a0b4ed478a0"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "87f346f403b09470a48f4986b7a1d4fa",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.11",
            "size": 352555,
            "upload_time": "2025-07-26T12:02:42",
            "upload_time_iso_8601": "2025-07-26T12:02:42.250507Z",
            "url": "https://files.pythonhosted.org/packages/40/52/4c285a6435940ae25d7410a6c36bda5145839bc3f0beb20c707cda18b9d2/contourpy-1.3.3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "24ee3e81e1dd174f5c7fefe50e85d0892de05ca4e26ef1c9a59c2a57e43b865a",
                "md5": "abce7b1e99a6e4eb4f215d880d1eb51a",
                "sha256": "2a2a8b627d5cc6b7c41a4beff6c5ad5eb848c88255fda4a8745f7e901b32d8e4"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp314-cp314t-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "abce7b1e99a6e4eb4f215d880d1eb51a",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.11",
            "size": 1322295,
            "upload_time": "2025-07-26T12:02:44",
            "upload_time_iso_8601": "2025-07-26T12:02:44.668275Z",
            "url": "https://files.pythonhosted.org/packages/24/ee/3e81e1dd174f5c7fefe50e85d0892de05ca4e26ef1c9a59c2a57e43b865a/contourpy-1.3.3-cp314-cp314t-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3cb26d913d4d04e14379de429057cd169e5e00f6c2af3bb13e1710bcbdb5da12",
                "md5": "06b8f55f47f1719804c885d363375671",
                "sha256": "fd6ec6be509c787f1caf6b247f0b1ca598bef13f4ddeaa126b7658215529ba0f"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp314-cp314t-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "06b8f55f47f1719804c885d363375671",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.11",
            "size": 1391027,
            "upload_time": "2025-07-26T12:02:47",
            "upload_time_iso_8601": "2025-07-26T12:02:47.090977Z",
            "url": "https://files.pythonhosted.org/packages/3c/b2/6d913d4d04e14379de429057cd169e5e00f6c2af3bb13e1710bcbdb5da12/contourpy-1.3.3-cp314-cp314t-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "938a68a4ec5c55a2971213d29a9374913f7e9f18581945a7a31d1a39b5d2dfe5",
                "md5": "8cb2dea5e50781f3eb7de8aa847732a6",
                "sha256": "e74a9a0f5e3fff48fb5a7f2fd2b9b70a3fe014a67522f79b7cca4c0c7e43c9ae"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp314-cp314t-win32.whl",
            "has_sig": false,
            "md5_digest": "8cb2dea5e50781f3eb7de8aa847732a6",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.11",
            "size": 202428,
            "upload_time": "2025-07-26T12:02:48",
            "upload_time_iso_8601": "2025-07-26T12:02:48.691062Z",
            "url": "https://files.pythonhosted.org/packages/93/8a/68a4ec5c55a2971213d29a9374913f7e9f18581945a7a31d1a39b5d2dfe5/contourpy-1.3.3-cp314-cp314t-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fa96fd9f641ffedc4fa3ace923af73b9d07e869496c9cc7a459103e6e978992f",
                "md5": "ec239b3d9905459241adefbcc724dfb2",
                "sha256": "13b68d6a62db8eafaebb8039218921399baf6e47bf85006fd8529f2a08ef33fc"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp314-cp314t-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ec239b3d9905459241adefbcc724dfb2",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.11",
            "size": 250331,
            "upload_time": "2025-07-26T12:02:50",
            "upload_time_iso_8601": "2025-07-26T12:02:50.137191Z",
            "url": "https://files.pythonhosted.org/packages/fa/96/fd9f641ffedc4fa3ace923af73b9d07e869496c9cc7a459103e6e978992f/contourpy-1.3.3-cp314-cp314t-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ae8c469afb6465b853afff216f9528ffda78a915ff880ed58813ba4faf4ba0b6",
                "md5": "6140052f993a9023fbe8e3bbfcc77906",
                "sha256": "b7448cb5a725bb1e35ce88771b86fba35ef418952474492cf7c764059933ff8b"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp314-cp314t-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "6140052f993a9023fbe8e3bbfcc77906",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.11",
            "size": 203831,
            "upload_time": "2025-07-26T12:02:51",
            "upload_time_iso_8601": "2025-07-26T12:02:51.449150Z",
            "url": "https://files.pythonhosted.org/packages/ae/8c/469afb6465b853afff216f9528ffda78a915ff880ed58813ba4faf4ba0b6/contourpy-1.3.3-cp314-cp314t-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e2e2366af18a6d386f41132a48f033cbd2102e9b0cf6345d35ff0826cd984566",
                "md5": "23f4d8b855ae438cc47382a2b5b27867",
                "sha256": "66c8a43a4f7b8df8b71ee1840e4211a3c8d93b214b213f590e18a1beca458f7d"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp314-cp314-win32.whl",
            "has_sig": false,
            "md5_digest": "23f4d8b855ae438cc47382a2b5b27867",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.11",
            "size": 189692,
            "upload_time": "2025-07-26T12:02:30",
            "upload_time_iso_8601": "2025-07-26T12:02:30.128581Z",
            "url": "https://files.pythonhosted.org/packages/e2/e2/366af18a6d386f41132a48f033cbd2102e9b0cf6345d35ff0826cd984566/contourpy-1.3.3-cp314-cp314-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7dc257f54b03d0f22d4044b8afb9ca0e184f8b1afd57b4f735c2fa70883dc601",
                "md5": "1b536b409fbdf49cee47a6068925fedd",
                "sha256": "cf9022ef053f2694e31d630feaacb21ea24224be1c3ad0520b13d844274614fd"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp314-cp314-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1b536b409fbdf49cee47a6068925fedd",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.11",
            "size": 232424,
            "upload_time": "2025-07-26T12:02:31",
            "upload_time_iso_8601": "2025-07-26T12:02:31.395956Z",
            "url": "https://files.pythonhosted.org/packages/7d/c2/57f54b03d0f22d4044b8afb9ca0e184f8b1afd57b4f735c2fa70883dc601/contourpy-1.3.3-cp314-cp314-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1879a9416650df9b525737ab521aa181ccc42d56016d2123ddcb7b58e926a42c",
                "md5": "431812c89933a4bc7f293cfe1f4a8746",
                "sha256": "95b181891b4c71de4bb404c6621e7e2390745f887f2a026b2d99e92c17892339"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-cp314-cp314-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "431812c89933a4bc7f293cfe1f4a8746",
            "packagetype": "bdist_wheel",
            "python_version": "cp314",
            "requires_python": ">=3.11",
            "size": 198300,
            "upload_time": "2025-07-26T12:02:32",
            "upload_time_iso_8601": "2025-07-26T12:02:32.956853Z",
            "url": "https://files.pythonhosted.org/packages/18/79/a9416650df9b525737ab521aa181ccc42d56016d2123ddcb7b58e926a42c/contourpy-1.3.3-cp314-cp314-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a5298dcfe16f0107943fa92388c23f6e05cff0ba58058c4c95b00280d4c75a14",
                "md5": "d50f887e19fcf79761a1ed41a5535227",
                "sha256": "cd5dfcaeb10f7b7f9dc8941717c6c2ade08f587be2226222c12b25f0483ed497"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-pp311-pypy311_pp73-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d50f887e19fcf79761a1ed41a5535227",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.11",
            "size": 278809,
            "upload_time": "2025-07-26T12:02:52",
            "upload_time_iso_8601": "2025-07-26T12:02:52.740755Z",
            "url": "https://files.pythonhosted.org/packages/a5/29/8dcfe16f0107943fa92388c23f6e05cff0ba58058c4c95b00280d4c75a14/contourpy-1.3.3-pp311-pypy311_pp73-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "85a98b37ef4f7dafeb335daee3c8254645ef5725be4d9c6aa70b50ec46ef2f7e",
                "md5": "e0b20e75df79ff12ccf8522d03dc830c",
                "sha256": "0c1fc238306b35f246d61a1d416a627348b5cf0648648a031e14bb8705fcdfe8"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-pp311-pypy311_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e0b20e75df79ff12ccf8522d03dc830c",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.11",
            "size": 261593,
            "upload_time": "2025-07-26T12:02:54",
            "upload_time_iso_8601": "2025-07-26T12:02:54.037268Z",
            "url": "https://files.pythonhosted.org/packages/85/a9/8b37ef4f7dafeb335daee3c8254645ef5725be4d9c6aa70b50ec46ef2f7e/contourpy-1.3.3-pp311-pypy311_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0a59ebfb8c677c75605cc27f7122c90313fd2f375ff3c8d19a1694bda74aaa63",
                "md5": "fdd8f3580eec2228605b15c30a073436",
                "sha256": "70f9aad7de812d6541d29d2bbf8feb22ff7e1c299523db288004e3157ff4674e"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "fdd8f3580eec2228605b15c30a073436",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.11",
            "size": 302202,
            "upload_time": "2025-07-26T12:02:55",
            "upload_time_iso_8601": "2025-07-26T12:02:55.947909Z",
            "url": "https://files.pythonhosted.org/packages/0a/59/ebfb8c677c75605cc27f7122c90313fd2f375ff3c8d19a1694bda74aaa63/contourpy-1.3.3-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3c3721972a15834d90bfbfb009b9d004779bd5a07a0ec0234e5ba8f64d5736f4",
                "md5": "fe986db5fd8bff4781ba44bc3a6ab7a4",
                "sha256": "5ed3657edf08512fc3fe81b510e35c2012fbd3081d2e26160f27ca28affec989"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fe986db5fd8bff4781ba44bc3a6ab7a4",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.11",
            "size": 329207,
            "upload_time": "2025-07-26T12:02:57",
            "upload_time_iso_8601": "2025-07-26T12:02:57.468975Z",
            "url": "https://files.pythonhosted.org/packages/3c/37/21972a15834d90bfbfb009b9d004779bd5a07a0ec0234e5ba8f64d5736f4/contourpy-1.3.3-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0c58bd257695f39d05594ca4ad60df5bcb7e32247f9951fd09a9b8edb82d1daa",
                "md5": "9fc2b94442ac149f138a22a003829462",
                "sha256": "3d1a3799d62d45c18bafd41c5fa05120b96a28079f2393af559b843d1a966a77"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3-pp311-pypy311_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9fc2b94442ac149f138a22a003829462",
            "packagetype": "bdist_wheel",
            "python_version": "pp311",
            "requires_python": ">=3.11",
            "size": 225315,
            "upload_time": "2025-07-26T12:02:58",
            "upload_time_iso_8601": "2025-07-26T12:02:58.801306Z",
            "url": "https://files.pythonhosted.org/packages/0c/58/bd257695f39d05594ca4ad60df5bcb7e32247f9951fd09a9b8edb82d1daa/contourpy-1.3.3-pp311-pypy311_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "58011253e6698a07380cd31a736d248a3f2a50a7c88779a1813da27503cadc2a",
                "md5": "3592ea8e491e04fc7a87721e0beb7b0e",
                "sha256": "083e12155b210502d0bca491432bb04d56dc3432f95a979b429f2848c3dbe880"
            },
            "downloads": -1,
            "filename": "contourpy-1.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "3592ea8e491e04fc7a87721e0beb7b0e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 13466174,
            "upload_time": "2025-07-26T12:03:12",
            "upload_time_iso_8601": "2025-07-26T12:03:12.549238Z",
            "url": "https://files.pythonhosted.org/packages/58/01/1253e6698a07380cd31a736d248a3f2a50a7c88779a1813da27503cadc2a/contourpy-1.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-26 12:03:12",
    "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: 1.90183s