kiwisolver


Namekiwisolver JSON
Version 1.4.6 PyPI version JSON
download
home_pageNone
SummaryA fast implementation of the Cassowary constraint solver
upload_time2024-09-03 16:37:59
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
license========================= The Kiwi licensing terms ========================= Kiwi is licensed under the terms of the Modified BSD License (also known as New or Revised BSD), as follows: Copyright (c) 2013-2024, Nucleic Development Team All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 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. Neither the name of the Nucleic Development Team 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 OWNER 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. About Kiwi ---------- Chris Colbert began the Kiwi project in December 2013 in an effort to create a blisteringly fast UI constraint solver. Chris is still the project lead. The Nucleic Development Team is the set of all contributors to the Nucleic project and its subprojects. The core team that coordinates development on GitHub can be found here: http://github.com/nucleic. The current team consists of: * Chris Colbert Our Copyright Policy -------------------- Nucleic uses a shared copyright model. Each contributor maintains copyright over their contributions to Nucleic. But, it is important to note that these contributions are typically only changes to the repositories. Thus, the Nucleic source code, in its entirety is not the copyright of any single person or institution. Instead, it is the collective copyright of the entire Nucleic Development Team. If individual contributors want to maintain a record of what changes/contributions they have specific copyright on, they should indicate their copyright in the commit message of the change, when they commit the change to one of the Nucleic repositories. With this in mind, the following banner should be used in any source code file to indicate the copyright and license terms: #------------------------------------------------------------------------------ # Copyright (c) 2013-2024, Nucleic Development Team. # # Distributed under the terms of the Modified BSD License. # # The full license is in the file LICENSE, distributed with this software. #------------------------------------------------------------------------------
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Welcome to Kiwi
===============

.. image:: https://github.com/nucleic/kiwi/workflows/Continuous%20Integration/badge.svg
    :target: https://github.com/nucleic/kiwi/actions
.. image:: https://github.com/nucleic/kiwi/workflows/Documentation%20building/badge.svg
    :target: https://github.com/nucleic/kiwi/actions
.. image:: https://codecov.io/gh/nucleic/kiwi/branch/main/graph/badge.svg
  :target: https://codecov.io/gh/nucleic/kiwi
.. image:: https://readthedocs.org/projects/kiwisolver/badge/?version=latest
    :target: https://kiwisolver.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

Kiwi is an efficient C++ implementation of the Cassowary constraint solving
algorithm. Kiwi is an implementation of the algorithm based on the
`seminal Cassowary paper <https://constraints.cs.washington.edu/solvers/cassowary-tochi.pdf>`_.
It is *not* a refactoring of the original C++ solver. Kiwi has been designed
from the ground up to be lightweight and fast. Kiwi ranges from 10x to 500x
faster than the original Cassowary solver with typical use cases gaining a 40x
improvement. Memory savings are consistently > 5x.

