CyToolz
=======
|Build Status| |Version Status|
Cython implementation of the
|literal toolz|_ `package, <https://pypi.python.org/pypi/toolz/>`__ which
provides high performance utility functions for iterables, functions,
and dictionaries.
.. |literal toolz| replace:: ``toolz``
.. _literal toolz: https://github.com/pytoolz/toolz
``toolz`` is a pure Python package that borrows heavily from contemporary
functional languanges. It is designed to interoperate seamlessly with other
libraries including ``itertools``, ``functools``, and third party libraries.
High performance functional data analysis is possible with builtin types
like ``list`` and ``dict``, and user-defined data structures; and low memory
usage is achieved by using the iterator protocol and returning iterators
whenever possible.
``cytoolz`` implements the same API as ``toolz``. The main differences are
that ``cytoolz`` is faster (typically 2-5x faster with a few spectacular
exceptions) and ``cytoolz`` offers a C API that is accessible to other
projects developed in Cython. Since ``toolz`` is able to process very
large (potentially infinite) data sets, the performance increase gained by
using ``cytoolz`` can be significant.
See the PyToolz documentation at https://toolz.readthedocs.io and the full
`API Documentation <https://toolz.readthedocs.io/en/latest/api.html>`__
for more details.
*CyToolz has experimental support for Python free-threading introduced in
Python 3.13 and provides wheels for free-threaded Python. CyToolz has not
yet been developed or tested for thread-safety, so use at your own risk!
If you encounter any issues, please*
`let us know <https://github.com/pytoolz/cytoolz/issues>`__.
LICENSE
-------
New BSD. See `License File <https://github.com/pytoolz/cytoolz/blob/master/LICENSE.txt>`__.
Install
-------
``cytoolz`` is on the Python Package Index (PyPI):
::
pip install cytoolz
Dependencies
------------
``cytoolz`` supports Python 3.9+ with a common codebase.
It is developed in Cython, but requires no dependecies other than CPython
and a C compiler. Like ``toolz``, it is a light weight dependency.
Contributions Welcome
---------------------
``toolz`` (and ``cytoolz``) aims to be a repository for utility functions,
particularly those that come from the functional programming and list
processing traditions. We welcome contributions that fall within this scope
and encourage users to scrape their ``util.py`` files for functions that are
broadly useful.
Please take a look at our issue pages for
`toolz <https://github.com/pytoolz/toolz/issues>`__ and
`cytoolz <https://github.com/pytoolz/cytoolz/issues>`__
for contribution ideas.
Community
---------
See our `mailing list <https://groups.google.com/forum/#!forum/pytoolz>`__.
We're friendly.
.. |Build Status| image:: https://github.com/pytoolz/cytoolz/actions/workflows/test.yml/badge.svg?branch=master
:target: https://github.com/pytoolz/cytoolz/actions
.. |Version Status| image:: https://badge.fury.io/py/cytoolz.svg
:target: http://badge.fury.io/py/cytoolz
Raw data
{
"_id": null,
"home_page": null,
"name": "cytoolz",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "Erik Welch <erik.n.welch@gmail.com>",
"keywords": "functional, utility, itertools, functools, iterator, generator, curry, memoize, lazy, streaming, bigdata, cython, toolz, cytoolz",
"author": "CyToolz contributors",
"author_email": "Erik Welch <erik.n.welch@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/bd/d4/16916f3dc20a3f5455b63c35dcb260b3716f59ce27a93586804e70e431d5/cytoolz-1.1.0.tar.gz",
"platform": null,
"description": "CyToolz\n=======\n\n|Build Status| |Version Status|\n\nCython implementation of the\n|literal toolz|_ `package, <https://pypi.python.org/pypi/toolz/>`__ which\nprovides high performance utility functions for iterables, functions,\nand dictionaries.\n\n.. |literal toolz| replace:: ``toolz``\n.. _literal toolz: https://github.com/pytoolz/toolz\n\n``toolz`` is a pure Python package that borrows heavily from contemporary\nfunctional languanges. It is designed to interoperate seamlessly with other\nlibraries including ``itertools``, ``functools``, and third party libraries.\nHigh performance functional data analysis is possible with builtin types\nlike ``list`` and ``dict``, and user-defined data structures; and low memory\nusage is achieved by using the iterator protocol and returning iterators\nwhenever possible.\n\n``cytoolz`` implements the same API as ``toolz``. The main differences are\nthat ``cytoolz`` is faster (typically 2-5x faster with a few spectacular\nexceptions) and ``cytoolz`` offers a C API that is accessible to other\nprojects developed in Cython. Since ``toolz`` is able to process very\nlarge (potentially infinite) data sets, the performance increase gained by\nusing ``cytoolz`` can be significant.\n\nSee the PyToolz documentation at https://toolz.readthedocs.io and the full\n`API Documentation <https://toolz.readthedocs.io/en/latest/api.html>`__\nfor more details.\n\n*CyToolz has experimental support for Python free-threading introduced in\nPython 3.13 and provides wheels for free-threaded Python. CyToolz has not\nyet been developed or tested for thread-safety, so use at your own risk!\nIf you encounter any issues, please*\n`let us know <https://github.com/pytoolz/cytoolz/issues>`__.\n\nLICENSE\n-------\n\nNew BSD. See `License File <https://github.com/pytoolz/cytoolz/blob/master/LICENSE.txt>`__.\n\n\nInstall\n-------\n\n``cytoolz`` is on the Python Package Index (PyPI):\n\n::\n\n pip install cytoolz\n\nDependencies\n------------\n\n``cytoolz`` supports Python 3.9+ with a common codebase.\nIt is developed in Cython, but requires no dependecies other than CPython\nand a C compiler. Like ``toolz``, it is a light weight dependency.\n\nContributions Welcome\n---------------------\n\n``toolz`` (and ``cytoolz``) aims to be a repository for utility functions,\nparticularly those that come from the functional programming and list\nprocessing traditions. We welcome contributions that fall within this scope\nand encourage users to scrape their ``util.py`` files for functions that are\nbroadly useful.\n\nPlease take a look at our issue pages for\n`toolz <https://github.com/pytoolz/toolz/issues>`__ and\n`cytoolz <https://github.com/pytoolz/cytoolz/issues>`__\nfor contribution ideas.\n\nCommunity\n---------\n\nSee our `mailing list <https://groups.google.com/forum/#!forum/pytoolz>`__.\nWe're friendly.\n\n.. |Build Status| image:: https://github.com/pytoolz/cytoolz/actions/workflows/test.yml/badge.svg?branch=master\n :target: https://github.com/pytoolz/cytoolz/actions\n.. |Version Status| image:: https://badge.fury.io/py/cytoolz.svg\n :target: http://badge.fury.io/py/cytoolz\n",
"bugtrack_url": null,
"license": null,
"summary": "Cython implementation of Toolz: High performance functional utilities",
"version": "1.1.0",
"project_urls": {
"changelog": "https://github.com/pytoolz/cytoolz/releases",
"documentation": "https://toolz.readthedocs.io/en/latest/",
"homepage": "https://github.com/pytoolz/cytoolz",
"repository": "https://github.com/pytoolz/cytoolz"
},
"split_keywords": [
"functional",
" utility",
" itertools",
" functools",
" iterator",
" generator",
" curry",
" memoize",
" lazy",
" streaming",
" bigdata",
" cython",
" toolz",
" cytoolz"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "a77a3244e6e3587be9abfee3b1c320e43a279831b3c3a31fe5d08c1ee6193e6b",
"md5": "ab04a8cc8c0fc0785b201c890902d82c",
"sha256": "72d7043a88ea5e61ba9d17ea0d1c1eff10f645d7edfcc4e56a31ef78be287644"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp310-cp310-macosx_10_9_universal2.whl",
"has_sig": false,
"md5_digest": "ab04a8cc8c0fc0785b201c890902d82c",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 1307813,
"upload_time": "2025-10-19T00:39:34",
"upload_time_iso_8601": "2025-10-19T00:39:34.198502Z",
"url": "https://files.pythonhosted.org/packages/a7/7a/3244e6e3587be9abfee3b1c320e43a279831b3c3a31fe5d08c1ee6193e6b/cytoolz-1.1.0-cp310-cp310-macosx_10_9_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "327eeaf504ca59addce323ef4d4ffedc2913d83c121ec19f6419bc402f7702dc",
"md5": "58491938ae6c1446341508e4701e7114",
"sha256": "d759e9ed421bacfeb456d47af8d734c057b9912b5f2441f95b27ca35e5efab07"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "58491938ae6c1446341508e4701e7114",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 985777,
"upload_time": "2025-10-19T00:39:36",
"upload_time_iso_8601": "2025-10-19T00:39:36.545494Z",
"url": "https://files.pythonhosted.org/packages/32/7e/eaf504ca59addce323ef4d4ffedc2913d83c121ec19f6419bc402f7702dc/cytoolz-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d4a1ec95443f0cf4cd0dbc574fa26ac85a0442d35f3b601a90a0e3dda077f614",
"md5": "56bb997aa2a14ed2367d8b68b065f6cc",
"sha256": "fdb5be8fbcc0396141189022724155a4c1c93712ac4aef8c03829af0c2a816d7"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "56bb997aa2a14ed2367d8b68b065f6cc",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 982865,
"upload_time": "2025-10-19T00:39:38",
"upload_time_iso_8601": "2025-10-19T00:39:38.190734Z",
"url": "https://files.pythonhosted.org/packages/d4/a1/ec95443f0cf4cd0dbc574fa26ac85a0442d35f3b601a90a0e3dda077f614/cytoolz-1.1.0-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a71b8503604b0c0534977363fb77d371019395dfa031a216f9b1d8729d1280e4",
"md5": "8b80737ed18e7ae03cfa831845be51c3",
"sha256": "c8c0a513dc89bc05cc72893609118815bced5ef201f1a317b4cc3423b3a0e750"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
"has_sig": false,
"md5_digest": "8b80737ed18e7ae03cfa831845be51c3",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 2597969,
"upload_time": "2025-10-19T00:39:40",
"upload_time_iso_8601": "2025-10-19T00:39:40.260410Z",
"url": "https://files.pythonhosted.org/packages/a7/1b/8503604b0c0534977363fb77d371019395dfa031a216f9b1d8729d1280e4/cytoolz-1.1.0-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4ee530748da06417cb2d4bc58e380b0c11d8c6539f4e289dc1e4f4b4fc248d0e",
"md5": "a37aff05e762344b1a8a96b33fbd0b1b",
"sha256": "ce94db4f8ebe842c30c0ece42ff5de977c47859088c2c363dede5a68f6906484"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "a37aff05e762344b1a8a96b33fbd0b1b",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 2692230,
"upload_time": "2025-10-19T00:39:42",
"upload_time_iso_8601": "2025-10-19T00:39:42.327307Z",
"url": "https://files.pythonhosted.org/packages/4e/e5/30748da06417cb2d4bc58e380b0c11d8c6539f4e289dc1e4f4b4fc248d0e/cytoolz-1.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d684e06580b74deb97dfd3513e4e6b660c2dedc220c7653f5bd3e4f772f4d885",
"md5": "2f3cd764a634a820bb17f13b14ab47c0",
"sha256": "b622d4f54e370c853ded94a668f94fe72c6d70e06ac102f17a2746661c27ab52"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl",
"has_sig": false,
"md5_digest": "2f3cd764a634a820bb17f13b14ab47c0",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 2565243,
"upload_time": "2025-10-19T00:39:44",
"upload_time_iso_8601": "2025-10-19T00:39:44.403365Z",
"url": "https://files.pythonhosted.org/packages/d6/84/e06580b74deb97dfd3513e4e6b660c2dedc220c7653f5bd3e4f772f4d885/cytoolz-1.1.0-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "915e79c0122a34c33afcb5aaee1fec35be24fe16cecefb9bb8890f2908feae56",
"md5": "fce78c4c084c5ffd68d098cad75a5a4f",
"sha256": "375a65baa5a5b4ff6a0c5ff17e170cf23312e4c710755771ca966144c24216b5"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl",
"has_sig": false,
"md5_digest": "fce78c4c084c5ffd68d098cad75a5a4f",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 2868602,
"upload_time": "2025-10-19T00:39:46",
"upload_time_iso_8601": "2025-10-19T00:39:46.051419Z",
"url": "https://files.pythonhosted.org/packages/91/5e/79c0122a34c33afcb5aaee1fec35be24fe16cecefb9bb8890f2908feae56/cytoolz-1.1.0-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3f84404698ff02b32292db1e39cc4a2fbdabe15164b092cc364902984c3ce0f4",
"md5": "851461b18c2fba10b52683bb4929f82f",
"sha256": "c0d51bcdb3203a062a78f66bbe33db5e3123048e24a5f0e1402422d79df8ee2d"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl",
"has_sig": false,
"md5_digest": "851461b18c2fba10b52683bb4929f82f",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 2905121,
"upload_time": "2025-10-19T00:39:48",
"upload_time_iso_8601": "2025-10-19T00:39:48.078278Z",
"url": "https://files.pythonhosted.org/packages/3f/84/404698ff02b32292db1e39cc4a2fbdabe15164b092cc364902984c3ce0f4/cytoolz-1.1.0-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9f33afad6593829ba73fc87b5ae64441e380fc937f79f24a1cda60d23cb99b8c",
"md5": "95132e2a8eeae94ec804f59daf65d02b",
"sha256": "1010869529bb05dc9802b6d776a34ca1b6d48b9deec70ad5e2918ae175be5c2f"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "95132e2a8eeae94ec804f59daf65d02b",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 2684382,
"upload_time": "2025-10-19T00:39:49",
"upload_time_iso_8601": "2025-10-19T00:39:49.766644Z",
"url": "https://files.pythonhosted.org/packages/9f/33/afad6593829ba73fc87b5ae64441e380fc937f79f24a1cda60d23cb99b8c/cytoolz-1.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ce867900013a82ca9c6cadbfb22bf50d0fbfc3b192915d2bdd9fab3f69a9afba",
"md5": "eadc2bba734944141081bd8550cced85",
"sha256": "11a8f2e83295bdb33f35454d6bafcb7845b03b5881dcaed66ecbd726c7f16772"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
"has_sig": false,
"md5_digest": "eadc2bba734944141081bd8550cced85",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 2518183,
"upload_time": "2025-10-19T00:39:51",
"upload_time_iso_8601": "2025-10-19T00:39:51.433094Z",
"url": "https://files.pythonhosted.org/packages/ce/86/7900013a82ca9c6cadbfb22bf50d0fbfc3b192915d2bdd9fab3f69a9afba/cytoolz-1.1.0-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c34bacf9be2953fed6a6d795fb66de37c367915037a998a5b3d3b69476cf91fe",
"md5": "833a365bf73002a4cb0b9d30d4804962",
"sha256": "0499c5e0a8e688ed367a2e51cc13792ae8f08226c15f7d168589fc44b9b9cada"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp310-cp310-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "833a365bf73002a4cb0b9d30d4804962",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 2609368,
"upload_time": "2025-10-19T00:39:53",
"upload_time_iso_8601": "2025-10-19T00:39:53.458883Z",
"url": "https://files.pythonhosted.org/packages/c3/4b/acf9be2953fed6a6d795fb66de37c367915037a998a5b3d3b69476cf91fe/cytoolz-1.1.0-cp310-cp310-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fdec3e30455fd526f5cc37bd3dd2a0e2aafb803ae4d271e50ce53bfc30810053",
"md5": "9367775a161b8672b39deae86dfa7446",
"sha256": "87d44e6033d4c5e95a7d39ba59b8e105ba1c29b1ccd1d215f26477cc1d64be39"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp310-cp310-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "9367775a161b8672b39deae86dfa7446",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 2561458,
"upload_time": "2025-10-19T00:39:55",
"upload_time_iso_8601": "2025-10-19T00:39:55.493313Z",
"url": "https://files.pythonhosted.org/packages/fd/ec/3e30455fd526f5cc37bd3dd2a0e2aafb803ae4d271e50ce53bfc30810053/cytoolz-1.1.0-cp310-cp310-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4927e5815c85bb18cdf95780f9596dcfd76dee910a4d635a1924648cb8a636c6",
"md5": "08334c277452dfb8e2d9560dedb215d0",
"sha256": "a68cef396a7de237f7b97422a6a450dfb111722296ba217ba5b34551832f1f6e"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp310-cp310-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "08334c277452dfb8e2d9560dedb215d0",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 2578236,
"upload_time": "2025-10-19T00:39:57",
"upload_time_iso_8601": "2025-10-19T00:39:57.512671Z",
"url": "https://files.pythonhosted.org/packages/49/27/e5815c85bb18cdf95780f9596dcfd76dee910a4d635a1924648cb8a636c6/cytoolz-1.1.0-cp310-cp310-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "17db588e266eff397670398ea335a809152e77b02ee92e0ec42091115b42f09b",
"md5": "3521e641372cd822a88ee6a1436b0aa3",
"sha256": "06ad4c95b258141f138a93ebfdc1d76ac087afc1a82f1401100a1f44b44ba656"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp310-cp310-musllinux_1_2_ppc64le.whl",
"has_sig": false,
"md5_digest": "3521e641372cd822a88ee6a1436b0aa3",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 2770523,
"upload_time": "2025-10-19T00:39:59",
"upload_time_iso_8601": "2025-10-19T00:39:59.194120Z",
"url": "https://files.pythonhosted.org/packages/17/db/588e266eff397670398ea335a809152e77b02ee92e0ec42091115b42f09b/cytoolz-1.1.0-cp310-cp310-musllinux_1_2_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "abad82be0b999c7a0a0b362cedfc183eb090b872fd42937af2d6e97d58bc70f8",
"md5": "dfe20db048c2f5ff4c8a7f21757feeea",
"sha256": "ada59a4b3c59d4ac7162e0ed08667ffa78abf48e975c8a9f9d5b9bc50720f4fd"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp310-cp310-musllinux_1_2_riscv64.whl",
"has_sig": false,
"md5_digest": "dfe20db048c2f5ff4c8a7f21757feeea",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 2512909,
"upload_time": "2025-10-19T00:40:01",
"upload_time_iso_8601": "2025-10-19T00:40:01.199387Z",
"url": "https://files.pythonhosted.org/packages/ab/ad/82be0b999c7a0a0b362cedfc183eb090b872fd42937af2d6e97d58bc70f8/cytoolz-1.1.0-cp310-cp310-musllinux_1_2_riscv64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "252145f07ab0339a20c518bc9006100922babc397ab7ea5ef40a395db83b9cdd",
"md5": "afd85443b0e4faf3d2ddfdfe107915b6",
"sha256": "a8957bcaea1ba01327a9b219d2adb84144377684f51444253890dab500ca171f"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp310-cp310-musllinux_1_2_s390x.whl",
"has_sig": false,
"md5_digest": "afd85443b0e4faf3d2ddfdfe107915b6",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 2755345,
"upload_time": "2025-10-19T00:40:03",
"upload_time_iso_8601": "2025-10-19T00:40:03.322467Z",
"url": "https://files.pythonhosted.org/packages/25/21/45f07ab0339a20c518bc9006100922babc397ab7ea5ef40a395db83b9cdd/cytoolz-1.1.0-cp310-cp310-musllinux_1_2_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8ba7e530bf2b304206f79b36d793caba1ff9448348713a41bb1ad0197714a0f2",
"md5": "1d04054adafcacb4a3af545a284b0ef3",
"sha256": "6d8cdc299d67eb0f3b9ecdafeeb55eb3b7b7470e2d950ac34b05ed4c7a5572b8"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "1d04054adafcacb4a3af545a284b0ef3",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 2617790,
"upload_time": "2025-10-19T00:40:05",
"upload_time_iso_8601": "2025-10-19T00:40:05.030163Z",
"url": "https://files.pythonhosted.org/packages/8b/a7/e530bf2b304206f79b36d793caba1ff9448348713a41bb1ad0197714a0f2/cytoolz-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9f777f53092121d7431589344c7d65c3d43c4111547aafabb21d3ca9032d126c",
"md5": "2e2284864922f737a8de2250ff2a8615",
"sha256": "d8e08464c5cdea4f6df31e84b11ed6bfd79cedb99fbcbfdc15eb9361a6053c5a"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp310-cp310-win32.whl",
"has_sig": false,
"md5_digest": "2e2284864922f737a8de2250ff2a8615",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 900209,
"upload_time": "2025-10-19T00:40:06",
"upload_time_iso_8601": "2025-10-19T00:40:06.647600Z",
"url": "https://files.pythonhosted.org/packages/9f/77/7f53092121d7431589344c7d65c3d43c4111547aafabb21d3ca9032d126c/cytoolz-1.1.0-cp310-cp310-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "84e4902578658303b9bc76b1704d3ed85e6d307d311bd9fa0b919581bea56e62",
"md5": "385136fd9792a9db98503afccb91b00f",
"sha256": "7e49922a7ed54262d41960bf3b835a7700327bf79cff1e9bfc73d79021132ff8"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "385136fd9792a9db98503afccb91b00f",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 944802,
"upload_time": "2025-10-19T00:40:08",
"upload_time_iso_8601": "2025-10-19T00:40:08.983104Z",
"url": "https://files.pythonhosted.org/packages/84/e4/902578658303b9bc76b1704d3ed85e6d307d311bd9fa0b919581bea56e62/cytoolz-1.1.0-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "719f56a7003617b4eabd8ddfb470aacc240425cbe6ddeb756adfbbaadaa175f1",
"md5": "0b7e4cd18407157eea5e631c45881503",
"sha256": "943a662d2e72ffc4438d43ab5a1de8d852237775a423236594a3b3e381b8032c"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp310-cp310-win_arm64.whl",
"has_sig": false,
"md5_digest": "0b7e4cd18407157eea5e631c45881503",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 904835,
"upload_time": "2025-10-19T00:40:11",
"upload_time_iso_8601": "2025-10-19T00:40:11.024715Z",
"url": "https://files.pythonhosted.org/packages/71/9f/56a7003617b4eabd8ddfb470aacc240425cbe6ddeb756adfbbaadaa175f1/cytoolz-1.1.0-cp310-cp310-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6982edf1d0c32b6222f2c22e5618d6db855d44eb59f9b6f22436ff963c5d0a5c",
"md5": "d3fb2a0246f8b83765a1902d2c6212e3",
"sha256": "dba8e5a8c6e3c789d27b0eb5e7ce5ed7d032a7a9aae17ca4ba5147b871f6e327"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp311-cp311-macosx_10_9_universal2.whl",
"has_sig": false,
"md5_digest": "d3fb2a0246f8b83765a1902d2c6212e3",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 1314345,
"upload_time": "2025-10-19T00:40:13",
"upload_time_iso_8601": "2025-10-19T00:40:13.273879Z",
"url": "https://files.pythonhosted.org/packages/69/82/edf1d0c32b6222f2c22e5618d6db855d44eb59f9b6f22436ff963c5d0a5c/cytoolz-1.1.0-cp311-cp311-macosx_10_9_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2db50e3c1edaa26c2bd9db90cba0ac62c85bbca84224c7ae1c2e0072c4ea64c5",
"md5": "218510e696c8350042c9b9e26dccac2b",
"sha256": "44b31c05addb0889167a720123b3b497b28dd86f8a0aeaf3ae4ffa11e2c85d55"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "218510e696c8350042c9b9e26dccac2b",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 989259,
"upload_time": "2025-10-19T00:40:15",
"upload_time_iso_8601": "2025-10-19T00:40:15.196520Z",
"url": "https://files.pythonhosted.org/packages/2d/b5/0e3c1edaa26c2bd9db90cba0ac62c85bbca84224c7ae1c2e0072c4ea64c5/cytoolz-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "09aae2b2ee9fc684867e817640764ea5807f9d25aa1e7bdba02dd4b249aab0f7",
"md5": "d17feb1bc78aebbbe811c09450688324",
"sha256": "653cb18c4fc5d8a8cfce2bce650aabcbe82957cd0536827367d10810566d5294"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "d17feb1bc78aebbbe811c09450688324",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 986551,
"upload_time": "2025-10-19T00:40:16",
"upload_time_iso_8601": "2025-10-19T00:40:16.831389Z",
"url": "https://files.pythonhosted.org/packages/09/aa/e2b2ee9fc684867e817640764ea5807f9d25aa1e7bdba02dd4b249aab0f7/cytoolz-1.1.0-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "399f4e8ee41acf6674f10a9c2c9117b2f219429a5a0f09bba6135f34ca4f08a6",
"md5": "ae4b99c2386f3f896d7f5f44dfb35cd3",
"sha256": "853a5b4806915020c890e1ce70cc056bbc1dd8bc44f2d74d555cccfd7aefba7d"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
"has_sig": false,
"md5_digest": "ae4b99c2386f3f896d7f5f44dfb35cd3",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 2688378,
"upload_time": "2025-10-19T00:40:18",
"upload_time_iso_8601": "2025-10-19T00:40:18.552074Z",
"url": "https://files.pythonhosted.org/packages/39/9f/4e8ee41acf6674f10a9c2c9117b2f219429a5a0f09bba6135f34ca4f08a6/cytoolz-1.1.0-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7894ef006f3412bc22444d855a0fc9ecb81424237fb4e5c1a1f8f5fb79ac978f",
"md5": "3dea64f98d02a12b36002eb3c875a7be",
"sha256": "c7b44e9de86bea013fe84fd8c399d6016bbb96c37c5290769e5c99460b9c53e5"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "3dea64f98d02a12b36002eb3c875a7be",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 2798299,
"upload_time": "2025-10-19T00:40:20",
"upload_time_iso_8601": "2025-10-19T00:40:20.191743Z",
"url": "https://files.pythonhosted.org/packages/78/94/ef006f3412bc22444d855a0fc9ecb81424237fb4e5c1a1f8f5fb79ac978f/cytoolz-1.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dfaa365953926ee8b4f2e07df7200c0d73632155908c8867af14b2d19cc9f1f7",
"md5": "baeef983f73f2790bfb93b90a94068cf",
"sha256": "098d628a801dc142e9740126be5624eb7aef1d732bc7a5719f60a2095547b485"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl",
"has_sig": false,
"md5_digest": "baeef983f73f2790bfb93b90a94068cf",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 2639311,
"upload_time": "2025-10-19T00:40:22",
"upload_time_iso_8601": "2025-10-19T00:40:22.289843Z",
"url": "https://files.pythonhosted.org/packages/df/aa/365953926ee8b4f2e07df7200c0d73632155908c8867af14b2d19cc9f1f7/cytoolz-1.1.0-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7cee62beaaee7df208f22590ad07ef8875519af49c52ca39d99460b14a00f15a",
"md5": "1a179b5c9e99229676db46952739ba2c",
"sha256": "779ee4096ed7a82cffab89372ffc339631c285079dbf33dbe7aff1f6174985df"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl",
"has_sig": false,
"md5_digest": "1a179b5c9e99229676db46952739ba2c",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 2979532,
"upload_time": "2025-10-19T00:40:24",
"upload_time_iso_8601": "2025-10-19T00:40:24.006000Z",
"url": "https://files.pythonhosted.org/packages/7c/ee/62beaaee7df208f22590ad07ef8875519af49c52ca39d99460b14a00f15a/cytoolz-1.1.0-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c5042211251e450bed111ada1194dc42c461da9aea441de62a01e4085ea6de9f",
"md5": "79601974b97e5d69dda1935dd876e710",
"sha256": "f2ce18dd99533d077e9712f9faa852f389f560351b1efd2f2bdb193a95eddde2"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl",
"has_sig": false,
"md5_digest": "79601974b97e5d69dda1935dd876e710",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 3018632,
"upload_time": "2025-10-19T00:40:26",
"upload_time_iso_8601": "2025-10-19T00:40:26.175691Z",
"url": "https://files.pythonhosted.org/packages/c5/04/2211251e450bed111ada1194dc42c461da9aea441de62a01e4085ea6de9f/cytoolz-1.1.0-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "eda24a3400e4d07d3916172bf74fede08020d7b4df01595d8a97f1e9507af5ae",
"md5": "ec2be9dd8b4850644f6436bb2a90a5b0",
"sha256": "ac266a34437812cf841cecbfe19f355ab9c3dd1ef231afc60415d40ff12a76e4"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "ec2be9dd8b4850644f6436bb2a90a5b0",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 2788579,
"upload_time": "2025-10-19T00:40:27",
"upload_time_iso_8601": "2025-10-19T00:40:27.878597Z",
"url": "https://files.pythonhosted.org/packages/ed/a2/4a3400e4d07d3916172bf74fede08020d7b4df01595d8a97f1e9507af5ae/cytoolz-1.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fe82bb88caa53a41f600e7763c517d50e2efbbe6427ea395716a92b83f44882a",
"md5": "9bbb3aeada43299456111512f7d62b01",
"sha256": "1920b9b9c13d60d0bb6cd14594b3bce0870022eccb430618c37156da5f2b7a55"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
"has_sig": false,
"md5_digest": "9bbb3aeada43299456111512f7d62b01",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 2593024,
"upload_time": "2025-10-19T00:40:29",
"upload_time_iso_8601": "2025-10-19T00:40:29.601260Z",
"url": "https://files.pythonhosted.org/packages/fe/82/bb88caa53a41f600e7763c517d50e2efbbe6427ea395716a92b83f44882a/cytoolz-1.1.0-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "09a88b25e59570da16c7a0f173b8c6ec0aa6f3abd47fd385c007485acb459896",
"md5": "3df77fef499c02e9058eaf179f47fe92",
"sha256": "47caa376dafd2bdc29f8a250acf59c810ec9105cd6f7680b9a9d070aae8490ec"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp311-cp311-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "3df77fef499c02e9058eaf179f47fe92",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 2715304,
"upload_time": "2025-10-19T00:40:31",
"upload_time_iso_8601": "2025-10-19T00:40:31.151588Z",
"url": "https://files.pythonhosted.org/packages/09/a8/8b25e59570da16c7a0f173b8c6ec0aa6f3abd47fd385c007485acb459896/cytoolz-1.1.0-cp311-cp311-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d456faec7696f235521b926ffdf92c102f5b029f072d28e1020364e55b084820",
"md5": "e6c37d479a225eddaca46034878354d6",
"sha256": "5ab2c97d8aaa522b038cca9187b1153347af22309e7c998b14750c6fdec7b1cb"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp311-cp311-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "e6c37d479a225eddaca46034878354d6",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 2654461,
"upload_time": "2025-10-19T00:40:32",
"upload_time_iso_8601": "2025-10-19T00:40:32.884568Z",
"url": "https://files.pythonhosted.org/packages/d4/56/faec7696f235521b926ffdf92c102f5b029f072d28e1020364e55b084820/cytoolz-1.1.0-cp311-cp311-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "aa82f790ed167c04b8d2a33bed30770a9b7066fc4f573321d797190e5f05685f",
"md5": "b545aadc2070be34233f75ade815bdb7",
"sha256": "4bce006121b120e8b359244ee140bb0b1093908efc8b739db8dbaa3f8fb42139"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp311-cp311-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "b545aadc2070be34233f75ade815bdb7",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 2672077,
"upload_time": "2025-10-19T00:40:34",
"upload_time_iso_8601": "2025-10-19T00:40:34.543135Z",
"url": "https://files.pythonhosted.org/packages/aa/82/f790ed167c04b8d2a33bed30770a9b7066fc4f573321d797190e5f05685f/cytoolz-1.1.0-cp311-cp311-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d9b380b8183e7eee44f45bfa3cdd3ebdadf3dd43ffc686f96d442a6c4dded45d",
"md5": "349eb6fc8ecf8b3df641c9c676c842c6",
"sha256": "7fc0f1e4e9bb384d26e73c6657bbc26abdae4ff66a95933c00f3d578be89181b"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp311-cp311-musllinux_1_2_ppc64le.whl",
"has_sig": false,
"md5_digest": "349eb6fc8ecf8b3df641c9c676c842c6",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 2881589,
"upload_time": "2025-10-19T00:40:36",
"upload_time_iso_8601": "2025-10-19T00:40:36.315679Z",
"url": "https://files.pythonhosted.org/packages/d9/b3/80b8183e7eee44f45bfa3cdd3ebdadf3dd43ffc686f96d442a6c4dded45d/cytoolz-1.1.0-cp311-cp311-musllinux_1_2_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8f05ac5ba5ddb88a3ba7ecea4bf192194a838af564d22ea7a4812cbb6bd106ce",
"md5": "115af144d93812d1929831487943c99a",
"sha256": "dd3f894ff972da1994d06ac6157d74e40dda19eb31fe5e9b7863ca4278c3a167"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp311-cp311-musllinux_1_2_riscv64.whl",
"has_sig": false,
"md5_digest": "115af144d93812d1929831487943c99a",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 2589924,
"upload_time": "2025-10-19T00:40:38",
"upload_time_iso_8601": "2025-10-19T00:40:38.317724Z",
"url": "https://files.pythonhosted.org/packages/8f/05/ac5ba5ddb88a3ba7ecea4bf192194a838af564d22ea7a4812cbb6bd106ce/cytoolz-1.1.0-cp311-cp311-musllinux_1_2_riscv64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8ecd100483cae3849d24351c8333a815dc6adaf3f04912486e59386d86d9db9a",
"md5": "99b338865b5f27d3b48cb0e0c2cf9242",
"sha256": "0846f49cf8a4496bd42659040e68bd0484ce6af819709cae234938e039203ba0"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp311-cp311-musllinux_1_2_s390x.whl",
"has_sig": false,
"md5_digest": "99b338865b5f27d3b48cb0e0c2cf9242",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 2868059,
"upload_time": "2025-10-19T00:40:40",
"upload_time_iso_8601": "2025-10-19T00:40:40.025665Z",
"url": "https://files.pythonhosted.org/packages/8e/cd/100483cae3849d24351c8333a815dc6adaf3f04912486e59386d86d9db9a/cytoolz-1.1.0-cp311-cp311-musllinux_1_2_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "346e3a7c56b325772d39397fc3aafb4dc054273982097178b6c3917c6dad48de",
"md5": "e6af73e1c1cb2843f6bb9b7ed87356b9",
"sha256": "16a3af394ade1973226d64bb2f9eb3336adbdea03ed5b134c1bbec5a3b20028e"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "e6af73e1c1cb2843f6bb9b7ed87356b9",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 2721692,
"upload_time": "2025-10-19T00:40:41",
"upload_time_iso_8601": "2025-10-19T00:40:41.621109Z",
"url": "https://files.pythonhosted.org/packages/34/6e/3a7c56b325772d39397fc3aafb4dc054273982097178b6c3917c6dad48de/cytoolz-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "faca9fdaee32c3bc769dfb7e7991d9499136afccea67e423d097b8fb3c5acbc1",
"md5": "6121f2ad9100b40b3e203e4f2fba6d3b",
"sha256": "b786c9c8aeab76cc2f76011e986f7321a23a56d985b77d14f155d5e5514ea781"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp311-cp311-win32.whl",
"has_sig": false,
"md5_digest": "6121f2ad9100b40b3e203e4f2fba6d3b",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 899349,
"upload_time": "2025-10-19T00:40:43",
"upload_time_iso_8601": "2025-10-19T00:40:43.183768Z",
"url": "https://files.pythonhosted.org/packages/fa/ca/9fdaee32c3bc769dfb7e7991d9499136afccea67e423d097b8fb3c5acbc1/cytoolz-1.1.0-cp311-cp311-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fd042ab98edeea90311e4029e1643e43d2027b54da61453292d9ea51a103ee87",
"md5": "e110eeac4eb88658efca185c601b6c5b",
"sha256": "ebf06d1c5344fb22fee71bf664234733e55db72d74988f2ecb7294b05e4db30c"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "e110eeac4eb88658efca185c601b6c5b",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 945831,
"upload_time": "2025-10-19T00:40:44",
"upload_time_iso_8601": "2025-10-19T00:40:44.693290Z",
"url": "https://files.pythonhosted.org/packages/fd/04/2ab98edeea90311e4029e1643e43d2027b54da61453292d9ea51a103ee87/cytoolz-1.1.0-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b48d777d86ea6bcc68b0fc926b0ef8ab51819e2176b37aadea072aac949d5231",
"md5": "782664e7547a0641722cae67503ba810",
"sha256": "b63f5f025fac893393b186e132e3e242de8ee7265d0cd3f5bdd4dda93f6616c9"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp311-cp311-win_arm64.whl",
"has_sig": false,
"md5_digest": "782664e7547a0641722cae67503ba810",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 904076,
"upload_time": "2025-10-19T00:40:46",
"upload_time_iso_8601": "2025-10-19T00:40:46.678274Z",
"url": "https://files.pythonhosted.org/packages/b4/8d/777d86ea6bcc68b0fc926b0ef8ab51819e2176b37aadea072aac949d5231/cytoolz-1.1.0-cp311-cp311-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c6ec01426224f7acf60183d3921b25e1a8e71713d3d39cb464d64ac7aace6ea6",
"md5": "dc2d2ea925ea7fe4881d78e9b5deffd2",
"sha256": "99f8e134c9be11649342853ec8c90837af4089fc8ff1e8f9a024a57d1fa08514"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp312-cp312-macosx_10_13_universal2.whl",
"has_sig": false,
"md5_digest": "dc2d2ea925ea7fe4881d78e9b5deffd2",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 1327800,
"upload_time": "2025-10-19T00:40:48",
"upload_time_iso_8601": "2025-10-19T00:40:48.674870Z",
"url": "https://files.pythonhosted.org/packages/c6/ec/01426224f7acf60183d3921b25e1a8e71713d3d39cb464d64ac7aace6ea6/cytoolz-1.1.0-cp312-cp312-macosx_10_13_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b407e07e8fedd332ac9626ad58bea31416dda19bfd14310731fa38b16a97e15f",
"md5": "2f972c71e60392a920869511ea3bfe6c",
"sha256": "0a6f44cf9319c30feb9a50aa513d777ef51efec16f31c404409e7deb8063df64"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "2f972c71e60392a920869511ea3bfe6c",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 997118,
"upload_time": "2025-10-19T00:40:50",
"upload_time_iso_8601": "2025-10-19T00:40:50.919898Z",
"url": "https://files.pythonhosted.org/packages/b4/07/e07e8fedd332ac9626ad58bea31416dda19bfd14310731fa38b16a97e15f/cytoolz-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ab72c0f766d63ed2f9ea8dc8e1628d385d99b41fb834ce17ac3669e3f91e115d",
"md5": "1dc73e501368e7ce93096cce35df0f09",
"sha256": "945580dc158c557172fca899a35a99a16fbcebf6db0c77cb6621084bc82189f9"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "1dc73e501368e7ce93096cce35df0f09",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 991169,
"upload_time": "2025-10-19T00:40:52",
"upload_time_iso_8601": "2025-10-19T00:40:52.887808Z",
"url": "https://files.pythonhosted.org/packages/ab/72/c0f766d63ed2f9ea8dc8e1628d385d99b41fb834ce17ac3669e3f91e115d/cytoolz-1.1.0-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "df4b1f757353d1bf33e56a7391ecc9bc49c1e529803b93a9d2f67fe5f92906fe",
"md5": "4fbd45ff6750a7cecb54f5a050891cca",
"sha256": "257905ec050d04f2f856854620d1e25556fd735064cebd81b460f54939b9f9d5"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
"has_sig": false,
"md5_digest": "4fbd45ff6750a7cecb54f5a050891cca",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 2700680,
"upload_time": "2025-10-19T00:40:54",
"upload_time_iso_8601": "2025-10-19T00:40:54.597110Z",
"url": "https://files.pythonhosted.org/packages/df/4b/1f757353d1bf33e56a7391ecc9bc49c1e529803b93a9d2f67fe5f92906fe/cytoolz-1.1.0-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "25739b25bb7ed8d419b9d6ff2ae0b3d06694de79a3f98f5169a1293ff7ad3a3f",
"md5": "2f99e367a582472caa1703ba953b0e44",
"sha256": "82779049f352fb3ab5e8c993ab45edbb6e02efb1f17f0b50f4972c706cc51d76"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "2f99e367a582472caa1703ba953b0e44",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 2824951,
"upload_time": "2025-10-19T00:40:56",
"upload_time_iso_8601": "2025-10-19T00:40:56.137075Z",
"url": "https://files.pythonhosted.org/packages/25/73/9b25bb7ed8d419b9d6ff2ae0b3d06694de79a3f98f5169a1293ff7ad3a3f/cytoolz-1.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0c939c787f7c909e75670fff467f2504725d06d8c3f51d6dfe22c55a08c8ccd4",
"md5": "221f48a628eef350e6cbcba1bc8e4a5f",
"sha256": "7d3e405e435320e08c5a1633afaf285a392e2d9cef35c925d91e2a31dfd7a688"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl",
"has_sig": false,
"md5_digest": "221f48a628eef350e6cbcba1bc8e4a5f",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 2679635,
"upload_time": "2025-10-19T00:40:57",
"upload_time_iso_8601": "2025-10-19T00:40:57.799692Z",
"url": "https://files.pythonhosted.org/packages/0c/93/9c787f7c909e75670fff467f2504725d06d8c3f51d6dfe22c55a08c8ccd4/cytoolz-1.1.0-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "50aa9ee92c302cccf7a41a7311b325b51ebeff25d36c1f82bdc1bbe3f58dc947",
"md5": "2f12dacf0a8004701f935f37b85e5407",
"sha256": "923df8f5591e0d20543060c29909c149ab1963a7267037b39eee03a83dbc50a8"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl",
"has_sig": false,
"md5_digest": "2f12dacf0a8004701f935f37b85e5407",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 2938352,
"upload_time": "2025-10-19T00:40:59",
"upload_time_iso_8601": "2025-10-19T00:40:59.490987Z",
"url": "https://files.pythonhosted.org/packages/50/aa/9ee92c302cccf7a41a7311b325b51ebeff25d36c1f82bdc1bbe3f58dc947/cytoolz-1.1.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6aa33b58c5c1692c3bacd65640d0d5c7267a7ebb76204f7507aec29de7063d2f",
"md5": "f840abe7a8c9dbbef07e1228dc16a6dc",
"sha256": "25db9e4862f22ea0ae2e56c8bec9fc9fd756b655ae13e8c7b5625d7ed1c582d4"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl",
"has_sig": false,
"md5_digest": "f840abe7a8c9dbbef07e1228dc16a6dc",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 3022121,
"upload_time": "2025-10-19T00:41:01",
"upload_time_iso_8601": "2025-10-19T00:41:01.209840Z",
"url": "https://files.pythonhosted.org/packages/6a/a3/3b58c5c1692c3bacd65640d0d5c7267a7ebb76204f7507aec29de7063d2f/cytoolz-1.1.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e193c647bc3334355088c57351a536c2d4a83dd45f7de591fab383975e45bff9",
"md5": "07aa4d5353b3d715f437429fe3cdc9dc",
"sha256": "c7a98deb11ccd8e5d9f9441ef2ff3352aab52226a2b7d04756caaa53cd612363"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "07aa4d5353b3d715f437429fe3cdc9dc",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 2857656,
"upload_time": "2025-10-19T00:41:03",
"upload_time_iso_8601": "2025-10-19T00:41:03.456318Z",
"url": "https://files.pythonhosted.org/packages/e1/93/c647bc3334355088c57351a536c2d4a83dd45f7de591fab383975e45bff9/cytoolz-1.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b2c243fea146bf4141deea959e19dcddf268c5ed759dec5c2ed4a6941d711933",
"md5": "ff8649e12f00ff17eff1a160bec86d49",
"sha256": "dce4ee9fc99104bc77efdea80f32ca5a650cd653bcc8a1d984a931153d3d9b58"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
"has_sig": false,
"md5_digest": "ff8649e12f00ff17eff1a160bec86d49",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 2551284,
"upload_time": "2025-10-19T00:41:05",
"upload_time_iso_8601": "2025-10-19T00:41:05.347672Z",
"url": "https://files.pythonhosted.org/packages/b2/c2/43fea146bf4141deea959e19dcddf268c5ed759dec5c2ed4a6941d711933/cytoolz-1.1.0-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6fdfcdc7a81ce5cfcde7ef523143d545635fc37e80ccacce140ae58483a21da3",
"md5": "81025341496221a73b5cd2ab70e25315",
"sha256": "80d6da158f7d20c15819701bbda1c041f0944ede2f564f5c739b1bc80a9ffb8b"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp312-cp312-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "81025341496221a73b5cd2ab70e25315",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 2721673,
"upload_time": "2025-10-19T00:41:07",
"upload_time_iso_8601": "2025-10-19T00:41:07.528258Z",
"url": "https://files.pythonhosted.org/packages/6f/df/cdc7a81ce5cfcde7ef523143d545635fc37e80ccacce140ae58483a21da3/cytoolz-1.1.0-cp312-cp312-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "45bef8524bb9ad8812ad375e61238dcaa3177628234d1b908ad0b74e3657cafd",
"md5": "0238a19c108f5fc091a491c76812329a",
"sha256": "3b5c5a192abda123ad45ef716ec9082b4cf7d95e9ada8291c5c2cc5558be858b"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp312-cp312-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "0238a19c108f5fc091a491c76812329a",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 2722884,
"upload_time": "2025-10-19T00:41:09",
"upload_time_iso_8601": "2025-10-19T00:41:09.698580Z",
"url": "https://files.pythonhosted.org/packages/45/be/f8524bb9ad8812ad375e61238dcaa3177628234d1b908ad0b74e3657cafd/cytoolz-1.1.0-cp312-cp312-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "23e66bb8e4f9c267ad42d1ff77b6d2e4984665505afae50a216290e1d7311431",
"md5": "d20abef935ce2f32c92e8eb94812c6c4",
"sha256": "5b399ce7d967b1cb6280250818b786be652aa8ddffd3c0bb5c48c6220d945ab5"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp312-cp312-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "d20abef935ce2f32c92e8eb94812c6c4",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 2685486,
"upload_time": "2025-10-19T00:41:11",
"upload_time_iso_8601": "2025-10-19T00:41:11.349943Z",
"url": "https://files.pythonhosted.org/packages/23/e6/6bb8e4f9c267ad42d1ff77b6d2e4984665505afae50a216290e1d7311431/cytoolz-1.1.0-cp312-cp312-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d7dd88619f9c8d2b682562c0c886bbb7c35720cb83fda2ac9a41bdd14073d9bd",
"md5": "1e26a7ec7646fc197192e24d902c8105",
"sha256": "e7e29a1a03f00b4322196cfe8e2c38da9a6c8d573566052c586df83aacc5663c"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp312-cp312-musllinux_1_2_ppc64le.whl",
"has_sig": false,
"md5_digest": "1e26a7ec7646fc197192e24d902c8105",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 2839661,
"upload_time": "2025-10-19T00:41:13",
"upload_time_iso_8601": "2025-10-19T00:41:13.053418Z",
"url": "https://files.pythonhosted.org/packages/d7/dd/88619f9c8d2b682562c0c886bbb7c35720cb83fda2ac9a41bdd14073d9bd/cytoolz-1.1.0-cp312-cp312-musllinux_1_2_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b88d4478ebf471ee78dd496d254dc0f4ad729cd8e6ba8257de4f0a98a2838ef2",
"md5": "ecc6fdcca1de899936b2fc9dd8980222",
"sha256": "5291b117d71652a817ec164e7011f18e6a51f8a352cc9a70ed5b976c51102fda"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp312-cp312-musllinux_1_2_riscv64.whl",
"has_sig": false,
"md5_digest": "ecc6fdcca1de899936b2fc9dd8980222",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 2547095,
"upload_time": "2025-10-19T00:41:16",
"upload_time_iso_8601": "2025-10-19T00:41:16.054077Z",
"url": "https://files.pythonhosted.org/packages/b8/8d/4478ebf471ee78dd496d254dc0f4ad729cd8e6ba8257de4f0a98a2838ef2/cytoolz-1.1.0-cp312-cp312-musllinux_1_2_riscv64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e668f1dea33367b0b3f64e199c230a14a6b6f243c189020effafd31e970ca527",
"md5": "a41ecfbbac3901961ed60e5a54d39969",
"sha256": "8caef62f846a9011676c51bda9189ae394cdd6bb17f2946ecaedc23243268320"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp312-cp312-musllinux_1_2_s390x.whl",
"has_sig": false,
"md5_digest": "a41ecfbbac3901961ed60e5a54d39969",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 2870901,
"upload_time": "2025-10-19T00:41:17",
"upload_time_iso_8601": "2025-10-19T00:41:17.727446Z",
"url": "https://files.pythonhosted.org/packages/e6/68/f1dea33367b0b3f64e199c230a14a6b6f243c189020effafd31e970ca527/cytoolz-1.1.0-cp312-cp312-musllinux_1_2_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4a9a33591c09dfe799b8fb692cf2ad383e2c41ab6593cc960b00d1fc8a145655",
"md5": "b491be9c23fefc675c186c8140c9b191",
"sha256": "de425c5a8e3be7bb3a195e19191d28d9eb3c2038046064a92edc4505033ec9cb"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "b491be9c23fefc675c186c8140c9b191",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 2765422,
"upload_time": "2025-10-19T00:41:20",
"upload_time_iso_8601": "2025-10-19T00:41:20.075394Z",
"url": "https://files.pythonhosted.org/packages/4a/9a/33591c09dfe799b8fb692cf2ad383e2c41ab6593cc960b00d1fc8a145655/cytoolz-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "602ba8aa233c9416df87f004e57ae4280bd5e1f389b4943d179f01020c6ec629",
"md5": "9cdfae7bfb66c6815646e24ca9b9f638",
"sha256": "296440a870e8d1f2e1d1edf98f60f1532b9d3ab8dfbd4b25ec08cd76311e79e5"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp312-cp312-win32.whl",
"has_sig": false,
"md5_digest": "9cdfae7bfb66c6815646e24ca9b9f638",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 901933,
"upload_time": "2025-10-19T00:41:21",
"upload_time_iso_8601": "2025-10-19T00:41:21.646633Z",
"url": "https://files.pythonhosted.org/packages/60/2b/a8aa233c9416df87f004e57ae4280bd5e1f389b4943d179f01020c6ec629/cytoolz-1.1.0-cp312-cp312-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ad334c9bdf8390dc01d2617c7f11930697157164a52259b6818ddfa2f94f89f4",
"md5": "b31e97a258d744447ee8a6bf7a482221",
"sha256": "07156987f224c6dac59aa18fb8bf91e1412f5463961862716a3381bf429c8699"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "b31e97a258d744447ee8a6bf7a482221",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 947989,
"upload_time": "2025-10-19T00:41:23",
"upload_time_iso_8601": "2025-10-19T00:41:23.288099Z",
"url": "https://files.pythonhosted.org/packages/ad/33/4c9bdf8390dc01d2617c7f11930697157164a52259b6818ddfa2f94f89f4/cytoolz-1.1.0-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "35ac6e2708835875f5acb52318462ed296bf94ed0cb8c7cb70e62fbd03f709e3",
"md5": "28daa0bacdea17d631c9ebf72cfdeef4",
"sha256": "23e616b38f5b3160c7bb45b0f84a8f3deb4bd26b29fb2dfc716f241c738e27b8"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp312-cp312-win_arm64.whl",
"has_sig": false,
"md5_digest": "28daa0bacdea17d631c9ebf72cfdeef4",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 903913,
"upload_time": "2025-10-19T00:41:24",
"upload_time_iso_8601": "2025-10-19T00:41:24.992552Z",
"url": "https://files.pythonhosted.org/packages/35/ac/6e2708835875f5acb52318462ed296bf94ed0cb8c7cb70e62fbd03f709e3/cytoolz-1.1.0-cp312-cp312-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "714ab3ddb3ee44fe0045e95dd973746f93f033b6f92cce1fc3cbbe24b329943c",
"md5": "a14f7a6d3e331bdce614c52e3934402b",
"sha256": "76c9b58555300be6dde87a41faf1f97966d79b9a678b7a526fcff75d28ef4945"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313-ios_13_0_arm64_iphoneos.whl",
"has_sig": false,
"md5_digest": "a14f7a6d3e331bdce614c52e3934402b",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 976728,
"upload_time": "2025-10-19T00:41:26",
"upload_time_iso_8601": "2025-10-19T00:41:26.500231Z",
"url": "https://files.pythonhosted.org/packages/71/4a/b3ddb3ee44fe0045e95dd973746f93f033b6f92cce1fc3cbbe24b329943c/cytoolz-1.1.0-cp313-cp313-ios_13_0_arm64_iphoneos.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4221a3681434aa425875dd828bb515924b0f12c37a55c7d2bc5c0c5de3aeb0b4",
"md5": "7de107661252c7e7e9a5cefdacca0227",
"sha256": "d1d638b10d3144795655e9395566ce35807df09219fd7cacd9e6acbdef67946a"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313-ios_13_0_arm64_iphonesimulator.whl",
"has_sig": false,
"md5_digest": "7de107661252c7e7e9a5cefdacca0227",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 986057,
"upload_time": "2025-10-19T00:41:28",
"upload_time_iso_8601": "2025-10-19T00:41:28.911793Z",
"url": "https://files.pythonhosted.org/packages/42/21/a3681434aa425875dd828bb515924b0f12c37a55c7d2bc5c0c5de3aeb0b4/cytoolz-1.1.0-cp313-cp313-ios_13_0_arm64_iphonesimulator.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d9cbefc1b29e211e0670a6953222afaac84dcbba5cb940b130c0e49858978040",
"md5": "22d8005269b4029a3d7727d71e3f864c",
"sha256": "26801c1a165e84786a99e03c9c9973356caaca002d66727b761fb1042878ef06"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313-ios_13_0_x86_64_iphonesimulator.whl",
"has_sig": false,
"md5_digest": "22d8005269b4029a3d7727d71e3f864c",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 992632,
"upload_time": "2025-10-19T00:41:30",
"upload_time_iso_8601": "2025-10-19T00:41:30.612569Z",
"url": "https://files.pythonhosted.org/packages/d9/cb/efc1b29e211e0670a6953222afaac84dcbba5cb940b130c0e49858978040/cytoolz-1.1.0-cp313-cp313-ios_13_0_x86_64_iphonesimulator.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "beb0e50621d21e939338c97faab651f58ea7fa32101226a91de79ecfb89d71e1",
"md5": "54d0a5b6718adb77dd49809b826d66d7",
"sha256": "2a9a464542912d3272f6dccc5142df057c71c6a5cbd30439389a732df401afb7"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313-macosx_10_13_universal2.whl",
"has_sig": false,
"md5_digest": "54d0a5b6718adb77dd49809b826d66d7",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 1317534,
"upload_time": "2025-10-19T00:41:32",
"upload_time_iso_8601": "2025-10-19T00:41:32.625596Z",
"url": "https://files.pythonhosted.org/packages/be/b0/e50621d21e939338c97faab651f58ea7fa32101226a91de79ecfb89d71e1/cytoolz-1.1.0-cp313-cp313-macosx_10_13_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0d6b25aa9739b0235a5bc4c1ea293186bc6822a4c6607acfe1422423287e7400",
"md5": "b3ddb5f821b7f5e62c9675f995c239ac",
"sha256": "ed6104fa942aa5784bf54f339563de637557e3443b105760bc4de8f16a7fc79b"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "b3ddb5f821b7f5e62c9675f995c239ac",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 992336,
"upload_time": "2025-10-19T00:41:34",
"upload_time_iso_8601": "2025-10-19T00:41:34.073897Z",
"url": "https://files.pythonhosted.org/packages/0d/6b/25aa9739b0235a5bc4c1ea293186bc6822a4c6607acfe1422423287e7400/cytoolz-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e1535f4deb0ff958805309d135d899c764364c1e8a632ce4994bd7c45fb98df2",
"md5": "01e5f827642c58241da677d2fc70db43",
"sha256": "56161f0ab60dc4159ec343509abaf809dc88e85c7e420e354442c62e3e7cbb77"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "01e5f827642c58241da677d2fc70db43",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 986118,
"upload_time": "2025-10-19T00:41:35",
"upload_time_iso_8601": "2025-10-19T00:41:35.700908Z",
"url": "https://files.pythonhosted.org/packages/e1/53/5f4deb0ff958805309d135d899c764364c1e8a632ce4994bd7c45fb98df2/cytoolz-1.1.0-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1ce3f6255b76c8cc0debbe1c0779130777dc0434da6d9b28a90d9f76f8cb67cd",
"md5": "5bf88bff9073b41cb7b6ead21254bc4a",
"sha256": "832bd36cc9123535f1945acf6921f8a2a15acc19cfe4065b1c9b985a28671886"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
"has_sig": false,
"md5_digest": "5bf88bff9073b41cb7b6ead21254bc4a",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 2679563,
"upload_time": "2025-10-19T00:41:37",
"upload_time_iso_8601": "2025-10-19T00:41:37.926398Z",
"url": "https://files.pythonhosted.org/packages/1c/e3/f6255b76c8cc0debbe1c0779130777dc0434da6d9b28a90d9f76f8cb67cd/cytoolz-1.1.0-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "598aacc6e39a84e930522b965586ad3a36694f9bf247b23188ee0eb47b1c9ed1",
"md5": "ba4f74df99e0113d174d7212e88d40b9",
"sha256": "1842636b6e034f229bf084c2bcdcfd36c8437e752eefd2c74ce9e2f10415cb6e"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "ba4f74df99e0113d174d7212e88d40b9",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 2813020,
"upload_time": "2025-10-19T00:41:39",
"upload_time_iso_8601": "2025-10-19T00:41:39.935295Z",
"url": "https://files.pythonhosted.org/packages/59/8a/acc6e39a84e930522b965586ad3a36694f9bf247b23188ee0eb47b1c9ed1/cytoolz-1.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dbf50083608286ad1716eda7c41f868e85ac549f6fd6b7646993109fa0bdfd98",
"md5": "b078bab5f10a41a37c42d6da45220f9c",
"sha256": "823df012ab90d2f2a0f92fea453528539bf71ac1879e518524cd0c86aa6df7b9"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl",
"has_sig": false,
"md5_digest": "b078bab5f10a41a37c42d6da45220f9c",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 2669312,
"upload_time": "2025-10-19T00:41:41",
"upload_time_iso_8601": "2025-10-19T00:41:41.550806Z",
"url": "https://files.pythonhosted.org/packages/db/f5/0083608286ad1716eda7c41f868e85ac549f6fd6b7646993109fa0bdfd98/cytoolz-1.1.0-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "47a8d16080b575520fe5da00cede1ece4e0a4180ec23f88dcdc6a2f5a90a7f7f",
"md5": "d311711afc928c623041d7297a9f4672",
"sha256": "2f1fcf9e7e7b3487883ff3f815abc35b89dcc45c4cf81c72b7ee457aa72d197b"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl",
"has_sig": false,
"md5_digest": "d311711afc928c623041d7297a9f4672",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 2922147,
"upload_time": "2025-10-19T00:41:43",
"upload_time_iso_8601": "2025-10-19T00:41:43.252977Z",
"url": "https://files.pythonhosted.org/packages/47/a8/d16080b575520fe5da00cede1ece4e0a4180ec23f88dcdc6a2f5a90a7f7f/cytoolz-1.1.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7ebc716c9c1243701e58cad511eb3937fd550e645293c5ed1907639c5d66f194",
"md5": "57989ef584e1e5154949728906438280",
"sha256": "4cdb3fa1772116827f263f25b0cdd44c663b6701346a56411960534a06c082de"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl",
"has_sig": false,
"md5_digest": "57989ef584e1e5154949728906438280",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 2981602,
"upload_time": "2025-10-19T00:41:45",
"upload_time_iso_8601": "2025-10-19T00:41:45.354128Z",
"url": "https://files.pythonhosted.org/packages/7e/bc/716c9c1243701e58cad511eb3937fd550e645293c5ed1907639c5d66f194/cytoolz-1.1.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "14bc571b232996846b27f4ac0c957dc8bf60261e9b4d0d01c8d955e82329544e",
"md5": "a8c8331e04a4dec71bb7406b6f2c5b2b",
"sha256": "d1b5c95041741b81430454db65183e133976f45ac3c03454cfa8147952568529"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "a8c8331e04a4dec71bb7406b6f2c5b2b",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 2830103,
"upload_time": "2025-10-19T00:41:47",
"upload_time_iso_8601": "2025-10-19T00:41:47.959472Z",
"url": "https://files.pythonhosted.org/packages/14/bc/571b232996846b27f4ac0c957dc8bf60261e9b4d0d01c8d955e82329544e/cytoolz-1.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5b55c594afb46ecd78e4b7e1fb92c947ed041807875661ceda73baaf61baba4f",
"md5": "eab8dbe33f27e152da4f813ef554e413",
"sha256": "b2079fd9f1a65f4c61e6278c8a6d4f85edf30c606df8d5b32f1add88cbbe2286"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
"has_sig": false,
"md5_digest": "eab8dbe33f27e152da4f813ef554e413",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 2533802,
"upload_time": "2025-10-19T00:41:49",
"upload_time_iso_8601": "2025-10-19T00:41:49.683861Z",
"url": "https://files.pythonhosted.org/packages/5b/55/c594afb46ecd78e4b7e1fb92c947ed041807875661ceda73baaf61baba4f/cytoolz-1.1.0-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "93831edcf95832555a78fc43b975f3ebe8ceadcc9664dd47fd33747a14df5069",
"md5": "fb5f5634f45300a8a9b33fe72205548a",
"sha256": "a92a320d72bef1c7e2d4c6d875125cf57fc38be45feb3fac1bfa64ea401f54a4"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "fb5f5634f45300a8a9b33fe72205548a",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 2706071,
"upload_time": "2025-10-19T00:41:51",
"upload_time_iso_8601": "2025-10-19T00:41:51.386946Z",
"url": "https://files.pythonhosted.org/packages/93/83/1edcf95832555a78fc43b975f3ebe8ceadcc9664dd47fd33747a14df5069/cytoolz-1.1.0-cp313-cp313-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e2df035a408df87f25cfe3611557818b250126cd2281b2104cd88395de205583",
"md5": "ea220d59cfb66fe85de2858839adde3a",
"sha256": "06d1c79aa51e6a92a90b0e456ebce2288f03dd6a76c7f582bfaa3eda7692e8a5"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "ea220d59cfb66fe85de2858839adde3a",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 2707575,
"upload_time": "2025-10-19T00:41:53",
"upload_time_iso_8601": "2025-10-19T00:41:53.305233Z",
"url": "https://files.pythonhosted.org/packages/e2/df/035a408df87f25cfe3611557818b250126cd2281b2104cd88395de205583/cytoolz-1.1.0-cp313-cp313-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7aa4ef78e13e16e93bf695a9331321d75fbc834a088d941f1c19e6b63314e257",
"md5": "5bcf1d92875ce4eeb5d0aed2e1c784a5",
"sha256": "e1d7be25f6971e986a52b6d3a0da28e1941850985417c35528f6823aef2cfec5"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "5bcf1d92875ce4eeb5d0aed2e1c784a5",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 2660486,
"upload_time": "2025-10-19T00:41:55",
"upload_time_iso_8601": "2025-10-19T00:41:55.542080Z",
"url": "https://files.pythonhosted.org/packages/7a/a4/ef78e13e16e93bf695a9331321d75fbc834a088d941f1c19e6b63314e257/cytoolz-1.1.0-cp313-cp313-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "307a2c3d60682b26058d435416c4e90d4a94db854de5be944dfd069ed1be648a",
"md5": "917becb1e4cd1bd513422e5b5d1dba82",
"sha256": "964b248edc31efc50a65e9eaa0c845718503823439d2fa5f8d2c7e974c2b5409"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313-musllinux_1_2_ppc64le.whl",
"has_sig": false,
"md5_digest": "917becb1e4cd1bd513422e5b5d1dba82",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 2819605,
"upload_time": "2025-10-19T00:41:58",
"upload_time_iso_8601": "2025-10-19T00:41:58.257709Z",
"url": "https://files.pythonhosted.org/packages/30/7a/2c3d60682b26058d435416c4e90d4a94db854de5be944dfd069ed1be648a/cytoolz-1.1.0-cp313-cp313-musllinux_1_2_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "459219b722a1d83cc443fbc0c16e0dc376f8a451437890d3d9ee370358cf0709",
"md5": "b37666838eacaf175b70b4bc2d841a47",
"sha256": "c9ff2b3c57c79b65cb5be14a18c6fd4a06d5036fb3f33e973a9f70e9ac13ca28"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313-musllinux_1_2_riscv64.whl",
"has_sig": false,
"md5_digest": "b37666838eacaf175b70b4bc2d841a47",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 2533559,
"upload_time": "2025-10-19T00:42:00",
"upload_time_iso_8601": "2025-10-19T00:42:00.324847Z",
"url": "https://files.pythonhosted.org/packages/45/92/19b722a1d83cc443fbc0c16e0dc376f8a451437890d3d9ee370358cf0709/cytoolz-1.1.0-cp313-cp313-musllinux_1_2_riscv64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1d15fa3b7891da51115204416f14192081d3dea0eaee091f123fdc1347de8dd1",
"md5": "8d3bf0f47fd93ddc55368370f08c83c7",
"sha256": "22290b73086af600042d99f5ce52a43d4ad9872c382610413176e19fc1d4fd2d"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313-musllinux_1_2_s390x.whl",
"has_sig": false,
"md5_digest": "8d3bf0f47fd93ddc55368370f08c83c7",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 2839171,
"upload_time": "2025-10-19T00:42:01",
"upload_time_iso_8601": "2025-10-19T00:42:01.881639Z",
"url": "https://files.pythonhosted.org/packages/1d/15/fa3b7891da51115204416f14192081d3dea0eaee091f123fdc1347de8dd1/cytoolz-1.1.0-cp313-cp313-musllinux_1_2_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4640d3519d5cd86eebebf1e8b7174ec32dfb6ecec67b48b0cfb92bf226659b5a",
"md5": "6bc5919d4734a54d1f28d59f6aff32bb",
"sha256": "a2ade74fccd080ea793382968913ee38d7a35c921df435bbf0a6aeecf0d17574"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "6bc5919d4734a54d1f28d59f6aff32bb",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 2743379,
"upload_time": "2025-10-19T00:42:03",
"upload_time_iso_8601": "2025-10-19T00:42:03.809591Z",
"url": "https://files.pythonhosted.org/packages/46/40/d3519d5cd86eebebf1e8b7174ec32dfb6ecec67b48b0cfb92bf226659b5a/cytoolz-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c4ba4a53acc60f59030fcaf48c7766e3c4c81bd997379425aa45b129396557b5",
"md5": "822516e3d463ec2cde5cf769a00a0df3",
"sha256": "9e2cd93b28f667c5870a070ab2b8bb4397470a85c4b204f2454b0ad001cd1ca3"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313t-macosx_10_13_universal2.whl",
"has_sig": false,
"md5_digest": "822516e3d463ec2cde5cf769a00a0df3",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 1372336,
"upload_time": "2025-10-19T00:42:12",
"upload_time_iso_8601": "2025-10-19T00:42:12.104290Z",
"url": "https://files.pythonhosted.org/packages/c4/ba/4a53acc60f59030fcaf48c7766e3c4c81bd997379425aa45b129396557b5/cytoolz-1.1.0-cp313-cp313t-macosx_10_13_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ac90f28fd8ad8319d8f5c8da69a2c29b8cf52a6d2c0161602d92b366d58926ab",
"md5": "cfb273259993b46a66551567927c71a2",
"sha256": "f494124e141a9361f31d79875fe7ea459a3be2b9dadd90480427c0c52a0943d4"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313t-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "cfb273259993b46a66551567927c71a2",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 1011930,
"upload_time": "2025-10-19T00:42:14",
"upload_time_iso_8601": "2025-10-19T00:42:14.231563Z",
"url": "https://files.pythonhosted.org/packages/ac/90/f28fd8ad8319d8f5c8da69a2c29b8cf52a6d2c0161602d92b366d58926ab/cytoolz-1.1.0-cp313-cp313t-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c9954561c4e0ad1c944f7673d6d916405d68080f10552cfc5d69a1cf2475a9a1",
"md5": "91f2c297a4c98855c74116191339fa80",
"sha256": "53a3262bf221f19437ed544bf8c0e1980c81ac8e2a53d87a9bc075dba943d36f"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313t-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "91f2c297a4c98855c74116191339fa80",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 1020610,
"upload_time": "2025-10-19T00:42:15",
"upload_time_iso_8601": "2025-10-19T00:42:15.877593Z",
"url": "https://files.pythonhosted.org/packages/c9/95/4561c4e0ad1c944f7673d6d916405d68080f10552cfc5d69a1cf2475a9a1/cytoolz-1.1.0-cp313-cp313t-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c314b2e1ffa4995ec36e1372e243411ff36325e4e6d7ffa34eb4098f5357d176",
"md5": "09767eda1e0729ce1dc9d0980620947f",
"sha256": "47663e57d3f3f124921f38055e86a1022d0844c444ede2e8f090d3bbf80deb65"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
"has_sig": false,
"md5_digest": "09767eda1e0729ce1dc9d0980620947f",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 2917327,
"upload_time": "2025-10-19T00:42:17",
"upload_time_iso_8601": "2025-10-19T00:42:17.706437Z",
"url": "https://files.pythonhosted.org/packages/c3/14/b2e1ffa4995ec36e1372e243411ff36325e4e6d7ffa34eb4098f5357d176/cytoolz-1.1.0-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4a297cab6c609b4514ac84cca2f7dca6c509977a8fc16d27c3a50e97f105fa6a",
"md5": "7c013a7a5c32e75cf678d5ddce43c00c",
"sha256": "a5a8755c4104ee4e3d5ba434c543b5f85fdee6a1f1df33d93f518294da793a60"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "7c013a7a5c32e75cf678d5ddce43c00c",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 3108951,
"upload_time": "2025-10-19T00:42:19",
"upload_time_iso_8601": "2025-10-19T00:42:19.363698Z",
"url": "https://files.pythonhosted.org/packages/4a/29/7cab6c609b4514ac84cca2f7dca6c509977a8fc16d27c3a50e97f105fa6a/cytoolz-1.1.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9a711d1103b819458679277206ad07d78ca6b31c4bb88d6463fd193e19bfb270",
"md5": "7e3d0db87627cdd11888c7be7a1f54c6",
"sha256": "4d96ff3d381423af1b105295f97de86d1db51732c9566eb37378bab6670c5010"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl",
"has_sig": false,
"md5_digest": "7e3d0db87627cdd11888c7be7a1f54c6",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 2807149,
"upload_time": "2025-10-19T00:42:20",
"upload_time_iso_8601": "2025-10-19T00:42:20.964960Z",
"url": "https://files.pythonhosted.org/packages/9a/71/1d1103b819458679277206ad07d78ca6b31c4bb88d6463fd193e19bfb270/cytoolz-1.1.0-cp313-cp313t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1ad43d83a05a21e7d2ed2b9e6daf489999c29934b005de9190272b8a2e3735d0",
"md5": "54be41de0892c48578de64511a25493f",
"sha256": "0ec96b3d537cdf47d4e76ded199f7440715f4c71029b45445cff92c1248808c2"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl",
"has_sig": false,
"md5_digest": "54be41de0892c48578de64511a25493f",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 3111608,
"upload_time": "2025-10-19T00:42:22",
"upload_time_iso_8601": "2025-10-19T00:42:22.684978Z",
"url": "https://files.pythonhosted.org/packages/1a/d4/3d83a05a21e7d2ed2b9e6daf489999c29934b005de9190272b8a2e3735d0/cytoolz-1.1.0-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "518896f68354c3d4af68de41f0db4fe41a23b96a50a4a416636cea325490cfeb",
"md5": "61da8a124a07fa5a9aa4bb35509dd221",
"sha256": "208e2f2ef90a32b0acbff3303d90d89b13570a228d491d2e622a7883a3c68148"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl",
"has_sig": false,
"md5_digest": "61da8a124a07fa5a9aa4bb35509dd221",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 3179373,
"upload_time": "2025-10-19T00:42:24",
"upload_time_iso_8601": "2025-10-19T00:42:24.395235Z",
"url": "https://files.pythonhosted.org/packages/51/88/96f68354c3d4af68de41f0db4fe41a23b96a50a4a416636cea325490cfeb/cytoolz-1.1.0-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ce50ed87a5cd8e6f27ffbb64c39e9730e18ec66c37631db2888ae711909f10c9",
"md5": "c1e39dd7efac2c112b7d2fb9b85a8044",
"sha256": "0d416a81bb0bd517558668e49d30a7475b5445f9bbafaab7dcf066f1e9adba36"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "c1e39dd7efac2c112b7d2fb9b85a8044",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 3003120,
"upload_time": "2025-10-19T00:42:26",
"upload_time_iso_8601": "2025-10-19T00:42:26.180295Z",
"url": "https://files.pythonhosted.org/packages/ce/50/ed87a5cd8e6f27ffbb64c39e9730e18ec66c37631db2888ae711909f10c9/cytoolz-1.1.0-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d3a7acde155b050d6eaa8e9c7845c98fc5fb28501568e78e83ebbf44f8855274",
"md5": "a3886ae487abc1cc988719a2087488db",
"sha256": "f32e94c91ffe49af04835ee713ebd8e005c85ebe83e7e1fdcc00f27164c2d636"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
"has_sig": false,
"md5_digest": "a3886ae487abc1cc988719a2087488db",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 2703225,
"upload_time": "2025-10-19T00:42:27",
"upload_time_iso_8601": "2025-10-19T00:42:27.930685Z",
"url": "https://files.pythonhosted.org/packages/d3/a7/acde155b050d6eaa8e9c7845c98fc5fb28501568e78e83ebbf44f8855274/cytoolz-1.1.0-cp313-cp313t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1bb69d518597c5bdea626b61101e8d2ff94124787a42259dafd9f5fc396f346a",
"md5": "4423a867cda6f267c03988a4ebc3d23b",
"sha256": "15d0c6405efc040499c46df44056a5c382f551a7624a41cf3e4c84a96b988a15"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "4423a867cda6f267c03988a4ebc3d23b",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 2956033,
"upload_time": "2025-10-19T00:42:29",
"upload_time_iso_8601": "2025-10-19T00:42:29.993782Z",
"url": "https://files.pythonhosted.org/packages/1b/b6/9d518597c5bdea626b61101e8d2ff94124787a42259dafd9f5fc396f346a/cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "897a93e5f860926165538c85e1c5e1670ad3424f158df810f8ccd269da652138",
"md5": "895fbdcf3f37ffc5b1f8b2577cd5d3c0",
"sha256": "bf069c5381d757debae891401b88b3a346ba3a28ca45ba9251103b282463fad8"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "895fbdcf3f37ffc5b1f8b2577cd5d3c0",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 2862950,
"upload_time": "2025-10-19T00:42:31",
"upload_time_iso_8601": "2025-10-19T00:42:31.803960Z",
"url": "https://files.pythonhosted.org/packages/89/7a/93e5f860926165538c85e1c5e1670ad3424f158df810f8ccd269da652138/cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "76e699d6af00487bedc27597b54c9fcbfd5c833a69c6b7a9b9f0fff777bfc7aa",
"md5": "bdc6eb80bdfbb8b5a0046025b3dd2899",
"sha256": "7d5cf15892e63411ec1bd67deff0e84317d974e6ab2cdfefdd4a7cea2989df66"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "bdc6eb80bdfbb8b5a0046025b3dd2899",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 2861757,
"upload_time": "2025-10-19T00:42:33",
"upload_time_iso_8601": "2025-10-19T00:42:33.625929Z",
"url": "https://files.pythonhosted.org/packages/76/e6/99d6af00487bedc27597b54c9fcbfd5c833a69c6b7a9b9f0fff777bfc7aa/cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "71caadfa1fb7949478135a37755cb8e88c20cd6b75c22a05f1128f05f3ab2c60",
"md5": "e9da7e6dd1030faa315c92f6dffc569c",
"sha256": "3e3872c21170f8341656f8692f8939e8800dcee6549ad2474d4c817bdefd62cd"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_ppc64le.whl",
"has_sig": false,
"md5_digest": "e9da7e6dd1030faa315c92f6dffc569c",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 2979049,
"upload_time": "2025-10-19T00:42:35",
"upload_time_iso_8601": "2025-10-19T00:42:35.377481Z",
"url": "https://files.pythonhosted.org/packages/71/ca/adfa1fb7949478135a37755cb8e88c20cd6b75c22a05f1128f05f3ab2c60/cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "704c7bf47a03a4497d500bc73d4204e2d907771a017fa4457741b2a1d7c09319",
"md5": "b82a2ed722ee539ba63a2c5eccc17dfd",
"sha256": "b9ddeff8e8fd65eb1fcefa61018100b2b627e759ea6ad275d2e2a93ffac147bf"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_riscv64.whl",
"has_sig": false,
"md5_digest": "b82a2ed722ee539ba63a2c5eccc17dfd",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 2699492,
"upload_time": "2025-10-19T00:42:37",
"upload_time_iso_8601": "2025-10-19T00:42:37.133447Z",
"url": "https://files.pythonhosted.org/packages/70/4c/7bf47a03a4497d500bc73d4204e2d907771a017fa4457741b2a1d7c09319/cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_riscv64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7ee73d034b0e4817314f07aa465d5864e9b8df9d25cb260a53dd84583e491558",
"md5": "1f1e536bb517effe63cadcdf17175369",
"sha256": "02feeeda93e1fa3b33414eb57c2b0aefd1db8f558dd33fdfcce664a0f86056e4"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_s390x.whl",
"has_sig": false,
"md5_digest": "1f1e536bb517effe63cadcdf17175369",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 2995646,
"upload_time": "2025-10-19T00:42:38",
"upload_time_iso_8601": "2025-10-19T00:42:38.912862Z",
"url": "https://files.pythonhosted.org/packages/7e/e7/3d034b0e4817314f07aa465d5864e9b8df9d25cb260a53dd84583e491558/cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c162be357181c71648d9fe1d1ce91cd42c63457dcf3c158e144416fd51dced83",
"md5": "a221d707c1ab2f3bddaafde9b4c74e6d",
"sha256": "d08154ad45349162b6c37f12d5d1b2e6eef338e657b85e1621e4e6a4a69d64cb"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "a221d707c1ab2f3bddaafde9b4c74e6d",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 2919481,
"upload_time": "2025-10-19T00:42:40",
"upload_time_iso_8601": "2025-10-19T00:42:40.850438Z",
"url": "https://files.pythonhosted.org/packages/c1/62/be357181c71648d9fe1d1ce91cd42c63457dcf3c158e144416fd51dced83/cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "62d5bf5434fde726c4f80cb99912b2d8e0afa1587557e2a2d7e0315eb942f2de",
"md5": "afac35ded260932a21a54c5fc6c08ee8",
"sha256": "10ae4718a056948d73ca3e1bb9ab1f95f897ec1e362f829b9d37cc29ab566c60"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313t-win32.whl",
"has_sig": false,
"md5_digest": "afac35ded260932a21a54c5fc6c08ee8",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 951595,
"upload_time": "2025-10-19T00:42:42",
"upload_time_iso_8601": "2025-10-19T00:42:42.877538Z",
"url": "https://files.pythonhosted.org/packages/62/d5/bf5434fde726c4f80cb99912b2d8e0afa1587557e2a2d7e0315eb942f2de/cytoolz-1.1.0-cp313-cp313t-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "642939c161e9204a9715321ddea698cbd0abc317e78522c7c642363c20589e71",
"md5": "b4d655e5fd77ecd846c2a5fcfff5d81e",
"sha256": "1bb77bc6197e5cb19784b6a42bb0f8427e81737a630d9d7dda62ed31733f9e6c"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313t-win_amd64.whl",
"has_sig": false,
"md5_digest": "b4d655e5fd77ecd846c2a5fcfff5d81e",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 1004445,
"upload_time": "2025-10-19T00:42:44",
"upload_time_iso_8601": "2025-10-19T00:42:44.855338Z",
"url": "https://files.pythonhosted.org/packages/64/29/39c161e9204a9715321ddea698cbd0abc317e78522c7c642363c20589e71/cytoolz-1.1.0-cp313-cp313t-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e25a7cbff5e9a689f558cb0bdf277f9562b2ac51acf7cd15e055b8c3efb0e1ef",
"md5": "e01333d77d53a8da4c87864fad1446ac",
"sha256": "563dda652c6ff52d215704fbe6b491879b78d7bbbb3a9524ec8e763483cb459f"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313t-win_arm64.whl",
"has_sig": false,
"md5_digest": "e01333d77d53a8da4c87864fad1446ac",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 926207,
"upload_time": "2025-10-19T00:42:46",
"upload_time_iso_8601": "2025-10-19T00:42:46.456051Z",
"url": "https://files.pythonhosted.org/packages/e2/5a/7cbff5e9a689f558cb0bdf277f9562b2ac51acf7cd15e055b8c3efb0e1ef/cytoolz-1.1.0-cp313-cp313t-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "93e2a9e7511f0a13fdbefa5bf73cf8e4763878140de9453fd3e50d6ac57b6be7",
"md5": "7bbd4cbd5f0d9db4984bec3feb0b7117",
"sha256": "db5dbcfda1c00e937426cbf9bdc63c24ebbc358c3263bfcbc1ab4a88dc52aa8e"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313-win32.whl",
"has_sig": false,
"md5_digest": "7bbd4cbd5f0d9db4984bec3feb0b7117",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 900844,
"upload_time": "2025-10-19T00:42:05",
"upload_time_iso_8601": "2025-10-19T00:42:05.967258Z",
"url": "https://files.pythonhosted.org/packages/93/e2/a9e7511f0a13fdbefa5bf73cf8e4763878140de9453fd3e50d6ac57b6be7/cytoolz-1.1.0-cp313-cp313-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d6a4fb7eb403c6a4c81e5a30363f34a71adcc8bf5292dc8ea32e2440aa5668f2",
"md5": "78d355768d51f67706e94eeddeb1e696",
"sha256": "9e2d3fe3b45c3eb7233746f7aca37789be3dceec3e07dcc406d3e045ea0f7bdc"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "78d355768d51f67706e94eeddeb1e696",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 946461,
"upload_time": "2025-10-19T00:42:07",
"upload_time_iso_8601": "2025-10-19T00:42:07.983328Z",
"url": "https://files.pythonhosted.org/packages/d6/a4/fb7eb403c6a4c81e5a30363f34a71adcc8bf5292dc8ea32e2440aa5668f2/cytoolz-1.1.0-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "93bb1c8c33d353548d240bc6e8677ee8c3560ce5fa2f084e928facf7c35a6dcf",
"md5": "5320c7a7619a7dde7e952890080883a6",
"sha256": "32c559f95ff44a9ebcbd934acaa1e6dc8f3e6ffce4762a79a88528064873d6d5"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp313-cp313-win_arm64.whl",
"has_sig": false,
"md5_digest": "5320c7a7619a7dde7e952890080883a6",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 902673,
"upload_time": "2025-10-19T00:42:09",
"upload_time_iso_8601": "2025-10-19T00:42:09.982674Z",
"url": "https://files.pythonhosted.org/packages/93/bb/1c8c33d353548d240bc6e8677ee8c3560ce5fa2f084e928facf7c35a6dcf/cytoolz-1.1.0-cp313-cp313-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b7e8297a85ba700f437c01eba962428e6ab4572f6c3e68e8ff442ce5c9d3a496",
"md5": "d00dcbc4a0bbe0e648f8feb34c871c6b",
"sha256": "d542cee7c7882d2a914a33dec4d3600416fb336734df979473249d4c53d207a1"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314-ios_13_0_arm64_iphoneos.whl",
"has_sig": false,
"md5_digest": "d00dcbc4a0bbe0e648f8feb34c871c6b",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 980613,
"upload_time": "2025-10-19T00:42:47",
"upload_time_iso_8601": "2025-10-19T00:42:47.988711Z",
"url": "https://files.pythonhosted.org/packages/b7/e8/297a85ba700f437c01eba962428e6ab4572f6c3e68e8ff442ce5c9d3a496/cytoolz-1.1.0-cp314-cp314-ios_13_0_arm64_iphoneos.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e8d72b02c9d18e9cc263a0e22690f78080809f1eafe72f26b29ccc115d3bf5c8",
"md5": "d019b0ad0eb4ad582b86857841a56971",
"sha256": "31922849b701b0f24bb62e56eb2488dcd3aa6ae3057694bd6b3b7c4c2bc27c2f"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314-ios_13_0_arm64_iphonesimulator.whl",
"has_sig": false,
"md5_digest": "d019b0ad0eb4ad582b86857841a56971",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 990476,
"upload_time": "2025-10-19T00:42:49",
"upload_time_iso_8601": "2025-10-19T00:42:49.653877Z",
"url": "https://files.pythonhosted.org/packages/e8/d7/2b02c9d18e9cc263a0e22690f78080809f1eafe72f26b29ccc115d3bf5c8/cytoolz-1.1.0-cp314-cp314-ios_13_0_arm64_iphonesimulator.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8926b6b159d2929310fca0eff8a4989cd4b1ecbdf7c46fdff46c7a20fcae55c8",
"md5": "449cbc055ae683a4272db25bbe54ca69",
"sha256": "e68308d32afd31943314735c1335e4ab5696110e96b405f6bdb8f2a8dc771a16"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314-ios_13_0_x86_64_iphonesimulator.whl",
"has_sig": false,
"md5_digest": "449cbc055ae683a4272db25bbe54ca69",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 992712,
"upload_time": "2025-10-19T00:42:51",
"upload_time_iso_8601": "2025-10-19T00:42:51.306177Z",
"url": "https://files.pythonhosted.org/packages/89/26/b6b159d2929310fca0eff8a4989cd4b1ecbdf7c46fdff46c7a20fcae55c8/cytoolz-1.1.0-cp314-cp314-ios_13_0_x86_64_iphonesimulator.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "42a0f7c572aa151ed466b0fce4a327c3cc916d3ef3c82e341be59ea4b9bee9e4",
"md5": "05423543ce6e8358803945e50a452fc2",
"sha256": "fc4bb48b3b866e1867f7c6411a4229e5b44be3989060663713e10efc24c9bd5f"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314-macosx_10_15_universal2.whl",
"has_sig": false,
"md5_digest": "05423543ce6e8358803945e50a452fc2",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 1322596,
"upload_time": "2025-10-19T00:42:52",
"upload_time_iso_8601": "2025-10-19T00:42:52.978807Z",
"url": "https://files.pythonhosted.org/packages/42/a0/f7c572aa151ed466b0fce4a327c3cc916d3ef3c82e341be59ea4b9bee9e4/cytoolz-1.1.0-cp314-cp314-macosx_10_15_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "727ca55d035e20b77b6725e85c8f1a418b3a4c23967288b8b0c2d1a40f158cbe",
"md5": "1b86740d9a3bd247dd2d1d31401426e5",
"sha256": "456f77207d1445025d7ef262b8370a05492dcb1490cb428b0f3bf1bd744a89b0"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314-macosx_10_15_x86_64.whl",
"has_sig": false,
"md5_digest": "1b86740d9a3bd247dd2d1d31401426e5",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 992825,
"upload_time": "2025-10-19T00:42:55",
"upload_time_iso_8601": "2025-10-19T00:42:55.026830Z",
"url": "https://files.pythonhosted.org/packages/72/7c/a55d035e20b77b6725e85c8f1a418b3a4c23967288b8b0c2d1a40f158cbe/cytoolz-1.1.0-cp314-cp314-macosx_10_15_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "03af39d2d3db322136e12e9336a1f13bab51eab88b386bfb11f91d3faff8ba34",
"md5": "df2de128e726a42338716680e5c5ddb8",
"sha256": "174ebc71ebb20a9baeffce6ee07ee2cd913754325c93f99d767380d8317930f7"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "df2de128e726a42338716680e5c5ddb8",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 990525,
"upload_time": "2025-10-19T00:42:56",
"upload_time_iso_8601": "2025-10-19T00:42:56.666461Z",
"url": "https://files.pythonhosted.org/packages/03/af/39d2d3db322136e12e9336a1f13bab51eab88b386bfb11f91d3faff8ba34/cytoolz-1.1.0-cp314-cp314-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a6bd65d7a869d307f9b10ad45c2c1cbb40b81a8d0ed1138fa17fd904f5c83298",
"md5": "f814b55b8a48fc93250ede60f4ece365",
"sha256": "8b3604fef602bcd53415055a4f68468339192fd17be39e687ae24f476d23d56e"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
"has_sig": false,
"md5_digest": "f814b55b8a48fc93250ede60f4ece365",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 2672409,
"upload_time": "2025-10-19T00:42:58",
"upload_time_iso_8601": "2025-10-19T00:42:58.810428Z",
"url": "https://files.pythonhosted.org/packages/a6/bd/65d7a869d307f9b10ad45c2c1cbb40b81a8d0ed1138fa17fd904f5c83298/cytoolz-1.1.0-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2dfb74dfd844bfd67e810bd36e8e3903a143035447245828e7fcd7c81351d775",
"md5": "8a702af8831cd09104bd146263d8d75a",
"sha256": "3604b959a01f64c366e7d10ec7634d5f5cfe10301e27a8f090f6eb3b2a628a18"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "8a702af8831cd09104bd146263d8d75a",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 2808477,
"upload_time": "2025-10-19T00:43:00",
"upload_time_iso_8601": "2025-10-19T00:43:00.577322Z",
"url": "https://files.pythonhosted.org/packages/2d/fb/74dfd844bfd67e810bd36e8e3903a143035447245828e7fcd7c81351d775/cytoolz-1.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d61f587686c43e31c19241ec317da66438d093523921ea7749bbc65558a30df9",
"md5": "8b0bcc42d4b5fd4523326e083df5d17f",
"sha256": "6db2127a3c1bc2f59f08010d2ae53a760771a9de2f67423ad8d400e9ba4276e8"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl",
"has_sig": false,
"md5_digest": "8b0bcc42d4b5fd4523326e083df5d17f",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 2636881,
"upload_time": "2025-10-19T00:43:02",
"upload_time_iso_8601": "2025-10-19T00:43:02.240600Z",
"url": "https://files.pythonhosted.org/packages/d6/1f/587686c43e31c19241ec317da66438d093523921ea7749bbc65558a30df9/cytoolz-1.1.0-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bc6d90468cd34f77cb38a11af52c4dc6199efcc97a486395a21bef72e9b7602e",
"md5": "8858d7969e3e8ac8edbd1243cfdbd32e",
"sha256": "56584745ac647993a016a21bc76399113b7595e312f8d0a1b140c9fcf9b58a27"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl",
"has_sig": false,
"md5_digest": "8858d7969e3e8ac8edbd1243cfdbd32e",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 2937315,
"upload_time": "2025-10-19T00:43:03",
"upload_time_iso_8601": "2025-10-19T00:43:03.954824Z",
"url": "https://files.pythonhosted.org/packages/bc/6d/90468cd34f77cb38a11af52c4dc6199efcc97a486395a21bef72e9b7602e/cytoolz-1.1.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d9507b92cd78c613b92e3509e6291d3fb7e0d72ebda999a8df806a96c40ca9ab",
"md5": "19d1fc4b5ca31fb566b899c3cfbe22b7",
"sha256": "db2c4c3a7f7bd7e03bb1a236a125c8feb86c75802f4ecda6ecfaf946610b2930"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl",
"has_sig": false,
"md5_digest": "19d1fc4b5ca31fb566b899c3cfbe22b7",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 2959988,
"upload_time": "2025-10-19T00:43:05",
"upload_time_iso_8601": "2025-10-19T00:43:05.758778Z",
"url": "https://files.pythonhosted.org/packages/d9/50/7b92cd78c613b92e3509e6291d3fb7e0d72ebda999a8df806a96c40ca9ab/cytoolz-1.1.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "44d534b5a28a8d9bb329f984b4c2259407ca3f501d1abeb01bacea07937d85d1",
"md5": "8e3863d5a571a28e2a339187249c61d5",
"sha256": "48cb8a692111a285d2b9acd16d185428176bfbffa8a7c274308525fccd01dd42"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "8e3863d5a571a28e2a339187249c61d5",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 2795116,
"upload_time": "2025-10-19T00:43:07",
"upload_time_iso_8601": "2025-10-19T00:43:07.411784Z",
"url": "https://files.pythonhosted.org/packages/44/d5/34b5a28a8d9bb329f984b4c2259407ca3f501d1abeb01bacea07937d85d1/cytoolz-1.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f5d95dd829e33273ec03bdc3c812e6c3281987ae2c5c91645582f6c331544a64",
"md5": "c03bdb2bd46f3bcf2ee8c30f73dbff86",
"sha256": "d2f344ba5eb17dcf38ee37fdde726f69053f54927db8f8a1bed6ac61e5b1890d"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
"has_sig": false,
"md5_digest": "c03bdb2bd46f3bcf2ee8c30f73dbff86",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 2535390,
"upload_time": "2025-10-19T00:43:09",
"upload_time_iso_8601": "2025-10-19T00:43:09.104291Z",
"url": "https://files.pythonhosted.org/packages/f5/d9/5dd829e33273ec03bdc3c812e6c3281987ae2c5c91645582f6c331544a64/cytoolz-1.1.0-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "871f7f9c58068a8eec2183110df051bc6b69dd621143f84473eeb6dc1b32905a",
"md5": "463eb8bd81924f64cb7e3a0923d8db9c",
"sha256": "abf76b1c1abd031f098f293b6d90ee08bdaa45f8b5678430e331d991b82684b1"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "463eb8bd81924f64cb7e3a0923d8db9c",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 2704834,
"upload_time": "2025-10-19T00:43:10",
"upload_time_iso_8601": "2025-10-19T00:43:10.942158Z",
"url": "https://files.pythonhosted.org/packages/87/1f/7f9c58068a8eec2183110df051bc6b69dd621143f84473eeb6dc1b32905a/cytoolz-1.1.0-cp314-cp314-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d290667def5665333575d01a65fe3ec0ca31b897895f6e3bc1a42d6ea3659369",
"md5": "645714ea9aecd6f8bcf023305f8fca4c",
"sha256": "ddf9a38a5b686091265ff45b53d142e44a538cd6c2e70610d3bc6be094219032"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "645714ea9aecd6f8bcf023305f8fca4c",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 2658441,
"upload_time": "2025-10-19T00:43:12",
"upload_time_iso_8601": "2025-10-19T00:43:12.655687Z",
"url": "https://files.pythonhosted.org/packages/d2/90/667def5665333575d01a65fe3ec0ca31b897895f6e3bc1a42d6ea3659369/cytoolz-1.1.0-cp314-cp314-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "23796615f9a14960bd29ac98b823777b6589357833f65cf1a11b5abc1587c120",
"md5": "f9b2799b1a7f197edd3e5a77389faee4",
"sha256": "946786755274f07bb2be0400f28adb31d7d85a7c7001873c0a8e24a503428fb3"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "f9b2799b1a7f197edd3e5a77389faee4",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 2654766,
"upload_time": "2025-10-19T00:43:14",
"upload_time_iso_8601": "2025-10-19T00:43:14.325533Z",
"url": "https://files.pythonhosted.org/packages/23/79/6615f9a14960bd29ac98b823777b6589357833f65cf1a11b5abc1587c120/cytoolz-1.1.0-cp314-cp314-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b099be59c6e0ae02153ef10ae1ff0f380fb19d973c651b50cf829a731f6c9e79",
"md5": "cb46708ace1a08f21e276b3fda3d4ae6",
"sha256": "d5b8f78b9fed79cf185ad4ddec099abeef45951bdcb416c5835ba05f0a1242c7"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314-musllinux_1_2_ppc64le.whl",
"has_sig": false,
"md5_digest": "cb46708ace1a08f21e276b3fda3d4ae6",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 2827649,
"upload_time": "2025-10-19T00:43:16",
"upload_time_iso_8601": "2025-10-19T00:43:16.132581Z",
"url": "https://files.pythonhosted.org/packages/b0/99/be59c6e0ae02153ef10ae1ff0f380fb19d973c651b50cf829a731f6c9e79/cytoolz-1.1.0-cp314-cp314-musllinux_1_2_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "19b7854ddcf9f9618844108677c20d48f4611b5c636956adea0f0e85e027608f",
"md5": "2d04e6e6d4b7d9758f9b98a073565a54",
"sha256": "fccde6efefdbc02e676ccb352a2ccc8a8e929f59a1c6d3d60bb78e923a49ca44"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314-musllinux_1_2_riscv64.whl",
"has_sig": false,
"md5_digest": "2d04e6e6d4b7d9758f9b98a073565a54",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 2533456,
"upload_time": "2025-10-19T00:43:17",
"upload_time_iso_8601": "2025-10-19T00:43:17.764549Z",
"url": "https://files.pythonhosted.org/packages/19/b7/854ddcf9f9618844108677c20d48f4611b5c636956adea0f0e85e027608f/cytoolz-1.1.0-cp314-cp314-musllinux_1_2_riscv64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4566bfe6fbb2bdcf03c8377c8c2f542576e15f3340c905a09d78a6cb3badd39a",
"md5": "245b511cf5ee6c0493424060fd45a0b9",
"sha256": "717b7775313da5f51b0fbf50d865aa9c39cb241bd4cb605df3cf2246d6567397"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314-musllinux_1_2_s390x.whl",
"has_sig": false,
"md5_digest": "245b511cf5ee6c0493424060fd45a0b9",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 2826455,
"upload_time": "2025-10-19T00:43:19",
"upload_time_iso_8601": "2025-10-19T00:43:19.561376Z",
"url": "https://files.pythonhosted.org/packages/45/66/bfe6fbb2bdcf03c8377c8c2f542576e15f3340c905a09d78a6cb3badd39a/cytoolz-1.1.0-cp314-cp314-musllinux_1_2_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c30ccce4047bd927e95f59e73319c02c9bc86bd3d76392e0eb9e41a1147a479c",
"md5": "f31a34718d81ec5549f6f49f468e6c66",
"sha256": "5158744a09d0e0e4a4f82225e3a3c4ebf38f9ae74467aaa905467270e52f2794"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "f31a34718d81ec5549f6f49f468e6c66",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 2714897,
"upload_time": "2025-10-19T00:43:21",
"upload_time_iso_8601": "2025-10-19T00:43:21.291287Z",
"url": "https://files.pythonhosted.org/packages/c3/0c/cce4047bd927e95f59e73319c02c9bc86bd3d76392e0eb9e41a1147a479c/cytoolz-1.1.0-cp314-cp314-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1997b4a8c76796a9a8b9bc90c7992840fa1589a1af8e0426562dea4ce9b384a7",
"md5": "af768335b9ddba98f95e842651e6e446",
"sha256": "64b63ed4b71b1ba813300ad0f06b8aff19a12cf51116e0e4f1ed837cea4debcf"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314t-macosx_10_15_universal2.whl",
"has_sig": false,
"md5_digest": "af768335b9ddba98f95e842651e6e446",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 1372606,
"upload_time": "2025-10-19T00:43:28",
"upload_time_iso_8601": "2025-10-19T00:43:28.491804Z",
"url": "https://files.pythonhosted.org/packages/19/97/b4a8c76796a9a8b9bc90c7992840fa1589a1af8e0426562dea4ce9b384a7/cytoolz-1.1.0-cp314-cp314t-macosx_10_15_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "08d4a1bb1a32b454a2d650db8374ff3bf875ba0fc1c36e6446ec02a83b9140a1",
"md5": "c22383fc25e6c5ee423d8949fbc8d705",
"sha256": "a60ba6f2ed9eb0003a737e1ee1e9fa2258e749da6477946008d4324efa25149f"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314t-macosx_10_15_x86_64.whl",
"has_sig": false,
"md5_digest": "c22383fc25e6c5ee423d8949fbc8d705",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 1012189,
"upload_time": "2025-10-19T00:43:30",
"upload_time_iso_8601": "2025-10-19T00:43:30.177037Z",
"url": "https://files.pythonhosted.org/packages/08/d4/a1bb1a32b454a2d650db8374ff3bf875ba0fc1c36e6446ec02a83b9140a1/cytoolz-1.1.0-cp314-cp314t-macosx_10_15_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "214b2f5cbbd81588918ee7dd70cffb66731608f578a9b72166aafa991071af7d",
"md5": "c2488c29b8b9689a494222b870150c15",
"sha256": "1aa58e2434d732241f7f051e6f17657e969a89971025e24578b5cbc6f1346485"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314t-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "c2488c29b8b9689a494222b870150c15",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 1020624,
"upload_time": "2025-10-19T00:43:31",
"upload_time_iso_8601": "2025-10-19T00:43:31.712388Z",
"url": "https://files.pythonhosted.org/packages/21/4b/2f5cbbd81588918ee7dd70cffb66731608f578a9b72166aafa991071af7d/cytoolz-1.1.0-cp314-cp314t-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f599c4954dd86cd593cd776a038b36795a259b8b5c12cbab6363edf5f6d9c909",
"md5": "b026f0c6c3ffa8c95a9d59010f24ce98",
"sha256": "6965af3fc7214645970e312deb9bd35a213a1eaabcfef4f39115e60bf2f76867"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
"has_sig": false,
"md5_digest": "b026f0c6c3ffa8c95a9d59010f24ce98",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 2917016,
"upload_time": "2025-10-19T00:43:33",
"upload_time_iso_8601": "2025-10-19T00:43:33.531199Z",
"url": "https://files.pythonhosted.org/packages/f5/99/c4954dd86cd593cd776a038b36795a259b8b5c12cbab6363edf5f6d9c909/cytoolz-1.1.0-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b27cf1f70a17e272b433232bc8a27df97e46b202d6cc07e3b0d63f7f41ba0f2d",
"md5": "9bae88f67fc729d56c6d5b36d0f75256",
"sha256": "ddd2863f321d67527d3b67a93000a378ad6f967056f68c06467fe011278a6d0e"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "9bae88f67fc729d56c6d5b36d0f75256",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 3107634,
"upload_time": "2025-10-19T00:43:35",
"upload_time_iso_8601": "2025-10-19T00:43:35.570140Z",
"url": "https://files.pythonhosted.org/packages/b2/7c/f1f70a17e272b433232bc8a27df97e46b202d6cc07e3b0d63f7f41ba0f2d/cytoolz-1.1.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8fbdc3226a57474b4aef1f90040510cba30d0decd3515fed48dc229b37c2f898",
"md5": "0cfaca6c4e7d4ebc01c3836135ab0a20",
"sha256": "4e6b428e9eb5126053c2ae0efa62512ff4b38ed3951f4d0888ca7005d63e56f5"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl",
"has_sig": false,
"md5_digest": "0cfaca6c4e7d4ebc01c3836135ab0a20",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 2806221,
"upload_time": "2025-10-19T00:43:37",
"upload_time_iso_8601": "2025-10-19T00:43:37.707800Z",
"url": "https://files.pythonhosted.org/packages/8f/bd/c3226a57474b4aef1f90040510cba30d0decd3515fed48dc229b37c2f898/cytoolz-1.1.0-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c3472f7bfe4aaa1e07dc9828bea228ed744faf73b26aee0c1bdf3b5520bf1909",
"md5": "573c0e2a9b87039b604ba379380dfeff",
"sha256": "d758e5ef311d2671e0ae8c214c52e44617cf1e58bef8f022b547b9802a5a7f30"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl",
"has_sig": false,
"md5_digest": "573c0e2a9b87039b604ba379380dfeff",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 3107671,
"upload_time": "2025-10-19T00:43:39",
"upload_time_iso_8601": "2025-10-19T00:43:39.401780Z",
"url": "https://files.pythonhosted.org/packages/c3/47/2f7bfe4aaa1e07dc9828bea228ed744faf73b26aee0c1bdf3b5520bf1909/cytoolz-1.1.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4d126ff3b04fbd1369d0fcd5f8b5910ba6e427e33bf113754c4c35ec3f747924",
"md5": "608cb7fb4a78b2145af81b7f30f55f77",
"sha256": "a95416eca473e6c1179b48d86adcf528b59c63ce78f4cb9934f2e413afa9b56b"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl",
"has_sig": false,
"md5_digest": "608cb7fb4a78b2145af81b7f30f55f77",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 3176350,
"upload_time": "2025-10-19T00:43:41",
"upload_time_iso_8601": "2025-10-19T00:43:41.148148Z",
"url": "https://files.pythonhosted.org/packages/4d/12/6ff3b04fbd1369d0fcd5f8b5910ba6e427e33bf113754c4c35ec3f747924/cytoolz-1.1.0-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e68c6691d986b728e77b5d2872743ebcd962d37a2d0f7e9ad95a81b284fbf905",
"md5": "7996f35f9cd4c2efd3f7d109ef57621a",
"sha256": "36c8ede93525cf11e2cc787b7156e5cecd7340193ef800b816a16f1404a8dc6d"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "7996f35f9cd4c2efd3f7d109ef57621a",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 3001173,
"upload_time": "2025-10-19T00:43:42",
"upload_time_iso_8601": "2025-10-19T00:43:42.923990Z",
"url": "https://files.pythonhosted.org/packages/e6/8c/6691d986b728e77b5d2872743ebcd962d37a2d0f7e9ad95a81b284fbf905/cytoolz-1.1.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7acbf59d83a5058e1198db5a1f04e4a124c94d60390e4fa89b6d2e38ee8288a0",
"md5": "9e17711125d72d66beab583db48a7597",
"sha256": "c0c949755b6d8a649c5fbc888bc30915926f1b09fe42fea9f289e297c2f6ddd3"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
"has_sig": false,
"md5_digest": "9e17711125d72d66beab583db48a7597",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 2701374,
"upload_time": "2025-10-19T00:43:44",
"upload_time_iso_8601": "2025-10-19T00:43:44.716897Z",
"url": "https://files.pythonhosted.org/packages/7a/cb/f59d83a5058e1198db5a1f04e4a124c94d60390e4fa89b6d2e38ee8288a0/cytoolz-1.1.0-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b7f01ae6d28df503b0bdae094879da2072b8ba13db5919cd3798918761578411",
"md5": "14e3d412c7bce93a72a76ed4190e4fd7",
"sha256": "e1b6d37545816905a76d9ed59fa4e332f929e879f062a39ea0f6f620405cdc27"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "14e3d412c7bce93a72a76ed4190e4fd7",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 2953081,
"upload_time": "2025-10-19T00:43:47",
"upload_time_iso_8601": "2025-10-19T00:43:47.103454Z",
"url": "https://files.pythonhosted.org/packages/b7/f0/1ae6d28df503b0bdae094879da2072b8ba13db5919cd3798918761578411/cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f406d86fe811c6222dc32d3e08f5d88d2be598a6055b4d0590e7c1428d55c386",
"md5": "b476005818930dac2470faf5a02ead47",
"sha256": "05332112d4087904842b36954cd1d3fc0e463a2f4a7ef9477bd241427c593c3b"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "b476005818930dac2470faf5a02ead47",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 2862228,
"upload_time": "2025-10-19T00:43:49",
"upload_time_iso_8601": "2025-10-19T00:43:49.353098Z",
"url": "https://files.pythonhosted.org/packages/f4/06/d86fe811c6222dc32d3e08f5d88d2be598a6055b4d0590e7c1428d55c386/cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ae32978ef6f42623be44a0a03ae9de875ab54aa26c7e38c5c4cd505460b0927d",
"md5": "fcb9403c570a52a2e30492f23088a00a",
"sha256": "31538ca2fad2d688cbd962ccc3f1da847329e2258a52940f10a2ac0719e526be"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "fcb9403c570a52a2e30492f23088a00a",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 2861971,
"upload_time": "2025-10-19T00:43:51",
"upload_time_iso_8601": "2025-10-19T00:43:51.028435Z",
"url": "https://files.pythonhosted.org/packages/ae/32/978ef6f42623be44a0a03ae9de875ab54aa26c7e38c5c4cd505460b0927d/cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "eef774c69497e756b752b359925d1feef68b91df024a4124a823740f675dacd3",
"md5": "2116fa481c702fda4d435f94034d2e8e",
"sha256": "747562aa70abf219ea16f07d50ac0157db856d447f7f498f592e097cbc77df0b"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_ppc64le.whl",
"has_sig": false,
"md5_digest": "2116fa481c702fda4d435f94034d2e8e",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 2975304,
"upload_time": "2025-10-19T00:43:52",
"upload_time_iso_8601": "2025-10-19T00:43:52.990773Z",
"url": "https://files.pythonhosted.org/packages/ee/f7/74c69497e756b752b359925d1feef68b91df024a4124a823740f675dacd3/cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5b2b3ce0e6889a6491f3418ad4d84ae407b8456b02169a5a1f87990dbba7433b",
"md5": "6b229f6324ee207758fe9af93d7bc406",
"sha256": "3dc15c48b20c0f467e15e341e102896c8422dccf8efc6322def5c1b02f074629"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_riscv64.whl",
"has_sig": false,
"md5_digest": "6b229f6324ee207758fe9af93d7bc406",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 2697371,
"upload_time": "2025-10-19T00:43:55",
"upload_time_iso_8601": "2025-10-19T00:43:55.312361Z",
"url": "https://files.pythonhosted.org/packages/5b/2b/3ce0e6889a6491f3418ad4d84ae407b8456b02169a5a1f87990dbba7433b/cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_riscv64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1587c616577f0891d97860643c845f7221e95240aa589586de727e28a5eb6e52",
"md5": "f0f8743d9de0d766d67d48ea99da9004",
"sha256": "3c03137ee6103ba92d5d6ad6a510e86fded69cd67050bd8a1843f15283be17ac"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_s390x.whl",
"has_sig": false,
"md5_digest": "f0f8743d9de0d766d67d48ea99da9004",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 2992436,
"upload_time": "2025-10-19T00:43:57",
"upload_time_iso_8601": "2025-10-19T00:43:57.253156Z",
"url": "https://files.pythonhosted.org/packages/15/87/c616577f0891d97860643c845f7221e95240aa589586de727e28a5eb6e52/cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e79f490c81bffb3428ab1fa114051fbb5ba18aaa2e2fe4da5bf4170ca524e6b3",
"md5": "c2b7408a1316bde8047cfce711094c4f",
"sha256": "be8e298d88f88bd172b59912240558be3b7a04959375646e7fd4996401452941"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "c2b7408a1316bde8047cfce711094c4f",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 2917612,
"upload_time": "2025-10-19T00:43:59",
"upload_time_iso_8601": "2025-10-19T00:43:59.423826Z",
"url": "https://files.pythonhosted.org/packages/e7/9f/490c81bffb3428ab1fa114051fbb5ba18aaa2e2fe4da5bf4170ca524e6b3/cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "66350fec2769660ca6472bbf3317ab634675827bb706d193e3240aaf20eab961",
"md5": "a75a9caef881ae5aa88fe980a204b925",
"sha256": "3d407140f5604a89578285d4aac7b18b8eafa055cf776e781aabb89c48738fad"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314t-win32.whl",
"has_sig": false,
"md5_digest": "a75a9caef881ae5aa88fe980a204b925",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 960842,
"upload_time": "2025-10-19T00:44:01",
"upload_time_iso_8601": "2025-10-19T00:44:01.143726Z",
"url": "https://files.pythonhosted.org/packages/66/35/0fec2769660ca6472bbf3317ab634675827bb706d193e3240aaf20eab961/cytoolz-1.1.0-cp314-cp314t-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "46b4b7ce3d3cd20337becfec978ecfa6d0ef64884d0cf32d44edfed8700914b9",
"md5": "7499744f3502707ab61d79f336727bdc",
"sha256": "56e5afb69eb6e1b3ffc34716ee5f92ffbdb5cb003b3a5ca4d4b0fe700e217162"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314t-win_amd64.whl",
"has_sig": false,
"md5_digest": "7499744f3502707ab61d79f336727bdc",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 1020835,
"upload_time": "2025-10-19T00:44:03",
"upload_time_iso_8601": "2025-10-19T00:44:03.246757Z",
"url": "https://files.pythonhosted.org/packages/46/b4/b7ce3d3cd20337becfec978ecfa6d0ef64884d0cf32d44edfed8700914b9/cytoolz-1.1.0-cp314-cp314t-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2c1f0498009aa563a9c5d04f520aadc6e1c0942434d089d0b2f51ea986470f55",
"md5": "c208f77e450b9e175f4f9d6809b343c7",
"sha256": "27b19b4a286b3ff52040efa42dbe403730aebe5fdfd2def704eb285e2125c63e"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314t-win_arm64.whl",
"has_sig": false,
"md5_digest": "c208f77e450b9e175f4f9d6809b343c7",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 927963,
"upload_time": "2025-10-19T00:44:04",
"upload_time_iso_8601": "2025-10-19T00:44:04.850460Z",
"url": "https://files.pythonhosted.org/packages/2c/1f/0498009aa563a9c5d04f520aadc6e1c0942434d089d0b2f51ea986470f55/cytoolz-1.1.0-cp314-cp314t-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ac9a061323bb289b565802bad14fb7ab59fcd8713105df142bcf4dd9ff64f8ac",
"md5": "ca27261f1bf4f581ea863937cd72f8f8",
"sha256": "1ed534bdbbf063b2bb28fca7d0f6723a3e5a72b086e7c7fe6d74ae8c3e4d00e2"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314-win32.whl",
"has_sig": false,
"md5_digest": "ca27261f1bf4f581ea863937cd72f8f8",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 901490,
"upload_time": "2025-10-19T00:43:22",
"upload_time_iso_8601": "2025-10-19T00:43:22.895636Z",
"url": "https://files.pythonhosted.org/packages/ac/9a/061323bb289b565802bad14fb7ab59fcd8713105df142bcf4dd9ff64f8ac/cytoolz-1.1.0-cp314-cp314-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a3201f3a733d710d2a25d6f10b463bef55ada52fe6392a5d233c8d770191f48a",
"md5": "7566343f8be2c49268f520d3032be7fc",
"sha256": "472c1c9a085f5ad973ec0ad7f0b9ba0969faea6f96c9e397f6293d386f3a25ec"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314-win_amd64.whl",
"has_sig": false,
"md5_digest": "7566343f8be2c49268f520d3032be7fc",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 946730,
"upload_time": "2025-10-19T00:43:24",
"upload_time_iso_8601": "2025-10-19T00:43:24.838024Z",
"url": "https://files.pythonhosted.org/packages/a3/20/1f3a733d710d2a25d6f10b463bef55ada52fe6392a5d233c8d770191f48a/cytoolz-1.1.0-cp314-cp314-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f2222d657db4a5d1c10a152061800f812caba9ef20d7bd2406f51a5fd800c180",
"md5": "418e8fea441161fe717c9f5304bd9784",
"sha256": "a7ad7ca3386fa86bd301be3fa36e7f0acb024f412f665937955acfc8eb42deff"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp314-cp314-win_arm64.whl",
"has_sig": false,
"md5_digest": "418e8fea441161fe717c9f5304bd9784",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.9",
"size": 905722,
"upload_time": "2025-10-19T00:43:26",
"upload_time_iso_8601": "2025-10-19T00:43:26.439151Z",
"url": "https://files.pythonhosted.org/packages/f2/22/2d657db4a5d1c10a152061800f812caba9ef20d7bd2406f51a5fd800c180/cytoolz-1.1.0-cp314-cp314-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "292aab01bc8bf611f8b7e7f42c666da585f87e4cdf88334100c86282e610ce78",
"md5": "a0067d844a18b23a46a98f46f1bc4ef8",
"sha256": "08a63935c66488511b7b29b06233be0be5f4123622fc8fd488f28dc1b7e4c164"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp39-cp39-macosx_10_9_universal2.whl",
"has_sig": false,
"md5_digest": "a0067d844a18b23a46a98f46f1bc4ef8",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 1311508,
"upload_time": "2025-10-19T00:44:06",
"upload_time_iso_8601": "2025-10-19T00:44:06.865431Z",
"url": "https://files.pythonhosted.org/packages/29/2a/ab01bc8bf611f8b7e7f42c666da585f87e4cdf88334100c86282e610ce78/cytoolz-1.1.0-cp39-cp39-macosx_10_9_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b0e21c327e551bcacb6f9e698ab4cca3174ab179c9722f4bfb6b23d063bc302e",
"md5": "6cc6ea59ff16995893f27e87e4387caf",
"sha256": "93bd0afcc4cc05794507084afaefb161c3639f283ee629bd0e8654b5c0327ba8"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "6cc6ea59ff16995893f27e87e4387caf",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 987745,
"upload_time": "2025-10-19T00:44:08",
"upload_time_iso_8601": "2025-10-19T00:44:08.896849Z",
"url": "https://files.pythonhosted.org/packages/b0/e2/1c327e551bcacb6f9e698ab4cca3174ab179c9722f4bfb6b23d063bc302e/cytoolz-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7faa8db92c07623df2497fcd4e8a440f6805f38f2aa0bbd3804ad02c1b838815",
"md5": "7c2dde8b8922236c3233dc7325663c7f",
"sha256": "8f3d4da470cfd5cf44f6d682c6eb01363066e0af53ebe111225e44a618f9453d"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "7c2dde8b8922236c3233dc7325663c7f",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 985001,
"upload_time": "2025-10-19T00:44:10",
"upload_time_iso_8601": "2025-10-19T00:44:10.845602Z",
"url": "https://files.pythonhosted.org/packages/7f/aa/8db92c07623df2497fcd4e8a440f6805f38f2aa0bbd3804ad02c1b838815/cytoolz-1.1.0-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "20be5666749f0edc7e9febd3dea154ee566b493f6334b82bb898911946a7bafb",
"md5": "7a14b9001537b1c361f0f9e727813dfc",
"sha256": "ba6c12d0e6a67399f4102b4980f4f1bebdbf226ed0a68e84617709d4009b4e71"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
"has_sig": false,
"md5_digest": "7a14b9001537b1c361f0f9e727813dfc",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 2591071,
"upload_time": "2025-10-19T00:44:12",
"upload_time_iso_8601": "2025-10-19T00:44:12.686971Z",
"url": "https://files.pythonhosted.org/packages/20/be/5666749f0edc7e9febd3dea154ee566b493f6334b82bb898911946a7bafb/cytoolz-1.1.0-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a26b087063bb786147989224668d84a2292aed8575fae99de9a1398bf86d0994",
"md5": "cda7d396978c3c7eeebcbc6654108bde",
"sha256": "1b557071405b4aeeaa7cbec1a95d15d6c8f37622fe3f4b595311e0e226ce772c"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "cda7d396978c3c7eeebcbc6654108bde",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 2685359,
"upload_time": "2025-10-19T00:44:14",
"upload_time_iso_8601": "2025-10-19T00:44:14.451457Z",
"url": "https://files.pythonhosted.org/packages/a2/6b/087063bb786147989224668d84a2292aed8575fae99de9a1398bf86d0994/cytoolz-1.1.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e305697867eaf6482c43cc9178480a85c25530956339973b45c2a95d693c05d4",
"md5": "2cf6cf804f16fe02619d2821472b94b2",
"sha256": "cdb406001474726a47fbe903f3aba0de86f5c0b9c9861f55c09c366368225ae0"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp39-cp39-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl",
"has_sig": false,
"md5_digest": "2cf6cf804f16fe02619d2821472b94b2",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 2557840,
"upload_time": "2025-10-19T00:44:16",
"upload_time_iso_8601": "2025-10-19T00:44:16.178019Z",
"url": "https://files.pythonhosted.org/packages/e3/05/697867eaf6482c43cc9178480a85c25530956339973b45c2a95d693c05d4/cytoolz-1.1.0-cp39-cp39-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "17123b2ac292fdceb06c06f0d1c75974ae501c3634516adc56b1cc489ad90c09",
"md5": "0e0830b4cde321d067405431b0141985",
"sha256": "b6072876ba56446d9ac29d349983677d6f44c6d1c6c1c6be44e66e377c57c767"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl",
"has_sig": false,
"md5_digest": "0e0830b4cde321d067405431b0141985",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 2860930,
"upload_time": "2025-10-19T00:44:18",
"upload_time_iso_8601": "2025-10-19T00:44:18.266235Z",
"url": "https://files.pythonhosted.org/packages/17/12/3b2ac292fdceb06c06f0d1c75974ae501c3634516adc56b1cc489ad90c09/cytoolz-1.1.0-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "347e42e0091eb75818685af26be86757d960e85e77cd64d635d215a7ab0da7a9",
"md5": "74e6605b7fcb9a503a4d56aab35d8ce3",
"sha256": "8c3784c965c9a6822d315d099c3a85b0884ac648952815891c667b469116f1d0"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl",
"has_sig": false,
"md5_digest": "74e6605b7fcb9a503a4d56aab35d8ce3",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 2897288,
"upload_time": "2025-10-19T00:44:20",
"upload_time_iso_8601": "2025-10-19T00:44:20.596466Z",
"url": "https://files.pythonhosted.org/packages/34/7e/42e0091eb75818685af26be86757d960e85e77cd64d635d215a7ab0da7a9/cytoolz-1.1.0-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e0214de96bcca53006340351b7984e89847433fc2fa49c53f7ee7f23ca472eec",
"md5": "9a80fd02448b6a40d359d96fd9e760e2",
"sha256": "0cc537ad78981df1a827773069fd3b7774f4478db43f518b1616efaf87d7d8f9"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "9a80fd02448b6a40d359d96fd9e760e2",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 2676100,
"upload_time": "2025-10-19T00:44:22",
"upload_time_iso_8601": "2025-10-19T00:44:22.659566Z",
"url": "https://files.pythonhosted.org/packages/e0/21/4de96bcca53006340351b7984e89847433fc2fa49c53f7ee7f23ca472eec/cytoolz-1.1.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "39c9a47ae408836ddc287ed4edc09f368444047ae2f04b91a4304e7eb9719279",
"md5": "4eb3a211dc8df4e3a065182d15fddedd",
"sha256": "574ee9dfdc632db8bf9237f27f2a687d1a0b90d29d5e96cab2b21fd2b419c17d"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp39-cp39-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
"has_sig": false,
"md5_digest": "4eb3a211dc8df4e3a065182d15fddedd",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 2517030,
"upload_time": "2025-10-19T00:44:24",
"upload_time_iso_8601": "2025-10-19T00:44:24.287594Z",
"url": "https://files.pythonhosted.org/packages/39/c9/a47ae408836ddc287ed4edc09f368444047ae2f04b91a4304e7eb9719279/cytoolz-1.1.0-cp39-cp39-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5327f0f1d63cd490388cfd83c1a741214d10bad163b8a60c25b905475a06682b",
"md5": "a072a1832c2d7e23cbe45f25bc73cf14",
"sha256": "6594efbaea72dc58b368b53e745ad902c8d8cc41286f00b3743ceac464d5ef3f"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp39-cp39-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "a072a1832c2d7e23cbe45f25bc73cf14",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 2603191,
"upload_time": "2025-10-19T00:44:26",
"upload_time_iso_8601": "2025-10-19T00:44:26.379768Z",
"url": "https://files.pythonhosted.org/packages/53/27/f0f1d63cd490388cfd83c1a741214d10bad163b8a60c25b905475a06682b/cytoolz-1.1.0-cp39-cp39-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "315d80747382712aabb4b49815a37861fe9756dc289b6f0d9c6c2032f734230d",
"md5": "0886cb36975039c92daa7054be4bb353",
"sha256": "7c849f9ddaf3c7faba938440f9c849235a2908b303063d49da3092a93acd695b"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp39-cp39-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "0886cb36975039c92daa7054be4bb353",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 2555442,
"upload_time": "2025-10-19T00:44:28",
"upload_time_iso_8601": "2025-10-19T00:44:28.335161Z",
"url": "https://files.pythonhosted.org/packages/31/5d/80747382712aabb4b49815a37861fe9756dc289b6f0d9c6c2032f734230d/cytoolz-1.1.0-cp39-cp39-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f9532464e082ea08f7ab14f896ac4025894e41b54debca630fdb0ab4c4b7faad",
"md5": "259be2beb4387ff51e62bbf07c43b45f",
"sha256": "1fef0296fb3577d0a08ad9b70344ee418f728f1ec21a768ffe774437d67ac859"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp39-cp39-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "259be2beb4387ff51e62bbf07c43b45f",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 2571366,
"upload_time": "2025-10-19T00:44:30",
"upload_time_iso_8601": "2025-10-19T00:44:30.399570Z",
"url": "https://files.pythonhosted.org/packages/f9/53/2464e082ea08f7ab14f896ac4025894e41b54debca630fdb0ab4c4b7faad/cytoolz-1.1.0-cp39-cp39-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f02ae80886c3161f0b0f8a10c09a00332be80d2b48ac6db4c66818e175dc054c",
"md5": "252df2f7837ce6a05f35585256a65160",
"sha256": "1dce1e66fdf72cc474367bd7a7f2b90ec67bb8197dc3fe8ecd08f4ce3ab950a1"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp39-cp39-musllinux_1_2_ppc64le.whl",
"has_sig": false,
"md5_digest": "252df2f7837ce6a05f35585256a65160",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 2763108,
"upload_time": "2025-10-19T00:44:32",
"upload_time_iso_8601": "2025-10-19T00:44:32.137920Z",
"url": "https://files.pythonhosted.org/packages/f0/2a/e80886c3161f0b0f8a10c09a00332be80d2b48ac6db4c66818e175dc054c/cytoolz-1.1.0-cp39-cp39-musllinux_1_2_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bb15d54c5e7c20271cb993d6c8e7d1a3395be458fe4da0b777ec9022fac12835",
"md5": "36d4276b02bb51a50b76aaed5873a79e",
"sha256": "202fe9975efaec0085cab14a6a6050418bc041f5316f2cf098c0cd2aced4c50e"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp39-cp39-musllinux_1_2_riscv64.whl",
"has_sig": false,
"md5_digest": "36d4276b02bb51a50b76aaed5873a79e",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 2511983,
"upload_time": "2025-10-19T00:44:33",
"upload_time_iso_8601": "2025-10-19T00:44:33.951204Z",
"url": "https://files.pythonhosted.org/packages/bb/15/d54c5e7c20271cb993d6c8e7d1a3395be458fe4da0b777ec9022fac12835/cytoolz-1.1.0-cp39-cp39-musllinux_1_2_riscv64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3990f0671eaf035c329d08fcb97add01c109bbbc77611532d3d6739f8ee5881f",
"md5": "577a5553d495b92c064f5946858ccd9f",
"sha256": "528349434601b9d55e65c6a495494de0001c9a06b431547fea4c60b5edc7d5b3"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp39-cp39-musllinux_1_2_s390x.whl",
"has_sig": false,
"md5_digest": "577a5553d495b92c064f5946858ccd9f",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 2747606,
"upload_time": "2025-10-19T00:44:35",
"upload_time_iso_8601": "2025-10-19T00:44:35.823529Z",
"url": "https://files.pythonhosted.org/packages/39/90/f0671eaf035c329d08fcb97add01c109bbbc77611532d3d6739f8ee5881f/cytoolz-1.1.0-cp39-cp39-musllinux_1_2_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "21f5b0a1677fc29d6956a7ce41acb366668064e3cf403abfb806d12f3b51e1d5",
"md5": "f6c2acdb254b8045befc148da0a55b35",
"sha256": "3e248cdbf2a54bafdadf4486ddd32e8352f816d3caa2014e44de99f8c525d4a8"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp39-cp39-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "f6c2acdb254b8045befc148da0a55b35",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 2611184,
"upload_time": "2025-10-19T00:44:37",
"upload_time_iso_8601": "2025-10-19T00:44:37.588474Z",
"url": "https://files.pythonhosted.org/packages/21/f5/b0a1677fc29d6956a7ce41acb366668064e3cf403abfb806d12f3b51e1d5/cytoolz-1.1.0-cp39-cp39-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "05084ea17cbcec7ded897384f3a37144ce6b9bfef1bf599211e097ae3cde00c3",
"md5": "dafab36023863d7fc954ed5efb718208",
"sha256": "e63f2b70f4654648a5c6a176ae80897c0de6401f385540dce8e365019e800cfe"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp39-cp39-win32.whl",
"has_sig": false,
"md5_digest": "dafab36023863d7fc954ed5efb718208",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 901158,
"upload_time": "2025-10-19T00:44:39",
"upload_time_iso_8601": "2025-10-19T00:44:39.270196Z",
"url": "https://files.pythonhosted.org/packages/05/08/4ea17cbcec7ded897384f3a37144ce6b9bfef1bf599211e097ae3cde00c3/cytoolz-1.1.0-cp39-cp39-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5df575d66b5ed3d131825f86c9b730576eee9b74928ac745d0c7ba0b0f88da48",
"md5": "5333b69c6225d18a3e744f5eb6091153",
"sha256": "f731c53ed29959f105ae622b62e39603c207ed8e8cb2a40cd4accb63d9f92901"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "5333b69c6225d18a3e744f5eb6091153",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 946226,
"upload_time": "2025-10-19T00:44:40",
"upload_time_iso_8601": "2025-10-19T00:44:40.931790Z",
"url": "https://files.pythonhosted.org/packages/5d/f5/75d66b5ed3d131825f86c9b730576eee9b74928ac745d0c7ba0b0f88da48/cytoolz-1.1.0-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "752ffe71e80d067054ac2ba57d5a40c049d382ff90d2ded74ce18f6f69933ed0",
"md5": "706f8642e3a1c267c2c31bcdb8f4b1d0",
"sha256": "5a2120bf9e6e8f25e1b32748424a5571e319ef03a995a8fde663fd2feec1a696"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-cp39-cp39-win_arm64.whl",
"has_sig": false,
"md5_digest": "706f8642e3a1c267c2c31bcdb8f4b1d0",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 905864,
"upload_time": "2025-10-19T00:44:42",
"upload_time_iso_8601": "2025-10-19T00:44:42.743707Z",
"url": "https://files.pythonhosted.org/packages/75/2f/fe71e80d067054ac2ba57d5a40c049d382ff90d2ded74ce18f6f69933ed0/cytoolz-1.1.0-cp39-cp39-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "84320522207170294cf691112a93c70a8ef942f60fa9ff8e793b63b1f09cedc0",
"md5": "c0d8f51c16c8db2322b0ecae3825c193",
"sha256": "f32e93a55681d782fc6af939f6df36509d65122423cbc930be39b141064adff8"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl",
"has_sig": false,
"md5_digest": "c0d8f51c16c8db2322b0ecae3825c193",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.9",
"size": 922014,
"upload_time": "2025-10-19T00:44:44",
"upload_time_iso_8601": "2025-10-19T00:44:44.911035Z",
"url": "https://files.pythonhosted.org/packages/84/32/0522207170294cf691112a93c70a8ef942f60fa9ff8e793b63b1f09cedc0/cytoolz-1.1.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4c499be2d24adaa18fa307ff14e3e43f02b2ae4b69c4ce51cee6889eb2114990",
"md5": "5a661694d6dc78e65f8f18bacaaf3844",
"sha256": "5d9bc596751cbda8073e65be02ca11706f00029768fbbbc81e11a8c290bb41aa"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "5a661694d6dc78e65f8f18bacaaf3844",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.9",
"size": 918134,
"upload_time": "2025-10-19T00:44:47",
"upload_time_iso_8601": "2025-10-19T00:44:47.122380Z",
"url": "https://files.pythonhosted.org/packages/4c/49/9be2d24adaa18fa307ff14e3e43f02b2ae4b69c4ce51cee6889eb2114990/cytoolz-1.1.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5cb36a76c3b94c6c87c72ea822e7e67405be6b649c2e37778eeac7c0c0c69de8",
"md5": "c44bdbec24137a04cd39a05db2cadddc",
"sha256": "9b16660d01c3931951fab49db422c627897c38c1a1f0393a97582004019a4887"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-pp311-pypy311_pp73-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
"has_sig": false,
"md5_digest": "c44bdbec24137a04cd39a05db2cadddc",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.9",
"size": 981970,
"upload_time": "2025-10-19T00:44:48",
"upload_time_iso_8601": "2025-10-19T00:44:48.906581Z",
"url": "https://files.pythonhosted.org/packages/5c/b3/6a76c3b94c6c87c72ea822e7e67405be6b649c2e37778eeac7c0c0c69de8/cytoolz-1.1.0-pp311-pypy311_pp73-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f68a606e4c7ed14aa6a86aee6ca84a2cb804754dc6c4905b8f94e09e49f1ce60",
"md5": "c33a4204e0d54adece9265bf07ebee1a",
"sha256": "b7de5718e2113d4efccea3f06055758cdbc17388ecc3341ba4d1d812837d7c1a"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-pp311-pypy311_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
"has_sig": false,
"md5_digest": "c33a4204e0d54adece9265bf07ebee1a",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.9",
"size": 978877,
"upload_time": "2025-10-19T00:44:50",
"upload_time_iso_8601": "2025-10-19T00:44:50.819075Z",
"url": "https://files.pythonhosted.org/packages/f6/8a/606e4c7ed14aa6a86aee6ca84a2cb804754dc6c4905b8f94e09e49f1ce60/cytoolz-1.1.0-pp311-pypy311_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "97ecad474dcb1f6c1ebfdda3c2ad2edbb1af122a0e79c9ff2cb901ffb5f59662",
"md5": "eb2f6fb269b1fbcb34c494ed7198f42f",
"sha256": "a12a2a1a6bc44099491c05a12039efa08cc33a3d0f8c7b0566185e085e139283"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "eb2f6fb269b1fbcb34c494ed7198f42f",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.9",
"size": 964279,
"upload_time": "2025-10-19T00:44:52",
"upload_time_iso_8601": "2025-10-19T00:44:52.476775Z",
"url": "https://files.pythonhosted.org/packages/97/ec/ad474dcb1f6c1ebfdda3c2ad2edbb1af122a0e79c9ff2cb901ffb5f59662/cytoolz-1.1.0-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "688cd245fd416c69d27d51f14d5ad62acc4ee5971088ee31c40ffe1cc109af68",
"md5": "71c693b1f9b8a3d2097d80d262fa547e",
"sha256": "047defa7f5f9a32f82373dbc3957289562e8a3fa58ae02ec8e4dca4f43a33a21"
},
"downloads": -1,
"filename": "cytoolz-1.1.0-pp311-pypy311_pp73-win_amd64.whl",
"has_sig": false,
"md5_digest": "71c693b1f9b8a3d2097d80d262fa547e",
"packagetype": "bdist_wheel",
"python_version": "pp311",
"requires_python": ">=3.9",
"size": 916630,
"upload_time": "2025-10-19T00:44:54",
"upload_time_iso_8601": "2025-10-19T00:44:54.059975Z",
"url": "https://files.pythonhosted.org/packages/68/8c/d245fd416c69d27d51f14d5ad62acc4ee5971088ee31c40ffe1cc109af68/cytoolz-1.1.0-pp311-pypy311_pp73-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bdd416916f3dc20a3f5455b63c35dcb260b3716f59ce27a93586804e70e431d5",
"md5": "f8e5ad0657cd6acf770f6ada91a734c5",
"sha256": "13a7bf254c3c0d28b12e2290b82aed0f0977a4c2a2bf84854fcdc7796a29f3b0"
},
"downloads": -1,
"filename": "cytoolz-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "f8e5ad0657cd6acf770f6ada91a734c5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 642510,
"upload_time": "2025-10-19T00:44:56",
"upload_time_iso_8601": "2025-10-19T00:44:56.174228Z",
"url": "https://files.pythonhosted.org/packages/bd/d4/16916f3dc20a3f5455b63c35dcb260b3716f59ce27a93586804e70e431d5/cytoolz-1.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-19 00:44:56",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pytoolz",
"github_project": "cytoolz",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "cytoolz"
}