kiwisolver


Namekiwisolver JSON
Version 1.4.8 PyPI version JSON
download
home_pageNone
SummaryA fast implementation of the Cassowary constraint solver
upload_time2024-12-24 18:30:51
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
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.10",
    "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/82/59/7c91426a8ac292e1cdd53a63b6d9439abd573c875c3f92c146767dd33faf/kiwisolver-1.4.8.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.8",
    "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": "475f4d8e9e852d98ecd26cdf8eaf7ed8bc33174033bba5e07001b289f07308fd",
                "md5": "2f6ea9ab2a22052c0e9f78a3f15e6a55",
                "sha256": "88c6f252f6816a73b1f8c904f7bbe02fd67c09a69f7cb8a0eecdbf5ce78e63db"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp310-cp310-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "2f6ea9ab2a22052c0e9f78a3f15e6a55",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 124623,
            "upload_time": "2024-12-24T18:28:17",
            "upload_time_iso_8601": "2024-12-24T18:28:17.687980Z",
            "url": "https://files.pythonhosted.org/packages/47/5f/4d8e9e852d98ecd26cdf8eaf7ed8bc33174033bba5e07001b289f07308fd/kiwisolver-1.4.8-cp310-cp310-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1d707f5af2a18a76fe92ea14675f8bd88ce53ee79e37900fa5f1a1d8e0b42998",
                "md5": "2aedf5e3ad779fb72656a1b0c57cfee2",
                "sha256": "c72941acb7b67138f35b879bbe85be0f6c6a70cab78fe3ef6db9c024d9223e5b"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2aedf5e3ad779fb72656a1b0c57cfee2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 66720,
            "upload_time": "2024-12-24T18:28:19",
            "upload_time_iso_8601": "2024-12-24T18:28:19.158236Z",
            "url": "https://files.pythonhosted.org/packages/1d/70/7f5af2a18a76fe92ea14675f8bd88ce53ee79e37900fa5f1a1d8e0b42998/kiwisolver-1.4.8-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c613e15f804a142353aefd089fadc8f1d985561a15358c97aca27b0979cb0785",
                "md5": "041297fc3119ae990261046d6ef476ee",
                "sha256": "ce2cf1e5688edcb727fdf7cd1bbd0b6416758996826a8be1d958f91880d0809d"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "041297fc3119ae990261046d6ef476ee",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 65413,
            "upload_time": "2024-12-24T18:28:20",
            "upload_time_iso_8601": "2024-12-24T18:28:20.064818Z",
            "url": "https://files.pythonhosted.org/packages/c6/13/e15f804a142353aefd089fadc8f1d985561a15358c97aca27b0979cb0785/kiwisolver-1.4.8-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce6d67d36c4d2054e83fb875c6b59d0809d5c530de8148846b1370475eeeece9",
                "md5": "82731cb22b565f5addfb9621999473ea",
                "sha256": "c8bf637892dc6e6aad2bc6d4d69d08764166e5e3f69d469e55427b6ac001b19d"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "82731cb22b565f5addfb9621999473ea",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 1650826,
            "upload_time": "2024-12-24T18:28:21",
            "upload_time_iso_8601": "2024-12-24T18:28:21.203512Z",
            "url": "https://files.pythonhosted.org/packages/ce/6d/67d36c4d2054e83fb875c6b59d0809d5c530de8148846b1370475eeeece9/kiwisolver-1.4.8-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dec67b9bb8044e150d4d1558423a1568e4f227193662a02231064e3824f37e0a",
                "md5": "bfc5016419386a9325ee1d201ecbedce",
                "sha256": "034d2c891f76bd3edbdb3ea11140d8510dca675443da7304205a2eaa45d8334c"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bfc5016419386a9325ee1d201ecbedce",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 1628231,
            "upload_time": "2024-12-24T18:28:23",
            "upload_time_iso_8601": "2024-12-24T18:28:23.851913Z",
            "url": "https://files.pythonhosted.org/packages/de/c6/7b9bb8044e150d4d1558423a1568e4f227193662a02231064e3824f37e0a/kiwisolver-1.4.8-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b638ad10d437563063eaaedbe2c3540a71101fc7fb07a7e71f855e93ea4de605",
                "md5": "9fd62c6abf5b46c0bd35718a69a922ca",
                "sha256": "d47b28d1dfe0793d5e96bce90835e17edf9a499b53969b03c6c47ea5985844c3"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9fd62c6abf5b46c0bd35718a69a922ca",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 1408938,
            "upload_time": "2024-12-24T18:28:26",
            "upload_time_iso_8601": "2024-12-24T18:28:26.687662Z",
            "url": "https://files.pythonhosted.org/packages/b6/38/ad10d437563063eaaedbe2c3540a71101fc7fb07a7e71f855e93ea4de605/kiwisolver-1.4.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "52cec0106b3bd7f9e665c5f5bc1e07cc95b5dabd4e08e3dad42dbe2faad467e7",
                "md5": "8a6c96933585282ae178bc3de107afbf",
                "sha256": "eb158fe28ca0c29f2260cca8c43005329ad58452c36f0edf298204de32a9a3ed"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "8a6c96933585282ae178bc3de107afbf",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 1422799,
            "upload_time": "2024-12-24T18:28:30",
            "upload_time_iso_8601": "2024-12-24T18:28:30.538812Z",
            "url": "https://files.pythonhosted.org/packages/52/ce/c0106b3bd7f9e665c5f5bc1e07cc95b5dabd4e08e3dad42dbe2faad467e7/kiwisolver-1.4.8-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d087efb704b1d75dc9758087ba374c0f23d3254505edaedd09cf9d247f7878b9",
                "md5": "d84cd463929ced57e7c13d8b57710ca6",
                "sha256": "d5536185fce131780ebd809f8e623bf4030ce1b161353166c49a3c74c287897f"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "d84cd463929ced57e7c13d8b57710ca6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 1354362,
            "upload_time": "2024-12-24T18:28:32",
            "upload_time_iso_8601": "2024-12-24T18:28:32.943698Z",
            "url": "https://files.pythonhosted.org/packages/d0/87/efb704b1d75dc9758087ba374c0f23d3254505edaedd09cf9d247f7878b9/kiwisolver-1.4.8-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ebb3fd760dc214ec9a8f208b99e42e8f0130ff4b384eca8b29dd0efc62052176",
                "md5": "ea06afb3a2af0d0ad121358516534c90",
                "sha256": "369b75d40abedc1da2c1f4de13f3482cb99e3237b38726710f4a793432b1c5ff"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ea06afb3a2af0d0ad121358516534c90",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 2222695,
            "upload_time": "2024-12-24T18:28:35",
            "upload_time_iso_8601": "2024-12-24T18:28:35.641587Z",
            "url": "https://files.pythonhosted.org/packages/eb/b3/fd760dc214ec9a8f208b99e42e8f0130ff4b384eca8b29dd0efc62052176/kiwisolver-1.4.8-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a209a27fb36cca3fc01700687cc45dae7a6a5f8eeb5f657b9f710f788748e10d",
                "md5": "b3fdcf7e4f35185fea00e18917a10791",
                "sha256": "641f2ddf9358c80faa22e22eb4c9f54bd3f0e442e038728f500e3b978d00aa7d"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "b3fdcf7e4f35185fea00e18917a10791",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 2370802,
            "upload_time": "2024-12-24T18:28:38",
            "upload_time_iso_8601": "2024-12-24T18:28:38.357558Z",
            "url": "https://files.pythonhosted.org/packages/a2/09/a27fb36cca3fc01700687cc45dae7a6a5f8eeb5f657b9f710f788748e10d/kiwisolver-1.4.8-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3dc3ba0a0346db35fe4dc1f2f2cf8b99362fbb922d7562e5f911f7ce7a7b60fa",
                "md5": "447ff0388ec03a8753a4a8b2015a623f",
                "sha256": "d561d2d8883e0819445cfe58d7ddd673e4015c3c57261d7bdcd3710d0d14005c"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp310-cp310-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "447ff0388ec03a8753a4a8b2015a623f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 2334646,
            "upload_time": "2024-12-24T18:28:40",
            "upload_time_iso_8601": "2024-12-24T18:28:40.941323Z",
            "url": "https://files.pythonhosted.org/packages/3d/c3/ba0a0346db35fe4dc1f2f2cf8b99362fbb922d7562e5f911f7ce7a7b60fa/kiwisolver-1.4.8-cp310-cp310-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4152942cf69e562f5ed253ac67d5c92a693745f0bed3c81f49fc0cbebe4d6b00",
                "md5": "dd5599c2385c366996ef6ec9ef3c03a5",
                "sha256": "1732e065704b47c9afca7ffa272f845300a4eb959276bf6970dc07265e73b605"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp310-cp310-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "dd5599c2385c366996ef6ec9ef3c03a5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 2467260,
            "upload_time": "2024-12-24T18:28:42",
            "upload_time_iso_8601": "2024-12-24T18:28:42.273743Z",
            "url": "https://files.pythonhosted.org/packages/41/52/942cf69e562f5ed253ac67d5c92a693745f0bed3c81f49fc0cbebe4d6b00/kiwisolver-1.4.8-cp310-cp310-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32262d9668f30d8a494b0411d4d7d4ea1345ba12deb6a75274d58dd6ea01e951",
                "md5": "e6e89ceb41a654837462ce8e1be866cc",
                "sha256": "bcb1ebc3547619c3b58a39e2448af089ea2ef44b37988caf432447374941574e"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e6e89ceb41a654837462ce8e1be866cc",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 2288633,
            "upload_time": "2024-12-24T18:28:44",
            "upload_time_iso_8601": "2024-12-24T18:28:44.870930Z",
            "url": "https://files.pythonhosted.org/packages/32/26/2d9668f30d8a494b0411d4d7d4ea1345ba12deb6a75274d58dd6ea01e951/kiwisolver-1.4.8-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "98990dd05071654aa44fe5d5e350729961e7bb535372935a45ac89a8924316e6",
                "md5": "cf8d0d95519622baf57e17699414f119",
                "sha256": "89c107041f7b27844179ea9c85d6da275aa55ecf28413e87624d033cf1f6b751"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "cf8d0d95519622baf57e17699414f119",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 71885,
            "upload_time": "2024-12-24T18:28:47",
            "upload_time_iso_8601": "2024-12-24T18:28:47.346347Z",
            "url": "https://files.pythonhosted.org/packages/98/99/0dd05071654aa44fe5d5e350729961e7bb535372935a45ac89a8924316e6/kiwisolver-1.4.8-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6cfc822e532262a97442989335394d441cd1d0448c2e46d26d3e04efca84df22",
                "md5": "2c82818301bfefd966f38042dacc69f5",
                "sha256": "b5773efa2be9eb9fcf5415ea3ab70fc785d598729fd6057bea38d539ead28271"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp310-cp310-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "2c82818301bfefd966f38042dacc69f5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 65175,
            "upload_time": "2024-12-24T18:28:49",
            "upload_time_iso_8601": "2024-12-24T18:28:49.651762Z",
            "url": "https://files.pythonhosted.org/packages/6c/fc/822e532262a97442989335394d441cd1d0448c2e46d26d3e04efca84df22/kiwisolver-1.4.8-cp310-cp310-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "daedc913ee28936c371418cb167b128066ffb20bbf37771eecc2c97edf8a6e4c",
                "md5": "bf33ccb644086995bdb87796acbfb199",
                "sha256": "a4d3601908c560bdf880f07d94f31d734afd1bb71e96585cace0e38ef44c6d84"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp311-cp311-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "bf33ccb644086995bdb87796acbfb199",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 124635,
            "upload_time": "2024-12-24T18:28:51",
            "upload_time_iso_8601": "2024-12-24T18:28:51.826316Z",
            "url": "https://files.pythonhosted.org/packages/da/ed/c913ee28936c371418cb167b128066ffb20bbf37771eecc2c97edf8a6e4c/kiwisolver-1.4.8-cp311-cp311-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c454a7f896f7467aaf5f56ef093d1f329346f3b594e77c6a3c327b2d415f521",
                "md5": "fca90422875d84e485edbb846cd13071",
                "sha256": "856b269c4d28a5c0d5e6c1955ec36ebfd1651ac00e1ce0afa3e28da95293b561"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fca90422875d84e485edbb846cd13071",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 66717,
            "upload_time": "2024-12-24T18:28:54",
            "upload_time_iso_8601": "2024-12-24T18:28:54.256760Z",
            "url": "https://files.pythonhosted.org/packages/4c/45/4a7f896f7467aaf5f56ef093d1f329346f3b594e77c6a3c327b2d415f521/kiwisolver-1.4.8-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5fb4c12b3ac0852a3a68f94598d4c8d569f55361beef6159dce4e7b624160da2",
                "md5": "6207ce5b6aae35f6cf3658d6f1a94b64",
                "sha256": "c2b9a96e0f326205af81a15718a9073328df1173a2619a68553decb7097fd5d7"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "6207ce5b6aae35f6cf3658d6f1a94b64",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 65413,
            "upload_time": "2024-12-24T18:28:55",
            "upload_time_iso_8601": "2024-12-24T18:28:55.184746Z",
            "url": "https://files.pythonhosted.org/packages/5f/b4/c12b3ac0852a3a68f94598d4c8d569f55361beef6159dce4e7b624160da2/kiwisolver-1.4.8-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a9981df4089b1ed23d83d410adfdc5947245c753bddfbe06541c4aae330e9e70",
                "md5": "03b66fcda24959f79dd3a527046244da",
                "sha256": "c5020c83e8553f770cb3b5fc13faac40f17e0b205bd237aebd21d53d733adb03"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "03b66fcda24959f79dd3a527046244da",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 1343994,
            "upload_time": "2024-12-24T18:28:57",
            "upload_time_iso_8601": "2024-12-24T18:28:57.493572Z",
            "url": "https://files.pythonhosted.org/packages/a9/98/1df4089b1ed23d83d410adfdc5947245c753bddfbe06541c4aae330e9e70/kiwisolver-1.4.8-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": "8dbfb4b169b050c8421a7c53ea1ea74e4ef9c335ee9013216c558a047f162d20",
                "md5": "0d6dccabc39e87c82f5e0070eab3c183",
                "sha256": "dace81d28c787956bfbfbbfd72fdcef014f37d9b48830829e488fdb32b49d954"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0d6dccabc39e87c82f5e0070eab3c183",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 1434804,
            "upload_time": "2024-12-24T18:29:00",
            "upload_time_iso_8601": "2024-12-24T18:29:00.077439Z",
            "url": "https://files.pythonhosted.org/packages/8d/bf/b4b169b050c8421a7c53ea1ea74e4ef9c335ee9013216c558a047f162d20/kiwisolver-1.4.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "665ae13bd341fbcf73325ea60fdc8af752addf75c5079867af2e04cc41f34434",
                "md5": "db9756beae8797305d7103bdf9c120cb",
                "sha256": "11e1022b524bd48ae56c9b4f9296bce77e15a2e42a502cceba602f804b32bb79"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "db9756beae8797305d7103bdf9c120cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 1450690,
            "upload_time": "2024-12-24T18:29:01",
            "upload_time_iso_8601": "2024-12-24T18:29:01.401120Z",
            "url": "https://files.pythonhosted.org/packages/66/5a/e13bd341fbcf73325ea60fdc8af752addf75c5079867af2e04cc41f34434/kiwisolver-1.4.8-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b4f5955dcb376ba4a830384cc6fab7d7547bd6759fe75a09564910e9e3bb8ea",
                "md5": "7cc3d8d0e24566a1834f8d3718cc80cb",
                "sha256": "3b9b4d2892fefc886f30301cdd80debd8bb01ecdf165a449eb6e78f79f0fabd6"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "7cc3d8d0e24566a1834f8d3718cc80cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 1376839,
            "upload_time": "2024-12-24T18:29:02",
            "upload_time_iso_8601": "2024-12-24T18:29:02.685516Z",
            "url": "https://files.pythonhosted.org/packages/9b/4f/5955dcb376ba4a830384cc6fab7d7547bd6759fe75a09564910e9e3bb8ea/kiwisolver-1.4.8-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3a975edbed69a9d0caa2e4aa616ae7df8127e10f6586940aa683a496c2c280b9",
                "md5": "2c8d121c114cf815d57389202212f7bc",
                "sha256": "3a96c0e790ee875d65e340ab383700e2b4891677b7fcd30a699146f9384a2bb0"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2c8d121c114cf815d57389202212f7bc",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 1435109,
            "upload_time": "2024-12-24T18:29:04",
            "upload_time_iso_8601": "2024-12-24T18:29:04.113089Z",
            "url": "https://files.pythonhosted.org/packages/3a/97/5edbed69a9d0caa2e4aa616ae7df8127e10f6586940aa683a496c2c280b9/kiwisolver-1.4.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "13fce756382cb64e556af6c1809a1bbb22c141bbc2445049f2da06b420fe52bf",
                "md5": "fecda8aa0404235e3f06b01eb43a8c87",
                "sha256": "23454ff084b07ac54ca8be535f4174170c1094a4cff78fbae4f73a4bcc0d4dab"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "fecda8aa0404235e3f06b01eb43a8c87",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 2245269,
            "upload_time": "2024-12-24T18:29:05",
            "upload_time_iso_8601": "2024-12-24T18:29:05.488666Z",
            "url": "https://files.pythonhosted.org/packages/13/fc/e756382cb64e556af6c1809a1bbb22c141bbc2445049f2da06b420fe52bf/kiwisolver-1.4.8-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7615e59e45829d7f41c776d138245cabae6515cb4eb44b418f6d4109c478b481",
                "md5": "f7290928ded2b486d323151d557aeed7",
                "sha256": "87b287251ad6488e95b4f0b4a79a6d04d3ea35fde6340eb38fbd1ca9cd35bbbc"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "f7290928ded2b486d323151d557aeed7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 2393468,
            "upload_time": "2024-12-24T18:29:06",
            "upload_time_iso_8601": "2024-12-24T18:29:06.790422Z",
            "url": "https://files.pythonhosted.org/packages/76/15/e59e45829d7f41c776d138245cabae6515cb4eb44b418f6d4109c478b481/kiwisolver-1.4.8-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e939483558c2a913ab8384d6e4b66a932406f87c95a6080112433da5ed668559",
                "md5": "f102a4ef94778b7e352a4e17d073246a",
                "sha256": "b21dbe165081142b1232a240fc6383fd32cdd877ca6cc89eab93e5f5883e1c25"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp311-cp311-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "f102a4ef94778b7e352a4e17d073246a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 2355394,
            "upload_time": "2024-12-24T18:29:08",
            "upload_time_iso_8601": "2024-12-24T18:29:08.240037Z",
            "url": "https://files.pythonhosted.org/packages/e9/39/483558c2a913ab8384d6e4b66a932406f87c95a6080112433da5ed668559/kiwisolver-1.4.8-cp311-cp311-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "01aaefad1fbca6570a161d29224f14b082960c7e08268a133fe5dc0f6906820e",
                "md5": "b3ea09b388c31e1d6cba5d23b1fc770e",
                "sha256": "768cade2c2df13db52475bd28d3a3fac8c9eff04b0e9e2fda0f3760f20b3f7fc"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp311-cp311-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "b3ea09b388c31e1d6cba5d23b1fc770e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 2490901,
            "upload_time": "2024-12-24T18:29:09",
            "upload_time_iso_8601": "2024-12-24T18:29:09.653852Z",
            "url": "https://files.pythonhosted.org/packages/01/aa/efad1fbca6570a161d29224f14b082960c7e08268a133fe5dc0f6906820e/kiwisolver-1.4.8-cp311-cp311-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c94f15988966ba46bcd5ab9d0c8296914436720dd67fca689ae1a75b4ec1c72f",
                "md5": "4b3f47a29ef22d6ed1098f8d4a751515",
                "sha256": "d47cfb2650f0e103d4bf68b0b5804c68da97272c84bb12850d877a95c056bd67"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4b3f47a29ef22d6ed1098f8d4a751515",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 2312306,
            "upload_time": "2024-12-24T18:29:12",
            "upload_time_iso_8601": "2024-12-24T18:29:12.644188Z",
            "url": "https://files.pythonhosted.org/packages/c9/4f/15988966ba46bcd5ab9d0c8296914436720dd67fca689ae1a75b4ec1c72f/kiwisolver-1.4.8-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d27bdf1c769c83f74d98cbc34483a972f221440703054894a37d174fba8aa68",
                "md5": "431a40de040a8f5d765c6ff57c2bb526",
                "sha256": "ed33ca2002a779a2e20eeb06aea7721b6e47f2d4b8a8ece979d8ba9e2a167e34"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "431a40de040a8f5d765c6ff57c2bb526",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 71966,
            "upload_time": "2024-12-24T18:29:14",
            "upload_time_iso_8601": "2024-12-24T18:29:14.089346Z",
            "url": "https://files.pythonhosted.org/packages/2d/27/bdf1c769c83f74d98cbc34483a972f221440703054894a37d174fba8aa68/kiwisolver-1.4.8-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ac99642ea855604aeb2968a8e145fc662edf61db7632ad2e4fb92424be6b6c0",
                "md5": "147f37be00d0b46ab3b703c14edb44c5",
                "sha256": "16523b40aab60426ffdebe33ac374457cf62863e330a90a0383639ce14bf44b2"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp311-cp311-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "147f37be00d0b46ab3b703c14edb44c5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 65311,
            "upload_time": "2024-12-24T18:29:15",
            "upload_time_iso_8601": "2024-12-24T18:29:15.892461Z",
            "url": "https://files.pythonhosted.org/packages/4a/c9/9642ea855604aeb2968a8e145fc662edf61db7632ad2e4fb92424be6b6c0/kiwisolver-1.4.8-cp311-cp311-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fcaacea685c4ab647f349c3bc92d2daf7ae34c8e8cf405a6dcd3a497f58a2ac3",
                "md5": "ae519f73718cd2d10dd11b460ba9ccb2",
                "sha256": "d6af5e8815fd02997cb6ad9bbed0ee1e60014438ee1a5c2444c96f87b8843502"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp312-cp312-macosx_10_13_universal2.whl",
            "has_sig": false,
            "md5_digest": "ae519f73718cd2d10dd11b460ba9ccb2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 124152,
            "upload_time": "2024-12-24T18:29:16",
            "upload_time_iso_8601": "2024-12-24T18:29:16.850139Z",
            "url": "https://files.pythonhosted.org/packages/fc/aa/cea685c4ab647f349c3bc92d2daf7ae34c8e8cf405a6dcd3a497f58a2ac3/kiwisolver-1.4.8-cp312-cp312-macosx_10_13_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c50b8db6d2e2452d60d5ebc4ce4b204feeb16176a851fd42462f66ade6808084",
                "md5": "e4a1da1171bbce09e92b52d986e6c893",
                "sha256": "bade438f86e21d91e0cf5dd7c0ed00cda0f77c8c1616bd83f9fc157fa6760d31"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp312-cp312-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e4a1da1171bbce09e92b52d986e6c893",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 66555,
            "upload_time": "2024-12-24T18:29:19",
            "upload_time_iso_8601": "2024-12-24T18:29:19.146741Z",
            "url": "https://files.pythonhosted.org/packages/c5/0b/8db6d2e2452d60d5ebc4ce4b204feeb16176a851fd42462f66ade6808084/kiwisolver-1.4.8-cp312-cp312-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6026d6a0db6785dd35d3ba5bf2b2df0aedc5af089962c6eb2cbf67a15b81369e",
                "md5": "d78c4ab539d202900b5b8a8150656cd2",
                "sha256": "b83dc6769ddbc57613280118fb4ce3cd08899cc3369f7d0e0fab518a7cf37fdb"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d78c4ab539d202900b5b8a8150656cd2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 65067,
            "upload_time": "2024-12-24T18:29:20",
            "upload_time_iso_8601": "2024-12-24T18:29:20.096589Z",
            "url": "https://files.pythonhosted.org/packages/60/26/d6a0db6785dd35d3ba5bf2b2df0aedc5af089962c6eb2cbf67a15b81369e/kiwisolver-1.4.8-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9ed1d97f7e3561e09757a196231edccc1bcf59d55ddccefa2afc9c615abd8e0",
                "md5": "06159298f0d5d0ed98e842b7a246aa15",
                "sha256": "111793b232842991be367ed828076b03d96202c19221b5ebab421ce8bcad016f"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "06159298f0d5d0ed98e842b7a246aa15",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 1378443,
            "upload_time": "2024-12-24T18:29:22",
            "upload_time_iso_8601": "2024-12-24T18:29:22.843839Z",
            "url": "https://files.pythonhosted.org/packages/c9/ed/1d97f7e3561e09757a196231edccc1bcf59d55ddccefa2afc9c615abd8e0/kiwisolver-1.4.8-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": "296139d30b99954e6b46f760e6289c12fede2ab96a254c443639052d1b573fbc",
                "md5": "680223bd12acada807d62e3585a1b314",
                "sha256": "257af1622860e51b1a9d0ce387bf5c2c4f36a90594cb9514f55b074bcc787cfc"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "680223bd12acada807d62e3585a1b314",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 1472728,
            "upload_time": "2024-12-24T18:29:24",
            "upload_time_iso_8601": "2024-12-24T18:29:24.463023Z",
            "url": "https://files.pythonhosted.org/packages/29/61/39d30b99954e6b46f760e6289c12fede2ab96a254c443639052d1b573fbc/kiwisolver-1.4.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c3e804163b932f7603ef256e4a715e5843a9600802bb23a68b4e08c8c0ff61d",
                "md5": "b67e506f89e034ffde622058308b5822",
                "sha256": "69b5637c3f316cab1ec1c9a12b8c5f4750a4c4b71af9157645bf32830e39c03a"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "b67e506f89e034ffde622058308b5822",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 1478388,
            "upload_time": "2024-12-24T18:29:25",
            "upload_time_iso_8601": "2024-12-24T18:29:25.776629Z",
            "url": "https://files.pythonhosted.org/packages/0c/3e/804163b932f7603ef256e4a715e5843a9600802bb23a68b4e08c8c0ff61d/kiwisolver-1.4.8-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8a9e60eaa75169a154700be74f875a4d9961b11ba048bef315fbe89cb6999056",
                "md5": "b73091637578e720d6b5f63ab441f8d9",
                "sha256": "782bb86f245ec18009890e7cb8d13a5ef54dcf2ebe18ed65f795e635a96a1c6a"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "b73091637578e720d6b5f63ab441f8d9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 1413849,
            "upload_time": "2024-12-24T18:29:27",
            "upload_time_iso_8601": "2024-12-24T18:29:27.202631Z",
            "url": "https://files.pythonhosted.org/packages/8a/9e/60eaa75169a154700be74f875a4d9961b11ba048bef315fbe89cb6999056/kiwisolver-1.4.8-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bcb39458adb9472e61a998c8c4d95cfdfec91c73c53a375b30b1428310f923e4",
                "md5": "cfb57e6f5e8262695c1c7539aad47055",
                "sha256": "cc978a80a0db3a66d25767b03688f1147a69e6237175c0f4ffffaaedf744055a"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cfb57e6f5e8262695c1c7539aad47055",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 1475533,
            "upload_time": "2024-12-24T18:29:28",
            "upload_time_iso_8601": "2024-12-24T18:29:28.638252Z",
            "url": "https://files.pythonhosted.org/packages/bc/b3/9458adb9472e61a998c8c4d95cfdfec91c73c53a375b30b1428310f923e4/kiwisolver-1.4.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e47a0a42d9571e35798de80aef4bb43a9b672aa7f8e58643d7bd1950398ffb0a",
                "md5": "ae1ad20e96cd3ab3297c175a6c648e5a",
                "sha256": "36dbbfd34838500a31f52c9786990d00150860e46cd5041386f217101350f0d3"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ae1ad20e96cd3ab3297c175a6c648e5a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 2268898,
            "upload_time": "2024-12-24T18:29:30",
            "upload_time_iso_8601": "2024-12-24T18:29:30.368536Z",
            "url": "https://files.pythonhosted.org/packages/e4/7a/0a42d9571e35798de80aef4bb43a9b672aa7f8e58643d7bd1950398ffb0a/kiwisolver-1.4.8-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d9071255dc8d80271400126ed8db35a1795b1a2c098ac3a72645075d06fe5c5d",
                "md5": "5a34a3f535aab1e757307ac426830282",
                "sha256": "eaa973f1e05131de5ff3569bbba7f5fd07ea0595d3870ed4a526d486fe57fa1b"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "5a34a3f535aab1e757307ac426830282",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 2425605,
            "upload_time": "2024-12-24T18:29:33",
            "upload_time_iso_8601": "2024-12-24T18:29:33.151569Z",
            "url": "https://files.pythonhosted.org/packages/d9/07/1255dc8d80271400126ed8db35a1795b1a2c098ac3a72645075d06fe5c5d/kiwisolver-1.4.8-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "84df5a3b4cf13780ef6f6942df67b138b03b7e79e9f1f08f57c49957d5867f6e",
                "md5": "5c689fa877f060508a072e647d59e964",
                "sha256": "a66f60f8d0c87ab7f59b6fb80e642ebb29fec354a4dfad687ca4092ae69d04f4"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp312-cp312-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "5c689fa877f060508a072e647d59e964",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 2375801,
            "upload_time": "2024-12-24T18:29:34",
            "upload_time_iso_8601": "2024-12-24T18:29:34.584780Z",
            "url": "https://files.pythonhosted.org/packages/84/df/5a3b4cf13780ef6f6942df67b138b03b7e79e9f1f08f57c49957d5867f6e/kiwisolver-1.4.8-cp312-cp312-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f102348d068e8b0f635c8c86892788dac7a6b5c0cb12356620ab575775aad89",
                "md5": "397b1f85599182b24f3793e8e66f82bb",
                "sha256": "858416b7fb777a53f0c59ca08190ce24e9abbd3cffa18886a5781b8e3e26f65d"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp312-cp312-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "397b1f85599182b24f3793e8e66f82bb",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 2520077,
            "upload_time": "2024-12-24T18:29:36",
            "upload_time_iso_8601": "2024-12-24T18:29:36.138676Z",
            "url": "https://files.pythonhosted.org/packages/8f/10/2348d068e8b0f635c8c86892788dac7a6b5c0cb12356620ab575775aad89/kiwisolver-1.4.8-cp312-cp312-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32d8014b89fee5d4dce157d814303b0fce4d31385a2af4c41fed194b173b81ac",
                "md5": "1da77c0fc779d9c1f3ef0c8762aa44c8",
                "sha256": "085940635c62697391baafaaeabdf3dd7a6c3643577dde337f4d66eba021b2b8"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1da77c0fc779d9c1f3ef0c8762aa44c8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 2338410,
            "upload_time": "2024-12-24T18:29:39",
            "upload_time_iso_8601": "2024-12-24T18:29:39.991982Z",
            "url": "https://files.pythonhosted.org/packages/32/d8/014b89fee5d4dce157d814303b0fce4d31385a2af4c41fed194b173b81ac/kiwisolver-1.4.8-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd72dfff0cc97f2a0776e1c9eb5bef1ddfd45f46246c6533b0191887a427bca5",
                "md5": "64512338552fe17919a7c21df5c98374",
                "sha256": "01c3d31902c7db5fb6182832713d3b4122ad9317c2c5877d0539227d96bb2e50"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "64512338552fe17919a7c21df5c98374",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 71853,
            "upload_time": "2024-12-24T18:29:42",
            "upload_time_iso_8601": "2024-12-24T18:29:42.006696Z",
            "url": "https://files.pythonhosted.org/packages/bd/72/dfff0cc97f2a0776e1c9eb5bef1ddfd45f46246c6533b0191887a427bca5/kiwisolver-1.4.8-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc85220d13d914485c0948a00f0b9eb419efaf6da81b7d72e88ce2391f7aed8d",
                "md5": "babc74333d1ccabd5498f7f41f8ee973",
                "sha256": "a3c44cb68861de93f0c4a8175fbaa691f0aa22550c331fefef02b618a9dcb476"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp312-cp312-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "babc74333d1ccabd5498f7f41f8ee973",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 65424,
            "upload_time": "2024-12-24T18:29:44",
            "upload_time_iso_8601": "2024-12-24T18:29:44.380028Z",
            "url": "https://files.pythonhosted.org/packages/dc/85/220d13d914485c0948a00f0b9eb419efaf6da81b7d72e88ce2391f7aed8d/kiwisolver-1.4.8-cp312-cp312-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79b3e62464a652f4f8cd9006e13d07abad844a47df1e6537f73ddfbf1bc997ec",
                "md5": "5fc09dd264422b5c63340110e9e9bcce",
                "sha256": "1c8ceb754339793c24aee1c9fb2485b5b1f5bb1c2c214ff13368431e51fc9a09"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp313-cp313-macosx_10_13_universal2.whl",
            "has_sig": false,
            "md5_digest": "5fc09dd264422b5c63340110e9e9bcce",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 124156,
            "upload_time": "2024-12-24T18:29:45",
            "upload_time_iso_8601": "2024-12-24T18:29:45.368500Z",
            "url": "https://files.pythonhosted.org/packages/79/b3/e62464a652f4f8cd9006e13d07abad844a47df1e6537f73ddfbf1bc997ec/kiwisolver-1.4.8-cp313-cp313-macosx_10_13_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d2df13d06998b546a2ad4f48607a146e045bbe48030774de29f90bdc573df15",
                "md5": "f4eea394db10a778f5df3bc8285767ca",
                "sha256": "54a62808ac74b5e55a04a408cda6156f986cefbcf0ada13572696b507cc92fa1"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp313-cp313-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f4eea394db10a778f5df3bc8285767ca",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 66555,
            "upload_time": "2024-12-24T18:29:46",
            "upload_time_iso_8601": "2024-12-24T18:29:46.370513Z",
            "url": "https://files.pythonhosted.org/packages/8d/2d/f13d06998b546a2ad4f48607a146e045bbe48030774de29f90bdc573df15/kiwisolver-1.4.8-cp313-cp313-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59e3b8bd14b0a54998a9fd1e8da591c60998dc003618cb19a3f94cb233ec1511",
                "md5": "b19460dd64fc867daf60ebe83a13b8c5",
                "sha256": "68269e60ee4929893aad82666821aaacbd455284124817af45c11e50a4b42e3c"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "b19460dd64fc867daf60ebe83a13b8c5",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 65071,
            "upload_time": "2024-12-24T18:29:47",
            "upload_time_iso_8601": "2024-12-24T18:29:47.333588Z",
            "url": "https://files.pythonhosted.org/packages/59/e3/b8bd14b0a54998a9fd1e8da591c60998dc003618cb19a3f94cb233ec1511/kiwisolver-1.4.8-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f01c6c86f6d85ffe4d0ce04228d976f00674f1df5dc893bf2dd4f1928748f187",
                "md5": "a292be8512fb16cb0525389e833ca943",
                "sha256": "34d142fba9c464bc3bbfeff15c96eab0e7310343d6aefb62a79d51421fcc5f1b"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "a292be8512fb16cb0525389e833ca943",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 1378053,
            "upload_time": "2024-12-24T18:29:49",
            "upload_time_iso_8601": "2024-12-24T18:29:49.636948Z",
            "url": "https://files.pythonhosted.org/packages/f0/1c/6c86f6d85ffe4d0ce04228d976f00674f1df5dc893bf2dd4f1928748f187/kiwisolver-1.4.8-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4eb91c6e9f6dcb103ac5cf87cb695845f5fa71379021500153566d8a8a9fc291",
                "md5": "a2c669ee9fb5c076d99b943017842468",
                "sha256": "3ddc373e0eef45b59197de815b1b28ef89ae3955e7722cc9710fb91cd77b7f47"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a2c669ee9fb5c076d99b943017842468",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 1472278,
            "upload_time": "2024-12-24T18:29:51",
            "upload_time_iso_8601": "2024-12-24T18:29:51.164458Z",
            "url": "https://files.pythonhosted.org/packages/4e/b9/1c6e9f6dcb103ac5cf87cb695845f5fa71379021500153566d8a8a9fc291/kiwisolver-1.4.8-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee81aca1eb176de671f8bda479b11acdc42c132b61a2ac861c883907dde6debb",
                "md5": "9960177085aa37835a41ab3e329d5770",
                "sha256": "77e6f57a20b9bd4e1e2cedda4d0b986ebd0216236f0106e55c28aea3d3d69b16"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "9960177085aa37835a41ab3e329d5770",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 1478139,
            "upload_time": "2024-12-24T18:29:52",
            "upload_time_iso_8601": "2024-12-24T18:29:52.594682Z",
            "url": "https://files.pythonhosted.org/packages/ee/81/aca1eb176de671f8bda479b11acdc42c132b61a2ac861c883907dde6debb/kiwisolver-1.4.8-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "49f4e081522473671c97b2687d380e9e4c26f748a86363ce5af48b4a28e48d06",
                "md5": "b753d7bd44994c50f3160f1349573e1f",
                "sha256": "08e77738ed7538f036cd1170cbed942ef749137b1311fa2bbe2a7fda2f6bf3cc"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "b753d7bd44994c50f3160f1349573e1f",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 1413517,
            "upload_time": "2024-12-24T18:29:53",
            "upload_time_iso_8601": "2024-12-24T18:29:53.941369Z",
            "url": "https://files.pythonhosted.org/packages/49/f4/e081522473671c97b2687d380e9e4c26f748a86363ce5af48b4a28e48d06/kiwisolver-1.4.8-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8fe96a7d025d8da8c4931522922cd706105aa32b3291d1add8c5427cdcd66e63",
                "md5": "a4a8f2b0f224d4033c412bb6d3748b3d",
                "sha256": "a5ce1e481a74b44dd5e92ff03ea0cb371ae7a0268318e202be06c8f04f4f1246"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a4a8f2b0f224d4033c412bb6d3748b3d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 1474952,
            "upload_time": "2024-12-24T18:29:56",
            "upload_time_iso_8601": "2024-12-24T18:29:56.523299Z",
            "url": "https://files.pythonhosted.org/packages/8f/e9/6a7d025d8da8c4931522922cd706105aa32b3291d1add8c5427cdcd66e63/kiwisolver-1.4.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "821313fa685ae167bee5d94b415991c4fc7bb0a1b6ebea6e753a87044b209678",
                "md5": "ddd08ea1207698ccb2f207895d53d46c",
                "sha256": "fc2ace710ba7c1dfd1a3b42530b62b9ceed115f19a1656adefce7b1782a37794"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp313-cp313-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ddd08ea1207698ccb2f207895d53d46c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 2269132,
            "upload_time": "2024-12-24T18:29:57",
            "upload_time_iso_8601": "2024-12-24T18:29:57.989147Z",
            "url": "https://files.pythonhosted.org/packages/82/13/13fa685ae167bee5d94b415991c4fc7bb0a1b6ebea6e753a87044b209678/kiwisolver-1.4.8-cp313-cp313-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef92bb7c9395489b99a6cb41d502d3686bac692586db2045adc19e45ee64ed23",
                "md5": "0fc6e615894edf38ec5f9aae7d41713e",
                "sha256": "3452046c37c7692bd52b0e752b87954ef86ee2224e624ef7ce6cb21e8c41cc1b"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp313-cp313-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "0fc6e615894edf38ec5f9aae7d41713e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 2425997,
            "upload_time": "2024-12-24T18:29:59",
            "upload_time_iso_8601": "2024-12-24T18:29:59.393718Z",
            "url": "https://files.pythonhosted.org/packages/ef/92/bb7c9395489b99a6cb41d502d3686bac692586db2045adc19e45ee64ed23/kiwisolver-1.4.8-cp313-cp313-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ed1287f0e9271e2b63d35d0d8524954145837dd1a6c15b62a2d8c1ebe0f182b4",
                "md5": "2cd43973c9b9468b2d3d1f4846c71c41",
                "sha256": "7e9a60b50fe8b2ec6f448fe8d81b07e40141bfced7f896309df271a0b92f80f3"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp313-cp313-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "2cd43973c9b9468b2d3d1f4846c71c41",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 2376060,
            "upload_time": "2024-12-24T18:30:01",
            "upload_time_iso_8601": "2024-12-24T18:30:01.338660Z",
            "url": "https://files.pythonhosted.org/packages/ed/12/87f0e9271e2b63d35d0d8524954145837dd1a6c15b62a2d8c1ebe0f182b4/kiwisolver-1.4.8-cp313-cp313-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "026ec8af39288edbce8bf0fa35dee427b082758a4b71e9c91ef18fa667782138",
                "md5": "a8665076893df642f1ecdedbf410215d",
                "sha256": "918139571133f366e8362fa4a297aeba86c7816b7ecf0bc79168080e2bd79957"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp313-cp313-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "a8665076893df642f1ecdedbf410215d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 2520471,
            "upload_time": "2024-12-24T18:30:04",
            "upload_time_iso_8601": "2024-12-24T18:30:04.574250Z",
            "url": "https://files.pythonhosted.org/packages/02/6e/c8af39288edbce8bf0fa35dee427b082758a4b71e9c91ef18fa667782138/kiwisolver-1.4.8-cp313-cp313-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1378df381bc7b26e535c91469f77f16adcd073beb3e2dd25042efd064af82323",
                "md5": "e879339c6a95d71796319b3651545b03",
                "sha256": "e063ef9f89885a1d68dd8b2e18f5ead48653176d10a0e324e3b0030e3a69adeb"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e879339c6a95d71796319b3651545b03",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 2338793,
            "upload_time": "2024-12-24T18:30:06",
            "upload_time_iso_8601": "2024-12-24T18:30:06.250762Z",
            "url": "https://files.pythonhosted.org/packages/13/78/df381bc7b26e535c91469f77f16adcd073beb3e2dd25042efd064af82323/kiwisolver-1.4.8-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "34bdb89380b7298e3af9b39f49334e3e2a4af0e04819789f04b43d560516c0c8",
                "md5": "41357a487a0299c29ca2d1217fc13a29",
                "sha256": "370fd2df41660ed4e26b8c9d6bbcad668fbe2560462cba151a721d49e5b6628c"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp313-cp313t-macosx_10_13_universal2.whl",
            "has_sig": false,
            "md5_digest": "41357a487a0299c29ca2d1217fc13a29",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 126294,
            "upload_time": "2024-12-24T18:30:09",
            "upload_time_iso_8601": "2024-12-24T18:30:09.508987Z",
            "url": "https://files.pythonhosted.org/packages/34/bd/b89380b7298e3af9b39f49334e3e2a4af0e04819789f04b43d560516c0c8/kiwisolver-1.4.8-cp313-cp313t-macosx_10_13_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83415857dc72e5e4148eaac5aa76e0703e594e4465f8ab7ec0fc60e3a9bb8fea",
                "md5": "28c40dcff9a3089143a360295056ad4d",
                "sha256": "84a2f830d42707de1d191b9490ac186bf7997a9495d4e9072210a1296345f7dc"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp313-cp313t-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "28c40dcff9a3089143a360295056ad4d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 67736,
            "upload_time": "2024-12-24T18:30:11",
            "upload_time_iso_8601": "2024-12-24T18:30:11.039999Z",
            "url": "https://files.pythonhosted.org/packages/83/41/5857dc72e5e4148eaac5aa76e0703e594e4465f8ab7ec0fc60e3a9bb8fea/kiwisolver-1.4.8-cp313-cp313t-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1d1be059b8db56ac270489fb0b3297fd1e53d195ba76e9bbb30e5401fa6b759",
                "md5": "8bef6596b5ba0cc7568825d9e02dba7e",
                "sha256": "7a3ad337add5148cf51ce0b55642dc551c0b9d6248458a757f98796ca7348712"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp313-cp313t-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "8bef6596b5ba0cc7568825d9e02dba7e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 66194,
            "upload_time": "2024-12-24T18:30:14",
            "upload_time_iso_8601": "2024-12-24T18:30:14.886264Z",
            "url": "https://files.pythonhosted.org/packages/e1/d1/be059b8db56ac270489fb0b3297fd1e53d195ba76e9bbb30e5401fa6b759/kiwisolver-1.4.8-cp313-cp313t-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1834b73975f149819eb7dcf9299ed467eba068ecb16439a98990dcb12e63fdd",
                "md5": "b790da0ab92b975053015f0e6aeee16a",
                "sha256": "7506488470f41169b86d8c9aeff587293f530a23a23a49d6bc64dab66bedc71e"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp313-cp313t-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "b790da0ab92b975053015f0e6aeee16a",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 1465942,
            "upload_time": "2024-12-24T18:30:18",
            "upload_time_iso_8601": "2024-12-24T18:30:18.927449Z",
            "url": "https://files.pythonhosted.org/packages/e1/83/4b73975f149819eb7dcf9299ed467eba068ecb16439a98990dcb12e63fdd/kiwisolver-1.4.8-cp313-cp313t-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c72c30a5cdde5102958e602c07466bce058b9d7cb48734aa7a4327261ac8e002",
                "md5": "1f637b985fef4c3e667d2ac229acdc26",
                "sha256": "2f0121b07b356a22fb0414cec4666bbe36fd6d0d759db3d37228f496ed67c880"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1f637b985fef4c3e667d2ac229acdc26",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 1595341,
            "upload_time": "2024-12-24T18:30:22",
            "upload_time_iso_8601": "2024-12-24T18:30:22.102658Z",
            "url": "https://files.pythonhosted.org/packages/c7/2c/30a5cdde5102958e602c07466bce058b9d7cb48734aa7a4327261ac8e002/kiwisolver-1.4.8-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff9b1e71db1c000385aa069704f5990574b8244cce854ecd83119c19e83c9586",
                "md5": "c1c42f8278a56db05e0899db48e0b0b4",
                "sha256": "d6d6bd87df62c27d4185de7c511c6248040afae67028a8a22012b010bc7ad062"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "c1c42f8278a56db05e0899db48e0b0b4",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 1598455,
            "upload_time": "2024-12-24T18:30:24",
            "upload_time_iso_8601": "2024-12-24T18:30:24.947148Z",
            "url": "https://files.pythonhosted.org/packages/ff/9b/1e71db1c000385aa069704f5990574b8244cce854ecd83119c19e83c9586/kiwisolver-1.4.8-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8592c8fec52ddf06231b31cbb779af77e99b8253cd96bd135250b9498144c78b",
                "md5": "77e802a9e68384fa0856f0a59e12fc25",
                "sha256": "291331973c64bb9cce50bbe871fb2e675c4331dab4f31abe89f175ad7679a4d7"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "77e802a9e68384fa0856f0a59e12fc25",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 1522138,
            "upload_time": "2024-12-24T18:30:26",
            "upload_time_iso_8601": "2024-12-24T18:30:26.286460Z",
            "url": "https://files.pythonhosted.org/packages/85/92/c8fec52ddf06231b31cbb779af77e99b8253cd96bd135250b9498144c78b/kiwisolver-1.4.8-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b519eb7e2cd07a15d8bdd976f6190c0164f92ce1904e5c0c79198c4972926b7",
                "md5": "bd0f1e3f946562cdbb59393b46a114ba",
                "sha256": "893f5525bb92d3d735878ec00f781b2de998333659507d29ea4466208df37bed"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bd0f1e3f946562cdbb59393b46a114ba",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 1582857,
            "upload_time": "2024-12-24T18:30:28",
            "upload_time_iso_8601": "2024-12-24T18:30:28.860488Z",
            "url": "https://files.pythonhosted.org/packages/0b/51/9eb7e2cd07a15d8bdd976f6190c0164f92ce1904e5c0c79198c4972926b7/kiwisolver-1.4.8-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f95c5a00387a5405e68ba32cc64af65ce881a39b98d73cc394b24143bebc5b8",
                "md5": "1f36ec09ef8e5c9b2de826e24b419911",
                "sha256": "b47a465040146981dc9db8647981b8cb96366fbc8d452b031e4f8fdffec3f26d"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1f36ec09ef8e5c9b2de826e24b419911",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 2293129,
            "upload_time": "2024-12-24T18:30:30",
            "upload_time_iso_8601": "2024-12-24T18:30:30.340366Z",
            "url": "https://files.pythonhosted.org/packages/0f/95/c5a00387a5405e68ba32cc64af65ce881a39b98d73cc394b24143bebc5b8/kiwisolver-1.4.8-cp313-cp313t-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4483eeb7af7d706b8347548313fa3a3a15931f404533cc54fe01f39e830dd231",
                "md5": "dec501d14f5f0b6dc19d3d9545a16923",
                "sha256": "99cea8b9dd34ff80c521aef46a1dddb0dcc0283cf18bde6d756f1e6f31772165"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp313-cp313t-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "dec501d14f5f0b6dc19d3d9545a16923",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 2421538,
            "upload_time": "2024-12-24T18:30:33",
            "upload_time_iso_8601": "2024-12-24T18:30:33.334806Z",
            "url": "https://files.pythonhosted.org/packages/44/83/eeb7af7d706b8347548313fa3a3a15931f404533cc54fe01f39e830dd231/kiwisolver-1.4.8-cp313-cp313t-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "05f927e94c1b3eb29e6933b6986ffc5fa1177d2cd1f0c8efc5f02c91c9ac61de",
                "md5": "921e4299453e75f05387882577737c18",
                "sha256": "151dffc4865e5fe6dafce5480fab84f950d14566c480c08a53c663a0020504b6"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp313-cp313t-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "921e4299453e75f05387882577737c18",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 2390661,
            "upload_time": "2024-12-24T18:30:34",
            "upload_time_iso_8601": "2024-12-24T18:30:34.939811Z",
            "url": "https://files.pythonhosted.org/packages/05/f9/27e94c1b3eb29e6933b6986ffc5fa1177d2cd1f0c8efc5f02c91c9ac61de/kiwisolver-1.4.8-cp313-cp313t-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d9d43c9735faa36ac591a4afcc2980d2691000506050b7a7e80bcfe44048daa7",
                "md5": "57b3f7cc94cda8748f0ef3c65d8c7596",
                "sha256": "577facaa411c10421314598b50413aa1ebcf5126f704f1e5d72d7e4e9f020d90"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp313-cp313t-musllinux_1_2_s390x.whl",
            "has_sig": false,
            "md5_digest": "57b3f7cc94cda8748f0ef3c65d8c7596",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 2546710,
            "upload_time": "2024-12-24T18:30:37",
            "upload_time_iso_8601": "2024-12-24T18:30:37.281593Z",
            "url": "https://files.pythonhosted.org/packages/d9/d4/3c9735faa36ac591a4afcc2980d2691000506050b7a7e80bcfe44048daa7/kiwisolver-1.4.8-cp313-cp313t-musllinux_1_2_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4cfabe89a49c640930180657482a74970cdcf6f7072c8d2471e1babe17a222dc",
                "md5": "1e25af92fd9832ad65f5ea26272f0580",
                "sha256": "be4816dc51c8a471749d664161b434912eee82f2ea66bd7628bd14583a833e85"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1e25af92fd9832ad65f5ea26272f0580",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 2349213,
            "upload_time": "2024-12-24T18:30:40",
            "upload_time_iso_8601": "2024-12-24T18:30:40.019015Z",
            "url": "https://files.pythonhosted.org/packages/4c/fa/be89a49c640930180657482a74970cdcf6f7072c8d2471e1babe17a222dc/kiwisolver-1.4.8-cp313-cp313t-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d0dcc1abe38c37c071d0fc71c9a474fd0b9ede05d42f5a458d584619cfd2371a",
                "md5": "9dfe95b70b7dab95d35600ef04018491",
                "sha256": "a17b7c4f5b2c51bb68ed379defd608a03954a1845dfed7cc0117f1cc8a9b7fd2"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9dfe95b70b7dab95d35600ef04018491",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 71855,
            "upload_time": "2024-12-24T18:30:07",
            "upload_time_iso_8601": "2024-12-24T18:30:07.535649Z",
            "url": "https://files.pythonhosted.org/packages/d0/dc/c1abe38c37c071d0fc71c9a474fd0b9ede05d42f5a458d584619cfd2371a/kiwisolver-1.4.8-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0b621529d595b126ac298fdd90b705d87d4c5693de60023e0efcb4f387ed99e",
                "md5": "e32b009e8b95dd076ab11147719e11ca",
                "sha256": "3cd3bc628b25f74aedc6d374d5babf0166a92ff1317f46267f12d2ed54bc1d30"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-cp313-cp313-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "e32b009e8b95dd076ab11147719e11ca",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 65430,
            "upload_time": "2024-12-24T18:30:08",
            "upload_time_iso_8601": "2024-12-24T18:30:08.504769Z",
            "url": "https://files.pythonhosted.org/packages/a0/b6/21529d595b126ac298fdd90b705d87d4c5693de60023e0efcb4f387ed99e/kiwisolver-1.4.8-cp313-cp313-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ff9ae81c47a43e33b93b0a9819cac6723257f5da2a5a60daf46aa5c7226ea85",
                "md5": "b13b18d638efc37b82948387edd745f0",
                "sha256": "e7a019419b7b510f0f7c9dceff8c5eae2392037eae483a7f9162625233802b0a"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b13b18d638efc37b82948387edd745f0",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 60403,
            "upload_time": "2024-12-24T18:30:41",
            "upload_time_iso_8601": "2024-12-24T18:30:41.372889Z",
            "url": "https://files.pythonhosted.org/packages/1f/f9/ae81c47a43e33b93b0a9819cac6723257f5da2a5a60daf46aa5c7226ea85/kiwisolver-1.4.8-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "58caf92b5cb6f4ce0c1ebfcfe3e2e42b96917e16f7090e45b21102941924f18f",
                "md5": "4400712dd625490636a79f075b9c4ca9",
                "sha256": "286b18e86682fd2217a48fc6be6b0f20c1d0ed10958d8dc53453ad58d7be0bf8"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "4400712dd625490636a79f075b9c4ca9",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 58657,
            "upload_time": "2024-12-24T18:30:42",
            "upload_time_iso_8601": "2024-12-24T18:30:42.392008Z",
            "url": "https://files.pythonhosted.org/packages/58/ca/f92b5cb6f4ce0c1ebfcfe3e2e42b96917e16f7090e45b21102941924f18f/kiwisolver-1.4.8-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8028ae0240f732f0484d3a4dc885d055653c47144bdf59b670aae0ec3c65a7c8",
                "md5": "0afa9641d0ff6b782727ba9b17e46176",
                "sha256": "4191ee8dfd0be1c3666ccbac178c5a05d5f8d689bbe3fc92f3c4abec817f8fe0"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "0afa9641d0ff6b782727ba9b17e46176",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 84948,
            "upload_time": "2024-12-24T18:30:44",
            "upload_time_iso_8601": "2024-12-24T18:30:44.703437Z",
            "url": "https://files.pythonhosted.org/packages/80/28/ae0240f732f0484d3a4dc885d055653c47144bdf59b670aae0ec3c65a7c8/kiwisolver-1.4.8-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5deb78d50346c51db22c7203c1611f9b513075f35c4e0e4877c5dde378d66043",
                "md5": "4bab4f5ed5864965201515cc77802348",
                "sha256": "7cd2785b9391f2873ad46088ed7599a6a71e762e1ea33e87514b1a441ed1da1c"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4bab4f5ed5864965201515cc77802348",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 81186,
            "upload_time": "2024-12-24T18:30:45",
            "upload_time_iso_8601": "2024-12-24T18:30:45.654146Z",
            "url": "https://files.pythonhosted.org/packages/5d/eb/78d50346c51db22c7203c1611f9b513075f35c4e0e4877c5dde378d66043/kiwisolver-1.4.8-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "43f87259f18c77adca88d5f64f9a522792e178b2691f3748817a8750c2d216ef",
                "md5": "8f7e318fa015d11c72aff0cb46732e2b",
                "sha256": "c07b29089b7ba090b6f1a669f1411f27221c3662b3a1b7010e67b59bb5a6f10b"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8f7e318fa015d11c72aff0cb46732e2b",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 80279,
            "upload_time": "2024-12-24T18:30:47",
            "upload_time_iso_8601": "2024-12-24T18:30:47.951983Z",
            "url": "https://files.pythonhosted.org/packages/43/f8/7259f18c77adca88d5f64f9a522792e178b2691f3748817a8750c2d216ef/kiwisolver-1.4.8-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3a1d50ad811d1c5dae091e4cf046beba925bcae0a610e79ae4c538f996f63ed5",
                "md5": "e6ba69d08db10c43ea70e99d4e45a606",
                "sha256": "65ea09a5a3faadd59c2ce96dc7bf0f364986a315949dc6374f04396b0d60e09b"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8-pp310-pypy310_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e6ba69d08db10c43ea70e99d4e45a606",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.10",
            "size": 71762,
            "upload_time": "2024-12-24T18:30:48",
            "upload_time_iso_8601": "2024-12-24T18:30:48.903189Z",
            "url": "https://files.pythonhosted.org/packages/3a/1d/50ad811d1c5dae091e4cf046beba925bcae0a610e79ae4c538f996f63ed5/kiwisolver-1.4.8-pp310-pypy310_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "82597c91426a8ac292e1cdd53a63b6d9439abd573c875c3f92c146767dd33faf",
                "md5": "2eb55aab42272292a732411bb6c79dee",
                "sha256": "23d5f023bdc8c7e54eb65f03ca5d5bb25b601eac4d7f1a042888a1f45237987e"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.8.tar.gz",
            "has_sig": false,
            "md5_digest": "2eb55aab42272292a732411bb6c79dee",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 97538,
            "upload_time": "2024-12-24T18:30:51",
            "upload_time_iso_8601": "2024-12-24T18:30:51.519146Z",
            "url": "https://files.pythonhosted.org/packages/82/59/7c91426a8ac292e1cdd53a63b6d9439abd573c875c3f92c146767dd33faf/kiwisolver-1.4.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-24 18:30:51",
    "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.59645s