kiwisolver


Namekiwisolver JSON
Version 1.4.5 PyPI version JSON
download
home_page
SummaryA fast implementation of the Cassowary constraint solver
upload_time2023-08-24 09:30:39
maintainer
docs_urlNone
author
requires_python>=3.7
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, 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, 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
coveralls test coverage No coveralls.
            Welcome to Kiwi
===============

.. image:: https://travis-ci.org/nucleic/kiwi.svg?branch=main
    :target: https://travis-ci.org/nucleic/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": "",
    "name": "kiwisolver",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "\"Matthieu C. Dartiailh\" <m.dartiailh@gmail.com>",
    "keywords": "",
    "author": "",
    "author_email": "The Nucleic Development Team <sccolbert@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/b9/2d/226779e405724344fc678fcc025b812587617ea1a48b9442628b688e85ea/kiwisolver-1.4.5.tar.gz",
    "platform": null,
    "description": "Welcome to Kiwi\n===============\n\n.. image:: https://travis-ci.org/nucleic/kiwi.svg?branch=main\n    :target: https://travis-ci.org/nucleic/kiwi\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, 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, 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.5",
    "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": "f156cb02dcefdaab40df636b91e703b172966b444605a0ea313549f3ffc05bd3",
                "md5": "862c53d7efc6e9922c53474176c3ac0c",
                "sha256": "05703cf211d585109fcd72207a31bb170a0f22144d68298dc5e61b3c946518af"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp310-cp310-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "862c53d7efc6e9922c53474176c3ac0c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 127397,
            "upload_time": "2023-08-24T09:28:18",
            "upload_time_iso_8601": "2023-08-24T09:28:18.105820Z",
            "url": "https://files.pythonhosted.org/packages/f1/56/cb02dcefdaab40df636b91e703b172966b444605a0ea313549f3ffc05bd3/kiwisolver-1.4.5-cp310-cp310-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ec1d084f8edb26533a191415d5173157080837341f9a06af9dd1a75f727abb4",
                "md5": "b0bb1a3d0f541c339e263aa9f3b6c435",
                "sha256": "146d14bebb7f1dc4d5fbf74f8a6cb15ac42baadee8912eb84ac0b3b2a3dc6ac3"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b0bb1a3d0f541c339e263aa9f3b6c435",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 68125,
            "upload_time": "2023-08-24T09:28:19",
            "upload_time_iso_8601": "2023-08-24T09:28:19.218760Z",
            "url": "https://files.pythonhosted.org/packages/0e/c1/d084f8edb26533a191415d5173157080837341f9a06af9dd1a75f727abb4/kiwisolver-1.4.5-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23116fb190bae4b279d712a834e7b1da89f6dcff6791132f7399aa28a57c3565",
                "md5": "f8fabb52086199056472cd90bf857f38",
                "sha256": "6ef7afcd2d281494c0a9101d5c571970708ad911d028137cd558f02b851c08b4"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f8fabb52086199056472cd90bf857f38",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 66211,
            "upload_time": "2023-08-24T09:28:20",
            "upload_time_iso_8601": "2023-08-24T09:28:20.241743Z",
            "url": "https://files.pythonhosted.org/packages/23/11/6fb190bae4b279d712a834e7b1da89f6dcff6791132f7399aa28a57c3565/kiwisolver-1.4.5-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b3135e9e52feb33e9e063f76b2c5eb09cb977f5bba622df3210081bfb26ec9a3",
                "md5": "5239165dd882d242fc2c02532d5fe547",
                "sha256": "9eaa8b117dc8337728e834b9c6e2611f10c79e38f65157c4c38e9400286f5cb1"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "5239165dd882d242fc2c02532d5fe547",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1637145,
            "upload_time": "2023-08-24T09:28:21",
            "upload_time_iso_8601": "2023-08-24T09:28:21.439560Z",
            "url": "https://files.pythonhosted.org/packages/b3/13/5e9e52feb33e9e063f76b2c5eb09cb977f5bba622df3210081bfb26ec9a3/kiwisolver-1.4.5-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f404ab1fdb57fced80ce5903f04ae1aed7c1d5939dda4fd0c0aa526c12fe28a",
                "md5": "164245c62516482b5fc476f21f8d4575",
                "sha256": "ec20916e7b4cbfb1f12380e46486ec4bcbaa91a9c448b97023fde0d5bbf9e4ff"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "164245c62516482b5fc476f21f8d4575",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1617849,
            "upload_time": "2023-08-24T09:28:23",
            "upload_time_iso_8601": "2023-08-24T09:28:23.004285Z",
            "url": "https://files.pythonhosted.org/packages/6f/40/4ab1fdb57fced80ce5903f04ae1aed7c1d5939dda4fd0c0aa526c12fe28a/kiwisolver-1.4.5-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "49ca61ef43bd0832c7253b370735b0c38972c140c8774889b884372a629a8189",
                "md5": "d5ced8529174654e29279c88189da9e0",
                "sha256": "39b42c68602539407884cf70d6a480a469b93b81b7701378ba5e2328660c847a"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d5ced8529174654e29279c88189da9e0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1400921,
            "upload_time": "2023-08-24T09:28:24",
            "upload_time_iso_8601": "2023-08-24T09:28:24.331046Z",
            "url": "https://files.pythonhosted.org/packages/49/ca/61ef43bd0832c7253b370735b0c38972c140c8774889b884372a629a8189/kiwisolver-1.4.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "686f854f6a845c00b4257482468e08d8bc386f4929ee499206142378ba234419",
                "md5": "7e142d389ab99ed989456accf2806ac9",
                "sha256": "aa12042de0171fad672b6c59df69106d20d5596e4f87b5e8f76df757a7c399aa"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "7e142d389ab99ed989456accf2806ac9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1513009,
            "upload_time": "2023-08-24T09:28:25",
            "upload_time_iso_8601": "2023-08-24T09:28:25.636680Z",
            "url": "https://files.pythonhosted.org/packages/68/6f/854f6a845c00b4257482468e08d8bc386f4929ee499206142378ba234419/kiwisolver-1.4.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "506576f303377167d12eb7a9b423d6771b39fe5c4373e4a42f075805b1f581ae",
                "md5": "8c94f26b7ade95873fa648ee76d8e30e",
                "sha256": "2a40773c71d7ccdd3798f6489aaac9eee213d566850a9533f8d26332d626b82c"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "8c94f26b7ade95873fa648ee76d8e30e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1444819,
            "upload_time": "2023-08-24T09:28:27",
            "upload_time_iso_8601": "2023-08-24T09:28:27.547477Z",
            "url": "https://files.pythonhosted.org/packages/50/65/76f303377167d12eb7a9b423d6771b39fe5c4373e4a42f075805b1f581ae/kiwisolver-1.4.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7eee98cdf9dde129551467138b6e18cc1cc901e75ecc7ffb898c6f49609f33b1",
                "md5": "93fadab6c9f1677bc26732566d60f8a0",
                "sha256": "19df6e621f6d8b4b9c4d45f40a66839294ff2bb235e64d2178f7522d9170ac5b"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp310-cp310-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "93fadab6c9f1677bc26732566d60f8a0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1817054,
            "upload_time": "2023-08-24T09:28:28",
            "upload_time_iso_8601": "2023-08-24T09:28:28.839463Z",
            "url": "https://files.pythonhosted.org/packages/7e/ee/98cdf9dde129551467138b6e18cc1cc901e75ecc7ffb898c6f49609f33b1/kiwisolver-1.4.5-cp310-cp310-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e65bab569016ec4abc7b496f6cb8a3ab511372c99feb6a23d948cda97e0db6da",
                "md5": "b590207f5f5f78aaf44b099cdebaa8f3",
                "sha256": "83d78376d0d4fd884e2c114d0621624b73d2aba4e2788182d286309ebdeed770"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp310-cp310-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "b590207f5f5f78aaf44b099cdebaa8f3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1918613,
            "upload_time": "2023-08-24T09:28:30",
            "upload_time_iso_8601": "2023-08-24T09:28:30.351527Z",
            "url": "https://files.pythonhosted.org/packages/e6/5b/ab569016ec4abc7b496f6cb8a3ab511372c99feb6a23d948cda97e0db6da/kiwisolver-1.4.5-cp310-cp310-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "93ac39b9f99d2474b1ac7af1ddfe5756ddf9b6a8f24c5f3a32cd4c010317fc6b",
                "md5": "ffd1198826e71d06e67db5a7143f6395",
                "sha256": "e391b1f0a8a5a10ab3b9bb6afcfd74f2175f24f8975fb87ecae700d1503cdee0"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp310-cp310-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "ffd1198826e71d06e67db5a7143f6395",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1872650,
            "upload_time": "2023-08-24T09:28:32",
            "upload_time_iso_8601": "2023-08-24T09:28:32.303505Z",
            "url": "https://files.pythonhosted.org/packages/93/ac/39b9f99d2474b1ac7af1ddfe5756ddf9b6a8f24c5f3a32cd4c010317fc6b/kiwisolver-1.4.5-cp310-cp310-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "405bbe568548266516b114d1776120281ea9236c732fb6032a1f8f3b1e5e921c",
                "md5": "504f142b42dcc1be59c1ee029a90ba43",
                "sha256": "852542f9481f4a62dbb5dd99e8ab7aedfeb8fb6342349a181d4036877410f525"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp310-cp310-musllinux_1_1_s390x.whl",
            "has_sig": false,
            "md5_digest": "504f142b42dcc1be59c1ee029a90ba43",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1827415,
            "upload_time": "2023-08-24T09:28:34",
            "upload_time_iso_8601": "2023-08-24T09:28:34.141883Z",
            "url": "https://files.pythonhosted.org/packages/40/5b/be568548266516b114d1776120281ea9236c732fb6032a1f8f3b1e5e921c/kiwisolver-1.4.5-cp310-cp310-musllinux_1_1_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d480c0c13d2a17a12937a19ef378bf35e94399fd171ed6ec05bcee0f038e1eaf",
                "md5": "84fd38026704f56330ec4e5df56aee8e",
                "sha256": "59edc41b24031bc25108e210c0def6f6c2191210492a972d585a06ff246bb79b"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "84fd38026704f56330ec4e5df56aee8e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1838094,
            "upload_time": "2023-08-24T09:28:35",
            "upload_time_iso_8601": "2023-08-24T09:28:35.970581Z",
            "url": "https://files.pythonhosted.org/packages/d4/80/c0c13d2a17a12937a19ef378bf35e94399fd171ed6ec05bcee0f038e1eaf/kiwisolver-1.4.5-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70d15ab93ee00ca5af708929cc12fbe665b6f1ed4ad58088e70dc00e87e0d107",
                "md5": "2c7bde4eeea6a2056836910d70f8306e",
                "sha256": "a6aa6315319a052b4ee378aa171959c898a6183f15c1e541821c5c59beaa0238"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "2c7bde4eeea6a2056836910d70f8306e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 46585,
            "upload_time": "2023-08-24T09:28:37",
            "upload_time_iso_8601": "2023-08-24T09:28:37.326038Z",
            "url": "https://files.pythonhosted.org/packages/70/d1/5ab93ee00ca5af708929cc12fbe665b6f1ed4ad58088e70dc00e87e0d107/kiwisolver-1.4.5-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4aa18a9c9be45c642fa12954855d8b3a02d9fd8551165a558835a19508fec2e6",
                "md5": "810f81e6043f4844246a6dc6f9da26c8",
                "sha256": "d0ef46024e6a3d79c01ff13801cb19d0cad7fd859b15037aec74315540acc276"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "810f81e6043f4844246a6dc6f9da26c8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 56095,
            "upload_time": "2023-08-24T09:28:38",
            "upload_time_iso_8601": "2023-08-24T09:28:38.325195Z",
            "url": "https://files.pythonhosted.org/packages/4a/a1/8a9c9be45c642fa12954855d8b3a02d9fd8551165a558835a19508fec2e6/kiwisolver-1.4.5-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2aeb9e099ad7c47c279995d2d20474e1821100a5f10f847739bd65b1c1f02442",
                "md5": "b9e2b5615218c6080dc5c2fe9009e1fc",
                "sha256": "11863aa14a51fd6ec28688d76f1735f8f69ab1fabf388851a595d0721af042f5"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp311-cp311-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "b9e2b5615218c6080dc5c2fe9009e1fc",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 127403,
            "upload_time": "2023-08-24T09:28:39",
            "upload_time_iso_8601": "2023-08-24T09:28:39.300195Z",
            "url": "https://files.pythonhosted.org/packages/2a/eb/9e099ad7c47c279995d2d20474e1821100a5f10f847739bd65b1c1f02442/kiwisolver-1.4.5-cp311-cp311-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a694695922e71288855fc7cace3bdb52edda9d7e50edba77abb0c9d7abb51e96",
                "md5": "9953612062b2d79b6d37c573b58cf6b6",
                "sha256": "8ab3919a9997ab7ef2fbbed0cc99bb28d3c13e6d4b1ad36e97e482558a91be90"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9953612062b2d79b6d37c573b58cf6b6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 68156,
            "upload_time": "2023-08-24T09:28:40",
            "upload_time_iso_8601": "2023-08-24T09:28:40.301431Z",
            "url": "https://files.pythonhosted.org/packages/a6/94/695922e71288855fc7cace3bdb52edda9d7e50edba77abb0c9d7abb51e96/kiwisolver-1.4.5-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4afe23d7fa78f7c66086d196406beb1fb2eaf629dd7adc01c3453033303d17fa",
                "md5": "81c644a4e27043ccee0e22ad12e725fb",
                "sha256": "fcc700eadbbccbf6bc1bcb9dbe0786b4b1cb91ca0dcda336eef5c2beed37b797"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "81c644a4e27043ccee0e22ad12e725fb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 66166,
            "upload_time": "2023-08-24T09:28:41",
            "upload_time_iso_8601": "2023-08-24T09:28:41.235380Z",
            "url": "https://files.pythonhosted.org/packages/4a/fe/23d7fa78f7c66086d196406beb1fb2eaf629dd7adc01c3453033303d17fa/kiwisolver-1.4.5-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f168f472bf16c9141bb1bea5c0b8c66c68fc1ccb048efdbd8f0872b92125724e",
                "md5": "932e2dd7e82798dcbbb4bd193a87939b",
                "sha256": "dfdd7c0b105af050eb3d64997809dc21da247cf44e63dc73ff0fd20b96be55a9"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "932e2dd7e82798dcbbb4bd193a87939b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1334300,
            "upload_time": "2023-08-24T09:28:42",
            "upload_time_iso_8601": "2023-08-24T09:28:42.409575Z",
            "url": "https://files.pythonhosted.org/packages/f1/68/f472bf16c9141bb1bea5c0b8c66c68fc1ccb048efdbd8f0872b92125724e/kiwisolver-1.4.5-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": "8d26b4569d1f29751fca22ee915b4ebfef5974f4ef239b3335fc072882bd62d9",
                "md5": "abeeb2552d47c7d7e679fd967631bb94",
                "sha256": "76c6a5964640638cdeaa0c359382e5703e9293030fe730018ca06bc2010c4437"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "abeeb2552d47c7d7e679fd967631bb94",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1426579,
            "upload_time": "2023-08-24T09:28:43",
            "upload_time_iso_8601": "2023-08-24T09:28:43.677628Z",
            "url": "https://files.pythonhosted.org/packages/8d/26/b4569d1f29751fca22ee915b4ebfef5974f4ef239b3335fc072882bd62d9/kiwisolver-1.4.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f3a3804fc7c8bf233806ec0321c9da35971578620f2ab4fafe67d76100b3ce52",
                "md5": "03383143b40740df8eb0340fe012ce18",
                "sha256": "bbea0db94288e29afcc4c28afbf3a7ccaf2d7e027489c449cf7e8f83c6346eb9"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "03383143b40740df8eb0340fe012ce18",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1541360,
            "upload_time": "2023-08-24T09:28:45",
            "upload_time_iso_8601": "2023-08-24T09:28:45.939946Z",
            "url": "https://files.pythonhosted.org/packages/f3/a3/804fc7c8bf233806ec0321c9da35971578620f2ab4fafe67d76100b3ce52/kiwisolver-1.4.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07ef286e1d26524854f6fbd6540e8364d67a8857d61038ac743e11edc42fe217",
                "md5": "1bc96590441b6dd5ed066f719b320b56",
                "sha256": "ceec1a6bc6cab1d6ff5d06592a91a692f90ec7505d6463a88a52cc0eb58545da"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "1bc96590441b6dd5ed066f719b320b56",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1470091,
            "upload_time": "2023-08-24T09:28:47",
            "upload_time_iso_8601": "2023-08-24T09:28:47.959026Z",
            "url": "https://files.pythonhosted.org/packages/07/ef/286e1d26524854f6fbd6540e8364d67a8857d61038ac743e11edc42fe217/kiwisolver-1.4.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "17ba17a706b232308e65f57deeccae503c268292e6a091313f6ce833a23093ea",
                "md5": "f21b9586c2fb5ad81be63a82d6bd6471",
                "sha256": "040c1aebeda72197ef477a906782b5ab0d387642e93bda547336b8957c61022e"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f21b9586c2fb5ad81be63a82d6bd6471",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1426259,
            "upload_time": "2023-08-24T09:28:49",
            "upload_time_iso_8601": "2023-08-24T09:28:49.224374Z",
            "url": "https://files.pythonhosted.org/packages/17/ba/17a706b232308e65f57deeccae503c268292e6a091313f6ce833a23093ea/kiwisolver-1.4.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d0f3a0925611c9d6c2f37c5935a39203cadec6883aa914e013b46c84c4c2e641",
                "md5": "2360ed8b4bad985e1b408f176d2069a3",
                "sha256": "f91de7223d4c7b793867797bacd1ee53bfe7359bd70d27b7b58a04efbb9436c8"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp311-cp311-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2360ed8b4bad985e1b408f176d2069a3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1847516,
            "upload_time": "2023-08-24T09:28:50",
            "upload_time_iso_8601": "2023-08-24T09:28:50.979217Z",
            "url": "https://files.pythonhosted.org/packages/d0/f3/a0925611c9d6c2f37c5935a39203cadec6883aa914e013b46c84c4c2e641/kiwisolver-1.4.5-cp311-cp311-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da8582d59bb8f7c4c9bb2785138b72462cb1b161668f8230c58bbb28c0403cd5",
                "md5": "5a5042b07a3409a6b39732cf6c983a24",
                "sha256": "faae4860798c31530dd184046a900e652c95513796ef51a12bc086710c2eec4d"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp311-cp311-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "5a5042b07a3409a6b39732cf6c983a24",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1946228,
            "upload_time": "2023-08-24T09:28:52",
            "upload_time_iso_8601": "2023-08-24T09:28:52.812612Z",
            "url": "https://files.pythonhosted.org/packages/da/85/82d59bb8f7c4c9bb2785138b72462cb1b161668f8230c58bbb28c0403cd5/kiwisolver-1.4.5-cp311-cp311-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "343c6a37f444c0233993881e5db3a6a1775925d4d9d2f2609bb325bb1348ed94",
                "md5": "05dba80dbf363acd2bcfbaaac7a46e0f",
                "sha256": "b0157420efcb803e71d1b28e2c287518b8808b7cf1ab8af36718fd0a2c453eb0"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp311-cp311-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "05dba80dbf363acd2bcfbaaac7a46e0f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1901716,
            "upload_time": "2023-08-24T09:28:54",
            "upload_time_iso_8601": "2023-08-24T09:28:54.115165Z",
            "url": "https://files.pythonhosted.org/packages/34/3c/6a37f444c0233993881e5db3a6a1775925d4d9d2f2609bb325bb1348ed94/kiwisolver-1.4.5-cp311-cp311-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd7e180425790efc00adfd47db14e1e341cb4826516982334129012b971121a6",
                "md5": "77aaa9e593182221977c06ba21f8cfab",
                "sha256": "06f54715b7737c2fecdbf140d1afb11a33d59508a47bf11bb38ecf21dc9ab79f"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp311-cp311-musllinux_1_1_s390x.whl",
            "has_sig": false,
            "md5_digest": "77aaa9e593182221977c06ba21f8cfab",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1852871,
            "upload_time": "2023-08-24T09:28:55",
            "upload_time_iso_8601": "2023-08-24T09:28:55.433389Z",
            "url": "https://files.pythonhosted.org/packages/cd/7e/180425790efc00adfd47db14e1e341cb4826516982334129012b971121a6/kiwisolver-1.4.5-cp311-cp311-musllinux_1_1_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b9a13c68b2edb1fa74321e60893a9a5829788e135138e68060cf44e2d92d2c3",
                "md5": "c147de461b29adbc8fff80a2ddb90ca8",
                "sha256": "fdb7adb641a0d13bdcd4ef48e062363d8a9ad4a182ac7647ec88f695e719ae9f"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c147de461b29adbc8fff80a2ddb90ca8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1870265,
            "upload_time": "2023-08-24T09:28:56",
            "upload_time_iso_8601": "2023-08-24T09:28:56.855772Z",
            "url": "https://files.pythonhosted.org/packages/1b/9a/13c68b2edb1fa74321e60893a9a5829788e135138e68060cf44e2d92d2c3/kiwisolver-1.4.5-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f0afa56a0fdee5da2b4c79899c0f6bd1aefb29d9438c2d66430e78793571c6b",
                "md5": "aa8e55fed75ac3b24b4cc48351f9fd91",
                "sha256": "bb86433b1cfe686da83ce32a9d3a8dd308e85c76b60896d58f082136f10bffac"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "aa8e55fed75ac3b24b4cc48351f9fd91",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 46649,
            "upload_time": "2023-08-24T09:28:58",
            "upload_time_iso_8601": "2023-08-24T09:28:58.021978Z",
            "url": "https://files.pythonhosted.org/packages/9f/0a/fa56a0fdee5da2b4c79899c0f6bd1aefb29d9438c2d66430e78793571c6b/kiwisolver-1.4.5-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1e37d3c2d4ba2719059a0f12730947bbe1ad5ee8bff89e8c35319dcb2c9ddb4c",
                "md5": "3c579c73427150281657e1626ba3446d",
                "sha256": "6c08e1312a9cf1074d17b17728d3dfce2a5125b2d791527f33ffbe805200a355"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3c579c73427150281657e1626ba3446d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 56116,
            "upload_time": "2023-08-24T09:28:58",
            "upload_time_iso_8601": "2023-08-24T09:28:58.994803Z",
            "url": "https://files.pythonhosted.org/packages/1e/37/d3c2d4ba2719059a0f12730947bbe1ad5ee8bff89e8c35319dcb2c9ddb4c/kiwisolver-1.4.5-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f37adebbce859be1a2711eb8437818107137192007b88d17b5cfdb556f457b42",
                "md5": "655951a615e39c55b1d8292eeb897da0",
                "sha256": "32d5cf40c4f7c7b3ca500f8985eb3fb3a7dfc023215e876f207956b5ea26632a"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp312-cp312-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "655951a615e39c55b1d8292eeb897da0",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 125484,
            "upload_time": "2023-08-24T09:28:59",
            "upload_time_iso_8601": "2023-08-24T09:28:59.975199Z",
            "url": "https://files.pythonhosted.org/packages/f3/7a/debbce859be1a2711eb8437818107137192007b88d17b5cfdb556f457b42/kiwisolver-1.4.5-cp312-cp312-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2de0bf8df75ba93b9e035cc6757dd5dcaf63084fdc1c846ae134e818bd7e0f03",
                "md5": "7e16e3f407d17a22912a0c3c866967d3",
                "sha256": "f846c260f483d1fd217fe5ed7c173fb109efa6b1fc8381c8b7552c5781756192"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7e16e3f407d17a22912a0c3c866967d3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 67332,
            "upload_time": "2023-08-24T09:29:01",
            "upload_time_iso_8601": "2023-08-24T09:29:01.733285Z",
            "url": "https://files.pythonhosted.org/packages/2d/e0/bf8df75ba93b9e035cc6757dd5dcaf63084fdc1c846ae134e818bd7e0f03/kiwisolver-1.4.5-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "266158bb691f6880588be3a4801d199bd776032ece07203faf3e4a8b377f7d9b",
                "md5": "953daa859c22d56c6631bc80b05e4102",
                "sha256": "5ff5cf3571589b6d13bfbfd6bcd7a3f659e42f96b5fd1c4830c4cf21d4f5ef45"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "953daa859c22d56c6631bc80b05e4102",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 64987,
            "upload_time": "2023-08-24T09:29:02",
            "upload_time_iso_8601": "2023-08-24T09:29:02.789511Z",
            "url": "https://files.pythonhosted.org/packages/26/61/58bb691f6880588be3a4801d199bd776032ece07203faf3e4a8b377f7d9b/kiwisolver-1.4.5-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ea396ac5413068b237c006f54dd8d70114e8756d70e3da7613c5aef20627e22",
                "md5": "bad58aaa09978693da33add4eae19b19",
                "sha256": "7269d9e5f1084a653d575c7ec012ff57f0c042258bf5db0954bf551c158466e7"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "bad58aaa09978693da33add4eae19b19",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1370613,
            "upload_time": "2023-08-24T09:29:03",
            "upload_time_iso_8601": "2023-08-24T09:29:03.912286Z",
            "url": "https://files.pythonhosted.org/packages/8e/a3/96ac5413068b237c006f54dd8d70114e8756d70e3da7613c5aef20627e22/kiwisolver-1.4.5-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": "4d12f48539e6e17068b59c7f12f4d6214b973431b8e3ac83af525cafd27cebec",
                "md5": "26b33b6157065fd400e417e0eff402c6",
                "sha256": "da802a19d6e15dffe4b0c24b38b3af68e6c1a68e6e1d8f30148c83864f3881db"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "26b33b6157065fd400e417e0eff402c6",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1463183,
            "upload_time": "2023-08-24T09:29:05",
            "upload_time_iso_8601": "2023-08-24T09:29:05.244765Z",
            "url": "https://files.pythonhosted.org/packages/4d/12/f48539e6e17068b59c7f12f4d6214b973431b8e3ac83af525cafd27cebec/kiwisolver-1.4.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f37026c99be8eb034cc8e3f62e0760af1fbdc97a842a7cbc252f7978507d41c2",
                "md5": "2d86a3db19b20feaf82557fe8af10332",
                "sha256": "3aba7311af82e335dd1e36ffff68aaca609ca6290c2cb6d821a39aa075d8e3ff"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "2d86a3db19b20feaf82557fe8af10332",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1581248,
            "upload_time": "2023-08-24T09:29:06",
            "upload_time_iso_8601": "2023-08-24T09:29:06.531461Z",
            "url": "https://files.pythonhosted.org/packages/f3/70/26c99be8eb034cc8e3f62e0760af1fbdc97a842a7cbc252f7978507d41c2/kiwisolver-1.4.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "17f6f75f20e543639b09b2de7fc864274a5a9b96cda167a6210a1d9d19306b9d",
                "md5": "788c4b9065e0d5a61e3c955bada19664",
                "sha256": "763773d53f07244148ccac5b084da5adb90bfaee39c197554f01b286cf869228"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "788c4b9065e0d5a61e3c955bada19664",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1508815,
            "upload_time": "2023-08-24T09:29:07",
            "upload_time_iso_8601": "2023-08-24T09:29:07.867376Z",
            "url": "https://files.pythonhosted.org/packages/17/f6/f75f20e543639b09b2de7fc864274a5a9b96cda167a6210a1d9d19306b9d/kiwisolver-1.4.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e3d5bc0f22ac108743062ab703f8d6d71c9c7b077b8839fa358700bfb81770b8",
                "md5": "d13d63a2bf4980da4cdb0953c6acf465",
                "sha256": "2270953c0d8cdab5d422bee7d2007f043473f9d2999631c86a223c9db56cbd16"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d13d63a2bf4980da4cdb0953c6acf465",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1466042,
            "upload_time": "2023-08-24T09:29:09",
            "upload_time_iso_8601": "2023-08-24T09:29:09.403461Z",
            "url": "https://files.pythonhosted.org/packages/e3/d5/bc0f22ac108743062ab703f8d6d71c9c7b077b8839fa358700bfb81770b8/kiwisolver-1.4.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "751898142500f21d6838bcab49ec919414a1f0c6d049d21ddadf139124db6a70",
                "md5": "3bcc3f8d8e4d0bf051defc4541f7d6ee",
                "sha256": "d099e745a512f7e3bbe7249ca835f4d357c586d78d79ae8f1dcd4d8adeb9bda9"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp312-cp312-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3bcc3f8d8e4d0bf051defc4541f7d6ee",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1885159,
            "upload_time": "2023-08-24T09:29:10",
            "upload_time_iso_8601": "2023-08-24T09:29:10.660110Z",
            "url": "https://files.pythonhosted.org/packages/75/18/98142500f21d6838bcab49ec919414a1f0c6d049d21ddadf139124db6a70/kiwisolver-1.4.5-cp312-cp312-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2149a241eff9e0ee013368c1d17957f9d345b0957493c3a43d82ebb558c90b0a",
                "md5": "5d6649fe519cefbc9e478ecc1a0fee49",
                "sha256": "74db36e14a7d1ce0986fa104f7d5637aea5c82ca6326ed0ec5694280942d1162"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp312-cp312-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "5d6649fe519cefbc9e478ecc1a0fee49",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1981694,
            "upload_time": "2023-08-24T09:29:12",
            "upload_time_iso_8601": "2023-08-24T09:29:12.469412Z",
            "url": "https://files.pythonhosted.org/packages/21/49/a241eff9e0ee013368c1d17957f9d345b0957493c3a43d82ebb558c90b0a/kiwisolver-1.4.5-cp312-cp312-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90909490c3de4788123041b1d600d64434f1eed809a2ce9f688075a22166b289",
                "md5": "d35828ec597ae2c64b07d0f975c4e009",
                "sha256": "7e5bab140c309cb3a6ce373a9e71eb7e4873c70c2dda01df6820474f9889d6d4"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp312-cp312-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "d35828ec597ae2c64b07d0f975c4e009",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1941579,
            "upload_time": "2023-08-24T09:29:13",
            "upload_time_iso_8601": "2023-08-24T09:29:13.743817Z",
            "url": "https://files.pythonhosted.org/packages/90/90/9490c3de4788123041b1d600d64434f1eed809a2ce9f688075a22166b289/kiwisolver-1.4.5-cp312-cp312-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b7bba0cc488ef2aa92d7d304318c8549d3ec8dfe6dd3c2c67a44e3922b77bc4f",
                "md5": "408163e3ea8e64ef412889d89db55785",
                "sha256": "0f114aa76dc1b8f636d077979c0ac22e7cd8f3493abbab152f20eb8d3cda71f3"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp312-cp312-musllinux_1_1_s390x.whl",
            "has_sig": false,
            "md5_digest": "408163e3ea8e64ef412889d89db55785",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1888168,
            "upload_time": "2023-08-24T09:29:15",
            "upload_time_iso_8601": "2023-08-24T09:29:15.097189Z",
            "url": "https://files.pythonhosted.org/packages/b7/bb/a0cc488ef2aa92d7d304318c8549d3ec8dfe6dd3c2c67a44e3922b77bc4f/kiwisolver-1.4.5-cp312-cp312-musllinux_1_1_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4fe99c0de8e45fef3d63f85eed3b1757f9aa511065942866331ef8b99421f433",
                "md5": "fc55e552f8483e515c285c9c342dabae",
                "sha256": "88a2df29d4724b9237fc0c6eaf2a1adae0cdc0b3e9f4d8e7dc54b16812d2d81a"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fc55e552f8483e515c285c9c342dabae",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1908464,
            "upload_time": "2023-08-24T09:29:16",
            "upload_time_iso_8601": "2023-08-24T09:29:16.539482Z",
            "url": "https://files.pythonhosted.org/packages/4f/e9/9c0de8e45fef3d63f85eed3b1757f9aa511065942866331ef8b99421f433/kiwisolver-1.4.5-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a3604f0fd50b08f5be536ea0cef518ac7255d9dab43ca40f3b93b60e3ddf80dd",
                "md5": "17c101161e5c6d87ede5f4af44039ad6",
                "sha256": "72d40b33e834371fd330fb1472ca19d9b8327acb79a5821d4008391db8e29f20"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "17c101161e5c6d87ede5f4af44039ad6",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 46473,
            "upload_time": "2023-08-24T09:29:17",
            "upload_time_iso_8601": "2023-08-24T09:29:17.956716Z",
            "url": "https://files.pythonhosted.org/packages/a3/60/4f0fd50b08f5be536ea0cef518ac7255d9dab43ca40f3b93b60e3ddf80dd/kiwisolver-1.4.5-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63502746566bdf4a6a842d117367d05c90cfb87ac04e9e2845aa1fa21f071362",
                "md5": "9e361b7236f6cdfe6b86b7d765505418",
                "sha256": "2c5674c4e74d939b9d91dda0fae10597ac7521768fec9e399c70a1f27e2ea2d9"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9e361b7236f6cdfe6b86b7d765505418",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 56004,
            "upload_time": "2023-08-24T09:29:19",
            "upload_time_iso_8601": "2023-08-24T09:29:19.329069Z",
            "url": "https://files.pythonhosted.org/packages/63/50/2746566bdf4a6a842d117367d05c90cfb87ac04e9e2845aa1fa21f071362/kiwisolver-1.4.5-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9054d173ef7c814476f23471781768804356494363a824e312a1bd0fef50344c",
                "md5": "b8e1d32f9234731588d95ed7c6eba5e3",
                "sha256": "3a2b053a0ab7a3960c98725cfb0bf5b48ba82f64ec95fe06f1d06c99b552e130"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp37-cp37m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b8e1d32f9234731588d95ed7c6eba5e3",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 67465,
            "upload_time": "2023-08-24T09:29:20",
            "upload_time_iso_8601": "2023-08-24T09:29:20.466734Z",
            "url": "https://files.pythonhosted.org/packages/90/54/d173ef7c814476f23471781768804356494363a824e312a1bd0fef50344c/kiwisolver-1.4.5-cp37-cp37m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e37d7753af11a6b4b8d22585525db06c1c01166a22c33afc43166d497c45f32",
                "md5": "6709141ac41de680429c3eadc8febc4f",
                "sha256": "3cd32d6c13807e5c66a7cbb79f90b553642f296ae4518a60d8d76243b0ad2898"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6709141ac41de680429c3eadc8febc4f",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1398679,
            "upload_time": "2023-08-24T09:29:21",
            "upload_time_iso_8601": "2023-08-24T09:29:21.518635Z",
            "url": "https://files.pythonhosted.org/packages/5e/37/d7753af11a6b4b8d22585525db06c1c01166a22c33afc43166d497c45f32/kiwisolver-1.4.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe6573ac820664dd1e71276d8eff0d60f5a150d45d241cd1d88aed05a7754b17",
                "md5": "b273d3ffcb11f1df899bfbcd04d6e923",
                "sha256": "59ec7b7c7e1a61061850d53aaf8e93db63dce0c936db1fda2658b70e4a1be709"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "b273d3ffcb11f1df899bfbcd04d6e923",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1509715,
            "upload_time": "2023-08-24T09:29:23",
            "upload_time_iso_8601": "2023-08-24T09:29:23.460782Z",
            "url": "https://files.pythonhosted.org/packages/fe/65/73ac820664dd1e71276d8eff0d60f5a150d45d241cd1d88aed05a7754b17/kiwisolver-1.4.5-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fff21c442ed10b35846b152c66ac7b7a71ba71034c398b606181c4c0cc8cbffc",
                "md5": "4c60564750fe4c5f803504ed78ad423b",
                "sha256": "da4cfb373035def307905d05041c1d06d8936452fe89d464743ae7fb8371078b"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "4c60564750fe4c5f803504ed78ad423b",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1442772,
            "upload_time": "2023-08-24T09:29:25",
            "upload_time_iso_8601": "2023-08-24T09:29:25.543613Z",
            "url": "https://files.pythonhosted.org/packages/ff/f2/1c442ed10b35846b152c66ac7b7a71ba71034c398b606181c4c0cc8cbffc/kiwisolver-1.4.5-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a1382aedab05bd1e5b38dd470b5aeb0789f9e2f8f4bac47ee2c5beaea0ef8478",
                "md5": "3de1dda741eb07a32bbe17d73521eaf5",
                "sha256": "2400873bccc260b6ae184b2b8a4fec0e4082d30648eadb7c3d9a13405d861e89"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "3de1dda741eb07a32bbe17d73521eaf5",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1108140,
            "upload_time": "2023-08-24T09:29:27",
            "upload_time_iso_8601": "2023-08-24T09:29:27.408871Z",
            "url": "https://files.pythonhosted.org/packages/a1/38/2aedab05bd1e5b38dd470b5aeb0789f9e2f8f4bac47ee2c5beaea0ef8478/kiwisolver-1.4.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f977e3046bf19720b22e3e0b7c12e28f6f2c0c18a213fb91a56cea640862270f",
                "md5": "77afcc0505650f6d90d26dda49af2277",
                "sha256": "1b04139c4236a0f3aff534479b58f6f849a8b351e1314826c2d230849ed48985"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "77afcc0505650f6d90d26dda49af2277",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1148389,
            "upload_time": "2023-08-24T09:29:28",
            "upload_time_iso_8601": "2023-08-24T09:29:28.890660Z",
            "url": "https://files.pythonhosted.org/packages/f9/77/e3046bf19720b22e3e0b7c12e28f6f2c0c18a213fb91a56cea640862270f/kiwisolver-1.4.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7fe891989c0f30ffe4f94f8b8667740b8af66363229c08d43246f3c97761eb2e",
                "md5": "2211eab684760c9b296f94657a862cbb",
                "sha256": "4e66e81a5779b65ac21764c295087de82235597a2293d18d943f8e9e32746265"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp37-cp37m-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2211eab684760c9b296f94657a862cbb",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1828589,
            "upload_time": "2023-08-24T09:29:30",
            "upload_time_iso_8601": "2023-08-24T09:29:30.758253Z",
            "url": "https://files.pythonhosted.org/packages/7f/e8/91989c0f30ffe4f94f8b8667740b8af66363229c08d43246f3c97761eb2e/kiwisolver-1.4.5-cp37-cp37m-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a9451934f450a68fd3daaa4741d57fd11f6bceda20c4433ff2f6d8fa70c74182",
                "md5": "d7635fbd681045afad04d65b48412d13",
                "sha256": "7931d8f1f67c4be9ba1dd9c451fb0eeca1a25b89e4d3f89e828fe12a519b782a"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp37-cp37m-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "d7635fbd681045afad04d65b48412d13",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1934260,
            "upload_time": "2023-08-24T09:29:32",
            "upload_time_iso_8601": "2023-08-24T09:29:32.653726Z",
            "url": "https://files.pythonhosted.org/packages/a9/45/1934f450a68fd3daaa4741d57fd11f6bceda20c4433ff2f6d8fa70c74182/kiwisolver-1.4.5-cp37-cp37m-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e51806f3db7094c39e8fe44b2a725392f70e7601eee7ac93c72dd20421bbe72",
                "md5": "54f17f579cc63825e6bcb56e6c818589",
                "sha256": "b3f7e75f3015df442238cca659f8baa5f42ce2a8582727981cbfa15fee0ee205"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp37-cp37m-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "54f17f579cc63825e6bcb56e6c818589",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1883323,
            "upload_time": "2023-08-24T09:29:34",
            "upload_time_iso_8601": "2023-08-24T09:29:34.003502Z",
            "url": "https://files.pythonhosted.org/packages/5e/51/806f3db7094c39e8fe44b2a725392f70e7601eee7ac93c72dd20421bbe72/kiwisolver-1.4.5-cp37-cp37m-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2b7063df980a3cbf125919353cfcce094e34426867464ea387abb7102c38f9ec",
                "md5": "a117c074036faa8834b7d82a6adc13b1",
                "sha256": "bbf1d63eef84b2e8c89011b7f2235b1e0bf7dacc11cac9431fc6468e99ac77fb"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp37-cp37m-musllinux_1_1_s390x.whl",
            "has_sig": false,
            "md5_digest": "a117c074036faa8834b7d82a6adc13b1",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1838388,
            "upload_time": "2023-08-24T09:29:35",
            "upload_time_iso_8601": "2023-08-24T09:29:35.967374Z",
            "url": "https://files.pythonhosted.org/packages/2b/70/63df980a3cbf125919353cfcce094e34426867464ea387abb7102c38f9ec/kiwisolver-1.4.5-cp37-cp37m-musllinux_1_1_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "475275489f9fee2f01b81ea1975fd92c20f58e1cc964b78d2b9e493e077faf5e",
                "md5": "597677ba66f6dc9f399459cdbb2d4050",
                "sha256": "4c380469bd3f970ef677bf2bcba2b6b0b4d5c75e7a020fb863ef75084efad66f"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "597677ba66f6dc9f399459cdbb2d4050",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1844428,
            "upload_time": "2023-08-24T09:29:37",
            "upload_time_iso_8601": "2023-08-24T09:29:37.299151Z",
            "url": "https://files.pythonhosted.org/packages/47/52/75489f9fee2f01b81ea1975fd92c20f58e1cc964b78d2b9e493e077faf5e/kiwisolver-1.4.5-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a6fcd036c3832de1b30fbf27ca61b483f737b02d6f1f85b1fcedb3861fd96efa",
                "md5": "9def98171506d9f60760e1eca19bc4b5",
                "sha256": "9408acf3270c4b6baad483865191e3e582b638b1654a007c62e3efe96f09a9a3"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp37-cp37m-win32.whl",
            "has_sig": false,
            "md5_digest": "9def98171506d9f60760e1eca19bc4b5",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 47910,
            "upload_time": "2023-08-24T09:29:38",
            "upload_time_iso_8601": "2023-08-24T09:29:38.608686Z",
            "url": "https://files.pythonhosted.org/packages/a6/fc/d036c3832de1b30fbf27ca61b483f737b02d6f1f85b1fcedb3861fd96efa/kiwisolver-1.4.5-cp37-cp37m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27b5c548a1f1cef3fb9af3f59d6fc4259aa17c48403680c33435ca675aae2b30",
                "md5": "d7389477b36958496f527d93273efc41",
                "sha256": "5b94529f9b2591b7af5f3e0e730a4e0a41ea174af35a4fd067775f9bdfeee01a"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d7389477b36958496f527d93273efc41",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 55797,
            "upload_time": "2023-08-24T09:29:39",
            "upload_time_iso_8601": "2023-08-24T09:29:39.579769Z",
            "url": "https://files.pythonhosted.org/packages/27/b5/c548a1f1cef3fb9af3f59d6fc4259aa17c48403680c33435ca675aae2b30/kiwisolver-1.4.5-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e039ba38e5634e4e21c5f738d55879fbc7eee91a70d7cc52903e15e9168296bc",
                "md5": "1699598b8e239cb2127ad9b8130c36d4",
                "sha256": "11c7de8f692fc99816e8ac50d1d1aef4f75126eefc33ac79aac02c099fd3db71"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp38-cp38-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "1699598b8e239cb2127ad9b8130c36d4",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 127208,
            "upload_time": "2023-08-24T09:29:40",
            "upload_time_iso_8601": "2023-08-24T09:29:40.861191Z",
            "url": "https://files.pythonhosted.org/packages/e0/39/ba38e5634e4e21c5f738d55879fbc7eee91a70d7cc52903e15e9168296bc/kiwisolver-1.4.5-cp38-cp38-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca782bff6dbedc619a614871005c32f106f24c3366e1025afff0fdfc2b56b7c8",
                "md5": "16b93fa7c2be8b6f501041d652dee254",
                "sha256": "53abb58632235cd154176ced1ae8f0d29a6657aa1aa9decf50b899b755bc2b93"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "16b93fa7c2be8b6f501041d652dee254",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 68043,
            "upload_time": "2023-08-24T09:29:41",
            "upload_time_iso_8601": "2023-08-24T09:29:41.869303Z",
            "url": "https://files.pythonhosted.org/packages/ca/78/2bff6dbedc619a614871005c32f106f24c3366e1025afff0fdfc2b56b7c8/kiwisolver-1.4.5-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2edb501d8e0452e025e3ae7140439efab43789eb251e5cd8ed962297d565a301",
                "md5": "26055da84468717122b36e1e27682e80",
                "sha256": "88b9f257ca61b838b6f8094a62418421f87ac2a1069f7e896c36a7d86b5d4c29"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "26055da84468717122b36e1e27682e80",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 66043,
            "upload_time": "2023-08-24T09:29:42",
            "upload_time_iso_8601": "2023-08-24T09:29:42.882235Z",
            "url": "https://files.pythonhosted.org/packages/2e/db/501d8e0452e025e3ae7140439efab43789eb251e5cd8ed962297d565a301/kiwisolver-1.4.5-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "10150c225864a00eb3dbd3d04b6465f331dc12a6e80673449166457b9566036d",
                "md5": "6a71dc0d0a048b66255774a9168d189b",
                "sha256": "3195782b26fc03aa9c6913d5bad5aeb864bdc372924c093b0f1cebad603dd712"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6a71dc0d0a048b66255774a9168d189b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1387275,
            "upload_time": "2023-08-24T09:29:44",
            "upload_time_iso_8601": "2023-08-24T09:29:44.159664Z",
            "url": "https://files.pythonhosted.org/packages/10/15/0c225864a00eb3dbd3d04b6465f331dc12a6e80673449166457b9566036d/kiwisolver-1.4.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "582358fc9e035eeac6c9e2ad7a2965e178aaf75a274193face124632c42e206f",
                "md5": "d73b2d268a7fe8793c244692aaa35b4a",
                "sha256": "fc579bf0f502e54926519451b920e875f433aceb4624a3646b3252b5caa9e0b6"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "d73b2d268a7fe8793c244692aaa35b4a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1500591,
            "upload_time": "2023-08-24T09:29:45",
            "upload_time_iso_8601": "2023-08-24T09:29:45.498063Z",
            "url": "https://files.pythonhosted.org/packages/58/23/58fc9e035eeac6c9e2ad7a2965e178aaf75a274193face124632c42e206f/kiwisolver-1.4.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "917fbffd5437533de5cc95c384413cb210a026038908e209fed73e0dd3ba4363",
                "md5": "02a82de1caf2288a5c1ca7c30c097923",
                "sha256": "5a580c91d686376f0f7c295357595c5a026e6cbc3d77b7c36e290201e7c11ecb"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "02a82de1caf2288a5c1ca7c30c097923",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1431728,
            "upload_time": "2023-08-24T09:29:46",
            "upload_time_iso_8601": "2023-08-24T09:29:46.849239Z",
            "url": "https://files.pythonhosted.org/packages/91/7f/bffd5437533de5cc95c384413cb210a026038908e209fed73e0dd3ba4363/kiwisolver-1.4.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39653341d1ba7d357985732b04d676e72206b231afa8f6318cf851dc5b35447e",
                "md5": "85fbdfe6067665a8a3975de40485d7bb",
                "sha256": "cfe6ab8da05c01ba6fbea630377b5da2cd9bcbc6338510116b01c1bc939a2c18"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "85fbdfe6067665a8a3975de40485d7bb",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1125852,
            "upload_time": "2023-08-24T09:29:47",
            "upload_time_iso_8601": "2023-08-24T09:29:47.996795Z",
            "url": "https://files.pythonhosted.org/packages/39/65/3341d1ba7d357985732b04d676e72206b231afa8f6318cf851dc5b35447e/kiwisolver-1.4.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2557021ffcc8cb26a520bb051aa0a3d08daf200cde945e5863d5768161e2d3d",
                "md5": "366f431d0c510f283d9bae960e25466c",
                "sha256": "d2e5a98f0ec99beb3c10e13b387f8db39106d53993f498b295f0c914328b1333"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "366f431d0c510f283d9bae960e25466c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1180026,
            "upload_time": "2023-08-24T09:29:49",
            "upload_time_iso_8601": "2023-08-24T09:29:49.339476Z",
            "url": "https://files.pythonhosted.org/packages/d2/55/7021ffcc8cb26a520bb051aa0a3d08daf200cde945e5863d5768161e2d3d/kiwisolver-1.4.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c2e3de457b232f8d2a1bf22aceb9fb6ac44e4461719ecdfedcfb851824b09b49",
                "md5": "da683a8d4dac75346518dc1ff27fb27e",
                "sha256": "a51a263952b1429e429ff236d2f5a21c5125437861baeed77f5e1cc2d2c7c6da"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp38-cp38-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "da683a8d4dac75346518dc1ff27fb27e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1814216,
            "upload_time": "2023-08-24T09:29:50",
            "upload_time_iso_8601": "2023-08-24T09:29:50.593547Z",
            "url": "https://files.pythonhosted.org/packages/c2/e3/de457b232f8d2a1bf22aceb9fb6ac44e4461719ecdfedcfb851824b09b49/kiwisolver-1.4.5-cp38-cp38-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "198e6390f247f83b2b4b9598c41ff81eb2356be627c72988bac7dc389e717b0c",
                "md5": "5b40dab646d7bdb9e930a022c9b0ce8a",
                "sha256": "3edd2fa14e68c9be82c5b16689e8d63d89fe927e56debd6e1dbce7a26a17f81b"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp38-cp38-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "5b40dab646d7bdb9e930a022c9b0ce8a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1913943,
            "upload_time": "2023-08-24T09:29:52",
            "upload_time_iso_8601": "2023-08-24T09:29:52.338921Z",
            "url": "https://files.pythonhosted.org/packages/19/8e/6390f247f83b2b4b9598c41ff81eb2356be627c72988bac7dc389e717b0c/kiwisolver-1.4.5-cp38-cp38-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "706b3713b38105dd071bec0c69221baf3e493b335f7157bef7743312f1b5e4cf",
                "md5": "52945cee18add9bcda0a2b1c8a7601df",
                "sha256": "74d1b44c6cfc897df648cc9fdaa09bc3e7679926e6f96df05775d4fb3946571c"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp38-cp38-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "52945cee18add9bcda0a2b1c8a7601df",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1870507,
            "upload_time": "2023-08-24T09:29:53",
            "upload_time_iso_8601": "2023-08-24T09:29:53.896913Z",
            "url": "https://files.pythonhosted.org/packages/70/6b/3713b38105dd071bec0c69221baf3e493b335f7157bef7743312f1b5e4cf/kiwisolver-1.4.5-cp38-cp38-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "172baa1499f50c9d36b31663a3605e9888c662631a1e37c6f2501ae174e0950a",
                "md5": "24dddca848f6bada972266e86f967634",
                "sha256": "76d9289ed3f7501012e05abb8358bbb129149dbd173f1f57a1bf1c22d19ab7cc"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp38-cp38-musllinux_1_1_s390x.whl",
            "has_sig": false,
            "md5_digest": "24dddca848f6bada972266e86f967634",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1824249,
            "upload_time": "2023-08-24T09:29:55",
            "upload_time_iso_8601": "2023-08-24T09:29:55.251932Z",
            "url": "https://files.pythonhosted.org/packages/17/2b/aa1499f50c9d36b31663a3605e9888c662631a1e37c6f2501ae174e0950a/kiwisolver-1.4.5-cp38-cp38-musllinux_1_1_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6462193cd7b7c2e26300857d3661697fd4e599858e21434cf6e35369e7884c94",
                "md5": "77266cbf0bd8ac28424922b341d1cca4",
                "sha256": "92dea1ffe3714fa8eb6a314d2b3c773208d865a0e0d35e713ec54eea08a66250"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "77266cbf0bd8ac28424922b341d1cca4",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1834838,
            "upload_time": "2023-08-24T09:29:56",
            "upload_time_iso_8601": "2023-08-24T09:29:56.724759Z",
            "url": "https://files.pythonhosted.org/packages/64/62/193cd7b7c2e26300857d3661697fd4e599858e21434cf6e35369e7884c94/kiwisolver-1.4.5-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ce1597068727a76cbaf6aadb28882eb4d0ac48fed2e00a37e9f6cbbca5c24df",
                "md5": "98fb2c5d6d12450a5e0bf388d967e728",
                "sha256": "5c90ae8c8d32e472be041e76f9d2f2dbff4d0b0be8bd4041770eddb18cf49a4e"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "98fb2c5d6d12450a5e0bf388d967e728",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 46886,
            "upload_time": "2023-08-24T09:29:58",
            "upload_time_iso_8601": "2023-08-24T09:29:58.165979Z",
            "url": "https://files.pythonhosted.org/packages/1c/e1/597068727a76cbaf6aadb28882eb4d0ac48fed2e00a37e9f6cbbca5c24df/kiwisolver-1.4.5-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1e939dc4ca136063707f12eb56f4c8c294a940dd23f8512834573b201df83f88",
                "md5": "6a804acdda3a7c1fe52d61b4a2f635f2",
                "sha256": "c7940c1dc63eb37a67721b10d703247552416f719c4188c54e04334321351ced"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6a804acdda3a7c1fe52d61b4a2f635f2",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 56197,
            "upload_time": "2023-08-24T09:29:59",
            "upload_time_iso_8601": "2023-08-24T09:29:59.180515Z",
            "url": "https://files.pythonhosted.org/packages/1e/93/9dc4ca136063707f12eb56f4c8c294a940dd23f8512834573b201df83f88/kiwisolver-1.4.5-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d52bf0b6f9e8c657e493b5d9f43e9e786e2d4b3665f4f24e8b575044d6de33b9",
                "md5": "3ea1d4097e93a7efaca196f851168a84",
                "sha256": "9407b6a5f0d675e8a827ad8742e1d6b49d9c1a1da5d952a67d50ef5f4170b18d"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp39-cp39-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "3ea1d4097e93a7efaca196f851168a84",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 127375,
            "upload_time": "2023-08-24T09:30:00",
            "upload_time_iso_8601": "2023-08-24T09:30:00.987299Z",
            "url": "https://files.pythonhosted.org/packages/d5/2b/f0b6f9e8c657e493b5d9f43e9e786e2d4b3665f4f24e8b575044d6de33b9/kiwisolver-1.4.5-cp39-cp39-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "efdae887802f34afb5806f139c71e6d5f20a9f33b2fccd7f9de771094f66ca5e",
                "md5": "4148e2d7c37bd28ae508b6ae6b1f0d80",
                "sha256": "15568384086b6df3c65353820a4473575dbad192e35010f622c6ce3eebd57af9"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4148e2d7c37bd28ae508b6ae6b1f0d80",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 68124,
            "upload_time": "2023-08-24T09:30:02",
            "upload_time_iso_8601": "2023-08-24T09:30:02.608469Z",
            "url": "https://files.pythonhosted.org/packages/ef/da/e887802f34afb5806f139c71e6d5f20a9f33b2fccd7f9de771094f66ca5e/kiwisolver-1.4.5-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "89a83b7e14121bea4438b87630557645bb7648b17b54acaa39b93f4bf7f8d33e",
                "md5": "bc142dbd0762984c61521da91714d4b7",
                "sha256": "0dc9db8e79f0036e8173c466d21ef18e1befc02de8bf8aa8dc0813a6dc8a7046"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "bc142dbd0762984c61521da91714d4b7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 66167,
            "upload_time": "2023-08-24T09:30:04",
            "upload_time_iso_8601": "2023-08-24T09:30:04.104927Z",
            "url": "https://files.pythonhosted.org/packages/89/a8/3b7e14121bea4438b87630557645bb7648b17b54acaa39b93f4bf7f8d33e/kiwisolver-1.4.5-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aeca5fdda20d677a19a789b490b9aa4542a6ce1842acb92e6e24ba2294cc9ffa",
                "md5": "f8a0497d1d0315b986ad1e139bdafd00",
                "sha256": "cdc8a402aaee9a798b50d8b827d7ecf75edc5fb35ea0f91f213ff927c15f4ff0"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "f8a0497d1d0315b986ad1e139bdafd00",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1627002,
            "upload_time": "2023-08-24T09:30:05",
            "upload_time_iso_8601": "2023-08-24T09:30:05.377123Z",
            "url": "https://files.pythonhosted.org/packages/ae/ca/5fdda20d677a19a789b490b9aa4542a6ce1842acb92e6e24ba2294cc9ffa/kiwisolver-1.4.5-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c0a8841594f11d0b88d8aeb26991bc4dac38baa909dc58d0c4262a4f7893bcbf",
                "md5": "825a197dcbeee893f8224d66bf453108",
                "sha256": "6c3bd3cde54cafb87d74d8db50b909705c62b17c2099b8f2e25b461882e544ff"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "825a197dcbeee893f8224d66bf453108",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1607093,
            "upload_time": "2023-08-24T09:30:07",
            "upload_time_iso_8601": "2023-08-24T09:30:07.267501Z",
            "url": "https://files.pythonhosted.org/packages/c0/a8/841594f11d0b88d8aeb26991bc4dac38baa909dc58d0c4262a4f7893bcbf/kiwisolver-1.4.5-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a804b16d356c54db98d6f1002e7485997d47e8bfd416fe60c3a4139d256e1617",
                "md5": "b3b4f71d7059cae3d2e962eae6acc074",
                "sha256": "955e8513d07a283056b1396e9a57ceddbd272d9252c14f154d450d227606eb54"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b3b4f71d7059cae3d2e962eae6acc074",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1391911,
            "upload_time": "2023-08-24T09:30:08",
            "upload_time_iso_8601": "2023-08-24T09:30:08.703325Z",
            "url": "https://files.pythonhosted.org/packages/a8/04/b16d356c54db98d6f1002e7485997d47e8bfd416fe60c3a4139d256e1617/kiwisolver-1.4.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b59e8b4264849c57fc823ddfbd2a029c9e1ca9f24fad82ea874b7a767132653",
                "md5": "02dbee8130cb1daf3054e18e97a462c0",
                "sha256": "346f5343b9e3f00b8db8ba359350eb124b98c99efd0b408728ac6ebf38173958"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "02dbee8130cb1daf3054e18e97a462c0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1504791,
            "upload_time": "2023-08-24T09:30:10",
            "upload_time_iso_8601": "2023-08-24T09:30:10.054105Z",
            "url": "https://files.pythonhosted.org/packages/0b/59/e8b4264849c57fc823ddfbd2a029c9e1ca9f24fad82ea874b7a767132653/kiwisolver-1.4.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d74cc1c861e7b4c6b4a67312942e155368aa228e7fd692fc217d92b0f6d388ff",
                "md5": "0f89e9a299c15da185436e200d57f4a1",
                "sha256": "b9098e0049e88c6a24ff64545cdfc50807818ba6c1b739cae221bbbcbc58aad3"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "0f89e9a299c15da185436e200d57f4a1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1437028,
            "upload_time": "2023-08-24T09:30:11",
            "upload_time_iso_8601": "2023-08-24T09:30:11.512120Z",
            "url": "https://files.pythonhosted.org/packages/d7/4c/c1c861e7b4c6b4a67312942e155368aa228e7fd692fc217d92b0f6d388ff/kiwisolver-1.4.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "85def3230420b9995ddd389139ac250f73954b098e85300eac79decdd2c72b97",
                "md5": "881d765ac148c4b437aa7db05a40ca1b",
                "sha256": "00bd361b903dc4bbf4eb165f24d1acbee754fce22ded24c3d56eec268658a5cf"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp39-cp39-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "881d765ac148c4b437aa7db05a40ca1b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1808774,
            "upload_time": "2023-08-24T09:30:12",
            "upload_time_iso_8601": "2023-08-24T09:30:12.945424Z",
            "url": "https://files.pythonhosted.org/packages/85/de/f3230420b9995ddd389139ac250f73954b098e85300eac79decdd2c72b97/kiwisolver-1.4.5-cp39-cp39-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "575c6fe2f73eec0040031abd172a45af2471f4c3bd880ed4461b6d6e721d790f",
                "md5": "b208b08d1e47e30f993c46c3e941882e",
                "sha256": "7b8b454bac16428b22560d0a1cf0a09875339cab69df61d7805bf48919415901"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp39-cp39-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "b208b08d1e47e30f993c46c3e941882e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1909458,
            "upload_time": "2023-08-24T09:30:14",
            "upload_time_iso_8601": "2023-08-24T09:30:14.387672Z",
            "url": "https://files.pythonhosted.org/packages/57/5c/6fe2f73eec0040031abd172a45af2471f4c3bd880ed4461b6d6e721d790f/kiwisolver-1.4.5-cp39-cp39-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "718f3030eb363dc1b1f64d5411544c95d86079817cda39f4e973247615161660",
                "md5": "c25d487a33fd2b5a1533868cd0a03162",
                "sha256": "f1d072c2eb0ad60d4c183f3fb44ac6f73fb7a8f16a2694a91f988275cbf352f9"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp39-cp39-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "c25d487a33fd2b5a1533868cd0a03162",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1864345,
            "upload_time": "2023-08-24T09:30:15",
            "upload_time_iso_8601": "2023-08-24T09:30:15.770357Z",
            "url": "https://files.pythonhosted.org/packages/71/8f/3030eb363dc1b1f64d5411544c95d86079817cda39f4e973247615161660/kiwisolver-1.4.5-cp39-cp39-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb24c3616cc9078f2e3b6bfccb51afb8fa8ae0a4796c646cd2756c00a93b652c",
                "md5": "dbd3f53e7960c988f5ca38dfe620802d",
                "sha256": "31a82d498054cac9f6d0b53d02bb85811185bcb477d4b60144f915f3b3126342"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp39-cp39-musllinux_1_1_s390x.whl",
            "has_sig": false,
            "md5_digest": "dbd3f53e7960c988f5ca38dfe620802d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1820451,
            "upload_time": "2023-08-24T09:30:17",
            "upload_time_iso_8601": "2023-08-24T09:30:17.122690Z",
            "url": "https://files.pythonhosted.org/packages/bb/24/c3616cc9078f2e3b6bfccb51afb8fa8ae0a4796c646cd2756c00a93b652c/kiwisolver-1.4.5-cp39-cp39-musllinux_1_1_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "08b0a818e5376b5718d3571412e2e0381e68df8bd88f12cab2418cc9122f6d1f",
                "md5": "4d025611bb5357e3a645de6ff649bd89",
                "sha256": "6512cb89e334e4700febbffaaa52761b65b4f5a3cf33f960213d5656cea36a77"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4d025611bb5357e3a645de6ff649bd89",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1830580,
            "upload_time": "2023-08-24T09:30:18",
            "upload_time_iso_8601": "2023-08-24T09:30:18.541581Z",
            "url": "https://files.pythonhosted.org/packages/08/b0/a818e5376b5718d3571412e2e0381e68df8bd88f12cab2418cc9122f6d1f/kiwisolver-1.4.5-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "332a3e559e086890220dcb6fc5e7812e94353a6ebc94470df6b3c02ce812a151",
                "md5": "5aaf20f8e00881a2ffae0a1d675b6850",
                "sha256": "9db8ea4c388fdb0f780fe91346fd438657ea602d58348753d9fb265ce1bca67f"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "5aaf20f8e00881a2ffae0a1d675b6850",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 46896,
            "upload_time": "2023-08-24T09:30:19",
            "upload_time_iso_8601": "2023-08-24T09:30:19.815701Z",
            "url": "https://files.pythonhosted.org/packages/33/2a/3e559e086890220dcb6fc5e7812e94353a6ebc94470df6b3c02ce812a151/kiwisolver-1.4.5-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cac11f986c8119c0c57c2bd71d1941da23332c38ee2c90117e46dff4358b70f7",
                "md5": "7b844155a7448ccaee834adf1aeb4459",
                "sha256": "59415f46a37f7f2efeec758353dd2eae1b07640d8ca0f0c42548ec4125492635"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7b844155a7448ccaee834adf1aeb4459",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 56201,
            "upload_time": "2023-08-24T09:30:20",
            "upload_time_iso_8601": "2023-08-24T09:30:20.880068Z",
            "url": "https://files.pythonhosted.org/packages/ca/c1/1f986c8119c0c57c2bd71d1941da23332c38ee2c90117e46dff4358b70f7/kiwisolver-1.4.5-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9b6aad80b6e1e9640743ef2c8b6d2e10135692365176909f33f5e1400ec3a52",
                "md5": "7e8cbba28956643e3034311db6d80d22",
                "sha256": "5c7b3b3a728dc6faf3fc372ef24f21d1e3cee2ac3e9596691d746e5a536de920"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7e8cbba28956643e3034311db6d80d22",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 58249,
            "upload_time": "2023-08-24T09:30:21",
            "upload_time_iso_8601": "2023-08-24T09:30:21.935634Z",
            "url": "https://files.pythonhosted.org/packages/c9/b6/aad80b6e1e9640743ef2c8b6d2e10135692365176909f33f5e1400ec3a52/kiwisolver-1.4.5-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "651be498d7850c94f8690087295a81959bce1c5ac4807f19da7cbef921630c77",
                "md5": "146f729b40aaf3183d9882a19134d634",
                "sha256": "620ced262a86244e2be10a676b646f29c34537d0d9cc8eb26c08f53d98013390"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "146f729b40aaf3183d9882a19134d634",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 103601,
            "upload_time": "2023-08-24T09:30:23",
            "upload_time_iso_8601": "2023-08-24T09:30:23.527598Z",
            "url": "https://files.pythonhosted.org/packages/65/1b/e498d7850c94f8690087295a81959bce1c5ac4807f19da7cbef921630c77/kiwisolver-1.4.5-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9cddc72f9b75ed53a3293366990a90a9dd597f33e18b15fde0d78ca12939a84a",
                "md5": "ea5848d32752aae9b9304905bd160976",
                "sha256": "378a214a1e3bbf5ac4a8708304318b4f890da88c9e6a07699c4ae7174c09a68d"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ea5848d32752aae9b9304905bd160976",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 95306,
            "upload_time": "2023-08-24T09:30:24",
            "upload_time_iso_8601": "2023-08-24T09:30:24.587242Z",
            "url": "https://files.pythonhosted.org/packages/9c/dd/c72f9b75ed53a3293366990a90a9dd597f33e18b15fde0d78ca12939a84a/kiwisolver-1.4.5-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07add586def32f28baf92e66abb31fb409390f692f286cb1f01058517b8fa152",
                "md5": "ef6826a748240e0bf1f569631d69f168",
                "sha256": "aaf7be1207676ac608a50cd08f102f6742dbfc70e8d60c4db1c6897f62f71523"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ef6826a748240e0bf1f569631d69f168",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 78531,
            "upload_time": "2023-08-24T09:30:25",
            "upload_time_iso_8601": "2023-08-24T09:30:25.716143Z",
            "url": "https://files.pythonhosted.org/packages/07/ad/d586def32f28baf92e66abb31fb409390f692f286cb1f01058517b8fa152/kiwisolver-1.4.5-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63613646d578ebf8550ae381cf965786beeedc1bb7ea092cdfbee2c489fd68a5",
                "md5": "f7fc2fa181bfcd4146d3b0685636f4a7",
                "sha256": "ba55dce0a9b8ff59495ddd050a0225d58bd0983d09f87cfe2b6aec4f2c1234e4"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-pp37-pypy37_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f7fc2fa181bfcd4146d3b0685636f4a7",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 56153,
            "upload_time": "2023-08-24T09:30:26",
            "upload_time_iso_8601": "2023-08-24T09:30:26.699377Z",
            "url": "https://files.pythonhosted.org/packages/63/61/3646d578ebf8550ae381cf965786beeedc1bb7ea092cdfbee2c489fd68a5/kiwisolver-1.4.5-pp37-pypy37_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d5ec43f8ce87157cf7f38de2fef6451f38fc6dc452a072721d6e8f6650962c88",
                "md5": "78decc99382d6baba1f281dfc4c27154",
                "sha256": "fd32ea360bcbb92d28933fc05ed09bffcb1704ba3fc7942e81db0fd4f81a7892"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "78decc99382d6baba1f281dfc4c27154",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 58978,
            "upload_time": "2023-08-24T09:30:27",
            "upload_time_iso_8601": "2023-08-24T09:30:27.876380Z",
            "url": "https://files.pythonhosted.org/packages/d5/ec/43f8ce87157cf7f38de2fef6451f38fc6dc452a072721d6e8f6650962c88/kiwisolver-1.4.5-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51959e875695f51531ecf07a8a744f619d24fc1e5e78d0a6f31422bb1cc34f7a",
                "md5": "6d85dd6f461f3f5924f4640bc8b96abe",
                "sha256": "5e7139af55d1688f8b960ee9ad5adafc4ac17c1c473fe07133ac092310d76544"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "6d85dd6f461f3f5924f4640bc8b96abe",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 103602,
            "upload_time": "2023-08-24T09:30:28",
            "upload_time_iso_8601": "2023-08-24T09:30:28.999774Z",
            "url": "https://files.pythonhosted.org/packages/51/95/9e875695f51531ecf07a8a744f619d24fc1e5e78d0a6f31422bb1cc34f7a/kiwisolver-1.4.5-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "67aa8db40b241238c4d58bafc5a0be2ad2a8f5c9060ae887165ae53920c8e617",
                "md5": "fef7675fd588b8b3e0462cd9b6b7f851",
                "sha256": "dced8146011d2bc2e883f9bd68618b8247387f4bbec46d7392b3c3b032640126"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fef7675fd588b8b3e0462cd9b6b7f851",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 95304,
            "upload_time": "2023-08-24T09:30:30",
            "upload_time_iso_8601": "2023-08-24T09:30:30.165961Z",
            "url": "https://files.pythonhosted.org/packages/67/aa/8db40b241238c4d58bafc5a0be2ad2a8f5c9060ae887165ae53920c8e617/kiwisolver-1.4.5-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "560cc7ebefc36b064d1ed08b3bb42e1aea85f75bcddcde903372c245f26990fc",
                "md5": "aee6d0db50c42278fd7e50f54bd84c24",
                "sha256": "c9bf3325c47b11b2e51bca0824ea217c7cd84491d8ac4eefd1e409705ef092bd"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "aee6d0db50c42278fd7e50f54bd84c24",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 78235,
            "upload_time": "2023-08-24T09:30:31",
            "upload_time_iso_8601": "2023-08-24T09:30:31.227019Z",
            "url": "https://files.pythonhosted.org/packages/56/0c/c7ebefc36b064d1ed08b3bb42e1aea85f75bcddcde903372c245f26990fc/kiwisolver-1.4.5-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9cce3d3f4df2702a188107fd47a960a4671720b0cb3b68e7382217687ec9551a",
                "md5": "74c87f598f95bce887f5bb843bacbf28",
                "sha256": "5794cf59533bc3f1b1c821f7206a3617999db9fbefc345360aafe2e067514929"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-pp38-pypy38_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "74c87f598f95bce887f5bb843bacbf28",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 56414,
            "upload_time": "2023-08-24T09:30:32",
            "upload_time_iso_8601": "2023-08-24T09:30:32.312596Z",
            "url": "https://files.pythonhosted.org/packages/9c/ce/3d3f4df2702a188107fd47a960a4671720b0cb3b68e7382217687ec9551a/kiwisolver-1.4.5-pp38-pypy38_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3157a12b06f802834b0baee6d50a77cb7e73b730b8aa6f4794898cd53a4a80d7",
                "md5": "c1ca65f3c8abd614e354cbca652a5fe3",
                "sha256": "e368f200bbc2e4f905b8e71eb38b3c04333bddaa6a2464a6355487b02bb7fb09"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c1ca65f3c8abd614e354cbca652a5fe3",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 58285,
            "upload_time": "2023-08-24T09:30:33",
            "upload_time_iso_8601": "2023-08-24T09:30:33.424719Z",
            "url": "https://files.pythonhosted.org/packages/31/57/a12b06f802834b0baee6d50a77cb7e73b730b8aa6f4794898cd53a4a80d7/kiwisolver-1.4.5-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c74719b88813ad3377cf25a42e83459fc36160da24ec788fa37f1f0a8776d171",
                "md5": "d13fdd836b46e9c6a47597030938005e",
                "sha256": "e5d706eba36b4c4d5bc6c6377bb6568098765e990cfc21ee16d13963fab7b3e7"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "d13fdd836b46e9c6a47597030938005e",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 84358,
            "upload_time": "2023-08-24T09:30:34",
            "upload_time_iso_8601": "2023-08-24T09:30:34.501188Z",
            "url": "https://files.pythonhosted.org/packages/c7/47/19b88813ad3377cf25a42e83459fc36160da24ec788fa37f1f0a8776d171/kiwisolver-1.4.5-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "835b799c1b0b12ad72b9bc17ba304f090385cc113e4e99816efae163b7d8b6c6",
                "md5": "8ac07ce53e5aad9e65ca6468a79a323e",
                "sha256": "85267bd1aa8880a9c88a8cb71e18d3d64d2751a790e6ca6c27b8ccc724bcd5ad"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8ac07ce53e5aad9e65ca6468a79a323e",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 80817,
            "upload_time": "2023-08-24T09:30:35",
            "upload_time_iso_8601": "2023-08-24T09:30:35.908934Z",
            "url": "https://files.pythonhosted.org/packages/83/5b/799c1b0b12ad72b9bc17ba304f090385cc113e4e99816efae163b7d8b6c6/kiwisolver-1.4.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2dbcb34ba1b2525c3f2380b21fcf72ad2b7468a998544e48da1a175e0b4bd031",
                "md5": "ac913b731aee5234e5fc0dc960977285",
                "sha256": "210ef2c3a1f03272649aff1ef992df2e724748918c4bc2d5a90352849eb40bea"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ac913b731aee5234e5fc0dc960977285",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 80022,
            "upload_time": "2023-08-24T09:30:37",
            "upload_time_iso_8601": "2023-08-24T09:30:37.565762Z",
            "url": "https://files.pythonhosted.org/packages/2d/bc/b34ba1b2525c3f2380b21fcf72ad2b7468a998544e48da1a175e0b4bd031/kiwisolver-1.4.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b9e976aaa9a957e2bdcbd7cfd63dba83d8f422ee709c2d2314206e8b64555ee",
                "md5": "e4f0b84fceebe22145438a1baf0a1a7d",
                "sha256": "11d011a7574eb3b82bcc9c1a1d35c1d7075677fdd15de527d91b46bd35e935ee"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e4f0b84fceebe22145438a1baf0a1a7d",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 56008,
            "upload_time": "2023-08-24T09:30:38",
            "upload_time_iso_8601": "2023-08-24T09:30:38.835459Z",
            "url": "https://files.pythonhosted.org/packages/9b/9e/976aaa9a957e2bdcbd7cfd63dba83d8f422ee709c2d2314206e8b64555ee/kiwisolver-1.4.5-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b92d226779e405724344fc678fcc025b812587617ea1a48b9442628b688e85ea",
                "md5": "20dea6992699d6be8a563995d7fe0309",
                "sha256": "e57e563a57fb22a142da34f38acc2fc1a5c864bc29ca1517a88abc963e60d6ec"
            },
            "downloads": -1,
            "filename": "kiwisolver-1.4.5.tar.gz",
            "has_sig": false,
            "md5_digest": "20dea6992699d6be8a563995d7fe0309",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 97552,
            "upload_time": "2023-08-24T09:30:39",
            "upload_time_iso_8601": "2023-08-24T09:30:39.861800Z",
            "url": "https://files.pythonhosted.org/packages/b9/2d/226779e405724344fc678fcc025b812587617ea1a48b9442628b688e85ea/kiwisolver-1.4.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-24 09:30:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nucleic",
    "github_project": "kiwi",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "lcname": "kiwisolver"
}
        
Elapsed time: 0.11396s