Name | kiwisolver JSON |
Version |
1.4.9
JSON |
| download |
home_page | None |
Summary | A fast implementation of the Cassowary constraint solver |
upload_time | 2025-08-10 21:27:49 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10 |
license | =========================
The Kiwi licensing terms
=========================
Kiwi is licensed under the terms of the Modified BSD License (also known as
New or Revised BSD), as follows:
Copyright (c) 2013-2025, 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-2025, Nucleic Development Team.
#
# Distributed under the terms of the Modified BSD License.
#
# The full license is in the file LICENSE, distributed with this software.
#------------------------------------------------------------------------------
|
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
Welcome to Kiwi
===============
.. image:: https://github.com/nucleic/kiwi/workflows/Continuous%20Integration/badge.svg
:target: https://github.com/nucleic/kiwi/actions
.. image:: https://github.com/nucleic/kiwi/workflows/Documentation%20building/badge.svg
:target: https://github.com/nucleic/kiwi/actions
.. image:: https://codecov.io/gh/nucleic/kiwi/branch/main/graph/badge.svg
:target: https://codecov.io/gh/nucleic/kiwi
.. image:: https://readthedocs.org/projects/kiwisolver/badge/?version=latest
:target: https://kiwisolver.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
Kiwi is an efficient C++ implementation of the Cassowary constraint solving
algorithm. Kiwi is an implementation of the algorithm based on the
`seminal Cassowary paper <https://constraints.cs.washington.edu/solvers/cassowary-tochi.pdf>`_.
It is *not* a refactoring of the original C++ solver. Kiwi has been designed
from the ground up to be lightweight and fast. Kiwi ranges from 10x to 500x
faster than the original Cassowary solver with typical use cases gaining a 40x
improvement. Memory savings are consistently > 5x.
In addition to the C++ solver, Kiwi ships with hand-rolled Python bindings for
Python 3.7+.
Raw data
{
"_id": null,
"home_page": null,
"name": "kiwisolver",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "\"Matthieu C. Dartiailh\" <m.dartiailh@gmail.com>",
"keywords": null,
"author": null,
"author_email": "The Nucleic Development Team <sccolbert@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/5c/3c/85844f1b0feb11ee581ac23fe5fce65cd049a200c1446708cc1b7f922875/kiwisolver-1.4.9.tar.gz",
"platform": null,
"description": "Welcome to Kiwi\n===============\n\n.. image:: https://github.com/nucleic/kiwi/workflows/Continuous%20Integration/badge.svg\n :target: https://github.com/nucleic/kiwi/actions\n.. image:: https://github.com/nucleic/kiwi/workflows/Documentation%20building/badge.svg\n :target: https://github.com/nucleic/kiwi/actions\n.. image:: https://codecov.io/gh/nucleic/kiwi/branch/main/graph/badge.svg\n :target: https://codecov.io/gh/nucleic/kiwi\n.. image:: https://readthedocs.org/projects/kiwisolver/badge/?version=latest\n :target: https://kiwisolver.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\nKiwi is an efficient C++ implementation of the Cassowary constraint solving\nalgorithm. Kiwi is an implementation of the algorithm based on the\n`seminal Cassowary paper <https://constraints.cs.washington.edu/solvers/cassowary-tochi.pdf>`_.\nIt is *not* a refactoring of the original C++ solver. Kiwi has been designed\nfrom the ground up to be lightweight and fast. Kiwi ranges from 10x to 500x\nfaster than the original Cassowary solver with typical use cases gaining a 40x\nimprovement. Memory savings are consistently > 5x.\n\nIn addition to the C++ solver, Kiwi ships with hand-rolled Python bindings for\nPython 3.7+.\n",
"bugtrack_url": null,
"license": "=========================\n The Kiwi licensing terms\n =========================\n Kiwi is licensed under the terms of the Modified BSD License (also known as\n New or Revised BSD), as follows:\n \n Copyright (c) 2013-2025, Nucleic Development Team\n \n All rights reserved.\n \n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are met:\n \n Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n \n Redistributions in binary form must reproduce the above copyright notice, this\n list of conditions and the following disclaimer in the documentation and/or\n other materials provided with the distribution.\n \n Neither the name of the Nucleic Development Team nor the names of its\n contributors may be used to endorse or promote products derived from this\n software without specific prior written permission.\n \n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\n ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE\n FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n \n About Kiwi\n ----------\n Chris Colbert began the Kiwi project in December 2013 in an effort to\n create a blisteringly fast UI constraint solver. Chris is still the\n project lead.\n \n The Nucleic Development Team is the set of all contributors to the Nucleic\n project and its subprojects.\n \n The core team that coordinates development on GitHub can be found here:\n http://github.com/nucleic. The current team consists of:\n \n * Chris Colbert\n \n Our Copyright Policy\n --------------------\n Nucleic uses a shared copyright model. Each contributor maintains copyright\n over their contributions to Nucleic. But, it is important to note that these\n contributions are typically only changes to the repositories. Thus, the Nucleic\n source code, in its entirety is not the copyright of any single person or\n institution. Instead, it is the collective copyright of the entire Nucleic\n Development Team. If individual contributors want to maintain a record of what\n changes/contributions they have specific copyright on, they should indicate\n their copyright in the commit message of the change, when they commit the\n change to one of the Nucleic repositories.\n \n With this in mind, the following banner should be used in any source code file\n to indicate the copyright and license terms:\n \n #------------------------------------------------------------------------------\n # Copyright (c) 2013-2025, Nucleic Development Team.\n #\n # Distributed under the terms of the Modified BSD License.\n #\n # The full license is in the file LICENSE, distributed with this software.\n #------------------------------------------------------------------------------\n ",
"summary": "A fast implementation of the Cassowary constraint solver",
"version": "1.4.9",
"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": null,
"digests": {
"blake2b_256": "c65d8ce64e36d4e3aac5ca96996457dcf33e34e6051492399a3f1fec5657f30b",
"md5": "b06303a38e54beeaca47301707947f76",
"sha256": "b4b4d74bda2b8ebf4da5bd42af11d02d04428b2c32846e4c2c93219df8a7987b"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp310-cp310-macosx_10_9_universal2.whl",
"has_sig": false,
"md5_digest": "b06303a38e54beeaca47301707947f76",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 124159,
"upload_time": "2025-08-10T21:25:35",
"upload_time_iso_8601": "2025-08-10T21:25:35.472486Z",
"url": "https://files.pythonhosted.org/packages/c6/5d/8ce64e36d4e3aac5ca96996457dcf33e34e6051492399a3f1fec5657f30b/kiwisolver-1.4.9-cp310-cp310-macosx_10_9_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "961e22f63ec454874378175a5f435d6ea1363dd33fb2af832c6643e4ccea0dc8",
"md5": "7112c5f928fcf076c728acb673c24150",
"sha256": "fb3b8132019ea572f4611d770991000d7f58127560c4889729248eb5852a102f"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp310-cp310-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "7112c5f928fcf076c728acb673c24150",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 66578,
"upload_time": "2025-08-10T21:25:36",
"upload_time_iso_8601": "2025-08-10T21:25:36.730602Z",
"url": "https://files.pythonhosted.org/packages/96/1e/22f63ec454874378175a5f435d6ea1363dd33fb2af832c6643e4ccea0dc8/kiwisolver-1.4.9-cp310-cp310-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "414c1925dcfff47a02d465121967b95151c82d11027d5ec5242771e580e731bd",
"md5": "515987b1760552f355f22ff1f29e4b6f",
"sha256": "84fd60810829c27ae375114cd379da1fa65e6918e1da405f356a775d49a62bcf"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "515987b1760552f355f22ff1f29e4b6f",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 65312,
"upload_time": "2025-08-10T21:25:37",
"upload_time_iso_8601": "2025-08-10T21:25:37.658202Z",
"url": "https://files.pythonhosted.org/packages/41/4c/1925dcfff47a02d465121967b95151c82d11027d5ec5242771e580e731bd/kiwisolver-1.4.9-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d4420f333164e6307a0687d1eb9ad256215aae2f4bd5d28f4653d6cd319a3ba3",
"md5": "079ef8769953e836436b1a4bed0f8ddd",
"sha256": "b78efa4c6e804ecdf727e580dbb9cba85624d2e1c6b5cb059c66290063bd99a9"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
"has_sig": false,
"md5_digest": "079ef8769953e836436b1a4bed0f8ddd",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 1628458,
"upload_time": "2025-08-10T21:25:39",
"upload_time_iso_8601": "2025-08-10T21:25:39.067745Z",
"url": "https://files.pythonhosted.org/packages/d4/42/0f333164e6307a0687d1eb9ad256215aae2f4bd5d28f4653d6cd319a3ba3/kiwisolver-1.4.9-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "86b62dccb977d651943995a90bfe3495c2ab2ba5cd77093d9f2318a20c9a6f59",
"md5": "e9d6c7ac5d921f81f70167a2dc871011",
"sha256": "d4efec7bcf21671db6a3294ff301d2fc861c31faa3c8740d1a94689234d1b415"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "e9d6c7ac5d921f81f70167a2dc871011",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 1225640,
"upload_time": "2025-08-10T21:25:40",
"upload_time_iso_8601": "2025-08-10T21:25:40.489796Z",
"url": "https://files.pythonhosted.org/packages/86/b6/2dccb977d651943995a90bfe3495c2ab2ba5cd77093d9f2318a20c9a6f59/kiwisolver-1.4.9-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "502b362ebd3eec46c850ccf2bfe3e30f2fc4c008750011f38a850f088c56a1c6",
"md5": "6323a9c0bfd732c5f698fb05fc3732a4",
"sha256": "90f47e70293fc3688b71271100a1a5453aa9944a81d27ff779c108372cf5567b"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp310-cp310-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl",
"has_sig": false,
"md5_digest": "6323a9c0bfd732c5f698fb05fc3732a4",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 1244074,
"upload_time": "2025-08-10T21:25:42",
"upload_time_iso_8601": "2025-08-10T21:25:42.221582Z",
"url": "https://files.pythonhosted.org/packages/50/2b/362ebd3eec46c850ccf2bfe3e30f2fc4c008750011f38a850f088c56a1c6/kiwisolver-1.4.9-cp310-cp310-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6fbbf09a1e66dab8984773d13184a10a29fe67125337649d26bdef547024ed6b",
"md5": "10bde80bc23cc05aa23cd5d9e561a03b",
"sha256": "8fdca1def57a2e88ef339de1737a1449d6dbf5fab184c54a1fca01d541317154"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp310-cp310-manylinux_2_24_s390x.manylinux_2_28_s390x.whl",
"has_sig": false,
"md5_digest": "10bde80bc23cc05aa23cd5d9e561a03b",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 1293036,
"upload_time": "2025-08-10T21:25:43",
"upload_time_iso_8601": "2025-08-10T21:25:43.801686Z",
"url": "https://files.pythonhosted.org/packages/6f/bb/f09a1e66dab8984773d13184a10a29fe67125337649d26bdef547024ed6b/kiwisolver-1.4.9-cp310-cp310-manylinux_2_24_s390x.manylinux_2_28_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ea0111ecf892f201cafda0f68fa59212edaea93e96c37884b747c181303fccd1",
"md5": "d68478566fd9a5ee7bb1998b90a85c48",
"sha256": "9cf554f21be770f5111a1690d42313e140355e687e05cf82cb23d0a721a64a48"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp310-cp310-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "d68478566fd9a5ee7bb1998b90a85c48",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 2175310,
"upload_time": "2025-08-10T21:25:45",
"upload_time_iso_8601": "2025-08-10T21:25:45.045937Z",
"url": "https://files.pythonhosted.org/packages/ea/01/11ecf892f201cafda0f68fa59212edaea93e96c37884b747c181303fccd1/kiwisolver-1.4.9-cp310-cp310-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7f5fbfe11d5b934f500cc004314819ea92427e6e5462706a498c1d4fc052e08f",
"md5": "3a7ff83435780a41b9b31cea30826be6",
"sha256": "fc1795ac5cd0510207482c3d1d3ed781143383b8cfd36f5c645f3897ce066220"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp310-cp310-musllinux_1_2_ppc64le.whl",
"has_sig": false,
"md5_digest": "3a7ff83435780a41b9b31cea30826be6",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 2270943,
"upload_time": "2025-08-10T21:25:46",
"upload_time_iso_8601": "2025-08-10T21:25:46.393723Z",
"url": "https://files.pythonhosted.org/packages/7f/5f/bfe11d5b934f500cc004314819ea92427e6e5462706a498c1d4fc052e08f/kiwisolver-1.4.9-cp310-cp310-musllinux_1_2_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3dde259f786bf71f1e03e73d87e2db1a9a3bcab64d7b4fd780167123161630ad",
"md5": "d85b29a12a91f97a0434de278ac93ef1",
"sha256": "ccd09f20ccdbbd341b21a67ab50a119b64a403b09288c27481575105283c1586"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp310-cp310-musllinux_1_2_s390x.whl",
"has_sig": false,
"md5_digest": "d85b29a12a91f97a0434de278ac93ef1",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 2440488,
"upload_time": "2025-08-10T21:25:48",
"upload_time_iso_8601": "2025-08-10T21:25:48.074970Z",
"url": "https://files.pythonhosted.org/packages/3d/de/259f786bf71f1e03e73d87e2db1a9a3bcab64d7b4fd780167123161630ad/kiwisolver-1.4.9-cp310-cp310-musllinux_1_2_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1b76c989c278faf037c4d3421ec07a5c452cd3e09545d6dae7f87c15f54e4edf",
"md5": "be748fb80b0aad7cdd397219f0b886d2",
"sha256": "540c7c72324d864406a009d72f5d6856f49693db95d1fbb46cf86febef873634"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp310-cp310-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "be748fb80b0aad7cdd397219f0b886d2",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 2246787,
"upload_time": "2025-08-10T21:25:49",
"upload_time_iso_8601": "2025-08-10T21:25:49.442076Z",
"url": "https://files.pythonhosted.org/packages/1b/76/c989c278faf037c4d3421ec07a5c452cd3e09545d6dae7f87c15f54e4edf/kiwisolver-1.4.9-cp310-cp310-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a255c2898d84ca440852e560ca9f2a0d28e6e931ac0849b896d77231929900e7",
"md5": "f50f6e03675f086c51d8fd09095ee2cb",
"sha256": "ede8c6d533bc6601a47ad4046080d36b8fc99f81e6f1c17b0ac3c2dc91ac7611"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "f50f6e03675f086c51d8fd09095ee2cb",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 73730,
"upload_time": "2025-08-10T21:25:51",
"upload_time_iso_8601": "2025-08-10T21:25:51.102697Z",
"url": "https://files.pythonhosted.org/packages/a2/55/c2898d84ca440852e560ca9f2a0d28e6e931ac0849b896d77231929900e7/kiwisolver-1.4.9-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e809486d6ac523dd33b80b368247f238125d027964cfacb45c654841e88fb2ae",
"md5": "dda0bb0cea16b761d3cdb2141b8f3d8f",
"sha256": "7b4da0d01ac866a57dd61ac258c5607b4cd677f63abaec7b148354d2b2cdd536"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp310-cp310-win_arm64.whl",
"has_sig": false,
"md5_digest": "dda0bb0cea16b761d3cdb2141b8f3d8f",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 65036,
"upload_time": "2025-08-10T21:25:52",
"upload_time_iso_8601": "2025-08-10T21:25:52.063675Z",
"url": "https://files.pythonhosted.org/packages/e8/09/486d6ac523dd33b80b368247f238125d027964cfacb45c654841e88fb2ae/kiwisolver-1.4.9-cp310-cp310-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6fabc80b0d5a9d8a1a65f4f815f2afff9798b12c3b9f31f1d304dd233dd920e2",
"md5": "8c1cd0a995f61ced3a5cc13f59e5b21b",
"sha256": "eb14a5da6dc7642b0f3a18f13654847cd8b7a2550e2645a5bda677862b03ba16"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp311-cp311-macosx_10_9_universal2.whl",
"has_sig": false,
"md5_digest": "8c1cd0a995f61ced3a5cc13f59e5b21b",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 124167,
"upload_time": "2025-08-10T21:25:53",
"upload_time_iso_8601": "2025-08-10T21:25:53.403638Z",
"url": "https://files.pythonhosted.org/packages/6f/ab/c80b0d5a9d8a1a65f4f815f2afff9798b12c3b9f31f1d304dd233dd920e2/kiwisolver-1.4.9-cp311-cp311-macosx_10_9_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a0c027fe1a68a39cf62472a300e2879ffc13c0538546c359b86f149cc19f6ac3",
"md5": "6cc9a98d560b5534af3546b4a9e117b3",
"sha256": "39a219e1c81ae3b103643d2aedb90f1ef22650deb266ff12a19e7773f3e5f089"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp311-cp311-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "6cc9a98d560b5534af3546b4a9e117b3",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 66579,
"upload_time": "2025-08-10T21:25:54",
"upload_time_iso_8601": "2025-08-10T21:25:54.790208Z",
"url": "https://files.pythonhosted.org/packages/a0/c0/27fe1a68a39cf62472a300e2879ffc13c0538546c359b86f149cc19f6ac3/kiwisolver-1.4.9-cp311-cp311-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "31a2a12a503ac1fd4943c50f9822678e8015a790a13b5490354c68afb8489814",
"md5": "6aa3257a944c4819298ea1dd678439d4",
"sha256": "2405a7d98604b87f3fc28b1716783534b1b4b8510d8142adca34ee0bc3c87543"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "6aa3257a944c4819298ea1dd678439d4",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 65309,
"upload_time": "2025-08-10T21:25:55",
"upload_time_iso_8601": "2025-08-10T21:25:55.760010Z",
"url": "https://files.pythonhosted.org/packages/31/a2/a12a503ac1fd4943c50f9822678e8015a790a13b5490354c68afb8489814/kiwisolver-1.4.9-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "66e1e533435c0be77c3f64040d68d7a657771194a63c279f55573188161e81ca",
"md5": "388a1a698f0a7c2971a7d6db360b1e43",
"sha256": "dc1ae486f9abcef254b5618dfb4113dd49f94c68e3e027d03cf0143f3f772b61"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
"has_sig": false,
"md5_digest": "388a1a698f0a7c2971a7d6db360b1e43",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 1435596,
"upload_time": "2025-08-10T21:25:56",
"upload_time_iso_8601": "2025-08-10T21:25:56.861983Z",
"url": "https://files.pythonhosted.org/packages/66/e1/e533435c0be77c3f64040d68d7a657771194a63c279f55573188161e81ca/kiwisolver-1.4.9-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "671e51b73c7347f9aabdc7215aa79e8b15299097dc2f8e67dee2b095faca9cb0",
"md5": "5b47bad9d31a3e642840f8b2d5b5b4a5",
"sha256": "8a1f570ce4d62d718dce3f179ee78dac3b545ac16c0c04bb363b7607a949c0d1"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "5b47bad9d31a3e642840f8b2d5b5b4a5",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 1246548,
"upload_time": "2025-08-10T21:25:58",
"upload_time_iso_8601": "2025-08-10T21:25:58.246734Z",
"url": "https://files.pythonhosted.org/packages/67/1e/51b73c7347f9aabdc7215aa79e8b15299097dc2f8e67dee2b095faca9cb0/kiwisolver-1.4.9-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "21aa72a1c5d1e430294f2d32adb9542719cfb441b5da368d09d268c7757af46c",
"md5": "84a090ca50e55c783bd6e085a207dc8a",
"sha256": "cb27e7b78d716c591e88e0a09a2139c6577865d7f2e152488c2cc6257f460872"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp311-cp311-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl",
"has_sig": false,
"md5_digest": "84a090ca50e55c783bd6e085a207dc8a",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 1263618,
"upload_time": "2025-08-10T21:25:59",
"upload_time_iso_8601": "2025-08-10T21:25:59.857852Z",
"url": "https://files.pythonhosted.org/packages/21/aa/72a1c5d1e430294f2d32adb9542719cfb441b5da368d09d268c7757af46c/kiwisolver-1.4.9-cp311-cp311-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a3afdb1509a9e79dbf4c260ce0cfa3903ea8945f6240e9e59d1e4deb731b1a40",
"md5": "d0f5e346845c9aadd7566dc5b833ebfb",
"sha256": "15163165efc2f627eb9687ea5f3a28137217d217ac4024893d753f46bce9de26"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp311-cp311-manylinux_2_24_s390x.manylinux_2_28_s390x.whl",
"has_sig": false,
"md5_digest": "d0f5e346845c9aadd7566dc5b833ebfb",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 1317437,
"upload_time": "2025-08-10T21:26:01",
"upload_time_iso_8601": "2025-08-10T21:26:01.105748Z",
"url": "https://files.pythonhosted.org/packages/a3/af/db1509a9e79dbf4c260ce0cfa3903ea8945f6240e9e59d1e4deb731b1a40/kiwisolver-1.4.9-cp311-cp311-manylinux_2_24_s390x.manylinux_2_28_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e0f23ea5ee5d52abacdd12013a94130436e19969fa183faa1e7c7fbc89e9a42f",
"md5": "7e1b6ae71093d6575fef83c3bedcba58",
"sha256": "bdee92c56a71d2b24c33a7d4c2856bd6419d017e08caa7802d2963870e315028"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp311-cp311-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "7e1b6ae71093d6575fef83c3bedcba58",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 2195742,
"upload_time": "2025-08-10T21:26:02",
"upload_time_iso_8601": "2025-08-10T21:26:02.675825Z",
"url": "https://files.pythonhosted.org/packages/e0/f2/3ea5ee5d52abacdd12013a94130436e19969fa183faa1e7c7fbc89e9a42f/kiwisolver-1.4.9-cp311-cp311-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6f9b1efdd3013c2d9a2566aa6a337e9923a00590c516add9a1e89a768a3eb2fc",
"md5": "470bd0efdb695fc8a00310d9c7cdd5a2",
"sha256": "412f287c55a6f54b0650bd9b6dce5aceddb95864a1a90c87af16979d37c89771"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp311-cp311-musllinux_1_2_ppc64le.whl",
"has_sig": false,
"md5_digest": "470bd0efdb695fc8a00310d9c7cdd5a2",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 2290810,
"upload_time": "2025-08-10T21:26:04",
"upload_time_iso_8601": "2025-08-10T21:26:04.009178Z",
"url": "https://files.pythonhosted.org/packages/6f/9b/1efdd3013c2d9a2566aa6a337e9923a00590c516add9a1e89a768a3eb2fc/kiwisolver-1.4.9-cp311-cp311-musllinux_1_2_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fbe5cfdc36109ae4e67361f9bc5b41323648cb24a01b9ade18784657e022e65f",
"md5": "46c3c733a633df0011bdeb57015175ad",
"sha256": "2c93f00dcba2eea70af2be5f11a830a742fe6b579a1d4e00f47760ef13be247a"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp311-cp311-musllinux_1_2_s390x.whl",
"has_sig": false,
"md5_digest": "46c3c733a633df0011bdeb57015175ad",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 2461579,
"upload_time": "2025-08-10T21:26:05",
"upload_time_iso_8601": "2025-08-10T21:26:05.317434Z",
"url": "https://files.pythonhosted.org/packages/fb/e5/cfdc36109ae4e67361f9bc5b41323648cb24a01b9ade18784657e022e65f/kiwisolver-1.4.9-cp311-cp311-musllinux_1_2_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6286b589e5e86c7610842213994cdea5add00960076bef4ae290c5fa68589cac",
"md5": "00c9df5f7d6a8609b41ae9a481fd3165",
"sha256": "f117e1a089d9411663a3207ba874f31be9ac8eaa5b533787024dc07aeb74f464"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "00c9df5f7d6a8609b41ae9a481fd3165",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 2268071,
"upload_time": "2025-08-10T21:26:06",
"upload_time_iso_8601": "2025-08-10T21:26:06.686174Z",
"url": "https://files.pythonhosted.org/packages/62/86/b589e5e86c7610842213994cdea5add00960076bef4ae290c5fa68589cac/kiwisolver-1.4.9-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3bc6f8df8509fd1eee6c622febe54384a96cfaf4d43bf2ccec7a0cc17e4715c9",
"md5": "e65aafb399ab8427ee7366cc16e119e9",
"sha256": "be6a04e6c79819c9a8c2373317d19a96048e5a3f90bec587787e86a1153883c2"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "e65aafb399ab8427ee7366cc16e119e9",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 73840,
"upload_time": "2025-08-10T21:26:07",
"upload_time_iso_8601": "2025-08-10T21:26:07.940823Z",
"url": "https://files.pythonhosted.org/packages/3b/c6/f8df8509fd1eee6c622febe54384a96cfaf4d43bf2ccec7a0cc17e4715c9/kiwisolver-1.4.9-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e22d16e0581daafd147bc11ac53f032a2b45eabac897f42a338d0a13c1e5c436",
"md5": "d27ec5e7da8d0c5d5bce241cba6e42ce",
"sha256": "0ae37737256ba2de764ddc12aed4956460277f00c4996d51a197e72f62f5eec7"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp311-cp311-win_arm64.whl",
"has_sig": false,
"md5_digest": "d27ec5e7da8d0c5d5bce241cba6e42ce",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 65159,
"upload_time": "2025-08-10T21:26:09",
"upload_time_iso_8601": "2025-08-10T21:26:09.048187Z",
"url": "https://files.pythonhosted.org/packages/e2/2d/16e0581daafd147bc11ac53f032a2b45eabac897f42a338d0a13c1e5c436/kiwisolver-1.4.9-cp311-cp311-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "86c913573a747838aeb1c76e3267620daa054f4152444d1f3d1a2324b78255b5",
"md5": "4353f6c60d43061616ce9f057a9e333c",
"sha256": "ac5a486ac389dddcc5bef4f365b6ae3ffff2c433324fb38dd35e3fab7c957999"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp312-cp312-macosx_10_13_universal2.whl",
"has_sig": false,
"md5_digest": "4353f6c60d43061616ce9f057a9e333c",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 123686,
"upload_time": "2025-08-10T21:26:10",
"upload_time_iso_8601": "2025-08-10T21:26:10.034241Z",
"url": "https://files.pythonhosted.org/packages/86/c9/13573a747838aeb1c76e3267620daa054f4152444d1f3d1a2324b78255b5/kiwisolver-1.4.9-cp312-cp312-macosx_10_13_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "51ea2ecf727927f103ffd1739271ca19c424d0e65ea473fbaeea1c014aea93f6",
"md5": "a75bbd1f420cfaa79a0ba7659adf195c",
"sha256": "f2ba92255faa7309d06fe44c3a4a97efe1c8d640c2a79a5ef728b685762a6fd2"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp312-cp312-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "a75bbd1f420cfaa79a0ba7659adf195c",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 66460,
"upload_time": "2025-08-10T21:26:11",
"upload_time_iso_8601": "2025-08-10T21:26:11.083047Z",
"url": "https://files.pythonhosted.org/packages/51/ea/2ecf727927f103ffd1739271ca19c424d0e65ea473fbaeea1c014aea93f6/kiwisolver-1.4.9-cp312-cp312-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5b5a51f5464373ce2aeb5194508298a508b6f21d3867f499556263c64c621914",
"md5": "9c0159242faa614b834a1987c8ded963",
"sha256": "4a2899935e724dd1074cb568ce7ac0dce28b2cd6ab539c8e001a8578eb106d14"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "9c0159242faa614b834a1987c8ded963",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 64952,
"upload_time": "2025-08-10T21:26:12",
"upload_time_iso_8601": "2025-08-10T21:26:12.058882Z",
"url": "https://files.pythonhosted.org/packages/5b/5a/51f5464373ce2aeb5194508298a508b6f21d3867f499556263c64c621914/kiwisolver-1.4.9-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "70906d240beb0f24b74371762873e9b7f499f1e02166a2d9c5801f4dbf8fa12e",
"md5": "c093b40643c2e56968de7bdbe7d2a188",
"sha256": "f6008a4919fdbc0b0097089f67a1eb55d950ed7e90ce2cc3e640abadd2757a04"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
"has_sig": false,
"md5_digest": "c093b40643c2e56968de7bdbe7d2a188",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 1474756,
"upload_time": "2025-08-10T21:26:13",
"upload_time_iso_8601": "2025-08-10T21:26:13.096375Z",
"url": "https://files.pythonhosted.org/packages/70/90/6d240beb0f24b74371762873e9b7f499f1e02166a2d9c5801f4dbf8fa12e/kiwisolver-1.4.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1242f36816eaf465220f683fb711efdd1bbf7a7005a2473d0e4ed421389bd26c",
"md5": "199ed5de262ae1a19a36bf09444fb513",
"sha256": "67bb8b474b4181770f926f7b7d2f8c0248cbcb78b660fdd41a47054b28d2a752"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "199ed5de262ae1a19a36bf09444fb513",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 1276404,
"upload_time": "2025-08-10T21:26:14",
"upload_time_iso_8601": "2025-08-10T21:26:14.457498Z",
"url": "https://files.pythonhosted.org/packages/12/42/f36816eaf465220f683fb711efdd1bbf7a7005a2473d0e4ed421389bd26c/kiwisolver-1.4.9-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2e64bc2de94800adc830c476dce44e9b40fd0809cddeef1fde9fcf0f73da301f",
"md5": "7aae0c657e19120defe219bdf47312bc",
"sha256": "2327a4a30d3ee07d2fbe2e7933e8a37c591663b96ce42a00bc67461a87d7df77"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp312-cp312-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl",
"has_sig": false,
"md5_digest": "7aae0c657e19120defe219bdf47312bc",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 1294410,
"upload_time": "2025-08-10T21:26:15",
"upload_time_iso_8601": "2025-08-10T21:26:15.730368Z",
"url": "https://files.pythonhosted.org/packages/2e/64/bc2de94800adc830c476dce44e9b40fd0809cddeef1fde9fcf0f73da301f/kiwisolver-1.4.9-cp312-cp312-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5f422dc82330a70aa8e55b6d395b11018045e58d0bb00834502bf11509f79091",
"md5": "d7dbdac72ddd7a1ac537e43756ef4a56",
"sha256": "7a08b491ec91b1d5053ac177afe5290adacf1f0f6307d771ccac5de30592d198"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp312-cp312-manylinux_2_24_s390x.manylinux_2_28_s390x.whl",
"has_sig": false,
"md5_digest": "d7dbdac72ddd7a1ac537e43756ef4a56",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 1343631,
"upload_time": "2025-08-10T21:26:17",
"upload_time_iso_8601": "2025-08-10T21:26:17.045721Z",
"url": "https://files.pythonhosted.org/packages/5f/42/2dc82330a70aa8e55b6d395b11018045e58d0bb00834502bf11509f79091/kiwisolver-1.4.9-cp312-cp312-manylinux_2_24_s390x.manylinux_2_28_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "22fdf4c67a6ed1aab149ec5a8a401c323cee7a1cbe364381bb6c9c0d564e0e20",
"md5": "305fcf93137a1bd66adb5437a3cb4606",
"sha256": "d8fc5c867c22b828001b6a38d2eaeb88160bf5783c6cb4a5e440efc981ce286d"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp312-cp312-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "305fcf93137a1bd66adb5437a3cb4606",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 2224963,
"upload_time": "2025-08-10T21:26:18",
"upload_time_iso_8601": "2025-08-10T21:26:18.737569Z",
"url": "https://files.pythonhosted.org/packages/22/fd/f4c67a6ed1aab149ec5a8a401c323cee7a1cbe364381bb6c9c0d564e0e20/kiwisolver-1.4.9-cp312-cp312-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "45aa76720bd4cb3713314677d9ec94dcc21ced3f1baf4830adde5bb9b2430a5f",
"md5": "f7727f9b63c7c5f81859aa04c1ae4d6b",
"sha256": "3b3115b2581ea35bb6d1f24a4c90af37e5d9b49dcff267eeed14c3893c5b86ab"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp312-cp312-musllinux_1_2_ppc64le.whl",
"has_sig": false,
"md5_digest": "f7727f9b63c7c5f81859aa04c1ae4d6b",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 2321295,
"upload_time": "2025-08-10T21:26:20",
"upload_time_iso_8601": "2025-08-10T21:26:20.110754Z",
"url": "https://files.pythonhosted.org/packages/45/aa/76720bd4cb3713314677d9ec94dcc21ced3f1baf4830adde5bb9b2430a5f/kiwisolver-1.4.9-cp312-cp312-musllinux_1_2_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8019d3ec0d9ab711242f56ae0dc2fc5d70e298bb4a1f9dfab44c027668c673a1",
"md5": "c166ee3a1244f172898d6d14ff67fdc2",
"sha256": "858e4c22fb075920b96a291928cb7dea5644e94c0ee4fcd5af7e865655e4ccf2"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp312-cp312-musllinux_1_2_s390x.whl",
"has_sig": false,
"md5_digest": "c166ee3a1244f172898d6d14ff67fdc2",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 2487987,
"upload_time": "2025-08-10T21:26:21",
"upload_time_iso_8601": "2025-08-10T21:26:21.490847Z",
"url": "https://files.pythonhosted.org/packages/80/19/d3ec0d9ab711242f56ae0dc2fc5d70e298bb4a1f9dfab44c027668c673a1/kiwisolver-1.4.9-cp312-cp312-musllinux_1_2_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "39e961e4813b2c97e86b6fdbd4dd824bf72d28bcd8d4849b8084a357bc0dd64d",
"md5": "c335afe6e8406d89e077428cdcdb6ec7",
"sha256": "ed0fecd28cc62c54b262e3736f8bb2512d8dcfdc2bcf08be5f47f96bf405b145"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "c335afe6e8406d89e077428cdcdb6ec7",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 2291817,
"upload_time": "2025-08-10T21:26:22",
"upload_time_iso_8601": "2025-08-10T21:26:22.812587Z",
"url": "https://files.pythonhosted.org/packages/39/e9/61e4813b2c97e86b6fdbd4dd824bf72d28bcd8d4849b8084a357bc0dd64d/kiwisolver-1.4.9-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a04185d82b0291db7504da3c2defe35c9a8a5c9803a730f297bd823d11d5fb77",
"md5": "1aa265db1295e6a695dfa69d53aa6acc",
"sha256": "f68208a520c3d86ea51acf688a3e3002615a7f0238002cccc17affecc86a8a54"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "1aa265db1295e6a695dfa69d53aa6acc",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 73895,
"upload_time": "2025-08-10T21:26:24",
"upload_time_iso_8601": "2025-08-10T21:26:24.370525Z",
"url": "https://files.pythonhosted.org/packages/a0/41/85d82b0291db7504da3c2defe35c9a8a5c9803a730f297bd823d11d5fb77/kiwisolver-1.4.9-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e2925f3068cf15ee5cb624a0c7596e67e2a0bb2adee33f71c379054a491d07da",
"md5": "424a1079334a138a03bab6742c4d223c",
"sha256": "2c1a4f57df73965f3f14df20b80ee29e6a7930a57d2d9e8491a25f676e197c60"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp312-cp312-win_arm64.whl",
"has_sig": false,
"md5_digest": "424a1079334a138a03bab6742c4d223c",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 64992,
"upload_time": "2025-08-10T21:26:25",
"upload_time_iso_8601": "2025-08-10T21:26:25.732537Z",
"url": "https://files.pythonhosted.org/packages/e2/92/5f3068cf15ee5cb624a0c7596e67e2a0bb2adee33f71c379054a491d07da/kiwisolver-1.4.9-cp312-cp312-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "31c1c2686cda909742ab66c7388e9a1a8521a59eb89f8bcfbee28fc980d07e24",
"md5": "6117e84eb86e8972a38a437e68f4640e",
"sha256": "a5d0432ccf1c7ab14f9949eec60c5d1f924f17c037e9f8b33352fa05799359b8"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp313-cp313-macosx_10_13_universal2.whl",
"has_sig": false,
"md5_digest": "6117e84eb86e8972a38a437e68f4640e",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 123681,
"upload_time": "2025-08-10T21:26:26",
"upload_time_iso_8601": "2025-08-10T21:26:26.725026Z",
"url": "https://files.pythonhosted.org/packages/31/c1/c2686cda909742ab66c7388e9a1a8521a59eb89f8bcfbee28fc980d07e24/kiwisolver-1.4.9-cp313-cp313-macosx_10_13_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "caf0f44f50c9f5b1a1860261092e3bc91ecdc9acda848a8b8c6abfda4a24dd5c",
"md5": "a81ed70338178d7b7aaf1cd7139c8429",
"sha256": "efb3a45b35622bb6c16dbfab491a8f5a391fe0e9d45ef32f4df85658232ca0e2"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp313-cp313-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "a81ed70338178d7b7aaf1cd7139c8429",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 66464,
"upload_time": "2025-08-10T21:26:27",
"upload_time_iso_8601": "2025-08-10T21:26:27.733629Z",
"url": "https://files.pythonhosted.org/packages/ca/f0/f44f50c9f5b1a1860261092e3bc91ecdc9acda848a8b8c6abfda4a24dd5c/kiwisolver-1.4.9-cp313-cp313-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2d7a9d90a151f558e29c3936b8a47ac770235f436f2120aca41a6d5f3d62ae8d",
"md5": "4c763e2d4250675e670468f1f4f97ef4",
"sha256": "1a12cf6398e8a0a001a059747a1cbf24705e18fe413bc22de7b3d15c67cffe3f"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "4c763e2d4250675e670468f1f4f97ef4",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 64961,
"upload_time": "2025-08-10T21:26:28",
"upload_time_iso_8601": "2025-08-10T21:26:28.729841Z",
"url": "https://files.pythonhosted.org/packages/2d/7a/9d90a151f558e29c3936b8a47ac770235f436f2120aca41a6d5f3d62ae8d/kiwisolver-1.4.9-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e9e9f218a2cb3a9ffbe324ca29a9e399fa2d2866d7f348ec3a88df87fc248fc5",
"md5": "4af05702fa7b96e73773751d6de789d3",
"sha256": "b67e6efbf68e077dd71d1a6b37e43e1a99d0bff1a3d51867d45ee8908b931098"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
"has_sig": false,
"md5_digest": "4af05702fa7b96e73773751d6de789d3",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 1474607,
"upload_time": "2025-08-10T21:26:29",
"upload_time_iso_8601": "2025-08-10T21:26:29.798247Z",
"url": "https://files.pythonhosted.org/packages/e9/e9/f218a2cb3a9ffbe324ca29a9e399fa2d2866d7f348ec3a88df87fc248fc5/kiwisolver-1.4.9-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d928aac26d4c882f14de59041636292bc838db8961373825df23b8eeb807e198",
"md5": "877932b8793e49b2354f367cd1ce71d0",
"sha256": "5656aa670507437af0207645273ccdfee4f14bacd7f7c67a4306d0dcaeaf6eed"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "877932b8793e49b2354f367cd1ce71d0",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 1276546,
"upload_time": "2025-08-10T21:26:31",
"upload_time_iso_8601": "2025-08-10T21:26:31.401734Z",
"url": "https://files.pythonhosted.org/packages/d9/28/aac26d4c882f14de59041636292bc838db8961373825df23b8eeb807e198/kiwisolver-1.4.9-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8bad8bfc1c93d4cc565e5069162f610ba2f48ff39b7de4b5b8d93f69f30c4bed",
"md5": "61aadec1bee9aee7b226987e62ef2cee",
"sha256": "bfc08add558155345129c7803b3671cf195e6a56e7a12f3dde7c57d9b417f525"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp313-cp313-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl",
"has_sig": false,
"md5_digest": "61aadec1bee9aee7b226987e62ef2cee",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 1294482,
"upload_time": "2025-08-10T21:26:32",
"upload_time_iso_8601": "2025-08-10T21:26:32.721154Z",
"url": "https://files.pythonhosted.org/packages/8b/ad/8bfc1c93d4cc565e5069162f610ba2f48ff39b7de4b5b8d93f69f30c4bed/kiwisolver-1.4.9-cp313-cp313-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "daf16aca55ff798901d8ce403206d00e033191f63d82dd708a186e0ed2067e9c",
"md5": "d32b9224c02ad11b2445013aa79f9698",
"sha256": "40092754720b174e6ccf9e845d0d8c7d8e12c3d71e7fc35f55f3813e96376f78"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp313-cp313-manylinux_2_24_s390x.manylinux_2_28_s390x.whl",
"has_sig": false,
"md5_digest": "d32b9224c02ad11b2445013aa79f9698",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 1343720,
"upload_time": "2025-08-10T21:26:34",
"upload_time_iso_8601": "2025-08-10T21:26:34.032524Z",
"url": "https://files.pythonhosted.org/packages/da/f1/6aca55ff798901d8ce403206d00e033191f63d82dd708a186e0ed2067e9c/kiwisolver-1.4.9-cp313-cp313-manylinux_2_24_s390x.manylinux_2_28_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d191eed031876c595c81d90d0f6fc681ece250e14bf6998c3d7c419466b523b7",
"md5": "5443e50a2ca50cb764538832ef43c88c",
"sha256": "497d05f29a1300d14e02e6441cf0f5ee81c1ff5a304b0d9fb77423974684e08b"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp313-cp313-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "5443e50a2ca50cb764538832ef43c88c",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 2224907,
"upload_time": "2025-08-10T21:26:35",
"upload_time_iso_8601": "2025-08-10T21:26:35.824623Z",
"url": "https://files.pythonhosted.org/packages/d1/91/eed031876c595c81d90d0f6fc681ece250e14bf6998c3d7c419466b523b7/kiwisolver-1.4.9-cp313-cp313-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e9ec4d1925f2e49617b9cca9c34bfa11adefad49d00db038e692a559454dfb2e",
"md5": "eb228b6c4bfe021b11c54c10aa91493a",
"sha256": "bdd1a81a1860476eb41ac4bc1e07b3f07259e6d55bbf739b79c8aaedcf512799"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp313-cp313-musllinux_1_2_ppc64le.whl",
"has_sig": false,
"md5_digest": "eb228b6c4bfe021b11c54c10aa91493a",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 2321334,
"upload_time": "2025-08-10T21:26:37",
"upload_time_iso_8601": "2025-08-10T21:26:37.534726Z",
"url": "https://files.pythonhosted.org/packages/e9/ec/4d1925f2e49617b9cca9c34bfa11adefad49d00db038e692a559454dfb2e/kiwisolver-1.4.9-cp313-cp313-musllinux_1_2_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "43cb450cd4499356f68802750c6ddc18647b8ea01ffa28f50d20598e0befe6e9",
"md5": "d7de64cd199872e518b28b00c0a39afb",
"sha256": "e6b93f13371d341afee3be9f7c5964e3fe61d5fa30f6a30eb49856935dfe4fc3"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp313-cp313-musllinux_1_2_s390x.whl",
"has_sig": false,
"md5_digest": "d7de64cd199872e518b28b00c0a39afb",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 2488313,
"upload_time": "2025-08-10T21:26:39",
"upload_time_iso_8601": "2025-08-10T21:26:39.191962Z",
"url": "https://files.pythonhosted.org/packages/43/cb/450cd4499356f68802750c6ddc18647b8ea01ffa28f50d20598e0befe6e9/kiwisolver-1.4.9-cp313-cp313-musllinux_1_2_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7167fc76242bd99f885651128a5d4fa6083e5524694b7c88b489b1b55fdc491d",
"md5": "fc3f9444b052fa4652dedcd116f365b1",
"sha256": "d75aa530ccfaa593da12834b86a0724f58bff12706659baa9227c2ccaa06264c"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp313-cp313-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "fc3f9444b052fa4652dedcd116f365b1",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 2291970,
"upload_time": "2025-08-10T21:26:40",
"upload_time_iso_8601": "2025-08-10T21:26:40.828164Z",
"url": "https://files.pythonhosted.org/packages/71/67/fc76242bd99f885651128a5d4fa6083e5524694b7c88b489b1b55fdc491d/kiwisolver-1.4.9-cp313-cp313-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e2377d218ce5d92dadc5ebdd9070d903e0c7cf7edfe03f179433ac4d13ce659c",
"md5": "51226c1cf6db790fd6771d3262d7df79",
"sha256": "5a0f2724dfd4e3b3ac5a82436a8e6fd16baa7d507117e4279b660fe8ca38a3a1"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp313-cp313t-macosx_10_13_universal2.whl",
"has_sig": false,
"md5_digest": "51226c1cf6db790fd6771d3262d7df79",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 126510,
"upload_time": "2025-08-10T21:26:44",
"upload_time_iso_8601": "2025-08-10T21:26:44.915050Z",
"url": "https://files.pythonhosted.org/packages/e2/37/7d218ce5d92dadc5ebdd9070d903e0c7cf7edfe03f179433ac4d13ce659c/kiwisolver-1.4.9-cp313-cp313t-macosx_10_13_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "23b0e85a2b48233daef4b648fb657ebbb6f8367696a2d9548a00b4ee0eb67803",
"md5": "daff055eebdc46eb69bf80b8f3c1a95f",
"sha256": "1b11d6a633e4ed84fc0ddafd4ebfd8ea49b3f25082c04ad12b8315c11d504dc1"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp313-cp313t-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "daff055eebdc46eb69bf80b8f3c1a95f",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 67903,
"upload_time": "2025-08-10T21:26:45",
"upload_time_iso_8601": "2025-08-10T21:26:45.934455Z",
"url": "https://files.pythonhosted.org/packages/23/b0/e85a2b48233daef4b648fb657ebbb6f8367696a2d9548a00b4ee0eb67803/kiwisolver-1.4.9-cp313-cp313t-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4498f2425bc0113ad7de24da6bb4dae1343476e95e1d738be7c04d31a5d037fd",
"md5": "13d1e202cb62ab18b4fc3e79ccea6d64",
"sha256": "61874cdb0a36016354853593cffc38e56fc9ca5aa97d2c05d3dcf6922cd55a11"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp313-cp313t-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "13d1e202cb62ab18b4fc3e79ccea6d64",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 66402,
"upload_time": "2025-08-10T21:26:47",
"upload_time_iso_8601": "2025-08-10T21:26:47.101857Z",
"url": "https://files.pythonhosted.org/packages/44/98/f2425bc0113ad7de24da6bb4dae1343476e95e1d738be7c04d31a5d037fd/kiwisolver-1.4.9-cp313-cp313t-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "98d8594657886df9f34c4177cc353cc28ca7e6e5eb562d37ccc233bff43bbe2a",
"md5": "08f0ac3a7f41e76b3f549330f26e2f11",
"sha256": "60c439763a969a6af93b4881db0eed8fadf93ee98e18cbc35bc8da868d0c4f0c"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
"has_sig": false,
"md5_digest": "08f0ac3a7f41e76b3f549330f26e2f11",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 1582135,
"upload_time": "2025-08-10T21:26:48",
"upload_time_iso_8601": "2025-08-10T21:26:48.665182Z",
"url": "https://files.pythonhosted.org/packages/98/d8/594657886df9f34c4177cc353cc28ca7e6e5eb562d37ccc233bff43bbe2a/kiwisolver-1.4.9-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5cc638a115b7170f8b306fc929e166340c24958347308ea3012c2b44e7e295db",
"md5": "0adb7031da7a978f8d229fa28da1e4e2",
"sha256": "92a2f997387a1b79a75e7803aa7ded2cfbe2823852ccf1ba3bcf613b62ae3197"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "0adb7031da7a978f8d229fa28da1e4e2",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 1389409,
"upload_time": "2025-08-10T21:26:50",
"upload_time_iso_8601": "2025-08-10T21:26:50.335500Z",
"url": "https://files.pythonhosted.org/packages/5c/c6/38a115b7170f8b306fc929e166340c24958347308ea3012c2b44e7e295db/kiwisolver-1.4.9-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bf3be04883dace81f24a568bcee6eb3001da4ba05114afa622ec9b6fafdc1f5e",
"md5": "f6dcc14e474c971584ea5dfe1091cee5",
"sha256": "a31d512c812daea6d8b3be3b2bfcbeb091dbb09177706569bcfc6240dcf8b41c"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp313-cp313t-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl",
"has_sig": false,
"md5_digest": "f6dcc14e474c971584ea5dfe1091cee5",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 1401763,
"upload_time": "2025-08-10T21:26:51",
"upload_time_iso_8601": "2025-08-10T21:26:51.867972Z",
"url": "https://files.pythonhosted.org/packages/bf/3b/e04883dace81f24a568bcee6eb3001da4ba05114afa622ec9b6fafdc1f5e/kiwisolver-1.4.9-cp313-cp313t-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9f8020ace48e33408947af49d7d15c341eaee69e4e0304aab4b7660e234d6288",
"md5": "d5c350753de09dd218613a0a5008ed9d",
"sha256": "52a15b0f35dad39862d376df10c5230155243a2c1a436e39eb55623ccbd68185"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp313-cp313t-manylinux_2_24_s390x.manylinux_2_28_s390x.whl",
"has_sig": false,
"md5_digest": "d5c350753de09dd218613a0a5008ed9d",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 1453643,
"upload_time": "2025-08-10T21:26:53",
"upload_time_iso_8601": "2025-08-10T21:26:53.592292Z",
"url": "https://files.pythonhosted.org/packages/9f/80/20ace48e33408947af49d7d15c341eaee69e4e0304aab4b7660e234d6288/kiwisolver-1.4.9-cp313-cp313t-manylinux_2_24_s390x.manylinux_2_28_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "64316ce4380a4cd1f515bdda976a1e90e547ccd47b67a1546d63884463c92ca9",
"md5": "5827e8d67301ca1eaffb993d798e187c",
"sha256": "a30fd6fdef1430fd9e1ba7b3398b5ee4e2887783917a687d86ba69985fb08748"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp313-cp313t-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "5827e8d67301ca1eaffb993d798e187c",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 2330818,
"upload_time": "2025-08-10T21:26:55",
"upload_time_iso_8601": "2025-08-10T21:26:55.051376Z",
"url": "https://files.pythonhosted.org/packages/64/31/6ce4380a4cd1f515bdda976a1e90e547ccd47b67a1546d63884463c92ca9/kiwisolver-1.4.9-cp313-cp313t-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fae93f3fcba3bcc7432c795b82646306e822f3fd74df0ee81f0fa067a1f95668",
"md5": "bb5e8e0fe16a53677cf65d231ad6fa3f",
"sha256": "cc9617b46837c6468197b5945e196ee9ca43057bb7d9d1ae688101e4e1dddf64"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp313-cp313t-musllinux_1_2_ppc64le.whl",
"has_sig": false,
"md5_digest": "bb5e8e0fe16a53677cf65d231ad6fa3f",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 2419963,
"upload_time": "2025-08-10T21:26:56",
"upload_time_iso_8601": "2025-08-10T21:26:56.421783Z",
"url": "https://files.pythonhosted.org/packages/fa/e9/3f3fcba3bcc7432c795b82646306e822f3fd74df0ee81f0fa067a1f95668/kiwisolver-1.4.9-cp313-cp313t-musllinux_1_2_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "99437320c50e4133575c66e9f7dadead35ab22d7c012a3b09bb35647792b2a6d",
"md5": "047d20e0d8e0d7f0acec5c8d1ebc5083",
"sha256": "0ab74e19f6a2b027ea4f845a78827969af45ce790e6cb3e1ebab71bdf9f215ff"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp313-cp313t-musllinux_1_2_s390x.whl",
"has_sig": false,
"md5_digest": "047d20e0d8e0d7f0acec5c8d1ebc5083",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 2594639,
"upload_time": "2025-08-10T21:26:57",
"upload_time_iso_8601": "2025-08-10T21:26:57.882444Z",
"url": "https://files.pythonhosted.org/packages/99/43/7320c50e4133575c66e9f7dadead35ab22d7c012a3b09bb35647792b2a6d/kiwisolver-1.4.9-cp313-cp313t-musllinux_1_2_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "65d617ae4a270d4a987ef8a385b906d2bdfc9fce502d6dc0d3aea865b47f548c",
"md5": "9bade8888cccc356dff07b97a208cb35",
"sha256": "dba5ee5d3981160c28d5490f0d1b7ed730c22470ff7f6cc26cfcfaacb9896a07"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp313-cp313t-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "9bade8888cccc356dff07b97a208cb35",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 2391741,
"upload_time": "2025-08-10T21:26:59",
"upload_time_iso_8601": "2025-08-10T21:26:59.237295Z",
"url": "https://files.pythonhosted.org/packages/65/d6/17ae4a270d4a987ef8a385b906d2bdfc9fce502d6dc0d3aea865b47f548c/kiwisolver-1.4.9-cp313-cp313t-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2a8f8f6f491d595a9e5912971f3f863d81baddccc8a4d0c3749d6a0dd9ffc9df",
"md5": "c30bb79004f91ee9895221896b04fc6f",
"sha256": "0749fd8f4218ad2e851e11cc4dc05c7cbc0cbc4267bdfdb31782e65aace4ee9c"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp313-cp313t-win_arm64.whl",
"has_sig": false,
"md5_digest": "c30bb79004f91ee9895221896b04fc6f",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 68646,
"upload_time": "2025-08-10T21:27:00",
"upload_time_iso_8601": "2025-08-10T21:27:00.520330Z",
"url": "https://files.pythonhosted.org/packages/2a/8f/8f6f491d595a9e5912971f3f863d81baddccc8a4d0c3749d6a0dd9ffc9df/kiwisolver-1.4.9-cp313-cp313t-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "75bdf1a5d894000941739f2ae1b65a32892349423ad49c2e6d0771d0bad3fae4",
"md5": "41284f6b773567c08f6da115c8f5e221",
"sha256": "dd0a578400839256df88c16abddf9ba14813ec5f21362e1fe65022e00c883d4d"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "41284f6b773567c08f6da115c8f5e221",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 73894,
"upload_time": "2025-08-10T21:26:42",
"upload_time_iso_8601": "2025-08-10T21:26:42.330930Z",
"url": "https://files.pythonhosted.org/packages/75/bd/f1a5d894000941739f2ae1b65a32892349423ad49c2e6d0771d0bad3fae4/kiwisolver-1.4.9-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9538dce480814d25b99a391abbddadc78f7c117c6da34be68ca8b02d5848b424",
"md5": "6a7126cfdedf65c63cc9f52ae4fe5331",
"sha256": "d4188e73af84ca82468f09cadc5ac4db578109e52acb4518d8154698d3a87ca2"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp313-cp313-win_arm64.whl",
"has_sig": false,
"md5_digest": "6a7126cfdedf65c63cc9f52ae4fe5331",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 64995,
"upload_time": "2025-08-10T21:26:43",
"upload_time_iso_8601": "2025-08-10T21:26:43.889270Z",
"url": "https://files.pythonhosted.org/packages/95/38/dce480814d25b99a391abbddadc78f7c117c6da34be68ca8b02d5848b424/kiwisolver-1.4.9-cp313-cp313-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6b326cc0fbc9c54d06c2969faa9c1d29f5751a2e51809dd55c69055e62d9b426",
"md5": "4211ec847c5aff560b5abcbcd88bc498",
"sha256": "9928fe1eb816d11ae170885a74d074f57af3a0d65777ca47e9aeb854a1fba386"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp314-cp314-macosx_10_13_universal2.whl",
"has_sig": false,
"md5_digest": "4211ec847c5aff560b5abcbcd88bc498",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.10",
"size": 123806,
"upload_time": "2025-08-10T21:27:01",
"upload_time_iso_8601": "2025-08-10T21:27:01.537417Z",
"url": "https://files.pythonhosted.org/packages/6b/32/6cc0fbc9c54d06c2969faa9c1d29f5751a2e51809dd55c69055e62d9b426/kiwisolver-1.4.9-cp314-cp314-macosx_10_13_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b2dd2bfb1d4a4823d92e8cbb420fe024b8d2167f72079b3bb941207c42570bdf",
"md5": "478609d9f4b28aa89673b2fc6b1d1ee6",
"sha256": "d0005b053977e7b43388ddec89fa567f43d4f6d5c2c0affe57de5ebf290dc552"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp314-cp314-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "478609d9f4b28aa89673b2fc6b1d1ee6",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.10",
"size": 66605,
"upload_time": "2025-08-10T21:27:03",
"upload_time_iso_8601": "2025-08-10T21:27:03.335082Z",
"url": "https://files.pythonhosted.org/packages/b2/dd/2bfb1d4a4823d92e8cbb420fe024b8d2167f72079b3bb941207c42570bdf/kiwisolver-1.4.9-cp314-cp314-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f76900aafdb4e4509c2ca6064646cba9cd4b37933898f426756adb2cb92ebbed",
"md5": "d4b360cab5866ac8cec2588b6f5bf2dc",
"sha256": "2635d352d67458b66fd0667c14cb1d4145e9560d503219034a18a87e971ce4f3"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp314-cp314-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "d4b360cab5866ac8cec2588b6f5bf2dc",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.10",
"size": 64925,
"upload_time": "2025-08-10T21:27:04",
"upload_time_iso_8601": "2025-08-10T21:27:04.339566Z",
"url": "https://files.pythonhosted.org/packages/f7/69/00aafdb4e4509c2ca6064646cba9cd4b37933898f426756adb2cb92ebbed/kiwisolver-1.4.9-cp314-cp314-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "43dc51acc6791aa14e5cb6d8a2e28cefb0dc2886d8862795449d021334c0df20",
"md5": "be762d129f23e031b00a7aab91ead7de",
"sha256": "767c23ad1c58c9e827b649a9ab7809fd5fd9db266a9cf02b0e926ddc2c680d58"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
"has_sig": false,
"md5_digest": "be762d129f23e031b00a7aab91ead7de",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.10",
"size": 1472414,
"upload_time": "2025-08-10T21:27:05",
"upload_time_iso_8601": "2025-08-10T21:27:05.437274Z",
"url": "https://files.pythonhosted.org/packages/43/dc/51acc6791aa14e5cb6d8a2e28cefb0dc2886d8862795449d021334c0df20/kiwisolver-1.4.9-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3dbb93fa64a81db304ac8a246f834d5094fae4b13baf53c839d6bb6e81177129",
"md5": "7d3f84f5412f690cd7373dc66cd381de",
"sha256": "72d0eb9fba308b8311685c2268cf7d0a0639a6cd027d8128659f72bdd8a024b4"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "7d3f84f5412f690cd7373dc66cd381de",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.10",
"size": 1281272,
"upload_time": "2025-08-10T21:27:07",
"upload_time_iso_8601": "2025-08-10T21:27:07.063266Z",
"url": "https://files.pythonhosted.org/packages/3d/bb/93fa64a81db304ac8a246f834d5094fae4b13baf53c839d6bb6e81177129/kiwisolver-1.4.9-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "70e66df102916960fb8d05069d4bd92d6d9a8202d5a3e2444494e7cd50f65b7a",
"md5": "862b78a6c2c0cc7b44d8db7fec8f67ef",
"sha256": "f68e4f3eeca8fb22cc3d731f9715a13b652795ef657a13df1ad0c7dc0e9731df"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp314-cp314-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl",
"has_sig": false,
"md5_digest": "862b78a6c2c0cc7b44d8db7fec8f67ef",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.10",
"size": 1298578,
"upload_time": "2025-08-10T21:27:08",
"upload_time_iso_8601": "2025-08-10T21:27:08.452763Z",
"url": "https://files.pythonhosted.org/packages/70/e6/6df102916960fb8d05069d4bd92d6d9a8202d5a3e2444494e7cd50f65b7a/kiwisolver-1.4.9-cp314-cp314-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7c47e142aaa612f5343736b087864dbaebc53ea8831453fb47e7521fa8658f30",
"md5": "d75cbb62562123abb62764c7928787ec",
"sha256": "d84cd4061ae292d8ac367b2c3fa3aad11cb8625a95d135fe93f286f914f3f5a6"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp314-cp314-manylinux_2_24_s390x.manylinux_2_28_s390x.whl",
"has_sig": false,
"md5_digest": "d75cbb62562123abb62764c7928787ec",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.10",
"size": 1345607,
"upload_time": "2025-08-10T21:27:10",
"upload_time_iso_8601": "2025-08-10T21:27:10.125800Z",
"url": "https://files.pythonhosted.org/packages/7c/47/e142aaa612f5343736b087864dbaebc53ea8831453fb47e7521fa8658f30/kiwisolver-1.4.9-cp314-cp314-manylinux_2_24_s390x.manylinux_2_28_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5489d641a746194a0f4d1a3670fb900d0dbaa786fb98341056814bc3f058fa52",
"md5": "07649511a2addfb6ed61580ff19b02b0",
"sha256": "a60ea74330b91bd22a29638940d115df9dc00af5035a9a2a6ad9399ffb4ceca5"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp314-cp314-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "07649511a2addfb6ed61580ff19b02b0",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.10",
"size": 2230150,
"upload_time": "2025-08-10T21:27:11",
"upload_time_iso_8601": "2025-08-10T21:27:11.484188Z",
"url": "https://files.pythonhosted.org/packages/54/89/d641a746194a0f4d1a3670fb900d0dbaa786fb98341056814bc3f058fa52/kiwisolver-1.4.9-cp314-cp314-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "aa6b5ee1207198febdf16ac11f78c5ae40861b809cbe0e6d2a8d5b0b3044b199",
"md5": "9ccb7c043e6db7148eb749ed58ce50de",
"sha256": "ce6a3a4e106cf35c2d9c4fa17c05ce0b180db622736845d4315519397a77beaf"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp314-cp314-musllinux_1_2_ppc64le.whl",
"has_sig": false,
"md5_digest": "9ccb7c043e6db7148eb749ed58ce50de",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.10",
"size": 2325979,
"upload_time": "2025-08-10T21:27:12",
"upload_time_iso_8601": "2025-08-10T21:27:12.917778Z",
"url": "https://files.pythonhosted.org/packages/aa/6b/5ee1207198febdf16ac11f78c5ae40861b809cbe0e6d2a8d5b0b3044b199/kiwisolver-1.4.9-cp314-cp314-musllinux_1_2_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fcffb269eefd90f4ae14dcc74973d5a0f6d28d3b9bb1afd8c0340513afe6b39a",
"md5": "f58d201ce13cd6a0f8e93bbc70074859",
"sha256": "77937e5e2a38a7b48eef0585114fe7930346993a88060d0bf886086d2aa49ef5"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp314-cp314-musllinux_1_2_s390x.whl",
"has_sig": false,
"md5_digest": "f58d201ce13cd6a0f8e93bbc70074859",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.10",
"size": 2491456,
"upload_time": "2025-08-10T21:27:14",
"upload_time_iso_8601": "2025-08-10T21:27:14.353214Z",
"url": "https://files.pythonhosted.org/packages/fc/ff/b269eefd90f4ae14dcc74973d5a0f6d28d3b9bb1afd8c0340513afe6b39a/kiwisolver-1.4.9-cp314-cp314-musllinux_1_2_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fcd410303190bd4d30de547534601e259a4fbf014eed94aae3e5521129215086",
"md5": "e6908ad5cac59cce36de921ed0b2745e",
"sha256": "24c175051354f4a28c5d6a31c93906dc653e2bf234e8a4bbfb964892078898ce"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp314-cp314-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "e6908ad5cac59cce36de921ed0b2745e",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.10",
"size": 2294621,
"upload_time": "2025-08-10T21:27:15",
"upload_time_iso_8601": "2025-08-10T21:27:15.808654Z",
"url": "https://files.pythonhosted.org/packages/fc/d4/10303190bd4d30de547534601e259a4fbf014eed94aae3e5521129215086/kiwisolver-1.4.9-cp314-cp314-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ec7960e53067903d3bc5469b369fe0dfc6b3482e2133e85dae9daa9527535991",
"md5": "8da259ba12ccf0c0b47ea7568afd074a",
"sha256": "d976bbb382b202f71c67f77b0ac11244021cfa3f7dfd9e562eefcea2df711548"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp314-cp314t-macosx_10_13_universal2.whl",
"has_sig": false,
"md5_digest": "8da259ba12ccf0c0b47ea7568afd074a",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.10",
"size": 126514,
"upload_time": "2025-08-10T21:27:19",
"upload_time_iso_8601": "2025-08-10T21:27:19.465199Z",
"url": "https://files.pythonhosted.org/packages/ec/79/60e53067903d3bc5469b369fe0dfc6b3482e2133e85dae9daa9527535991/kiwisolver-1.4.9-cp314-cp314t-macosx_10_13_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "25d14843d3e8d46b072c12a38c97c57fab4608d36e13fe47d47ee96b4d61ba6f",
"md5": "de53667891360bc67b4689717a814c6e",
"sha256": "2489e4e5d7ef9a1c300a5e0196e43d9c739f066ef23270607d45aba368b91f2d"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp314-cp314t-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "de53667891360bc67b4689717a814c6e",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.10",
"size": 67905,
"upload_time": "2025-08-10T21:27:20",
"upload_time_iso_8601": "2025-08-10T21:27:20.510582Z",
"url": "https://files.pythonhosted.org/packages/25/d1/4843d3e8d46b072c12a38c97c57fab4608d36e13fe47d47ee96b4d61ba6f/kiwisolver-1.4.9-cp314-cp314t-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8cae29ffcbd239aea8b93108de1278271ae764dfc0d803a5693914975f200596",
"md5": "9affda6457388827c45d3a881c77227e",
"sha256": "e2ea9f7ab7fbf18fffb1b5434ce7c69a07582f7acc7717720f1d69f3e806f90c"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp314-cp314t-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "9affda6457388827c45d3a881c77227e",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.10",
"size": 66399,
"upload_time": "2025-08-10T21:27:21",
"upload_time_iso_8601": "2025-08-10T21:27:21.496366Z",
"url": "https://files.pythonhosted.org/packages/8c/ae/29ffcbd239aea8b93108de1278271ae764dfc0d803a5693914975f200596/kiwisolver-1.4.9-cp314-cp314t-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a1aed7ba902aa604152c2ceba5d352d7b62106bedbccc8e95c3934d94472bfa3",
"md5": "ac92708df27f37102e4dca63e4268087",
"sha256": "b34e51affded8faee0dfdb705416153819d8ea9250bbbf7ea1b249bdeb5f1122"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
"has_sig": false,
"md5_digest": "ac92708df27f37102e4dca63e4268087",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.10",
"size": 1582197,
"upload_time": "2025-08-10T21:27:22",
"upload_time_iso_8601": "2025-08-10T21:27:22.604150Z",
"url": "https://files.pythonhosted.org/packages/a1/ae/d7ba902aa604152c2ceba5d352d7b62106bedbccc8e95c3934d94472bfa3/kiwisolver-1.4.9-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f24127c70d427eddb8bc7e4f16420a20fefc6f480312122a59a959fdfe0445ad",
"md5": "829492b634bfd62e188b60753735b845",
"sha256": "d8aacd3d4b33b772542b2e01beb50187536967b514b00003bdda7589722d2a64"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "829492b634bfd62e188b60753735b845",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.10",
"size": 1390125,
"upload_time": "2025-08-10T21:27:24",
"upload_time_iso_8601": "2025-08-10T21:27:24.036108Z",
"url": "https://files.pythonhosted.org/packages/f2/41/27c70d427eddb8bc7e4f16420a20fefc6f480312122a59a959fdfe0445ad/kiwisolver-1.4.9-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4142b3799a12bafc76d962ad69083f8b43b12bf4fe78b097b12e105d75c9b8f1",
"md5": "04eab9eb87b51e888af47aae54fd7c97",
"sha256": "7cf974dd4e35fa315563ac99d6287a1024e4dc2077b8a7d7cd3d2fb65d283134"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp314-cp314t-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl",
"has_sig": false,
"md5_digest": "04eab9eb87b51e888af47aae54fd7c97",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.10",
"size": 1402612,
"upload_time": "2025-08-10T21:27:25",
"upload_time_iso_8601": "2025-08-10T21:27:25.773222Z",
"url": "https://files.pythonhosted.org/packages/41/42/b3799a12bafc76d962ad69083f8b43b12bf4fe78b097b12e105d75c9b8f1/kiwisolver-1.4.9-cp314-cp314t-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d2b5a210ea073ea1cfaca1bb5c55a62307d8252f531beb364e18aa1e0888b5a0",
"md5": "26de4a6b6a402cc26608f4a42a57b3c1",
"sha256": "85bd218b5ecfbee8c8a82e121802dcb519a86044c9c3b2e4aef02fa05c6da370"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp314-cp314t-manylinux_2_24_s390x.manylinux_2_28_s390x.whl",
"has_sig": false,
"md5_digest": "26de4a6b6a402cc26608f4a42a57b3c1",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.10",
"size": 1453990,
"upload_time": "2025-08-10T21:27:27",
"upload_time_iso_8601": "2025-08-10T21:27:27.089482Z",
"url": "https://files.pythonhosted.org/packages/d2/b5/a210ea073ea1cfaca1bb5c55a62307d8252f531beb364e18aa1e0888b5a0/kiwisolver-1.4.9-cp314-cp314t-manylinux_2_24_s390x.manylinux_2_28_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5fcea829eb8c033e977d7ea03ed32fb3c1781b4fa0433fbadfff29e39c676f32",
"md5": "063e9c5b308f44f66b85c0826629555b",
"sha256": "0856e241c2d3df4efef7c04a1e46b1936b6120c9bcf36dd216e3acd84bc4fb21"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp314-cp314t-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "063e9c5b308f44f66b85c0826629555b",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.10",
"size": 2331601,
"upload_time": "2025-08-10T21:27:29",
"upload_time_iso_8601": "2025-08-10T21:27:29.343646Z",
"url": "https://files.pythonhosted.org/packages/5f/ce/a829eb8c033e977d7ea03ed32fb3c1781b4fa0433fbadfff29e39c676f32/kiwisolver-1.4.9-cp314-cp314t-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e04bb5e97eb142eb9cd0072dacfcdcd31b1c66dc7352b0f7c7255d339c0edf00",
"md5": "74f2a0589946fe1f5e5c28af4fb4455e",
"sha256": "9af39d6551f97d31a4deebeac6f45b156f9755ddc59c07b402c148f5dbb6482a"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp314-cp314t-musllinux_1_2_ppc64le.whl",
"has_sig": false,
"md5_digest": "74f2a0589946fe1f5e5c28af4fb4455e",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.10",
"size": 2422041,
"upload_time": "2025-08-10T21:27:30",
"upload_time_iso_8601": "2025-08-10T21:27:30.754528Z",
"url": "https://files.pythonhosted.org/packages/e0/4b/b5e97eb142eb9cd0072dacfcdcd31b1c66dc7352b0f7c7255d339c0edf00/kiwisolver-1.4.9-cp314-cp314t-musllinux_1_2_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "40be8eb4cd53e1b85ba4edc3a9321666f12b83113a178845593307a3e7891f44",
"md5": "bb8b3fef82da77ab3edaf60d848c3e33",
"sha256": "bb4ae2b57fc1d8cbd1cf7b1d9913803681ffa903e7488012be5b76dedf49297f"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp314-cp314t-musllinux_1_2_s390x.whl",
"has_sig": false,
"md5_digest": "bb8b3fef82da77ab3edaf60d848c3e33",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.10",
"size": 2594897,
"upload_time": "2025-08-10T21:27:32",
"upload_time_iso_8601": "2025-08-10T21:27:32.803405Z",
"url": "https://files.pythonhosted.org/packages/40/be/8eb4cd53e1b85ba4edc3a9321666f12b83113a178845593307a3e7891f44/kiwisolver-1.4.9-cp314-cp314t-musllinux_1_2_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "99dd841e9a66c4715477ea0abc78da039832fbb09dac5c35c58dc4c41a407b8a",
"md5": "4c7327e912bf99252f996060a7569b4a",
"sha256": "aedff62918805fb62d43a4aa2ecd4482c380dc76cd31bd7c8878588a61bd0369"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp314-cp314t-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "4c7327e912bf99252f996060a7569b4a",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.10",
"size": 2391835,
"upload_time": "2025-08-10T21:27:34",
"upload_time_iso_8601": "2025-08-10T21:27:34.230599Z",
"url": "https://files.pythonhosted.org/packages/99/dd/841e9a66c4715477ea0abc78da039832fbb09dac5c35c58dc4c41a407b8a/kiwisolver-1.4.9-cp314-cp314t-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0c284b2e5c47a0da96896fdfdb006340ade064afa1e63675d01ea5ac222b6d52",
"md5": "185f69d07cc5f144ceba712a6f789c85",
"sha256": "1fa333e8b2ce4d9660f2cda9c0e1b6bafcfb2457a9d259faa82289e73ec24891"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp314-cp314t-win_amd64.whl",
"has_sig": false,
"md5_digest": "185f69d07cc5f144ceba712a6f789c85",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.10",
"size": 79988,
"upload_time": "2025-08-10T21:27:35",
"upload_time_iso_8601": "2025-08-10T21:27:35.587965Z",
"url": "https://files.pythonhosted.org/packages/0c/28/4b2e5c47a0da96896fdfdb006340ade064afa1e63675d01ea5ac222b6d52/kiwisolver-1.4.9-cp314-cp314t-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "80be3578e8afd18c88cdf9cb4cffde75a96d2be38c5a903f1ed0ceec061bd09e",
"md5": "544e302eb77970cf374c39404382c53b",
"sha256": "4a48a2ce79d65d363597ef7b567ce3d14d68783d2b2263d98db3d9477805ba32"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp314-cp314t-win_arm64.whl",
"has_sig": false,
"md5_digest": "544e302eb77970cf374c39404382c53b",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.10",
"size": 70260,
"upload_time": "2025-08-10T21:27:36",
"upload_time_iso_8601": "2025-08-10T21:27:36.606425Z",
"url": "https://files.pythonhosted.org/packages/80/be/3578e8afd18c88cdf9cb4cffde75a96d2be38c5a903f1ed0ceec061bd09e/kiwisolver-1.4.9-cp314-cp314t-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "28e0a9a90416fce5c0be25742729c2ea52105d62eda6c4be4d803c2a7be1fa50",
"md5": "c6be7dfc07235c3ba389a72b32718d8f",
"sha256": "0763515d4df10edf6d06a3c19734e2566368980d21ebec439f33f9eb936c07b7"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp314-cp314-win_amd64.whl",
"has_sig": false,
"md5_digest": "c6be7dfc07235c3ba389a72b32718d8f",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.10",
"size": 75417,
"upload_time": "2025-08-10T21:27:17",
"upload_time_iso_8601": "2025-08-10T21:27:17.436188Z",
"url": "https://files.pythonhosted.org/packages/28/e0/a9a90416fce5c0be25742729c2ea52105d62eda6c4be4d803c2a7be1fa50/kiwisolver-1.4.9-cp314-cp314-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1f106949958215b7a9a264299a7db195564e87900f709db9245e4ebdd3c70779",
"md5": "d4692241461c7e6b4be388fcfbdd3b80",
"sha256": "0e4e2bf29574a6a7b7f6cb5fa69293b9f96c928949ac4a53ba3f525dffb87f9c"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-cp314-cp314-win_arm64.whl",
"has_sig": false,
"md5_digest": "d4692241461c7e6b4be388fcfbdd3b80",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.10",
"size": 66582,
"upload_time": "2025-08-10T21:27:18",
"upload_time_iso_8601": "2025-08-10T21:27:18.436762Z",
"url": "https://files.pythonhosted.org/packages/1f/10/6949958215b7a9a264299a7db195564e87900f709db9245e4ebdd3c70779/kiwisolver-1.4.9-cp314-cp314-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a263fde392691690f55b38d5dd7b3710f5353bf7a8e52de93a22968801ab8978",
"md5": "f2d1bb66acca5006e3db398841a59f91",
"sha256": "4d1d9e582ad4d63062d34077a9a1e9f3c34088a2ec5135b1f7190c07cf366527"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
"has_sig": false,
"md5_digest": "f2d1bb66acca5006e3db398841a59f91",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.10",
"size": 60183,
"upload_time": "2025-08-10T21:27:37",
"upload_time_iso_8601": "2025-08-10T21:27:37.669745Z",
"url": "https://files.pythonhosted.org/packages/a2/63/fde392691690f55b38d5dd7b3710f5353bf7a8e52de93a22968801ab8978/kiwisolver-1.4.9-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "27b16aad34edfdb7cced27f371866f211332bba215bfd918ad3322a58f480d8b",
"md5": "b9469b60ddb186cffe2032958ada79d1",
"sha256": "deed0c7258ceb4c44ad5ec7d9918f9f14fd05b2be86378d86cf50e63d1e7b771"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "b9469b60ddb186cffe2032958ada79d1",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.10",
"size": 58675,
"upload_time": "2025-08-10T21:27:39",
"upload_time_iso_8601": "2025-08-10T21:27:39.031035Z",
"url": "https://files.pythonhosted.org/packages/27/b1/6aad34edfdb7cced27f371866f211332bba215bfd918ad3322a58f480d8b/kiwisolver-1.4.9-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9d1a23d855a702bb35a76faed5ae2ba3de57d323f48b1f6b17ee2176c4849463",
"md5": "4049b08ed2fafb267e59750a122f1c9e",
"sha256": "0a590506f303f512dff6b7f75fd2fd18e16943efee932008fe7140e5fa91d80e"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
"has_sig": false,
"md5_digest": "4049b08ed2fafb267e59750a122f1c9e",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.10",
"size": 80277,
"upload_time": "2025-08-10T21:27:40",
"upload_time_iso_8601": "2025-08-10T21:27:40.129500Z",
"url": "https://files.pythonhosted.org/packages/9d/1a/23d855a702bb35a76faed5ae2ba3de57d323f48b1f6b17ee2176c4849463/kiwisolver-1.4.9-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5a5b5239e3c2b8fb5afa1e8508f721bb77325f740ab6994d963e61b2b7abcc1e",
"md5": "f9ba3b368e2b1993cea843e6ecaa1942",
"sha256": "e09c2279a4d01f099f52d5c4b3d9e208e91edcbd1a175c9662a8b16e000fece9"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-pp310-pypy310_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "f9ba3b368e2b1993cea843e6ecaa1942",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.10",
"size": 77994,
"upload_time": "2025-08-10T21:27:41",
"upload_time_iso_8601": "2025-08-10T21:27:41.181652Z",
"url": "https://files.pythonhosted.org/packages/5a/5b/5239e3c2b8fb5afa1e8508f721bb77325f740ab6994d963e61b2b7abcc1e/kiwisolver-1.4.9-pp310-pypy310_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f91c5d4d468fb16f8410e596ed0eac02d2c68752aa7dc92997fe9d60a7147665",
"md5": "e084f8ed6f1c58118d786cc5b92f46de",
"sha256": "c9e7cdf45d594ee04d5be1b24dd9d49f3d1590959b2271fb30b5ca2b262c00fb"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-pp310-pypy310_pp73-win_amd64.whl",
"has_sig": false,
"md5_digest": "e084f8ed6f1c58118d786cc5b92f46de",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.10",
"size": 73744,
"upload_time": "2025-08-10T21:27:42",
"upload_time_iso_8601": "2025-08-10T21:27:42.254066Z",
"url": "https://files.pythonhosted.org/packages/f9/1c/5d4d468fb16f8410e596ed0eac02d2c68752aa7dc92997fe9d60a7147665/kiwisolver-1.4.9-pp310-pypy310_pp73-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a30f36d89194b5a32c054ce93e586d4049b6c2c22887b0eb229c61c68afd3078",
"md5": "6730e9d7a5feab9116a74efde4ca2a53",
"sha256": "720e05574713db64c356e86732c0f3c5252818d05f9df320f0ad8380641acea5"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-pp311-pypy311_pp73-macosx_10_15_x86_64.whl",
"has_sig": false,
"md5_digest": "6730e9d7a5feab9116a74efde4ca2a53",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.10",
"size": 60104,
"upload_time": "2025-08-10T21:27:43",
"upload_time_iso_8601": "2025-08-10T21:27:43.287000Z",
"url": "https://files.pythonhosted.org/packages/a3/0f/36d89194b5a32c054ce93e586d4049b6c2c22887b0eb229c61c68afd3078/kiwisolver-1.4.9-pp311-pypy311_pp73-macosx_10_15_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "52ba4ed75f59e4658fd21fe7dde1fee0ac397c678ec3befba3fe6482d987af87",
"md5": "68c1a7407cbbcccb69982c39ae60b7f2",
"sha256": "17680d737d5335b552994a2008fab4c851bcd7de33094a82067ef3a576ff02fa"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-pp311-pypy311_pp73-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "68c1a7407cbbcccb69982c39ae60b7f2",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.10",
"size": 58592,
"upload_time": "2025-08-10T21:27:44",
"upload_time_iso_8601": "2025-08-10T21:27:44.314717Z",
"url": "https://files.pythonhosted.org/packages/52/ba/4ed75f59e4658fd21fe7dde1fee0ac397c678ec3befba3fe6482d987af87/kiwisolver-1.4.9-pp311-pypy311_pp73-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3301a8ea7c5ea32a9b45ceeaee051a04c8ed4320f5add3c51bfa20879b765b70",
"md5": "5e170e8b42f2ed62f3d5282cfc1245ed",
"sha256": "85b5352f94e490c028926ea567fc569c52ec79ce131dadb968d3853e809518c2"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-pp311-pypy311_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
"has_sig": false,
"md5_digest": "5e170e8b42f2ed62f3d5282cfc1245ed",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.10",
"size": 80281,
"upload_time": "2025-08-10T21:27:45",
"upload_time_iso_8601": "2025-08-10T21:27:45.369248Z",
"url": "https://files.pythonhosted.org/packages/33/01/a8ea7c5ea32a9b45ceeaee051a04c8ed4320f5add3c51bfa20879b765b70/kiwisolver-1.4.9-pp311-pypy311_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dae3dbd2ecdce306f1d07a1aaf324817ee993aab7aee9db47ceac757deabafbe",
"md5": "766cd01328f78f015ce28777f6687028",
"sha256": "464415881e4801295659462c49461a24fb107c140de781d55518c4b80cb6790f"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-pp311-pypy311_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "766cd01328f78f015ce28777f6687028",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.10",
"size": 78009,
"upload_time": "2025-08-10T21:27:46",
"upload_time_iso_8601": "2025-08-10T21:27:46.376808Z",
"url": "https://files.pythonhosted.org/packages/da/e3/dbd2ecdce306f1d07a1aaf324817ee993aab7aee9db47ceac757deabafbe/kiwisolver-1.4.9-pp311-pypy311_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dae90d4add7873a73e462aeb45c036a2dead2562b825aa46ba326727b3f31016",
"md5": "baae13daab6baa7d160627d97ce79001",
"sha256": "fb940820c63a9590d31d88b815e7a3aa5915cad3ce735ab45f0c730b39547de1"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9-pp311-pypy311_pp73-win_amd64.whl",
"has_sig": false,
"md5_digest": "baae13daab6baa7d160627d97ce79001",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.10",
"size": 73929,
"upload_time": "2025-08-10T21:27:48",
"upload_time_iso_8601": "2025-08-10T21:27:48.236951Z",
"url": "https://files.pythonhosted.org/packages/da/e9/0d4add7873a73e462aeb45c036a2dead2562b825aa46ba326727b3f31016/kiwisolver-1.4.9-pp311-pypy311_pp73-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5c3c85844f1b0feb11ee581ac23fe5fce65cd049a200c1446708cc1b7f922875",
"md5": "63d13da80a2420278c695d5784dc0b78",
"sha256": "c3b22c26c6fd6811b0ae8363b95ca8ce4ea3c202d3d0975b2914310ceb1bcc4d"
},
"downloads": -1,
"filename": "kiwisolver-1.4.9.tar.gz",
"has_sig": false,
"md5_digest": "63d13da80a2420278c695d5784dc0b78",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 97564,
"upload_time": "2025-08-10T21:27:49",
"upload_time_iso_8601": "2025-08-10T21:27:49.279768Z",
"url": "https://files.pythonhosted.org/packages/5c/3c/85844f1b0feb11ee581ac23fe5fce65cd049a200c1446708cc1b7f922875/kiwisolver-1.4.9.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-10 21:27:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "nucleic",
"github_project": "kiwi",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "kiwisolver"
}