In addition to the C++ solver, Kiwi ships with hand-rolled Python bindings for
Python 3.7+.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "kiwisolver",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "\"Matthieu C. Dartiailh\" <m.dartiailh@gmail.com>",
    "keywords": null,
    "author": null,
    "author_email": "The Nucleic Development Team <sccolbert@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/52/bd/e54734b47fa63b52e34bad5b60e6842628b9a47c14254c5557f2a4b37b2e/kiwisolver-1.4.6.tar.gz",
    "platform": null,
    "description": "Welcome to Kiwi\n===============\n\n.. image:: https://github.com/nucleic/kiwi/workflows/Continuous%20Integration/badge.svg\n    :target: https://github.com/nucleic/kiwi/actions\n.. image:: https://github.com/nucleic/kiwi/workflows/Documentation%20building/badge.svg\n    :target: https://github.com/nucleic/kiwi/actions\n.. image:: https://codecov.io/gh/nucleic/kiwi/branch/main/graph/badge.svg\n  :target: https://codecov.io/gh/nucleic/kiwi\n.. image:: https://readthedocs.org/projects/kiwisolver/badge/?version=latest\n    :target: https://kiwisolver.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n\nKiwi is an efficient C++ implementation of the Cassowary constraint solving\nalgorithm. Kiwi is an implementation of the algorithm based on the\n`seminal Cassowary paper <https://constraints.cs.washington.edu/solvers/cassowary-tochi.pdf>`_.\nIt is *not* a refactoring of the original C++ solver. Kiwi has been designed\nfrom the ground up to be lightweight and fast. Kiwi ranges from 10x to 500x\nfaster than the original Cassowary solver with typical use cases gaining a 40x\nimprovement. Memory savings are consistently > 5x.\n\nIn addition to the C++ solver, Kiwi ships with hand-rolled Python bindings for\nPython 3.7+.\n",
    "bugtrack_url": null,
    "license": "========================= The Kiwi licensing terms ========================= Kiwi is licensed under the terms of the Modified BSD License (also known as New or Revised BSD), as follows:  Copyright (c) 2013-2024, Nucleic Development Team  All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  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.  Neither the name of the Nucleic Development Team 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 OWNER 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.  About Kiwi ---------- Chris Colbert began the Kiwi project in December 2013 in an effort to create a blisteringly fast UI constraint solver. Chris is still the project lead.  The Nucleic Development Team is the set of all contributors to the Nucleic project and its subprojects.  The core team that coordinates development on GitHub can be found here: http://github.com/nucleic. The current team consists of:  * Chris Colbert  Our Copyright Policy -------------------- Nucleic uses a shared copyright model. Each contributor maintains copyright over their contributions to Nucleic. But, it is important to note that these contributions are typically only changes to the repositories. Thus, the Nucleic source code, in its entirety is not the copyright of any single person or institution. Instead, it is the collective copyright of the entire Nucleic Development Team. If individual contributors want to maintain a record of what changes/contributions they have specific copyright on, they should indicate their copyright in the commit message of the change, when they commit the change to one of the Nucleic repositories.  With this in mind, the following banner should be used in any source code file to indicate the copyright and license terms:  #------------------------------------------------------------------------------ # Copyright (c) 2013-2024, Nucleic Development Team. # # Distributed under the terms of the Modified BSD License. # # The full license is in the file LICENSE, distributed with this software. #------------------------------------------------------------------------------ ",
    "summary": "A fast implementation of the Cassowary constraint solver",
    "version": "1.4.6",
    "project_urls": {
        "changelog": "https://github.com/nucleic/kiwi/blob/main/releasenotes.rst",
        "documentation": "https://kiwisolver.readthedocs.io/en/latest/",
        "homepage": "https://github.com/nucleic/kiwi",
        "repository": "https://github.com/nucleic/kiwi"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "edafb156729d2b9cbbfbbd2c3257f70280f473db2792e5056b010e9c24e196d4",
                "md5": "a65b5a7fe5c45a23b9a7d8285021a99a",
                "sha256": "9739f60317af3ebb15372a61907a71ba71e9cc3c21239d4e39051ecf51928d98"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp310-cp310-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "a65b5a7fe5c45a23b9a7d8285021a99a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 122447,
            "upload_time": "2024-09-03T16:35:59",
            "upload_time_iso_8601": "2024-09-03T16:35:59.305213Z",
            "url": "https://files.pythonhosted.org/packages/ed/af/b156729d2b9cbbfbbd2c3257f70280f473db2792e5056b010e9c24e196d4/kiwisolver-1.4.6-cp310-cp310-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "962fc57136535ffc83fca1aebabe405ce3b545b6ffa2076c750c4842db782411",
                "md5": "9b614d99e03d8dcb17b4b85485c9ff39",
                "sha256": "7802ac87e8efd05f4ed6b82dfe4749cd4f38140c198a7d392ebbb3ab5fb38bd6"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9b614d99e03d8dcb17b4b85485c9ff39",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 65760,
            "upload_time": "2024-09-03T16:36:00",
            "upload_time_iso_8601": "2024-09-03T16:36:00.944555Z",
            "url": "https://files.pythonhosted.org/packages/96/2f/c57136535ffc83fca1aebabe405ce3b545b6ffa2076c750c4842db782411/kiwisolver-1.4.6-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36af7700d6094c6847523a9eb9a7ac33ff25f56c9b15d67865879464d939c5dc",
                "md5": "444a5c9dcac372f11ac99570fedcc3b2",
                "sha256": "0632248f5a06a2e4134637628de7300b923d242a30926a1bbf7cc4e487dc0bb8"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "444a5c9dcac372f11ac99570fedcc3b2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 64312,
            "upload_time": "2024-09-03T16:36:01",
            "upload_time_iso_8601": "2024-09-03T16:36:01.993061Z",
            "url": "https://files.pythonhosted.org/packages/36/af/7700d6094c6847523a9eb9a7ac33ff25f56c9b15d67865879464d939c5dc/kiwisolver-1.4.6-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba0ce5add71f44e7b96caeda42f6e54235808d10c2b2c576c03a29465d6607d9",
                "md5": "96d9b941309aaa1bdcfa58875226952b",
                "sha256": "b747105ddb84ce77a41fbc9485df366519526d1f7f4a096ca02570bf082a70c3"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "96d9b941309aaa1bdcfa58875226952b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1637098,
            "upload_time": "2024-09-03T16:36:02",
            "upload_time_iso_8601": "2024-09-03T16:36:02.957588Z",
            "url": "https://files.pythonhosted.org/packages/ba/0c/e5add71f44e7b96caeda42f6e54235808d10c2b2c576c03a29465d6607d9/kiwisolver-1.4.6-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63cb5964c17ac71c810220f699b44950a327b026791b441ea4c7b4723f6b84d9",
                "md5": "a2d9d5cfc6ae21bd8bde75122856d805",
                "sha256": "9f338d9724cc2b2ea49e8f3af3a6733f5191cf85801db5b137350dc021e16dad"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a2d9d5cfc6ae21bd8bde75122856d805",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1617810,
            "upload_time": "2024-09-03T16:36:04",
            "upload_time_iso_8601": "2024-09-03T16:36:04.341766Z",
            "url": "https://files.pythonhosted.org/packages/63/cb/5964c17ac71c810220f699b44950a327b026791b441ea4c7b4723f6b84d9/kiwisolver-1.4.6-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db3641d890b1366de9349b84b4dfd1519bbce42c4a26fc768b2257656802b74f",
                "md5": "85ce9b711ce6b894e3b9befe93b4539f",
                "sha256": "fdeb0c875a8df911cf026f2ee7043d63d59768e58864835d5c5c27020f251fd2"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "85ce9b711ce6b894e3b9befe93b4539f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1400883,
            "upload_time": "2024-09-03T16:36:05",
            "upload_time_iso_8601": "2024-09-03T16:36:05.720072Z",
            "url": "https://files.pythonhosted.org/packages/db/36/41d890b1366de9349b84b4dfd1519bbce42c4a26fc768b2257656802b74f/kiwisolver-1.4.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd850b03120878dfb1f3ae6d5bf197592a318d4e546e2f188af3ac2cbcb5cf68",
                "md5": "c0eef2aa3e7890839e139ee1573ba919",
                "sha256": "182b3eed63f8f79623bba26f1ac75e6c94463c98b70828029db8fe2d230b7ba0"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "c0eef2aa3e7890839e139ee1573ba919",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1512965,
            "upload_time": "2024-09-03T16:36:06",
            "upload_time_iso_8601": "2024-09-03T16:36:06.992363Z",
            "url": "https://files.pythonhosted.org/packages/bd/85/0b03120878dfb1f3ae6d5bf197592a318d4e546e2f188af3ac2cbcb5cf68/kiwisolver-1.4.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa5c5b1712b03d31efb27ef89402d94ea39064eb37a6e0705c46f8b2a256d154",
                "md5": "affccf399edda04d49fd3fa52f6eb46d",
                "sha256": "f0b17c30a50ce5345469f206708adb5946917d59c900e53af7108da2a0c4b56f"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "affccf399edda04d49fd3fa52f6eb46d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1444783,
            "upload_time": "2024-09-03T16:36:08",
            "upload_time_iso_8601": "2024-09-03T16:36:08.423521Z",
            "url": "https://files.pythonhosted.org/packages/aa/5c/5b1712b03d31efb27ef89402d94ea39064eb37a6e0705c46f8b2a256d154/kiwisolver-1.4.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e468e7733f8c86374b7e8c0d859f723652f2cd8bb8ab53d3bdc7c901f33b454",
                "md5": "e8b0e4fa4857f9c8aa76de785e3b878e",
                "sha256": "cc09aff78d1eb3b4c63d31eba1db6da5b4d580cf65596562038b6c8ec5806a17"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e8b0e4fa4857f9c8aa76de785e3b878e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2199212,
            "upload_time": "2024-09-03T16:36:09",
            "upload_time_iso_8601": "2024-09-03T16:36:09.981345Z",
            "url": "https://files.pythonhosted.org/packages/5e/46/8e7733f8c86374b7e8c0d859f723652f2cd8bb8ab53d3bdc7c901f33b454/kiwisolver-1.4.6-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97e004da7c7b41571e0126392271651573c8e5a24318a6858ce6e7c257a5b84d",
                "md5": "7e6805c577beefd0230eb7d378271399",
                "sha256": "300443d53ed971a0dd35249f5012a3c3c95004da2e3f5877ed3cb784228d67bd"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "7e6805c577beefd0230eb7d378271399",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2346395,
            "upload_time": "2024-09-03T16:36:11",
            "upload_time_iso_8601": "2024-09-03T16:36:11.263870Z",
            "url": "https://files.pythonhosted.org/packages/97/e0/04da7c7b41571e0126392271651573c8e5a24318a6858ce6e7c257a5b84d/kiwisolver-1.4.6-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7abe9697af4c7b95f523b43d91c45c9683113a409121faa851d236f9eef799c4",
                "md5": "3803f8828646088dfab74e1be4a9db3c",
                "sha256": "7e3012902606eba35014f725dbd2aab3a28a276cb6872fb21bb27c0ee384a554"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp310-cp310-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "3803f8828646088dfab74e1be4a9db3c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2308691,
            "upload_time": "2024-09-03T16:36:12",
            "upload_time_iso_8601": "2024-09-03T16:36:12.699600Z",
            "url": "https://files.pythonhosted.org/packages/7a/be/9697af4c7b95f523b43d91c45c9683113a409121faa851d236f9eef799c4/kiwisolver-1.4.6-cp310-cp310-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f786561d05f05fcb4085f41241ce3b27f77050cc6fb4e717983c16056447d3b1",
                "md5": "088c5a2580916e308aa181c16e4faab1",
                "sha256": "4cf699500d5d88a5424a4a26dfdcada6aa3a1917431e459c88c38dadd6a300d7"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp310-cp310-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "088c5a2580916e308aa181c16e4faab1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2445492,
            "upload_time": "2024-09-03T16:36:14",
            "upload_time_iso_8601": "2024-09-03T16:36:14.401135Z",
            "url": "https://files.pythonhosted.org/packages/f7/86/561d05f05fcb4085f41241ce3b27f77050cc6fb4e717983c16056447d3b1/kiwisolver-1.4.6-cp310-cp310-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "794fe6a27dc4756e816e1e494140b43ada54939112d658c53cac3621c9274ed4",
                "md5": "9da04919c491604e23ac905e97c03266",
                "sha256": "212a903a4f90aa6bdbd0709b28df4a337687839dd7cf7030bb288ef756f338e4"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9da04919c491604e23ac905e97c03266",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2262192,
            "upload_time": "2024-09-03T16:36:15",
            "upload_time_iso_8601": "2024-09-03T16:36:15.640089Z",
            "url": "https://files.pythonhosted.org/packages/79/4f/e6a27dc4756e816e1e494140b43ada54939112d658c53cac3621c9274ed4/kiwisolver-1.4.6-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33f5210268163cd9d8f82e80ecbeb124639b98fa498dcec87f5c68b358f21123",
                "md5": "e446cb0767f590eb010df07267573ad0",
                "sha256": "7de63234cf06d3a0d218d5c6e907f6ceed72a9d369a8c561d1a161ffafd2fa95"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "e446cb0767f590eb010df07267573ad0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 46643,
            "upload_time": "2024-09-03T16:36:16",
            "upload_time_iso_8601": "2024-09-03T16:36:16.759203Z",
            "url": "https://files.pythonhosted.org/packages/33/f5/210268163cd9d8f82e80ecbeb124639b98fa498dcec87f5c68b358f21123/kiwisolver-1.4.6-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "734800dba3d15ab163e6081b943983e7b7e41cf73d5731885ca75cb6948ca211",
                "md5": "2f3289c96b0807535e752d65f4d02acc",
                "sha256": "ad4410b6aca71bcfba185d92a3094114914b4ddd9d61d5b7b91047cb273a077b"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2f3289c96b0807535e752d65f4d02acc",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 55879,
            "upload_time": "2024-09-03T16:36:17",
            "upload_time_iso_8601": "2024-09-03T16:36:17.689461Z",
            "url": "https://files.pythonhosted.org/packages/73/48/00dba3d15ab163e6081b943983e7b7e41cf73d5731885ca75cb6948ca211/kiwisolver-1.4.6-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb9f8f5c9ed8fe6c9bea77ad473acbfc2adbfbcb7f9a7aee6b6ac60bdf940a20",
                "md5": "05c657bebfbf38e310d8c12755a8cb90",
                "sha256": "bc523ab49257fd7bbe00e23aff6924624a5da1ce924e4b3e39530049298779da"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp310-cp310-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "05c657bebfbf38e310d8c12755a8cb90",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 48351,
            "upload_time": "2024-09-03T16:36:19",
            "upload_time_iso_8601": "2024-09-03T16:36:19.083240Z",
            "url": "https://files.pythonhosted.org/packages/eb/9f/8f5c9ed8fe6c9bea77ad473acbfc2adbfbcb7f9a7aee6b6ac60bdf940a20/kiwisolver-1.4.6-cp310-cp310-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a9ad22443947c1bfacff8596fe588ac5c3bf9e88a1b557c9e3fec12f1487133",
                "md5": "c32d405bc61e084e580000178dd36292",
                "sha256": "45a5cb5abad1ad9c265eed7e058fefafeb7964565b93b397ba2f480faec8d674"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp311-cp311-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "c32d405bc61e084e580000178dd36292",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 122442,
            "upload_time": "2024-09-03T16:36:20",
            "upload_time_iso_8601": "2024-09-03T16:36:20.257328Z",
            "url": "https://files.pythonhosted.org/packages/9a/9a/d22443947c1bfacff8596fe588ac5c3bf9e88a1b557c9e3fec12f1487133/kiwisolver-1.4.6-cp311-cp311-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b870888ce89a1a2b4fbeb141729a4ea73c7227e758a7a8e0f5f7b9a10c83e03a",
                "md5": "61a77b4549e30080e938789aa369933d",
                "sha256": "7e52b2568c47fb4f54d17576954e02b1de156c85152f87283a99db9670fd18c0"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "61a77b4549e30080e938789aa369933d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 65755,
            "upload_time": "2024-09-03T16:36:21",
            "upload_time_iso_8601": "2024-09-03T16:36:21.584320Z",
            "url": "https://files.pythonhosted.org/packages/b8/70/888ce89a1a2b4fbeb141729a4ea73c7227e758a7a8e0f5f7b9a10c83e03a/kiwisolver-1.4.6-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "17fb8d7100e23b1130256bb480a19e2a99b9100c268c0ea4ce6ce42073301ef0",
                "md5": "04f17598aad2759fc99906bbcfafa461",
                "sha256": "00af95204100bc1d0f26e1ed52ec77d6e3da5c9b845c88d31875c164e4ba6c0c"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "04f17598aad2759fc99906bbcfafa461",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 64311,
            "upload_time": "2024-09-03T16:36:22",
            "upload_time_iso_8601": "2024-09-03T16:36:22.514613Z",
            "url": "https://files.pythonhosted.org/packages/17/fb/8d7100e23b1130256bb480a19e2a99b9100c268c0ea4ce6ce42073301ef0/kiwisolver-1.4.6-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7734704e1e382a5b59097ed546d1093758e6c106eb4b5ffd9340704b6cb5414e",
                "md5": "fc86f5129cc5fc38057e0b229de2f077",
                "sha256": "50ab1fedf86f3951a9e90a64edd15f598860ed60cd3664259756f097d527b5ae"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "fc86f5129cc5fc38057e0b229de2f077",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1334259,
            "upload_time": "2024-09-03T16:36:23",
            "upload_time_iso_8601": "2024-09-03T16:36:23.504535Z",
            "url": "https://files.pythonhosted.org/packages/77/34/704e1e382a5b59097ed546d1093758e6c106eb4b5ffd9340704b6cb5414e/kiwisolver-1.4.6-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f8d63f912f0f7245cbcd0ee9956585509dc85cb764adbe8d06e342596f03536",
                "md5": "f093f494da9437b4e7244d1070ae1e9e",
                "sha256": "dbc985766bf20141ce64baecc39fb9fedbce094b2b8de1bb62676b79328988e4"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f093f494da9437b4e7244d1070ae1e9e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1426582,
            "upload_time": "2024-09-03T16:36:25",
            "upload_time_iso_8601": "2024-09-03T16:36:25.021296Z",
            "url": "https://files.pythonhosted.org/packages/2f/8d/63f912f0f7245cbcd0ee9956585509dc85cb764adbe8d06e342596f03536/kiwisolver-1.4.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37cbae78c5a007d3c71aecd6d008c9923b29e14ef3663ccc2bc05f5dde9f071c",
                "md5": "76a1d9eb382fd99659bd8efb13738a8e",
                "sha256": "f1942a155c737a7c3835a957897f0cc9ebc0085b7a75d934d86aecb1b27b8873"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "76a1d9eb382fd99659bd8efb13738a8e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1541078,
            "upload_time": "2024-09-03T16:36:26",
            "upload_time_iso_8601": "2024-09-03T16:36:26.292041Z",
            "url": "https://files.pythonhosted.org/packages/37/cb/ae78c5a007d3c71aecd6d008c9923b29e14ef3663ccc2bc05f5dde9f071c/kiwisolver-1.4.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf69f21cdc8537c08e7cc2097361b1d7ad3c47192509dfca7848e42abe6f2dec",
                "md5": "1470d8e9cf8fc8f72e613e6874d2e099",
                "sha256": "f464403e391724f8e7dff188d3fb77a85bd1273b3fdba182e6671abcc44434f8"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "1470d8e9cf8fc8f72e613e6874d2e099",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1470055,
            "upload_time": "2024-09-03T16:36:27",
            "upload_time_iso_8601": "2024-09-03T16:36:27.613042Z",
            "url": "https://files.pythonhosted.org/packages/bf/69/f21cdc8537c08e7cc2097361b1d7ad3c47192509dfca7848e42abe6f2dec/kiwisolver-1.4.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7925b4e6929ee94dcb3144cacb2f427dc27aaec42aeb9367421b2efd5f771393",
                "md5": "4a748e3261dd8062e644004af525c699",
                "sha256": "ce5efe545eea86f52ec5a1185e5052815ea86778e8268bad71fa46433f7c0bef"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4a748e3261dd8062e644004af525c699",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1426374,
            "upload_time": "2024-09-03T16:36:28",
            "upload_time_iso_8601": "2024-09-03T16:36:28.880872Z",
            "url": "https://files.pythonhosted.org/packages/79/25/b4e6929ee94dcb3144cacb2f427dc27aaec42aeb9367421b2efd5f771393/kiwisolver-1.4.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "40dd11ae8c3276e7f975f8c7e6117184cc3afe1ef5a71745456926104b0c468d",
                "md5": "57efbfdf9fda9de6ab81d278a0eaa1ca",
                "sha256": "cb30165f71b7b3378668346e220c81d590593a3a1ff76428a53780310df03f35"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "57efbfdf9fda9de6ab81d278a0eaa1ca",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2222229,
            "upload_time": "2024-09-03T16:36:30",
            "upload_time_iso_8601": "2024-09-03T16:36:30.452691Z",
            "url": "https://files.pythonhosted.org/packages/40/dd/11ae8c3276e7f975f8c7e6117184cc3afe1ef5a71745456926104b0c468d/kiwisolver-1.4.6-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "672846b28157c237e6c08d40843f4d1ccb74ef727c6c420ced5864e0501b5200",
                "md5": "2126cb2e55f4bca865f2126b08e6b158",
                "sha256": "f5a987f740e1c9964e614acb87ba1f014b4be760a341effc8dc789913d1840e6"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "2126cb2e55f4bca865f2126b08e6b158",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2368628,
            "upload_time": "2024-09-03T16:36:31",
            "upload_time_iso_8601": "2024-09-03T16:36:31.715810Z",
            "url": "https://files.pythonhosted.org/packages/67/28/46b28157c237e6c08d40843f4d1ccb74ef727c6c420ced5864e0501b5200/kiwisolver-1.4.6-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33778d876efef1921bd918a9dca177fe5e9adda372b4b19300101a38aca5558b",
                "md5": "f661c8e0a7a0227a3b261f76ef921717",
                "sha256": "f2ceaa6d0450623d108956647ef19a1a28c7e07880f1171c932477308d44d80b"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp311-cp311-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "f661c8e0a7a0227a3b261f76ef921717",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2329025,
            "upload_time": "2024-09-03T16:36:33",
            "upload_time_iso_8601": "2024-09-03T16:36:33.070298Z",
            "url": "https://files.pythonhosted.org/packages/33/77/8d876efef1921bd918a9dca177fe5e9adda372b4b19300101a38aca5558b/kiwisolver-1.4.6-cp311-cp311-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe55d9637527165b65fc3281d52415aaa12a8526200362ebd8ababb1962149c5",
                "md5": "223136f950b372c605c5ae79b2afebc3",
                "sha256": "788cbf99738f18ae8a27b9d4d7314502b4b917005cfdacd1d6a59038332ae24d"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp311-cp311-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "223136f950b372c605c5ae79b2afebc3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2468484,
            "upload_time": "2024-09-03T16:36:34",
            "upload_time_iso_8601": "2024-09-03T16:36:34.321770Z",
            "url": "https://files.pythonhosted.org/packages/fe/55/d9637527165b65fc3281d52415aaa12a8526200362ebd8ababb1962149c5/kiwisolver-1.4.6-cp311-cp311-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b77d2297d08507d54a6a73c6f4377d8b7a795b4715caeca571e8a494f527d120",
                "md5": "c02546ec5da0bdb779b8a4501f37260c",
                "sha256": "2f6668678a6b9488a7f8a6320e1b1c6396d179a976472dbc08d1600d04119511"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c02546ec5da0bdb779b8a4501f37260c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2284076,
            "upload_time": "2024-09-03T16:36:36",
            "upload_time_iso_8601": "2024-09-03T16:36:36.419384Z",
            "url": "https://files.pythonhosted.org/packages/b7/7d/2297d08507d54a6a73c6f4377d8b7a795b4715caeca571e8a494f527d120/kiwisolver-1.4.6-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f5b64bc3c75c269b8820d98120c9d41079bac3129d83eed1892c50c4d760d2d",
                "md5": "55ac4b51a1367c40b6f83424024d5008",
                "sha256": "10a09a3e4213c2806bcfd2eb4edb756c557973d2cacf06873b18a247fce897da"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "55ac4b51a1367c40b6f83424024d5008",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 46643,
            "upload_time": "2024-09-03T16:36:37",
            "upload_time_iso_8601": "2024-09-03T16:36:37.593584Z",
            "url": "https://files.pythonhosted.org/packages/8f/5b/64bc3c75c269b8820d98120c9d41079bac3129d83eed1892c50c4d760d2d/kiwisolver-1.4.6-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f402b03bc57af2e41da8fec1b30d16f733ee28b85888a5368688e99d5c664c2",
                "md5": "edd9d419063250338e75f33fc00158c9",
                "sha256": "683ffef2c51fdc54112dc610d06b59b88c21e23fb669b905da6d5bec80da1bde"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "edd9d419063250338e75f33fc00158c9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 56023,
            "upload_time": "2024-09-03T16:36:38",
            "upload_time_iso_8601": "2024-09-03T16:36:38.558402Z",
            "url": "https://files.pythonhosted.org/packages/5f/40/2b03bc57af2e41da8fec1b30d16f733ee28b85888a5368688e99d5c664c2/kiwisolver-1.4.6-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23f1ea9a7d24ad1f8c4144dd4eefb11d456f2aa90fc59a6f373b8de5f770f35a",
                "md5": "e3659f035bcf507c5c2b585933a9df0a",
                "sha256": "3b852c7f0ed9a2fd339c228829bca0964233ed45de50aae3e87b72ca37d177f8"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp311-cp311-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "e3659f035bcf507c5c2b585933a9df0a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 48540,
            "upload_time": "2024-09-03T16:36:39",
            "upload_time_iso_8601": "2024-09-03T16:36:39.457118Z",
            "url": "https://files.pythonhosted.org/packages/23/f1/ea9a7d24ad1f8c4144dd4eefb11d456f2aa90fc59a6f373b8de5f770f35a/kiwisolver-1.4.6-cp311-cp311-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "81848a5b628c6f2e661a48b296f335fdc1503f8ab5f49782db79217439853a34",
                "md5": "18d422d35b0dae89d8205ee528bb1a17",
                "sha256": "979df7e9334f6a3694ee9be8d42817e519ef6d155a16499714d082cf41296852"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp312-cp312-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "18d422d35b0dae89d8205ee528bb1a17",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 121807,
            "upload_time": "2024-09-03T16:36:40",
            "upload_time_iso_8601": "2024-09-03T16:36:40.397016Z",
            "url": "https://files.pythonhosted.org/packages/81/84/8a5b628c6f2e661a48b296f335fdc1503f8ab5f49782db79217439853a34/kiwisolver-1.4.6-cp312-cp312-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f2f92210b842c87a22df953727c2ba2ceb28827de3a47dc157701d4524885fa",
                "md5": "513a02448a570c0d332e836ed6991d2d",
                "sha256": "50c9c6c42bb6ca231626d1182b9128e89c5ce3c64456f811ff0280deb42d7bfe"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "513a02448a570c0d332e836ed6991d2d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 65529,
            "upload_time": "2024-09-03T16:36:41",
            "upload_time_iso_8601": "2024-09-03T16:36:41.869358Z",
            "url": "https://files.pythonhosted.org/packages/7f/2f/92210b842c87a22df953727c2ba2ceb28827de3a47dc157701d4524885fa/kiwisolver-1.4.6-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "518fe1a0d4be4f549a2ef7a9dfa478b50ee92e9b9156e0194072c96f8b934757",
                "md5": "3f16638578caaff4eba004274c71e6c7",
                "sha256": "ace86489e7951bd26329a589198d3875c3d48380f889c69d3eb254b506a80101"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "3f16638578caaff4eba004274c71e6c7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 63895,
            "upload_time": "2024-09-03T16:36:42",
            "upload_time_iso_8601": "2024-09-03T16:36:42.823808Z",
            "url": "https://files.pythonhosted.org/packages/51/8f/e1a0d4be4f549a2ef7a9dfa478b50ee92e9b9156e0194072c96f8b934757/kiwisolver-1.4.6-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6d0ab82266406429d3a114f861d9dbfe08eee9ba1475ea09a75cefc0ccbb5372",
                "md5": "07a4c0ab27505aab1bb715e4adb91c7c",
                "sha256": "f94771988da902b475f78e85cf63c5c94392773b4a6494234d87c1b363b2fbc5"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "07a4c0ab27505aab1bb715e4adb91c7c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1369291,
            "upload_time": "2024-09-03T16:36:43",
            "upload_time_iso_8601": "2024-09-03T16:36:43.970559Z",
            "url": "https://files.pythonhosted.org/packages/6d/0a/b82266406429d3a114f861d9dbfe08eee9ba1475ea09a75cefc0ccbb5372/kiwisolver-1.4.6-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "61b52e68f99a97131bd06f7eeca5294541cde33d92af875f945cd4c1296c94a4",
                "md5": "04b034df3fb199ae0c0571b72c262d14",
                "sha256": "a62379eee430b1c477bb0a0bf6858a57c7c0dad9cee8b3144a5cb5d366c66a54"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "04b034df3fb199ae0c0571b72c262d14",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1461449,
            "upload_time": "2024-09-03T16:36:45",
            "upload_time_iso_8601": "2024-09-03T16:36:45.295427Z",
            "url": "https://files.pythonhosted.org/packages/61/b5/2e68f99a97131bd06f7eeca5294541cde33d92af875f945cd4c1296c94a4/kiwisolver-1.4.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "899e47db05cdf2109a2e375c076fce6088c5fb493331225f8e588bd1992f287c",
                "md5": "8392918fa9f1b573818b500bc5ee0167",
                "sha256": "e99b97d69499a7414572c906fbc7ca312519f2e17999730129f6c4492786e953"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "8392918fa9f1b573818b500bc5ee0167",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1579164,
            "upload_time": "2024-09-03T16:36:46",
            "upload_time_iso_8601": "2024-09-03T16:36:46.662177Z",
            "url": "https://files.pythonhosted.org/packages/89/9e/47db05cdf2109a2e375c076fce6088c5fb493331225f8e588bd1992f287c/kiwisolver-1.4.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1fd7b6d86dd194ef83a259e30e2356c3ed16b40f59053a13dd6295c2ab99816e",
                "md5": "07d01d57d4a06e0ec5c51d6d8e350b06",
                "sha256": "ab93f58afe3a02922a343189404f24ed885564e6316649790240124b95ef1d6e"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "07d01d57d4a06e0ec5c51d6d8e350b06",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1507308,
            "upload_time": "2024-09-03T16:36:48",
            "upload_time_iso_8601": "2024-09-03T16:36:48.025334Z",
            "url": "https://files.pythonhosted.org/packages/1f/d7/b6d86dd194ef83a259e30e2356c3ed16b40f59053a13dd6295c2ab99816e/kiwisolver-1.4.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a5ff011569a61d48b39bbf606d675de79c85effabc1fbd291a6396538a8cc87",
                "md5": "bf463a023744d426cb5ca778ba6a76b6",
                "sha256": "34105f4460ba50fc18a16a8e77a5122f7affe075628763fda748ad0ec534c3ee"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bf463a023744d426cb5ca778ba6a76b6",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1464190,
            "upload_time": "2024-09-03T16:36:49",
            "upload_time_iso_8601": "2024-09-03T16:36:49.626025Z",
            "url": "https://files.pythonhosted.org/packages/5a/5f/f011569a61d48b39bbf606d675de79c85effabc1fbd291a6396538a8cc87/kiwisolver-1.4.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97449adc480290c47e3a3f2bac4e1de2b3f164fef80c50b2e68d25f1503e36de",
                "md5": "56294d10f9cf44ad7322d94e9f359ab3",
                "sha256": "0081f85f0222620563409d4804c6567a930a45dafbe9674c7913fde131653992"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "56294d10f9cf44ad7322d94e9f359ab3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2247874,
            "upload_time": "2024-09-03T16:36:51",
            "upload_time_iso_8601": "2024-09-03T16:36:51.089006Z",
            "url": "https://files.pythonhosted.org/packages/97/44/9adc480290c47e3a3f2bac4e1de2b3f164fef80c50b2e68d25f1503e36de/kiwisolver-1.4.6-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c5a0585de17a52af89689b9d79575317e54d5541bc8d0aa8449faf8b9fd58a2",
                "md5": "b3ebde150a86bc6704a1bc4e0f9b91a2",
                "sha256": "df2a4a7cc2e01991e039a792457751b601bdf30143ab5f23f9a1e58f20c875f4"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "b3ebde150a86bc6704a1bc4e0f9b91a2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2404199,
            "upload_time": "2024-09-03T16:36:52",
            "upload_time_iso_8601": "2024-09-03T16:36:52.949235Z",
            "url": "https://files.pythonhosted.org/packages/5c/5a/0585de17a52af89689b9d79575317e54d5541bc8d0aa8449faf8b9fd58a2/kiwisolver-1.4.6-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "059cfb3c9c407415126e31918db329de230988e779c9205a7099d674e5f64775",
                "md5": "b2dc25067145cf13613cc22aaaaf0341",
                "sha256": "1f401784df70ea2870e4e10adade66b5b06cb2c151bc2a8a414a1d10554e9a81"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp312-cp312-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "b2dc25067145cf13613cc22aaaaf0341",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2352457,
            "upload_time": "2024-09-03T16:36:54",
            "upload_time_iso_8601": "2024-09-03T16:36:54.382084Z",
            "url": "https://files.pythonhosted.org/packages/05/9c/fb3c9c407415126e31918db329de230988e779c9205a7099d674e5f64775/kiwisolver-1.4.6-cp312-cp312-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2e7d7768d21801eb26dea144c264b4da10b995af279b017056c242c8f2ed5ac",
                "md5": "1503db0c393bac674d5a9129c684ead8",
                "sha256": "b19761c8c613b6d04c44f1a4797a144b44136f17ec009ccfb025e17b5698140c"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp312-cp312-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "1503db0c393bac674d5a9129c684ead8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2501358,
            "upload_time": "2024-09-03T16:36:56",
            "upload_time_iso_8601": "2024-09-03T16:36:56.232042Z",
            "url": "https://files.pythonhosted.org/packages/e2/e7/d7768d21801eb26dea144c264b4da10b995af279b017056c242c8f2ed5ac/kiwisolver-1.4.6-cp312-cp312-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9247fe6423e99e5e00fd8c014013bd146c019b299defee0d78a8fc8619c77d88",
                "md5": "1b4919ae5e4d216b2b7585f546106c1f",
                "sha256": "ee7289430ded484cc2eff9d8ffcce58ed7fe2c26919321dbc0580322a49e0120"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1b4919ae5e4d216b2b7585f546106c1f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2314119,
            "upload_time": "2024-09-03T16:36:57",
            "upload_time_iso_8601": "2024-09-03T16:36:57.694872Z",
            "url": "https://files.pythonhosted.org/packages/92/47/fe6423e99e5e00fd8c014013bd146c019b299defee0d78a8fc8619c77d88/kiwisolver-1.4.6-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee90d6ede870b381ae0386475c20327b1c8e52d3b3ced0c9a6d4f1bb067bfba2",
                "md5": "732e0f5b1d39a02ff842e8de4a5e1388",
                "sha256": "331b9d9f408e874ecf34bd79b79df8e099f0b1b351b8844609c1bfdc8d2d45b2"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "732e0f5b1d39a02ff842e8de4a5e1388",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 46366,
            "upload_time": "2024-09-03T16:36:58",
            "upload_time_iso_8601": "2024-09-03T16:36:58.931333Z",
            "url": "https://files.pythonhosted.org/packages/ee/90/d6ede870b381ae0386475c20327b1c8e52d3b3ced0c9a6d4f1bb067bfba2/kiwisolver-1.4.6-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a32755f2db6c96102ebb7f078f617b17be18d5ba9ecf1423fec2194e5812451",
                "md5": "5157bda1b3656e075757edbb3a9b9097",
                "sha256": "a9be95d086578b3ada61a4621c0e7ee5f456820bfdccc3329061fdeae1e31179"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5157bda1b3656e075757edbb3a9b9097",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 55882,
            "upload_time": "2024-09-03T16:36:59",
            "upload_time_iso_8601": "2024-09-03T16:36:59.825057Z",
            "url": "https://files.pythonhosted.org/packages/6a/32/755f2db6c96102ebb7f078f617b17be18d5ba9ecf1423fec2194e5812451/kiwisolver-1.4.6-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "85861c4fb5c0cd90bd1048d7de3febc8f94cd015d8c523d96a7aff4fc0045b00",
                "md5": "180db03ef8ebc5a8a8459f326d296dff",
                "sha256": "773f2d87825779ab69196dfcf63e9d91043273421c6128c8d4ed82bc6316068f"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp312-cp312-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "180db03ef8ebc5a8a8459f326d296dff",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 48533,
            "upload_time": "2024-09-03T16:37:00",
            "upload_time_iso_8601": "2024-09-03T16:37:00.790250Z",
            "url": "https://files.pythonhosted.org/packages/85/86/1c4fb5c0cd90bd1048d7de3febc8f94cd015d8c523d96a7aff4fc0045b00/kiwisolver-1.4.6-cp312-cp312-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6d16de2395bfdc90626e8e7dc86f2349b0802d7e91d9cce4cd992c69ba2a8084",
                "md5": "3a6cbc7e8058fd638e7fe18a7381d55c",
                "sha256": "140f376c22b5148453acff768cff19c34ebbd593126617018732ea1d9ce65547"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp313-cp313-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "3a6cbc7e8058fd638e7fe18a7381d55c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 48533,
            "upload_time": "2024-09-03T16:37:01",
            "upload_time_iso_8601": "2024-09-03T16:37:01.686747Z",
            "url": "https://files.pythonhosted.org/packages/6d/16/de2395bfdc90626e8e7dc86f2349b0802d7e91d9cce4cd992c69ba2a8084/kiwisolver-1.4.6-cp313-cp313-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7866ecb0f9fbb5b40b57a14ee82da9ca8091fdc73e0deb9536b916bec556313c",
                "md5": "8a7954e4c060fe01169288c3f13129a2",
                "sha256": "160b983a1bca62d2274c886ddffc3168e0d6a1ae54d54556229f5bd57a4295e4"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp38-cp38-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "8a7954e4c060fe01169288c3f13129a2",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 122323,
            "upload_time": "2024-09-03T16:37:02",
            "upload_time_iso_8601": "2024-09-03T16:37:02.628733Z",
            "url": "https://files.pythonhosted.org/packages/78/66/ecb0f9fbb5b40b57a14ee82da9ca8091fdc73e0deb9536b916bec556313c/kiwisolver-1.4.6-cp38-cp38-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "74c2f7d32213c66a3adf4d4c906cd8fce8c4ff4f4369ab56e1f7bacca5319060",
                "md5": "32a4a16f852b7a85fbf4809480879fb9",
                "sha256": "f51a061d280300d33d37ebcfd02d5b480004e5bb5092e80ccabcdec8b7b1be9c"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "32a4a16f852b7a85fbf4809480879fb9",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 65679,
            "upload_time": "2024-09-03T16:37:04",
            "upload_time_iso_8601": "2024-09-03T16:37:04.006938Z",
            "url": "https://files.pythonhosted.org/packages/74/c2/f7d32213c66a3adf4d4c906cd8fce8c4ff4f4369ab56e1f7bacca5319060/kiwisolver-1.4.6-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "372797f72cb116b3d564eab083c3f895fedf9a96482514baa0c574a813e029f0",
                "md5": "ea280245914cc2229aa33e60b11ee234",
                "sha256": "2e33395cca1a27102beed4baf4e97490fcbb2c245626bddb940eafcfe697bf4a"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "ea280245914cc2229aa33e60b11ee234",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 64269,
            "upload_time": "2024-09-03T16:37:05",
            "upload_time_iso_8601": "2024-09-03T16:37:05.626398Z",
            "url": "https://files.pythonhosted.org/packages/37/27/97f72cb116b3d564eab083c3f895fedf9a96482514baa0c574a813e029f0/kiwisolver-1.4.6-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5382e5691282b04909442faf9c083365d6384a402fc4646c09998155e2f4c196",
                "md5": "5923b51000cf417c6ddea9cffa92f264",
                "sha256": "a7d04968b6015583968e62eca184c5104cbdc02666fd5cc7a4b535f9846968fd"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5923b51000cf417c6ddea9cffa92f264",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1387228,
            "upload_time": "2024-09-03T16:37:06",
            "upload_time_iso_8601": "2024-09-03T16:37:06.681386Z",
            "url": "https://files.pythonhosted.org/packages/53/82/e5691282b04909442faf9c083365d6384a402fc4646c09998155e2f4c196/kiwisolver-1.4.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "055fcb2355277da8a215627884843ceedc6711913b8f30d59f32556a0e602e50",
                "md5": "10e43399747358a45ebb9f1d4b1d612a",
                "sha256": "2cfbcd3a4b6193dd89dd005fbc5db8115a9f204727446562992f9f7fed217b3a"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "10e43399747358a45ebb9f1d4b1d612a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1500549,
            "upload_time": "2024-09-03T16:37:08",
            "upload_time_iso_8601": "2024-09-03T16:37:08.526095Z",
            "url": "https://files.pythonhosted.org/packages/05/5f/cb2355277da8a215627884843ceedc6711913b8f30d59f32556a0e602e50/kiwisolver-1.4.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1a08f036e975b476f22fa49191b13ef8e22eebd30d19586079b8c8d59158013b",
                "md5": "6c2de0111178d88ee6b0f8258fcf4827",
                "sha256": "5a69366fb349c2be904ac13063e3b6bcae76ed1c826fcbc646f43135b45abb68"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "6c2de0111178d88ee6b0f8258fcf4827",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1431678,
            "upload_time": "2024-09-03T16:37:10",
            "upload_time_iso_8601": "2024-09-03T16:37:10.548271Z",
            "url": "https://files.pythonhosted.org/packages/1a/08/f036e975b476f22fa49191b13ef8e22eebd30d19586079b8c8d59158013b/kiwisolver-1.4.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70046cbada5505f41cb9d3226781db092818341bc6d2777607b5534e3cdb5077",
                "md5": "c317907cbb41a44082c35e1976c190b5",
                "sha256": "c3420b5179fb732a899a0dfbfdcbc221712d850b5772b082415658466e887e55"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "c317907cbb41a44082c35e1976c190b5",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1125809,
            "upload_time": "2024-09-03T16:37:12",
            "upload_time_iso_8601": "2024-09-03T16:37:12.049545Z",
            "url": "https://files.pythonhosted.org/packages/70/04/6cbada5505f41cb9d3226781db092818341bc6d2777607b5534e3cdb5077/kiwisolver-1.4.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a49ce4790593194701b406f578261637b21e951385a28b193ff969195ac4e04d",
                "md5": "7431325a8eef6207dac991c049613430",
                "sha256": "4ccbc596114d32bb5d2ff74eb1785ab1b2d5bc56e7e54662ef335b333f427548"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7431325a8eef6207dac991c049613430",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1179982,
            "upload_time": "2024-09-03T16:37:13",
            "upload_time_iso_8601": "2024-09-03T16:37:13.332796Z",
            "url": "https://files.pythonhosted.org/packages/a4/9c/e4790593194701b406f578261637b21e951385a28b193ff969195ac4e04d/kiwisolver-1.4.6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2edaa70130f0300cbf65b75ea83e954fdeaf1713abbed6b3662d38d6fcf60471",
                "md5": "f2cb691a0cea7674494c33b980bf4d4d",
                "sha256": "fa61478e1356df92566ca46fe4165d0a36b9e336ee7fe7e71b923267fc5283aa"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp38-cp38-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f2cb691a0cea7674494c33b980bf4d4d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2186819,
            "upload_time": "2024-09-03T16:37:14",
            "upload_time_iso_8601": "2024-09-03T16:37:14.664238Z",
            "url": "https://files.pythonhosted.org/packages/2e/da/a70130f0300cbf65b75ea83e954fdeaf1713abbed6b3662d38d6fcf60471/kiwisolver-1.4.6-cp38-cp38-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a8e9e4726d594bd9eaf9fc1876ea636d3345f32465810d453b2a00b9c2df7da",
                "md5": "90a6e6a4af3dd44ed917075433393b50",
                "sha256": "204039c59e6160f1227c2a33153d0738c93c171dbcc5b632c653f7a7abd08dc9"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp38-cp38-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "90a6e6a4af3dd44ed917075433393b50",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2332535,
            "upload_time": "2024-09-03T16:37:16",
            "upload_time_iso_8601": "2024-09-03T16:37:16.093436Z",
            "url": "https://files.pythonhosted.org/packages/7a/8e/9e4726d594bd9eaf9fc1876ea636d3345f32465810d453b2a00b9c2df7da/kiwisolver-1.4.6-cp38-cp38-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "74e1d7a9b4710fdf04b9c79573d88c3c5493ddc68c7495147f13b33b8a37ac52",
                "md5": "81dcdd8c3eb4154d5a34979793045c00",
                "sha256": "827425185329b813b40bbc176e0757282c558d6efab3c9f681f629c737e08a6e"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp38-cp38-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "81dcdd8c3eb4154d5a34979793045c00",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2293891,
            "upload_time": "2024-09-03T16:37:18",
            "upload_time_iso_8601": "2024-09-03T16:37:18.316141Z",
            "url": "https://files.pythonhosted.org/packages/74/e1/d7a9b4710fdf04b9c79573d88c3c5493ddc68c7495147f13b33b8a37ac52/kiwisolver-1.4.6-cp38-cp38-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "26763d664f648ad55b4924a2330cf4118a9613ec2789936769ef81a12953ee0b",
                "md5": "c299858ec2c83ffb97f2aa9f820f52f1",
                "sha256": "ccff4e5ec806db412aceec89b8e7a83a56ff93c5c615c725e7784d90c5a556c4"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp38-cp38-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "c299858ec2c83ffb97f2aa9f820f52f1",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2434675,
            "upload_time": "2024-09-03T16:37:19",
            "upload_time_iso_8601": "2024-09-03T16:37:19.705367Z",
            "url": "https://files.pythonhosted.org/packages/26/76/3d664f648ad55b4924a2330cf4118a9613ec2789936769ef81a12953ee0b/kiwisolver-1.4.6-cp38-cp38-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "acbb40c5e76771809898e1dee8e511307015b9c7cd1ed66b437b6e4efefe76c2",
                "md5": "0a0d6d92d64e8e260fe5d1cfcb9be6dc",
                "sha256": "0d048002e15b9583ddff6ef4a27bd7f94fff830473856e82f311071b5cca9ade"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp38-cp38-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0a0d6d92d64e8e260fe5d1cfcb9be6dc",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2250337,
            "upload_time": "2024-09-03T16:37:21",
            "upload_time_iso_8601": "2024-09-03T16:37:21.105453Z",
            "url": "https://files.pythonhosted.org/packages/ac/bb/40c5e76771809898e1dee8e511307015b9c7cd1ed66b437b6e4efefe76c2/kiwisolver-1.4.6-cp38-cp38-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1d4f917afc44c2a65009ef0afda1c6cc02bc9d586816b19ecc5b4f6c5a39ebd7",
                "md5": "ac46bc03382a4eaca2dcf4d95a13ead5",
                "sha256": "11b0fdacd87bfe02c4f293ac38b2caf736591253687dce4d489a780a4bf2c39e"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "ac46bc03382a4eaca2dcf4d95a13ead5",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 46933,
            "upload_time": "2024-09-03T16:37:22",
            "upload_time_iso_8601": "2024-09-03T16:37:22.254752Z",
            "url": "https://files.pythonhosted.org/packages/1d/4f/917afc44c2a65009ef0afda1c6cc02bc9d586816b19ecc5b4f6c5a39ebd7/kiwisolver-1.4.6-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33f29c4e90a03ef39aed909f1088713d61df5669a21172a3b7e291e2b1e1cfd2",
                "md5": "c3987c52793d4cf62383a1b3dbeff538",
                "sha256": "ab480d087f10270ff24b06247e41eff901a452b890bfd708d8b7eb58bb01b212"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c3987c52793d4cf62383a1b3dbeff538",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 55838,
            "upload_time": "2024-09-03T16:37:23",
            "upload_time_iso_8601": "2024-09-03T16:37:23.254740Z",
            "url": "https://files.pythonhosted.org/packages/33/f2/9c4e90a03ef39aed909f1088713d61df5669a21172a3b7e291e2b1e1cfd2/kiwisolver-1.4.6-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b64840ad8eefcb629829a05d17c1e6575bf22956e39d8b194be5324ebbf5203",
                "md5": "46e6afddffe01a383ba3827b2ee80953",
                "sha256": "8ec27e296790903e2a3484a1d93a8324d0cd660394842e0cf2a3657060ad8edc"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp39-cp39-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "46e6afddffe01a383ba3827b2ee80953",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 122451,
            "upload_time": "2024-09-03T16:37:24",
            "upload_time_iso_8601": "2024-09-03T16:37:24.328176Z",
            "url": "https://files.pythonhosted.org/packages/8b/64/840ad8eefcb629829a05d17c1e6575bf22956e39d8b194be5324ebbf5203/kiwisolver-1.4.6-cp39-cp39-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33f53b6ec57e6e22b00be97f104c8ff80857ec5fa9cd355bc0697242841894e4",
                "md5": "353768d0040201e5124893453a08dfc1",
                "sha256": "9a59519a485ef60d17af17d93f70679a9e41372f3b777c27103b4ce13ece4e40"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "353768d0040201e5124893453a08dfc1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 65759,
            "upload_time": "2024-09-03T16:37:25",
            "upload_time_iso_8601": "2024-09-03T16:37:25.255069Z",
            "url": "https://files.pythonhosted.org/packages/33/f5/3b6ec57e6e22b00be97f104c8ff80857ec5fa9cd355bc0697242841894e4/kiwisolver-1.4.6-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "337fa2b50d557a5eef6ce635e491afaa21eb54772f2edbfdf654c76d3c2b77d6",
                "md5": "5e13dfb7d1e0e598768763c9144c8479",
                "sha256": "d047def01426d15d5dde1fb9ba4e1d8ed7218069e73f00e0994d050913b2c3f4"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "5e13dfb7d1e0e598768763c9144c8479",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 64317,
            "upload_time": "2024-09-03T16:37:26",
            "upload_time_iso_8601": "2024-09-03T16:37:26.346118Z",
            "url": "https://files.pythonhosted.org/packages/33/7f/a2b50d557a5eef6ce635e491afaa21eb54772f2edbfdf654c76d3c2b77d6/kiwisolver-1.4.6-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5176d76c9bcd23a42a723b9b9445f8b43c6a4b34f9c02d9fd6c0d1275742205f",
                "md5": "245103016bebc548af16636ed46494cc",
                "sha256": "b9dbf4091b04e1037c9c75ca67e71a348d145c4fac7e1bb3de2e3fe6f13df150"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "245103016bebc548af16636ed46494cc",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1626963,
            "upload_time": "2024-09-03T16:37:27",
            "upload_time_iso_8601": "2024-09-03T16:37:27.783343Z",
            "url": "https://files.pythonhosted.org/packages/51/76/d76c9bcd23a42a723b9b9445f8b43c6a4b34f9c02d9fd6c0d1275742205f/kiwisolver-1.4.6-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18068243b27fb6232f4040ce14419839a3ff55ac71097e3bdcac7dc0edc3f8a8",
                "md5": "cb07d6b286f4f5be21a983862fdc2d02",
                "sha256": "872c1323f29f0822000e47acac9a0b6ed2af843a20b27c85fa0fdc906f98140f"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cb07d6b286f4f5be21a983862fdc2d02",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1607051,
            "upload_time": "2024-09-03T16:37:30",
            "upload_time_iso_8601": "2024-09-03T16:37:30.325392Z",
            "url": "https://files.pythonhosted.org/packages/18/06/8243b27fb6232f4040ce14419839a3ff55ac71097e3bdcac7dc0edc3f8a8/kiwisolver-1.4.6-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da093b95ce40ed5cfbe18ad9a0c7987d91c84c2b0abdebf32a9fdb942e940886",
                "md5": "3b1c9a91196043c7643f0b059078db02",
                "sha256": "dbfa70f983f8a2ea69a3f72c4f04aaa1a152a246c4933e9d5d9c30da95815a9b"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3b1c9a91196043c7643f0b059078db02",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1391877,
            "upload_time": "2024-09-03T16:37:31",
            "upload_time_iso_8601": "2024-09-03T16:37:31.665014Z",
            "url": "https://files.pythonhosted.org/packages/da/09/3b95ce40ed5cfbe18ad9a0c7987d91c84c2b0abdebf32a9fdb942e940886/kiwisolver-1.4.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f8454148690b52a22af5c002648eb71e5f406184e79fb367dc64683847af0a9e",
                "md5": "45e17db48427ace731eb1863fab9f727",
                "sha256": "fb55ba22ebebc537c2f13ffe3ad83ff1529be360ee36192bb61f330af3a785a5"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "45e17db48427ace731eb1863fab9f727",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1504743,
            "upload_time": "2024-09-03T16:37:32",
            "upload_time_iso_8601": "2024-09-03T16:37:32.930106Z",
            "url": "https://files.pythonhosted.org/packages/f8/45/4148690b52a22af5c002648eb71e5f406184e79fb367dc64683847af0a9e/kiwisolver-1.4.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "31a5d2d4176cee93d070293c71a1d6c7200c49ea105afabb328104fe21fa7144",
                "md5": "25153a49b138bdec572160f584acd668",
                "sha256": "a8188c27be2e590c519e747d885511204c3e01f2ec77006843a204af6d22ab9c"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "25153a49b138bdec572160f584acd668",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1436984,
            "upload_time": "2024-09-03T16:37:34",
            "upload_time_iso_8601": "2024-09-03T16:37:34.371238Z",
            "url": "https://files.pythonhosted.org/packages/31/a5/d2d4176cee93d070293c71a1d6c7200c49ea105afabb328104fe21fa7144/kiwisolver-1.4.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "901c94c2143889fa4eb820244f7d253d2d364cd0aad1aef95aa1bd3497493269",
                "md5": "12331597d4a5a544323f2fef5c23f20f",
                "sha256": "19fa65a9e422eeb3b1d50073eb54e2e8c83821632b735d9d6af0ce1fcf42adea"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "12331597d4a5a544323f2fef5c23f20f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2191125,
            "upload_time": "2024-09-03T16:37:35",
            "upload_time_iso_8601": "2024-09-03T16:37:35.801126Z",
            "url": "https://files.pythonhosted.org/packages/90/1c/94c2143889fa4eb820244f7d253d2d364cd0aad1aef95aa1bd3497493269/kiwisolver-1.4.6-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "77ac921f1c35db9c2374609c1f26473bb157ada8ae6a3fde9f1a1c6e8119bfd8",
                "md5": "b85e8e0a82f8f43d057543814a866f7d",
                "sha256": "89748381d0251d829cffeec03a5c2710812dc133a085a4f52be0996c291e721a"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "b85e8e0a82f8f43d057543814a866f7d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2338120,
            "upload_time": "2024-09-03T16:37:37",
            "upload_time_iso_8601": "2024-09-03T16:37:37.428915Z",
            "url": "https://files.pythonhosted.org/packages/77/ac/921f1c35db9c2374609c1f26473bb157ada8ae6a3fde9f1a1c6e8119bfd8/kiwisolver-1.4.6-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2db3c24a64eed3896a62fc5c02398b5de48a05bdb406a4682b1361da4c9c1c43",
                "md5": "cb078fdbad4bd9788e7483ae6a4a06cc",
                "sha256": "78a708e8371675e73208fa61b0985031e911584ad377593226c5974eaf0c2e2e"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp39-cp39-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "cb078fdbad4bd9788e7483ae6a4a06cc",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2298309,
            "upload_time": "2024-09-03T16:37:38",
            "upload_time_iso_8601": "2024-09-03T16:37:38.824034Z",
            "url": "https://files.pythonhosted.org/packages/2d/b3/c24a64eed3896a62fc5c02398b5de48a05bdb406a4682b1361da4c9c1c43/kiwisolver-1.4.6-cp39-cp39-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5fc282dcc82a30e4d371cacbe33ef356195e212407b2bc66debc136bea41b8bc",
                "md5": "9a9ac42778583e6a6187c78933718ac2",
                "sha256": "159a2ed7a89b51fcb9766562626f7d9fc411ed5f8b365413bc5ea2d4a8b81a2c"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp39-cp39-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "9a9ac42778583e6a6187c78933718ac2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2437785,
            "upload_time": "2024-09-03T16:37:40",
            "upload_time_iso_8601": "2024-09-03T16:37:40.231074Z",
            "url": "https://files.pythonhosted.org/packages/5f/c2/82dcc82a30e4d371cacbe33ef356195e212407b2bc66debc136bea41b8bc/kiwisolver-1.4.6-cp39-cp39-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83f4f6231ed4a2d851c8c51746e09d69a9c4d0d2c4ac72e1615685bab507af4d",
                "md5": "01a1bca99979917cc2c6c95c79c17771",
                "sha256": "7d42dbf8229d4c09632e46c83aeaf1dce6125925088704421c57c483dc9db304"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "01a1bca99979917cc2c6c95c79c17771",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2253990,
            "upload_time": "2024-09-03T16:37:41",
            "upload_time_iso_8601": "2024-09-03T16:37:41.877185Z",
            "url": "https://files.pythonhosted.org/packages/83/f4/f6231ed4a2d851c8c51746e09d69a9c4d0d2c4ac72e1615685bab507af4d/kiwisolver-1.4.6-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9215802a078ba141e8f645bf462cc1ab49dc27e89bab9c37afd73ae0b7869fb",
                "md5": "a347e3dd7b7a5883089fc71089105eff",
                "sha256": "a05655320567b9c83b95c1b45339d01ce6373ff2e2d64f643fee2ba2432f035e"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "a347e3dd7b7a5883089fc71089105eff",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 46980,
            "upload_time": "2024-09-03T16:37:43",
            "upload_time_iso_8601": "2024-09-03T16:37:43.144189Z",
            "url": "https://files.pythonhosted.org/packages/b9/21/5802a078ba141e8f645bf462cc1ab49dc27e89bab9c37afd73ae0b7869fb/kiwisolver-1.4.6-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ed21650a3ed14fdae5c9bc6d104b05d5e0d9959c4952f98af8ce19ee19efc65c",
                "md5": "239a34455751fccf9c5af900570d08b6",
                "sha256": "67b72c9cbd78ec8666af40747b80bf309f160701084e7cf492a02464e470ee29"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "239a34455751fccf9c5af900570d08b6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 55851,
            "upload_time": "2024-09-03T16:37:44",
            "upload_time_iso_8601": "2024-09-03T16:37:44.067809Z",
            "url": "https://files.pythonhosted.org/packages/ed/21/650a3ed14fdae5c9bc6d104b05d5e0d9959c4952f98af8ce19ee19efc65c/kiwisolver-1.4.6-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d1e8ae91f78be78f90b8a79cf4f9917520bf56f809545ffd02670f0500839e5f",
                "md5": "2df31536d956ec038fdb17cd92d169c0",
                "sha256": "ef452cf166271827939e907b23a1bda423329663a93a644d4a7be8f7bbb431ed"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-cp39-cp39-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "2df31536d956ec038fdb17cd92d169c0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 48500,
            "upload_time": "2024-09-03T16:37:45",
            "upload_time_iso_8601": "2024-09-03T16:37:45.040815Z",
            "url": "https://files.pythonhosted.org/packages/d1/e8/ae91f78be78f90b8a79cf4f9917520bf56f809545ffd02670f0500839e5f/kiwisolver-1.4.6-cp39-cp39-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76b0e29a5143d70e9a4e79de783b01b6cb3dfa82d16439d13b875e28e48c81f2",
                "md5": "7a0a8027f5f3530d1cb60ae0e9af5fab",
                "sha256": "c0d4811a031ff5194d9b45c15090d674cbf9890461a5028c4475f7b3202a5b1d"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7a0a8027f5f3530d1cb60ae0e9af5fab",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 59662,
            "upload_time": "2024-09-03T16:37:45",
            "upload_time_iso_8601": "2024-09-03T16:37:45.967267Z",
            "url": "https://files.pythonhosted.org/packages/76/b0/e29a5143d70e9a4e79de783b01b6cb3dfa82d16439d13b875e28e48c81f2/kiwisolver-1.4.6-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c6cbe0d3e794c6b0e34782e38baae90bd0b28f58308638e9e1ffa393e92242f",
                "md5": "190ae6ae35332a5d50daa557ab492e72",
                "sha256": "3aa8e43fbc847c26e17e50befac4de2336e223093263aa5b66c9c2030697b911"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "190ae6ae35332a5d50daa557ab492e72",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 57749,
            "upload_time": "2024-09-03T16:37:46",
            "upload_time_iso_8601": "2024-09-03T16:37:46.970048Z",
            "url": "https://files.pythonhosted.org/packages/7c/6c/be0d3e794c6b0e34782e38baae90bd0b28f58308638e9e1ffa393e92242f/kiwisolver-1.4.6-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5514a404f67182893de5d94fc12c79f2e45ac9416fd90301fd99f5eccddfdfa1",
                "md5": "dc3ae6a8498e19c2f8f4fb624856b4e1",
                "sha256": "0d9a5af0c3cad547b59a2605d1af95c79c69c6a3aaf908be9677094ca6ba6dfa"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "dc3ae6a8498e19c2f8f4fb624856b4e1",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 103562,
            "upload_time": "2024-09-03T16:37:47",
            "upload_time_iso_8601": "2024-09-03T16:37:47.976789Z",
            "url": "https://files.pythonhosted.org/packages/55/14/a404f67182893de5d94fc12c79f2e45ac9416fd90301fd99f5eccddfdfa1/kiwisolver-1.4.6-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51c0060ea96d7d9f89d1006b877cf85f2deab09b0ce375f22ee0b80a7335aa9d",
                "md5": "e081a72a87ac71a10fe65e473f804a5d",
                "sha256": "43e9bc95d7e9e6f7975f2f481db40738796ea718bf55e22c32eb8e242ed418fc"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e081a72a87ac71a10fe65e473f804a5d",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 95263,
            "upload_time": "2024-09-03T16:37:48",
            "upload_time_iso_8601": "2024-09-03T16:37:48.955093Z",
            "url": "https://files.pythonhosted.org/packages/51/c0/060ea96d7d9f89d1006b877cf85f2deab09b0ce375f22ee0b80a7335aa9d/kiwisolver-1.4.6-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16a88932fa27c25f9a4ab232d17dc63fd9928d65092758e0fa36eeaa2958ad77",
                "md5": "91f94d8c3e6132e9e1ff3d881c8481a7",
                "sha256": "b474a369ebe8c2cd02df20997b94cd566edc708f38dce18e66385766dcef5f3c"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "91f94d8c3e6132e9e1ff3d881c8481a7",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 78198,
            "upload_time": "2024-09-03T16:37:50",
            "upload_time_iso_8601": "2024-09-03T16:37:50.140479Z",
            "url": "https://files.pythonhosted.org/packages/16/a8/8932fa27c25f9a4ab232d17dc63fd9928d65092758e0fa36eeaa2958ad77/kiwisolver-1.4.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "faa68b8d2ab8a79996cce7cd218dc69f67be225e737f10b675ad1d4663df2a77",
                "md5": "6648e10147459a4577d45c69f847bab3",
                "sha256": "33422cbf4ea20cd42945a7ad6b04bc50da9630a5b42854e139944ffde3ba926f"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-pp38-pypy38_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6648e10147459a4577d45c69f847bab3",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 56081,
            "upload_time": "2024-09-03T16:37:51",
            "upload_time_iso_8601": "2024-09-03T16:37:51.696414Z",
            "url": "https://files.pythonhosted.org/packages/fa/a6/8b8d2ab8a79996cce7cd218dc69f67be225e737f10b675ad1d4663df2a77/kiwisolver-1.4.6-pp38-pypy38_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53ef1a36e16abf4f603868226d6397f7151dd0a7fdbe391221ea13f665a9d5f1",
                "md5": "3c90be566c8f880e41fe9730946c366c",
                "sha256": "e033139b0a5981e30c1518b97ae4b20b4172e82ed49f09180d02640bde0ae831"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-pp39-pypy39_pp73-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3c90be566c8f880e41fe9730946c366c",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 58664,
            "upload_time": "2024-09-03T16:37:52",
            "upload_time_iso_8601": "2024-09-03T16:37:52.648352Z",
            "url": "https://files.pythonhosted.org/packages/53/ef/1a36e16abf4f603868226d6397f7151dd0a7fdbe391221ea13f665a9d5f1/kiwisolver-1.4.6-pp39-pypy39_pp73-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "effd19937f0416356b3050ab9d020345ea9e78aae1cb14b3a618ad69b18f0347",
                "md5": "0fd612adf57244f03471b7a3be54aca2",
                "sha256": "261ca5e3a0b3fd3f6bf794122e0f80c76f5b5bb8055508a9d8a8869b5e7e8bef"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "0fd612adf57244f03471b7a3be54aca2",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 57090,
            "upload_time": "2024-09-03T16:37:54",
            "upload_time_iso_8601": "2024-09-03T16:37:54.271105Z",
            "url": "https://files.pythonhosted.org/packages/ef/fd/19937f0416356b3050ab9d020345ea9e78aae1cb14b3a618ad69b18f0347/kiwisolver-1.4.6-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ecdca742b9f697c5fc411626f9be2174c9339f99ead63f7806a2e5f6d1668c4e",
                "md5": "367e4896bb63824116877108902b8030",
                "sha256": "acdb63f64219a374f7f9bb6c560a435545511364b24757819332f86da03894b9"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "367e4896bb63824116877108902b8030",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 84316,
            "upload_time": "2024-09-03T16:37:55",
            "upload_time_iso_8601": "2024-09-03T16:37:55.257978Z",
            "url": "https://files.pythonhosted.org/packages/ec/dc/a742b9f697c5fc411626f9be2174c9339f99ead63f7806a2e5f6d1668c4e/kiwisolver-1.4.6-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "82402028dc40230015449339158327b00443f958511a833faa668cdd762e0506",
                "md5": "3060a296ba3cece8b77ea7aff84afbd3",
                "sha256": "c14338ac087b9a8db1db1b7d74ff91c0a2b1c93f6f1ab4942af15f1938449acf"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3060a296ba3cece8b77ea7aff84afbd3",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 80772,
            "upload_time": "2024-09-03T16:37:56",
            "upload_time_iso_8601": "2024-09-03T16:37:56.182720Z",
            "url": "https://files.pythonhosted.org/packages/82/40/2028dc40230015449339158327b00443f958511a833faa668cdd762e0506/kiwisolver-1.4.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "43d63d3881bc28b9112f9f78d80eabdc6c6b9dcaa67678acf8a1e832b0666641",
                "md5": "ba531a79c3fe6f97a96a665b47e7bff3",
                "sha256": "a40af4800335cab9dfc3b8cb300384ef14e7740f21142c66d7b3f57228c4a290"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ba531a79c3fe6f97a96a665b47e7bff3",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 79980,
            "upload_time": "2024-09-03T16:37:57",
            "upload_time_iso_8601": "2024-09-03T16:37:57.085743Z",
            "url": "https://files.pythonhosted.org/packages/43/d6/3d3881bc28b9112f9f78d80eabdc6c6b9dcaa67678acf8a1e832b0666641/kiwisolver-1.4.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c224bb77238f906c9d4719cf3182da38bcbf2358c1191125b9768356e24282e",
                "md5": "38d6fe33ca118c66dc5f078fdfb5749d",
                "sha256": "dcb6a2bade6292f2b5b19225a4330af49f855edeed6e3c17240df905696a1494"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "38d6fe33ca118c66dc5f078fdfb5749d",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 55812,
            "upload_time": "2024-09-03T16:37:58",
            "upload_time_iso_8601": "2024-09-03T16:37:58.159687Z",
            "url": "https://files.pythonhosted.org/packages/2c/22/4bb77238f906c9d4719cf3182da38bcbf2358c1191125b9768356e24282e/kiwisolver-1.4.6-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "52bde54734b47fa63b52e34bad5b60e6842628b9a47c14254c5557f2a4b37b2e",
                "md5": "d1ef881a75045dd2e2ea864d9ebaf784",
                "sha256": "3cda29d601445e6aa11f80d90a9b8c2ae501650c55d7ad29829bd44499c9e7e0"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.6.tar.gz",
            "has_sig": false,
            "md5_digest": "d1ef881a75045dd2e2ea864d9ebaf784",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 97171,
            "upload_time": "2024-09-03T16:37:59",
            "upload_time_iso_8601": "2024-09-03T16:37:59.509417Z",
            "url": "https://files.pythonhosted.org/packages/52/bd/e54734b47fa63b52e34bad5b60e6842628b9a47c14254c5557f2a4b37b2e/kiwisolver-1.4.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-03 16:37:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nucleic",
    "github_project": "kiwi",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "kiwisolver"
}
        
Elapsed time: 0.42813s