Skip to main content

Cython implementation of Toolz: High performance functional utilities

Project description

Build Status Version Status

Cython implementation of the toolz package, which provides high performance utility functions for iterables, functions, and dictionaries.

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 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.

LICENSE

New BSD. See License File.

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 and cytoolz for contribution ideas.

Community

See our mailing list. We’re friendly.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cytoolz-1.1.0.tar.gz (642.5 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

cytoolz-1.1.0-pp311-pypy311_pp73-win_amd64.whl (916.6 kB view details)

Uploaded PyPyWindows x86-64

cytoolz-1.1.0-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (964.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

cytoolz-1.1.0-pp311-pypy311_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (978.9 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

cytoolz-1.1.0-pp311-pypy311_pp73-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (982.0 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

cytoolz-1.1.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl (918.1 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

cytoolz-1.1.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl (922.0 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

cytoolz-1.1.0-cp314-cp314t-win_arm64.whl (928.0 kB view details)

Uploaded CPython 3.14tWindows ARM64

cytoolz-1.1.0-cp314-cp314t-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.14tWindows x86-64

cytoolz-1.1.0-cp314-cp314t-win32.whl (960.8 kB view details)

Uploaded CPython 3.14tWindows x86

cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_s390x.whl (3.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ s390x

cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_riscv64.whl (2.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ riscv64

cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_ppc64le.whl (3.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ppc64le

cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_i686.whl (2.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl (2.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

cytoolz-1.1.0-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (2.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

cytoolz-1.1.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

cytoolz-1.1.0-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (3.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

cytoolz-1.1.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (3.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

cytoolz-1.1.0-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (2.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

cytoolz-1.1.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

cytoolz-1.1.0-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (2.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

cytoolz-1.1.0-cp314-cp314t-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

cytoolz-1.1.0-cp314-cp314t-macosx_10_15_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

cytoolz-1.1.0-cp314-cp314t-macosx_10_15_universal2.whl (1.4 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ universal2 (ARM64, x86-64)

cytoolz-1.1.0-cp314-cp314-win_arm64.whl (905.7 kB view details)

Uploaded CPython 3.14Windows ARM64

cytoolz-1.1.0-cp314-cp314-win_amd64.whl (946.7 kB view details)

Uploaded CPython 3.14Windows x86-64

cytoolz-1.1.0-cp314-cp314-win32.whl (901.5 kB view details)

Uploaded CPython 3.14Windows x86

cytoolz-1.1.0-cp314-cp314-musllinux_1_2_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

cytoolz-1.1.0-cp314-cp314-musllinux_1_2_s390x.whl (2.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ s390x

cytoolz-1.1.0-cp314-cp314-musllinux_1_2_riscv64.whl (2.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ riscv64

cytoolz-1.1.0-cp314-cp314-musllinux_1_2_ppc64le.whl (2.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ppc64le

cytoolz-1.1.0-cp314-cp314-musllinux_1_2_i686.whl (2.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

cytoolz-1.1.0-cp314-cp314-musllinux_1_2_armv7l.whl (2.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

cytoolz-1.1.0-cp314-cp314-musllinux_1_2_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

cytoolz-1.1.0-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (2.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

cytoolz-1.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

cytoolz-1.1.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (3.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

cytoolz-1.1.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

cytoolz-1.1.0-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (2.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

cytoolz-1.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

cytoolz-1.1.0-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (2.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

cytoolz-1.1.0-cp314-cp314-macosx_11_0_arm64.whl (990.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

cytoolz-1.1.0-cp314-cp314-macosx_10_15_x86_64.whl (992.8 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

cytoolz-1.1.0-cp314-cp314-macosx_10_15_universal2.whl (1.3 MB view details)

Uploaded CPython 3.14macOS 10.15+ universal2 (ARM64, x86-64)

cytoolz-1.1.0-cp314-cp314-ios_13_0_x86_64_iphonesimulator.whl (992.7 kB view details)

Uploaded CPython 3.14iOS 13.0+ x86-64 Simulator

cytoolz-1.1.0-cp314-cp314-ios_13_0_arm64_iphonesimulator.whl (990.5 kB view details)

Uploaded CPython 3.14iOS 13.0+ ARM64 Simulator

cytoolz-1.1.0-cp314-cp314-ios_13_0_arm64_iphoneos.whl (980.6 kB view details)

Uploaded CPython 3.14iOS 13.0+ ARM64 Device

cytoolz-1.1.0-cp313-cp313t-win_arm64.whl (926.2 kB view details)

Uploaded CPython 3.13tWindows ARM64

cytoolz-1.1.0-cp313-cp313t-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.13tWindows x86-64

cytoolz-1.1.0-cp313-cp313t-win32.whl (951.6 kB view details)

Uploaded CPython 3.13tWindows x86

cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_s390x.whl (3.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ s390x

cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_riscv64.whl (2.7 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ riscv64

cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_ppc64le.whl (3.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ppc64le

cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_i686.whl (2.9 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl (2.9 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

cytoolz-1.1.0-cp313-cp313t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (2.7 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

cytoolz-1.1.0-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

cytoolz-1.1.0-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (3.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

cytoolz-1.1.0-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (3.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

cytoolz-1.1.0-cp313-cp313t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (2.8 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

cytoolz-1.1.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

cytoolz-1.1.0-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (2.9 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

cytoolz-1.1.0-cp313-cp313t-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

cytoolz-1.1.0-cp313-cp313t-macosx_10_13_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13tmacOS 10.13+ x86-64

cytoolz-1.1.0-cp313-cp313t-macosx_10_13_universal2.whl (1.4 MB view details)

Uploaded CPython 3.13tmacOS 10.13+ universal2 (ARM64, x86-64)

cytoolz-1.1.0-cp313-cp313-win_arm64.whl (902.7 kB view details)

Uploaded CPython 3.13Windows ARM64

cytoolz-1.1.0-cp313-cp313-win_amd64.whl (946.5 kB view details)

Uploaded CPython 3.13Windows x86-64

cytoolz-1.1.0-cp313-cp313-win32.whl (900.8 kB view details)

Uploaded CPython 3.13Windows x86

cytoolz-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

cytoolz-1.1.0-cp313-cp313-musllinux_1_2_s390x.whl (2.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ s390x

cytoolz-1.1.0-cp313-cp313-musllinux_1_2_riscv64.whl (2.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ riscv64

cytoolz-1.1.0-cp313-cp313-musllinux_1_2_ppc64le.whl (2.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

cytoolz-1.1.0-cp313-cp313-musllinux_1_2_i686.whl (2.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

cytoolz-1.1.0-cp313-cp313-musllinux_1_2_armv7l.whl (2.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

cytoolz-1.1.0-cp313-cp313-musllinux_1_2_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

cytoolz-1.1.0-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (2.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

cytoolz-1.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

cytoolz-1.1.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (3.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

cytoolz-1.1.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

cytoolz-1.1.0-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (2.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

cytoolz-1.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

cytoolz-1.1.0-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (2.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

cytoolz-1.1.0-cp313-cp313-macosx_11_0_arm64.whl (986.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

cytoolz-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl (992.3 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

cytoolz-1.1.0-cp313-cp313-macosx_10_13_universal2.whl (1.3 MB view details)

Uploaded CPython 3.13macOS 10.13+ universal2 (ARM64, x86-64)

cytoolz-1.1.0-cp313-cp313-ios_13_0_x86_64_iphonesimulator.whl (992.6 kB view details)

Uploaded CPython 3.13iOS 13.0+ x86-64 Simulator

cytoolz-1.1.0-cp313-cp313-ios_13_0_arm64_iphonesimulator.whl (986.1 kB view details)

Uploaded CPython 3.13iOS 13.0+ ARM64 Simulator

cytoolz-1.1.0-cp313-cp313-ios_13_0_arm64_iphoneos.whl (976.7 kB view details)

Uploaded CPython 3.13iOS 13.0+ ARM64 Device

cytoolz-1.1.0-cp312-cp312-win_arm64.whl (903.9 kB view details)

Uploaded CPython 3.12Windows ARM64

cytoolz-1.1.0-cp312-cp312-win_amd64.whl (948.0 kB view details)

Uploaded CPython 3.12Windows x86-64

cytoolz-1.1.0-cp312-cp312-win32.whl (901.9 kB view details)

Uploaded CPython 3.12Windows x86

cytoolz-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

cytoolz-1.1.0-cp312-cp312-musllinux_1_2_s390x.whl (2.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ s390x

cytoolz-1.1.0-cp312-cp312-musllinux_1_2_riscv64.whl (2.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ riscv64

cytoolz-1.1.0-cp312-cp312-musllinux_1_2_ppc64le.whl (2.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

cytoolz-1.1.0-cp312-cp312-musllinux_1_2_i686.whl (2.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

cytoolz-1.1.0-cp312-cp312-musllinux_1_2_armv7l.whl (2.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

cytoolz-1.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

cytoolz-1.1.0-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (2.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

cytoolz-1.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

cytoolz-1.1.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (3.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

cytoolz-1.1.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

cytoolz-1.1.0-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (2.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

cytoolz-1.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

cytoolz-1.1.0-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (2.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

cytoolz-1.1.0-cp312-cp312-macosx_11_0_arm64.whl (991.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

cytoolz-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl (997.1 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

cytoolz-1.1.0-cp312-cp312-macosx_10_13_universal2.whl (1.3 MB view details)

Uploaded CPython 3.12macOS 10.13+ universal2 (ARM64, x86-64)

cytoolz-1.1.0-cp311-cp311-win_arm64.whl (904.1 kB view details)

Uploaded CPython 3.11Windows ARM64

cytoolz-1.1.0-cp311-cp311-win_amd64.whl (945.8 kB view details)

Uploaded CPython 3.11Windows x86-64

cytoolz-1.1.0-cp311-cp311-win32.whl (899.3 kB view details)

Uploaded CPython 3.11Windows x86

cytoolz-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

cytoolz-1.1.0-cp311-cp311-musllinux_1_2_s390x.whl (2.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ s390x

cytoolz-1.1.0-cp311-cp311-musllinux_1_2_riscv64.whl (2.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ riscv64

cytoolz-1.1.0-cp311-cp311-musllinux_1_2_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

cytoolz-1.1.0-cp311-cp311-musllinux_1_2_i686.whl (2.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

cytoolz-1.1.0-cp311-cp311-musllinux_1_2_armv7l.whl (2.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

cytoolz-1.1.0-cp311-cp311-musllinux_1_2_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

cytoolz-1.1.0-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (2.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

cytoolz-1.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

cytoolz-1.1.0-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (3.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

cytoolz-1.1.0-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (3.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

cytoolz-1.1.0-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (2.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

cytoolz-1.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

cytoolz-1.1.0-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (2.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

cytoolz-1.1.0-cp311-cp311-macosx_11_0_arm64.whl (986.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

cytoolz-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl (989.3 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

cytoolz-1.1.0-cp311-cp311-macosx_10_9_universal2.whl (1.3 MB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)

cytoolz-1.1.0-cp310-cp310-win_arm64.whl (904.8 kB view details)

Uploaded CPython 3.10Windows ARM64

cytoolz-1.1.0-cp310-cp310-win_amd64.whl (944.8 kB view details)

Uploaded CPython 3.10Windows x86-64

cytoolz-1.1.0-cp310-cp310-win32.whl (900.2 kB view details)

Uploaded CPython 3.10Windows x86

cytoolz-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

cytoolz-1.1.0-cp310-cp310-musllinux_1_2_s390x.whl (2.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ s390x

cytoolz-1.1.0-cp310-cp310-musllinux_1_2_riscv64.whl (2.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ riscv64

cytoolz-1.1.0-cp310-cp310-musllinux_1_2_ppc64le.whl (2.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ppc64le

cytoolz-1.1.0-cp310-cp310-musllinux_1_2_i686.whl (2.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

cytoolz-1.1.0-cp310-cp310-musllinux_1_2_armv7l.whl (2.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

cytoolz-1.1.0-cp310-cp310-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

cytoolz-1.1.0-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (2.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

cytoolz-1.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

cytoolz-1.1.0-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (2.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

cytoolz-1.1.0-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

cytoolz-1.1.0-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (2.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

cytoolz-1.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

cytoolz-1.1.0-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (2.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

cytoolz-1.1.0-cp310-cp310-macosx_11_0_arm64.whl (982.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

cytoolz-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl (985.8 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

cytoolz-1.1.0-cp310-cp310-macosx_10_9_universal2.whl (1.3 MB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

cytoolz-1.1.0-cp39-cp39-win_arm64.whl (905.9 kB view details)

Uploaded CPython 3.9Windows ARM64

cytoolz-1.1.0-cp39-cp39-win_amd64.whl (946.2 kB view details)

Uploaded CPython 3.9Windows x86-64

cytoolz-1.1.0-cp39-cp39-win32.whl (901.2 kB view details)

Uploaded CPython 3.9Windows x86

cytoolz-1.1.0-cp39-cp39-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

cytoolz-1.1.0-cp39-cp39-musllinux_1_2_s390x.whl (2.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ s390x

cytoolz-1.1.0-cp39-cp39-musllinux_1_2_riscv64.whl (2.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ riscv64

cytoolz-1.1.0-cp39-cp39-musllinux_1_2_ppc64le.whl (2.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ppc64le

cytoolz-1.1.0-cp39-cp39-musllinux_1_2_i686.whl (2.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

cytoolz-1.1.0-cp39-cp39-musllinux_1_2_armv7l.whl (2.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

cytoolz-1.1.0-cp39-cp39-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

cytoolz-1.1.0-cp39-cp39-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (2.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

cytoolz-1.1.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

cytoolz-1.1.0-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (2.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

cytoolz-1.1.0-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

cytoolz-1.1.0-cp39-cp39-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (2.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

cytoolz-1.1.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

cytoolz-1.1.0-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl (2.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ i686manylinux: glibc 2.5+ i686

cytoolz-1.1.0-cp39-cp39-macosx_11_0_arm64.whl (985.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

cytoolz-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl (987.7 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

cytoolz-1.1.0-cp39-cp39-macosx_10_9_universal2.whl (1.3 MB view details)

Uploaded CPython 3.9macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file cytoolz-1.1.0.tar.gz.

File metadata

  • Download URL: cytoolz-1.1.0.tar.gz
  • Upload date:
  • Size: 642.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cytoolz-1.1.0.tar.gz
Algorithm Hash digest
SHA256 13a7bf254c3c0d28b12e2290b82aed0f0977a4c2a2bf84854fcdc7796a29f3b0
MD5 f8e5ad0657cd6acf770f6ada91a734c5
BLAKE2b-256 bdd416916f3dc20a3f5455b63c35dcb260b3716f59ce27a93586804e70e431d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0.tar.gz:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 047defa7f5f9a32f82373dbc3957289562e8a3fa58ae02ec8e4dca4f43a33a21
MD5 71c693b1f9b8a3d2097d80d262fa547e
BLAKE2b-256 688cd245fd416c69d27d51f14d5ad62acc4ee5971088ee31c40ffe1cc109af68

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-pp311-pypy311_pp73-win_amd64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a12a2a1a6bc44099491c05a12039efa08cc33a3d0f8c7b0566185e085e139283
MD5 eb2f6fb269b1fbcb34c494ed7198f42f
BLAKE2b-256 97ecad474dcb1f6c1ebfdda3c2ad2edbb1af122a0e79c9ff2cb901ffb5f59662

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-pp311-pypy311_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-pp311-pypy311_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 b7de5718e2113d4efccea3f06055758cdbc17388ecc3341ba4d1d812837d7c1a
MD5 c33a4204e0d54adece9265bf07ebee1a
BLAKE2b-256 f68a606e4c7ed14aa6a86aee6ca84a2cb804754dc6c4905b8f94e09e49f1ce60

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-pp311-pypy311_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-pp311-pypy311_pp73-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-pp311-pypy311_pp73-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 9b16660d01c3931951fab49db422c627897c38c1a1f0393a97582004019a4887
MD5 c44bdbec24137a04cd39a05db2cadddc
BLAKE2b-256 5cb36a76c3b94c6c87c72ea822e7e67405be6b649c2e37778eeac7c0c0c69de8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-pp311-pypy311_pp73-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5d9bc596751cbda8073e65be02ca11706f00029768fbbbc81e11a8c290bb41aa
MD5 5a661694d6dc78e65f8f18bacaaf3844
BLAKE2b-256 4c499be2d24adaa18fa307ff14e3e43f02b2ae4b69c4ce51cee6889eb2114990

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f32e93a55681d782fc6af939f6df36509d65122423cbc930be39b141064adff8
MD5 c0d8f51c16c8db2322b0ecae3825c193
BLAKE2b-256 84320522207170294cf691112a93c70a8ef942f60fa9ff8e793b63b1f09cedc0

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: cytoolz-1.1.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 928.0 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 27b19b4a286b3ff52040efa42dbe403730aebe5fdfd2def704eb285e2125c63e
MD5 c208f77e450b9e175f4f9d6809b343c7
BLAKE2b-256 2c1f0498009aa563a9c5d04f520aadc6e1c0942434d089d0b2f51ea986470f55

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314t-win_arm64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: cytoolz-1.1.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 56e5afb69eb6e1b3ffc34716ee5f92ffbdb5cb003b3a5ca4d4b0fe700e217162
MD5 7499744f3502707ab61d79f336727bdc
BLAKE2b-256 46b4b7ce3d3cd20337becfec978ecfa6d0ef64884d0cf32d44edfed8700914b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314t-win_amd64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314t-win32.whl.

File metadata

  • Download URL: cytoolz-1.1.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 960.8 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 3d407140f5604a89578285d4aac7b18b8eafa055cf776e781aabb89c48738fad
MD5 a75a9caef881ae5aa88fe980a204b925
BLAKE2b-256 66350fec2769660ca6472bbf3317ab634675827bb706d193e3240aaf20eab961

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314t-win32.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 be8e298d88f88bd172b59912240558be3b7a04959375646e7fd4996401452941
MD5 c2b7408a1316bde8047cfce711094c4f
BLAKE2b-256 e79f490c81bffb3428ab1fa114051fbb5ba18aaa2e2fe4da5bf4170ca524e6b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 3c03137ee6103ba92d5d6ad6a510e86fded69cd67050bd8a1843f15283be17ac
MD5 f0f8743d9de0d766d67d48ea99da9004
BLAKE2b-256 1587c616577f0891d97860643c845f7221e95240aa589586de727e28a5eb6e52

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_s390x.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 3dc15c48b20c0f467e15e341e102896c8422dccf8efc6322def5c1b02f074629
MD5 6b229f6324ee207758fe9af93d7bc406
BLAKE2b-256 5b2b3ce0e6889a6491f3418ad4d84ae407b8456b02169a5a1f87990dbba7433b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_riscv64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 747562aa70abf219ea16f07d50ac0157db856d447f7f498f592e097cbc77df0b
MD5 2116fa481c702fda4d435f94034d2e8e
BLAKE2b-256 eef774c69497e756b752b359925d1feef68b91df024a4124a823740f675dacd3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_ppc64le.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 31538ca2fad2d688cbd962ccc3f1da847329e2258a52940f10a2ac0719e526be
MD5 fcb9403c570a52a2e30492f23088a00a
BLAKE2b-256 ae32978ef6f42623be44a0a03ae9de875ab54aa26c7e38c5c4cd505460b0927d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_i686.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 05332112d4087904842b36954cd1d3fc0e463a2f4a7ef9477bd241427c593c3b
MD5 b476005818930dac2470faf5a02ead47
BLAKE2b-256 f406d86fe811c6222dc32d3e08f5d88d2be598a6055b4d0590e7c1428d55c386

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e1b6d37545816905a76d9ed59fa4e332f929e879f062a39ea0f6f620405cdc27
MD5 14e3d412c7bce93a72a76ed4190e4fd7
BLAKE2b-256 b7f01ae6d28df503b0bdae094879da2072b8ba13db5919cd3798918761578411

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 c0c949755b6d8a649c5fbc888bc30915926f1b09fe42fea9f289e297c2f6ddd3
MD5 9e17711125d72d66beab583db48a7597
BLAKE2b-256 7acbf59d83a5058e1198db5a1f04e4a124c94d60390e4fa89b6d2e38ee8288a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 36c8ede93525cf11e2cc787b7156e5cecd7340193ef800b816a16f1404a8dc6d
MD5 7996f35f9cd4c2efd3f7d109ef57621a
BLAKE2b-256 e68c6691d986b728e77b5d2872743ebcd962d37a2d0f7e9ad95a81b284fbf905

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 a95416eca473e6c1179b48d86adcf528b59c63ce78f4cb9934f2e413afa9b56b
MD5 608cb7fb4a78b2145af81b7f30f55f77
BLAKE2b-256 4d126ff3b04fbd1369d0fcd5f8b5910ba6e427e33bf113754c4c35ec3f747924

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 d758e5ef311d2671e0ae8c214c52e44617cf1e58bef8f022b547b9802a5a7f30
MD5 573c0e2a9b87039b604ba379380dfeff
BLAKE2b-256 c3472f7bfe4aaa1e07dc9828bea228ed744faf73b26aee0c1bdf3b5520bf1909

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 4e6b428e9eb5126053c2ae0efa62512ff4b38ed3951f4d0888ca7005d63e56f5
MD5 0cfaca6c4e7d4ebc01c3836135ab0a20
BLAKE2b-256 8fbdc3226a57474b4aef1f90040510cba30d0decd3515fed48dc229b37c2f898

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ddd2863f321d67527d3b67a93000a378ad6f967056f68c06467fe011278a6d0e
MD5 9bae88f67fc729d56c6d5b36d0f75256
BLAKE2b-256 b27cf1f70a17e272b433232bc8a27df97e46b202d6cc07e3b0d63f7f41ba0f2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 6965af3fc7214645970e312deb9bd35a213a1eaabcfef4f39115e60bf2f76867
MD5 b026f0c6c3ffa8c95a9d59010f24ce98
BLAKE2b-256 f599c4954dd86cd593cd776a038b36795a259b8b5c12cbab6363edf5f6d9c909

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1aa58e2434d732241f7f051e6f17657e969a89971025e24578b5cbc6f1346485
MD5 c2488c29b8b9689a494222b870150c15
BLAKE2b-256 214b2f5cbbd81588918ee7dd70cffb66731608f578a9b72166aafa991071af7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a60ba6f2ed9eb0003a737e1ee1e9fa2258e749da6477946008d4324efa25149f
MD5 c22383fc25e6c5ee423d8949fbc8d705
BLAKE2b-256 08d4a1bb1a32b454a2d650db8374ff3bf875ba0fc1c36e6446ec02a83b9140a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314t-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 64b63ed4b71b1ba813300ad0f06b8aff19a12cf51116e0e4f1ed837cea4debcf
MD5 af768335b9ddba98f95e842651e6e446
BLAKE2b-256 1997b4a8c76796a9a8b9bc90c7992840fa1589a1af8e0426562dea4ce9b384a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314t-macosx_10_15_universal2.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: cytoolz-1.1.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 905.7 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 a7ad7ca3386fa86bd301be3fa36e7f0acb024f412f665937955acfc8eb42deff
MD5 418e8fea441161fe717c9f5304bd9784
BLAKE2b-256 f2222d657db4a5d1c10a152061800f812caba9ef20d7bd2406f51a5fd800c180

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314-win_arm64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: cytoolz-1.1.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 946.7 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 472c1c9a085f5ad973ec0ad7f0b9ba0969faea6f96c9e397f6293d386f3a25ec
MD5 7566343f8be2c49268f520d3032be7fc
BLAKE2b-256 a3201f3a733d710d2a25d6f10b463bef55ada52fe6392a5d233c8d770191f48a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314-win_amd64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: cytoolz-1.1.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 901.5 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 1ed534bdbbf063b2bb28fca7d0f6723a3e5a72b086e7c7fe6d74ae8c3e4d00e2
MD5 ca27261f1bf4f581ea863937cd72f8f8
BLAKE2b-256 ac9a061323bb289b565802bad14fb7ab59fcd8713105df142bcf4dd9ff64f8ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314-win32.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5158744a09d0e0e4a4f82225e3a3c4ebf38f9ae74467aaa905467270e52f2794
MD5 f31a34718d81ec5549f6f49f468e6c66
BLAKE2b-256 c30ccce4047bd927e95f59e73319c02c9bc86bd3d76392e0eb9e41a1147a479c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 717b7775313da5f51b0fbf50d865aa9c39cb241bd4cb605df3cf2246d6567397
MD5 245b511cf5ee6c0493424060fd45a0b9
BLAKE2b-256 4566bfe6fbb2bdcf03c8377c8c2f542576e15f3340c905a09d78a6cb3badd39a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314-musllinux_1_2_s390x.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 fccde6efefdbc02e676ccb352a2ccc8a8e929f59a1c6d3d60bb78e923a49ca44
MD5 2d04e6e6d4b7d9758f9b98a073565a54
BLAKE2b-256 19b7854ddcf9f9618844108677c20d48f4611b5c636956adea0f0e85e027608f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314-musllinux_1_2_riscv64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 d5b8f78b9fed79cf185ad4ddec099abeef45951bdcb416c5835ba05f0a1242c7
MD5 cb46708ace1a08f21e276b3fda3d4ae6
BLAKE2b-256 b099be59c6e0ae02153ef10ae1ff0f380fb19d973c651b50cf829a731f6c9e79

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314-musllinux_1_2_ppc64le.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 946786755274f07bb2be0400f28adb31d7d85a7c7001873c0a8e24a503428fb3
MD5 f9b2799b1a7f197edd3e5a77389faee4
BLAKE2b-256 23796615f9a14960bd29ac98b823777b6589357833f65cf1a11b5abc1587c120

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314-musllinux_1_2_i686.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ddf9a38a5b686091265ff45b53d142e44a538cd6c2e70610d3bc6be094219032
MD5 645714ea9aecd6f8bcf023305f8fca4c
BLAKE2b-256 d290667def5665333575d01a65fe3ec0ca31b897895f6e3bc1a42d6ea3659369

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314-musllinux_1_2_armv7l.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 abf76b1c1abd031f098f293b6d90ee08bdaa45f8b5678430e331d991b82684b1
MD5 463eb8bd81924f64cb7e3a0923d8db9c
BLAKE2b-256 871f7f9c58068a8eec2183110df051bc6b69dd621143f84473eeb6dc1b32905a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 d2f344ba5eb17dcf38ee37fdde726f69053f54927db8f8a1bed6ac61e5b1890d
MD5 c03bdb2bd46f3bcf2ee8c30f73dbff86
BLAKE2b-256 f5d95dd829e33273ec03bdc3c812e6c3281987ae2c5c91645582f6c331544a64

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 48cb8a692111a285d2b9acd16d185428176bfbffa8a7c274308525fccd01dd42
MD5 8e3863d5a571a28e2a339187249c61d5
BLAKE2b-256 44d534b5a28a8d9bb329f984b4c2259407ca3f501d1abeb01bacea07937d85d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 db2c4c3a7f7bd7e03bb1a236a125c8feb86c75802f4ecda6ecfaf946610b2930
MD5 19d1fc4b5ca31fb566b899c3cfbe22b7
BLAKE2b-256 d9507b92cd78c613b92e3509e6291d3fb7e0d72ebda999a8df806a96c40ca9ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 56584745ac647993a016a21bc76399113b7595e312f8d0a1b140c9fcf9b58a27
MD5 8858d7969e3e8ac8edbd1243cfdbd32e
BLAKE2b-256 bc6d90468cd34f77cb38a11af52c4dc6199efcc97a486395a21bef72e9b7602e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 6db2127a3c1bc2f59f08010d2ae53a760771a9de2f67423ad8d400e9ba4276e8
MD5 8b0bcc42d4b5fd4523326e083df5d17f
BLAKE2b-256 d61f587686c43e31c19241ec317da66438d093523921ea7749bbc65558a30df9

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3604b959a01f64c366e7d10ec7634d5f5cfe10301e27a8f090f6eb3b2a628a18
MD5 8a702af8831cd09104bd146263d8d75a
BLAKE2b-256 2dfb74dfd844bfd67e810bd36e8e3903a143035447245828e7fcd7c81351d775

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 8b3604fef602bcd53415055a4f68468339192fd17be39e687ae24f476d23d56e
MD5 f814b55b8a48fc93250ede60f4ece365
BLAKE2b-256 a6bd65d7a869d307f9b10ad45c2c1cbb40b81a8d0ed1138fa17fd904f5c83298

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 174ebc71ebb20a9baeffce6ee07ee2cd913754325c93f99d767380d8317930f7
MD5 df2de128e726a42338716680e5c5ddb8
BLAKE2b-256 03af39d2d3db322136e12e9336a1f13bab51eab88b386bfb11f91d3faff8ba34

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 456f77207d1445025d7ef262b8370a05492dcb1490cb428b0f3bf1bd744a89b0
MD5 1b86740d9a3bd247dd2d1d31401426e5
BLAKE2b-256 727ca55d035e20b77b6725e85c8f1a418b3a4c23967288b8b0c2d1a40f158cbe

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 fc4bb48b3b866e1867f7c6411a4229e5b44be3989060663713e10efc24c9bd5f
MD5 05423543ce6e8358803945e50a452fc2
BLAKE2b-256 42a0f7c572aa151ed466b0fce4a327c3cc916d3ef3c82e341be59ea4b9bee9e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314-macosx_10_15_universal2.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314-ios_13_0_x86_64_iphonesimulator.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314-ios_13_0_x86_64_iphonesimulator.whl
Algorithm Hash digest
SHA256 e68308d32afd31943314735c1335e4ab5696110e96b405f6bdb8f2a8dc771a16
MD5 449cbc055ae683a4272db25bbe54ca69
BLAKE2b-256 8926b6b159d2929310fca0eff8a4989cd4b1ecbdf7c46fdff46c7a20fcae55c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314-ios_13_0_x86_64_iphonesimulator.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314-ios_13_0_arm64_iphonesimulator.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314-ios_13_0_arm64_iphonesimulator.whl
Algorithm Hash digest
SHA256 31922849b701b0f24bb62e56eb2488dcd3aa6ae3057694bd6b3b7c4c2bc27c2f
MD5 d019b0ad0eb4ad582b86857841a56971
BLAKE2b-256 e8d72b02c9d18e9cc263a0e22690f78080809f1eafe72f26b29ccc115d3bf5c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314-ios_13_0_arm64_iphonesimulator.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp314-cp314-ios_13_0_arm64_iphoneos.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp314-cp314-ios_13_0_arm64_iphoneos.whl
Algorithm Hash digest
SHA256 d542cee7c7882d2a914a33dec4d3600416fb336734df979473249d4c53d207a1
MD5 d00dcbc4a0bbe0e648f8feb34c871c6b
BLAKE2b-256 b7e8297a85ba700f437c01eba962428e6ab4572f6c3e68e8ff442ce5c9d3a496

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp314-cp314-ios_13_0_arm64_iphoneos.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313t-win_arm64.whl.

File metadata

  • Download URL: cytoolz-1.1.0-cp313-cp313t-win_arm64.whl
  • Upload date:
  • Size: 926.2 kB
  • Tags: CPython 3.13t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 563dda652c6ff52d215704fbe6b491879b78d7bbbb3a9524ec8e763483cb459f
MD5 e01333d77d53a8da4c87864fad1446ac
BLAKE2b-256 e25a7cbff5e9a689f558cb0bdf277f9562b2ac51acf7cd15e055b8c3efb0e1ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313t-win_arm64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: cytoolz-1.1.0-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 1bb77bc6197e5cb19784b6a42bb0f8427e81737a630d9d7dda62ed31733f9e6c
MD5 b4d655e5fd77ecd846c2a5fcfff5d81e
BLAKE2b-256 642939c161e9204a9715321ddea698cbd0abc317e78522c7c642363c20589e71

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313t-win_amd64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313t-win32.whl.

File metadata

  • Download URL: cytoolz-1.1.0-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 951.6 kB
  • Tags: CPython 3.13t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 10ae4718a056948d73ca3e1bb9ab1f95f897ec1e362f829b9d37cc29ab566c60
MD5 afac35ded260932a21a54c5fc6c08ee8
BLAKE2b-256 62d5bf5434fde726c4f80cb99912b2d8e0afa1587557e2a2d7e0315eb942f2de

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313t-win32.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d08154ad45349162b6c37f12d5d1b2e6eef338e657b85e1621e4e6a4a69d64cb
MD5 a221d707c1ab2f3bddaafde9b4c74e6d
BLAKE2b-256 c162be357181c71648d9fe1d1ce91cd42c63457dcf3c158e144416fd51dced83

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 02feeeda93e1fa3b33414eb57c2b0aefd1db8f558dd33fdfcce664a0f86056e4
MD5 1f1e536bb517effe63cadcdf17175369
BLAKE2b-256 7ee73d034b0e4817314f07aa465d5864e9b8df9d25cb260a53dd84583e491558

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_s390x.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 b9ddeff8e8fd65eb1fcefa61018100b2b627e759ea6ad275d2e2a93ffac147bf
MD5 b82a2ed722ee539ba63a2c5eccc17dfd
BLAKE2b-256 704c7bf47a03a4497d500bc73d4204e2d907771a017fa4457741b2a1d7c09319

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_riscv64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 3e3872c21170f8341656f8692f8939e8800dcee6549ad2474d4c817bdefd62cd
MD5 e9da7e6dd1030faa315c92f6dffc569c
BLAKE2b-256 71caadfa1fb7949478135a37755cb8e88c20cd6b75c22a05f1128f05f3ab2c60

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_ppc64le.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7d5cf15892e63411ec1bd67deff0e84317d974e6ab2cdfefdd4a7cea2989df66
MD5 bdc6eb80bdfbb8b5a0046025b3dd2899
BLAKE2b-256 76e699d6af00487bedc27597b54c9fcbfd5c833a69c6b7a9b9f0fff777bfc7aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_i686.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 bf069c5381d757debae891401b88b3a346ba3a28ca45ba9251103b282463fad8
MD5 895fbdcf3f37ffc5b1f8b2577cd5d3c0
BLAKE2b-256 897a93e5f860926165538c85e1c5e1670ad3424f158df810f8ccd269da652138

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 15d0c6405efc040499c46df44056a5c382f551a7624a41cf3e4c84a96b988a15
MD5 4423a867cda6f267c03988a4ebc3d23b
BLAKE2b-256 1bb69d518597c5bdea626b61101e8d2ff94124787a42259dafd9f5fc396f346a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 f32e94c91ffe49af04835ee713ebd8e005c85ebe83e7e1fdcc00f27164c2d636
MD5 a3886ae487abc1cc988719a2087488db
BLAKE2b-256 d3a7acde155b050d6eaa8e9c7845c98fc5fb28501568e78e83ebbf44f8855274

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0d416a81bb0bd517558668e49d30a7475b5445f9bbafaab7dcf066f1e9adba36
MD5 c1e39dd7efac2c112b7d2fb9b85a8044
BLAKE2b-256 ce50ed87a5cd8e6f27ffbb64c39e9730e18ec66c37631db2888ae711909f10c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 208e2f2ef90a32b0acbff3303d90d89b13570a228d491d2e622a7883a3c68148
MD5 61da8a124a07fa5a9aa4bb35509dd221
BLAKE2b-256 518896f68354c3d4af68de41f0db4fe41a23b96a50a4a416636cea325490cfeb

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 0ec96b3d537cdf47d4e76ded199f7440715f4c71029b45445cff92c1248808c2
MD5 54be41de0892c48578de64511a25493f
BLAKE2b-256 1ad43d83a05a21e7d2ed2b9e6daf489999c29934b005de9190272b8a2e3735d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 4d96ff3d381423af1b105295f97de86d1db51732c9566eb37378bab6670c5010
MD5 7e3d0db87627cdd11888c7be7a1f54c6
BLAKE2b-256 9a711d1103b819458679277206ad07d78ca6b31c4bb88d6463fd193e19bfb270

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a5a8755c4104ee4e3d5ba434c543b5f85fdee6a1f1df33d93f518294da793a60
MD5 7c013a7a5c32e75cf678d5ddce43c00c
BLAKE2b-256 4a297cab6c609b4514ac84cca2f7dca6c509977a8fc16d27c3a50e97f105fa6a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 47663e57d3f3f124921f38055e86a1022d0844c444ede2e8f090d3bbf80deb65
MD5 09767eda1e0729ce1dc9d0980620947f
BLAKE2b-256 c314b2e1ffa4995ec36e1372e243411ff36325e4e6d7ffa34eb4098f5357d176

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 53a3262bf221f19437ed544bf8c0e1980c81ac8e2a53d87a9bc075dba943d36f
MD5 91f2c297a4c98855c74116191339fa80
BLAKE2b-256 c9954561c4e0ad1c944f7673d6d916405d68080f10552cfc5d69a1cf2475a9a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313t-macosx_11_0_arm64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f494124e141a9361f31d79875fe7ea459a3be2b9dadd90480427c0c52a0943d4
MD5 cfb273259993b46a66551567927c71a2
BLAKE2b-256 ac90f28fd8ad8319d8f5c8da69a2c29b8cf52a6d2c0161602d92b366d58926ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313t-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313t-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313t-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 9e2cd93b28f667c5870a070ab2b8bb4397470a85c4b204f2454b0ad001cd1ca3
MD5 822516e3d463ec2cde5cf769a00a0df3
BLAKE2b-256 c4ba4a53acc60f59030fcaf48c7766e3c4c81bd997379425aa45b129396557b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313t-macosx_10_13_universal2.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: cytoolz-1.1.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 902.7 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 32c559f95ff44a9ebcbd934acaa1e6dc8f3e6ffce4762a79a88528064873d6d5
MD5 5320c7a7619a7dde7e952890080883a6
BLAKE2b-256 93bb1c8c33d353548d240bc6e8677ee8c3560ce5fa2f084e928facf7c35a6dcf

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313-win_arm64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: cytoolz-1.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 946.5 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9e2d3fe3b45c3eb7233746f7aca37789be3dceec3e07dcc406d3e045ea0f7bdc
MD5 78d355768d51f67706e94eeddeb1e696
BLAKE2b-256 d6a4fb7eb403c6a4c81e5a30363f34a71adcc8bf5292dc8ea32e2440aa5668f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313-win_amd64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: cytoolz-1.1.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 900.8 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 db5dbcfda1c00e937426cbf9bdc63c24ebbc358c3263bfcbc1ab4a88dc52aa8e
MD5 7bbd4cbd5f0d9db4984bec3feb0b7117
BLAKE2b-256 93e2a9e7511f0a13fdbefa5bf73cf8e4763878140de9453fd3e50d6ac57b6be7

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313-win32.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a2ade74fccd080ea793382968913ee38d7a35c921df435bbf0a6aeecf0d17574
MD5 6bc5919d4734a54d1f28d59f6aff32bb
BLAKE2b-256 4640d3519d5cd86eebebf1e8b7174ec32dfb6ecec67b48b0cfb92bf226659b5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 22290b73086af600042d99f5ce52a43d4ad9872c382610413176e19fc1d4fd2d
MD5 8d3bf0f47fd93ddc55368370f08c83c7
BLAKE2b-256 1d15fa3b7891da51115204416f14192081d3dea0eaee091f123fdc1347de8dd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313-musllinux_1_2_s390x.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 c9ff2b3c57c79b65cb5be14a18c6fd4a06d5036fb3f33e973a9f70e9ac13ca28
MD5 b37666838eacaf175b70b4bc2d841a47
BLAKE2b-256 459219b722a1d83cc443fbc0c16e0dc376f8a451437890d3d9ee370358cf0709

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313-musllinux_1_2_riscv64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 964b248edc31efc50a65e9eaa0c845718503823439d2fa5f8d2c7e974c2b5409
MD5 917becb1e4cd1bd513422e5b5d1dba82
BLAKE2b-256 307a2c3d60682b26058d435416c4e90d4a94db854de5be944dfd069ed1be648a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313-musllinux_1_2_ppc64le.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e1d7be25f6971e986a52b6d3a0da28e1941850985417c35528f6823aef2cfec5
MD5 5bcf1d92875ce4eeb5d0aed2e1c784a5
BLAKE2b-256 7aa4ef78e13e16e93bf695a9331321d75fbc834a088d941f1c19e6b63314e257

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 06d1c79aa51e6a92a90b0e456ebce2288f03dd6a76c7f582bfaa3eda7692e8a5
MD5 ea220d59cfb66fe85de2858839adde3a
BLAKE2b-256 e2df035a408df87f25cfe3611557818b250126cd2281b2104cd88395de205583

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313-musllinux_1_2_armv7l.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a92a320d72bef1c7e2d4c6d875125cf57fc38be45feb3fac1bfa64ea401f54a4
MD5 fb5f5634f45300a8a9b33fe72205548a
BLAKE2b-256 93831edcf95832555a78fc43b975f3ebe8ceadcc9664dd47fd33747a14df5069

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 b2079fd9f1a65f4c61e6278c8a6d4f85edf30c606df8d5b32f1add88cbbe2286
MD5 eab8dbe33f27e152da4f813ef554e413
BLAKE2b-256 5b55c594afb46ecd78e4b7e1fb92c947ed041807875661ceda73baaf61baba4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d1b5c95041741b81430454db65183e133976f45ac3c03454cfa8147952568529
MD5 a8c8331e04a4dec71bb7406b6f2c5b2b
BLAKE2b-256 14bc571b232996846b27f4ac0c957dc8bf60261e9b4d0d01c8d955e82329544e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 4cdb3fa1772116827f263f25b0cdd44c663b6701346a56411960534a06c082de
MD5 57989ef584e1e5154949728906438280
BLAKE2b-256 7ebc716c9c1243701e58cad511eb3937fd550e645293c5ed1907639c5d66f194

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 2f1fcf9e7e7b3487883ff3f815abc35b89dcc45c4cf81c72b7ee457aa72d197b
MD5 d311711afc928c623041d7297a9f4672
BLAKE2b-256 47a8d16080b575520fe5da00cede1ece4e0a4180ec23f88dcdc6a2f5a90a7f7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 823df012ab90d2f2a0f92fea453528539bf71ac1879e518524cd0c86aa6df7b9
MD5 b078bab5f10a41a37c42d6da45220f9c
BLAKE2b-256 dbf50083608286ad1716eda7c41f868e85ac549f6fd6b7646993109fa0bdfd98

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1842636b6e034f229bf084c2bcdcfd36c8437e752eefd2c74ce9e2f10415cb6e
MD5 ba4f74df99e0113d174d7212e88d40b9
BLAKE2b-256 598aacc6e39a84e930522b965586ad3a36694f9bf247b23188ee0eb47b1c9ed1

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 832bd36cc9123535f1945acf6921f8a2a15acc19cfe4065b1c9b985a28671886
MD5 5bf88bff9073b41cb7b6ead21254bc4a
BLAKE2b-256 1ce3f6255b76c8cc0debbe1c0779130777dc0434da6d9b28a90d9f76f8cb67cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 56161f0ab60dc4159ec343509abaf809dc88e85c7e420e354442c62e3e7cbb77
MD5 01e5f827642c58241da677d2fc70db43
BLAKE2b-256 e1535f4deb0ff958805309d135d899c764364c1e8a632ce4994bd7c45fb98df2

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ed6104fa942aa5784bf54f339563de637557e3443b105760bc4de8f16a7fc79b
MD5 b3ddb5f821b7f5e62c9675f995c239ac
BLAKE2b-256 0d6b25aa9739b0235a5bc4c1ea293186bc6822a4c6607acfe1422423287e7400

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 2a9a464542912d3272f6dccc5142df057c71c6a5cbd30439389a732df401afb7
MD5 54d0a5b6718adb77dd49809b826d66d7
BLAKE2b-256 beb0e50621d21e939338c97faab651f58ea7fa32101226a91de79ecfb89d71e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313-macosx_10_13_universal2.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313-ios_13_0_x86_64_iphonesimulator.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313-ios_13_0_x86_64_iphonesimulator.whl
Algorithm Hash digest
SHA256 26801c1a165e84786a99e03c9c9973356caaca002d66727b761fb1042878ef06
MD5 22d8005269b4029a3d7727d71e3f864c
BLAKE2b-256 d9cbefc1b29e211e0670a6953222afaac84dcbba5cb940b130c0e49858978040

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313-ios_13_0_x86_64_iphonesimulator.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313-ios_13_0_arm64_iphonesimulator.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313-ios_13_0_arm64_iphonesimulator.whl
Algorithm Hash digest
SHA256 d1d638b10d3144795655e9395566ce35807df09219fd7cacd9e6acbdef67946a
MD5 7de107661252c7e7e9a5cefdacca0227
BLAKE2b-256 4221a3681434aa425875dd828bb515924b0f12c37a55c7d2bc5c0c5de3aeb0b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313-ios_13_0_arm64_iphonesimulator.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp313-cp313-ios_13_0_arm64_iphoneos.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp313-cp313-ios_13_0_arm64_iphoneos.whl
Algorithm Hash digest
SHA256 76c9b58555300be6dde87a41faf1f97966d79b9a678b7a526fcff75d28ef4945
MD5 a14f7a6d3e331bdce614c52e3934402b
BLAKE2b-256 714ab3ddb3ee44fe0045e95dd973746f93f033b6f92cce1fc3cbbe24b329943c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp313-cp313-ios_13_0_arm64_iphoneos.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: cytoolz-1.1.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 903.9 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cytoolz-1.1.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 23e616b38f5b3160c7bb45b0f84a8f3deb4bd26b29fb2dfc716f241c738e27b8
MD5 28daa0bacdea17d631c9ebf72cfdeef4
BLAKE2b-256 35ac6e2708835875f5acb52318462ed296bf94ed0cb8c7cb70e62fbd03f709e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp312-cp312-win_arm64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: cytoolz-1.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 948.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cytoolz-1.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 07156987f224c6dac59aa18fb8bf91e1412f5463961862716a3381bf429c8699
MD5 b31e97a258d744447ee8a6bf7a482221
BLAKE2b-256 ad334c9bdf8390dc01d2617c7f11930697157164a52259b6818ddfa2f94f89f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp312-cp312-win_amd64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: cytoolz-1.1.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 901.9 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cytoolz-1.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 296440a870e8d1f2e1d1edf98f60f1532b9d3ab8dfbd4b25ec08cd76311e79e5
MD5 9cdfae7bfb66c6815646e24ca9b9f638
BLAKE2b-256 602ba8aa233c9416df87f004e57ae4280bd5e1f389b4943d179f01020c6ec629

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp312-cp312-win32.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 de425c5a8e3be7bb3a195e19191d28d9eb3c2038046064a92edc4505033ec9cb
MD5 b491be9c23fefc675c186c8140c9b191
BLAKE2b-256 4a9a33591c09dfe799b8fb692cf2ad383e2c41ab6593cc960b00d1fc8a145655

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp312-cp312-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 8caef62f846a9011676c51bda9189ae394cdd6bb17f2946ecaedc23243268320
MD5 a41ecfbbac3901961ed60e5a54d39969
BLAKE2b-256 e668f1dea33367b0b3f64e199c230a14a6b6f243c189020effafd31e970ca527

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp312-cp312-musllinux_1_2_s390x.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp312-cp312-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp312-cp312-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 5291b117d71652a817ec164e7011f18e6a51f8a352cc9a70ed5b976c51102fda
MD5 ecc6fdcca1de899936b2fc9dd8980222
BLAKE2b-256 b88d4478ebf471ee78dd496d254dc0f4ad729cd8e6ba8257de4f0a98a2838ef2

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp312-cp312-musllinux_1_2_riscv64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 e7e29a1a03f00b4322196cfe8e2c38da9a6c8d573566052c586df83aacc5663c
MD5 1e26a7ec7646fc197192e24d902c8105
BLAKE2b-256 d7dd88619f9c8d2b682562c0c886bbb7c35720cb83fda2ac9a41bdd14073d9bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp312-cp312-musllinux_1_2_ppc64le.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5b399ce7d967b1cb6280250818b786be652aa8ddffd3c0bb5c48c6220d945ab5
MD5 d20abef935ce2f32c92e8eb94812c6c4
BLAKE2b-256 23e66bb8e4f9c267ad42d1ff77b6d2e4984665505afae50a216290e1d7311431

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3b5c5a192abda123ad45ef716ec9082b4cf7d95e9ada8291c5c2cc5558be858b
MD5 0238a19c108f5fc091a491c76812329a
BLAKE2b-256 45bef8524bb9ad8812ad375e61238dcaa3177628234d1b908ad0b74e3657cafd

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp312-cp312-musllinux_1_2_armv7l.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 80d6da158f7d20c15819701bbda1c041f0944ede2f564f5c739b1bc80a9ffb8b
MD5 81025341496221a73b5cd2ab70e25315
BLAKE2b-256 6fdfcdc7a81ce5cfcde7ef523143d545635fc37e80ccacce140ae58483a21da3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 dce4ee9fc99104bc77efdea80f32ca5a650cd653bcc8a1d984a931153d3d9b58
MD5 ff8649e12f00ff17eff1a160bec86d49
BLAKE2b-256 b2c243fea146bf4141deea959e19dcddf268c5ed759dec5c2ed4a6941d711933

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c7a98deb11ccd8e5d9f9441ef2ff3352aab52226a2b7d04756caaa53cd612363
MD5 07aa4d5353b3d715f437429fe3cdc9dc
BLAKE2b-256 e193c647bc3334355088c57351a536c2d4a83dd45f7de591fab383975e45bff9

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 25db9e4862f22ea0ae2e56c8bec9fc9fd756b655ae13e8c7b5625d7ed1c582d4
MD5 f840abe7a8c9dbbef07e1228dc16a6dc
BLAKE2b-256 6aa33b58c5c1692c3bacd65640d0d5c7267a7ebb76204f7507aec29de7063d2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 923df8f5591e0d20543060c29909c149ab1963a7267037b39eee03a83dbc50a8
MD5 2f12dacf0a8004701f935f37b85e5407
BLAKE2b-256 50aa9ee92c302cccf7a41a7311b325b51ebeff25d36c1f82bdc1bbe3f58dc947

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 7d3e405e435320e08c5a1633afaf285a392e2d9cef35c925d91e2a31dfd7a688
MD5 221f48a628eef350e6cbcba1bc8e4a5f
BLAKE2b-256 0c939c787f7c909e75670fff467f2504725d06d8c3f51d6dfe22c55a08c8ccd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 82779049f352fb3ab5e8c993ab45edbb6e02efb1f17f0b50f4972c706cc51d76
MD5 2f99e367a582472caa1703ba953b0e44
BLAKE2b-256 25739b25bb7ed8d419b9d6ff2ae0b3d06694de79a3f98f5169a1293ff7ad3a3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 257905ec050d04f2f856854620d1e25556fd735064cebd81b460f54939b9f9d5
MD5 4fbd45ff6750a7cecb54f5a050891cca
BLAKE2b-256 df4b1f757353d1bf33e56a7391ecc9bc49c1e529803b93a9d2f67fe5f92906fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 945580dc158c557172fca899a35a99a16fbcebf6db0c77cb6621084bc82189f9
MD5 1dc73e501368e7ce93096cce35df0f09
BLAKE2b-256 ab72c0f766d63ed2f9ea8dc8e1628d385d99b41fb834ce17ac3669e3f91e115d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 0a6f44cf9319c30feb9a50aa513d777ef51efec16f31c404409e7deb8063df64
MD5 2f972c71e60392a920869511ea3bfe6c
BLAKE2b-256 b407e07e8fedd332ac9626ad58bea31416dda19bfd14310731fa38b16a97e15f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 99f8e134c9be11649342853ec8c90837af4089fc8ff1e8f9a024a57d1fa08514
MD5 dc2d2ea925ea7fe4881d78e9b5deffd2
BLAKE2b-256 c6ec01426224f7acf60183d3921b25e1a8e71713d3d39cb464d64ac7aace6ea6

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp312-cp312-macosx_10_13_universal2.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: cytoolz-1.1.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 904.1 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cytoolz-1.1.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 b63f5f025fac893393b186e132e3e242de8ee7265d0cd3f5bdd4dda93f6616c9
MD5 782664e7547a0641722cae67503ba810
BLAKE2b-256 b48d777d86ea6bcc68b0fc926b0ef8ab51819e2176b37aadea072aac949d5231

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp311-cp311-win_arm64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: cytoolz-1.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 945.8 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cytoolz-1.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ebf06d1c5344fb22fee71bf664234733e55db72d74988f2ecb7294b05e4db30c
MD5 e110eeac4eb88658efca185c601b6c5b
BLAKE2b-256 fd042ab98edeea90311e4029e1643e43d2027b54da61453292d9ea51a103ee87

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp311-cp311-win_amd64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: cytoolz-1.1.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 899.3 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cytoolz-1.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b786c9c8aeab76cc2f76011e986f7321a23a56d985b77d14f155d5e5514ea781
MD5 6121f2ad9100b40b3e203e4f2fba6d3b
BLAKE2b-256 faca9fdaee32c3bc769dfb7e7991d9499136afccea67e423d097b8fb3c5acbc1

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp311-cp311-win32.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 16a3af394ade1973226d64bb2f9eb3336adbdea03ed5b134c1bbec5a3b20028e
MD5 e6af73e1c1cb2843f6bb9b7ed87356b9
BLAKE2b-256 346e3a7c56b325772d39397fc3aafb4dc054273982097178b6c3917c6dad48de

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp311-cp311-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 0846f49cf8a4496bd42659040e68bd0484ce6af819709cae234938e039203ba0
MD5 99b338865b5f27d3b48cb0e0c2cf9242
BLAKE2b-256 8ecd100483cae3849d24351c8333a815dc6adaf3f04912486e59386d86d9db9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp311-cp311-musllinux_1_2_s390x.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp311-cp311-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp311-cp311-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 dd3f894ff972da1994d06ac6157d74e40dda19eb31fe5e9b7863ca4278c3a167
MD5 115af144d93812d1929831487943c99a
BLAKE2b-256 8f05ac5ba5ddb88a3ba7ecea4bf192194a838af564d22ea7a4812cbb6bd106ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp311-cp311-musllinux_1_2_riscv64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 7fc0f1e4e9bb384d26e73c6657bbc26abdae4ff66a95933c00f3d578be89181b
MD5 349eb6fc8ecf8b3df641c9c676c842c6
BLAKE2b-256 d9b380b8183e7eee44f45bfa3cdd3ebdadf3dd43ffc686f96d442a6c4dded45d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp311-cp311-musllinux_1_2_ppc64le.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4bce006121b120e8b359244ee140bb0b1093908efc8b739db8dbaa3f8fb42139
MD5 b545aadc2070be34233f75ade815bdb7
BLAKE2b-256 aa82f790ed167c04b8d2a33bed30770a9b7066fc4f573321d797190e5f05685f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5ab2c97d8aaa522b038cca9187b1153347af22309e7c998b14750c6fdec7b1cb
MD5 e6c37d479a225eddaca46034878354d6
BLAKE2b-256 d456faec7696f235521b926ffdf92c102f5b029f072d28e1020364e55b084820

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp311-cp311-musllinux_1_2_armv7l.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 47caa376dafd2bdc29f8a250acf59c810ec9105cd6f7680b9a9d070aae8490ec
MD5 3df77fef499c02e9058eaf179f47fe92
BLAKE2b-256 09a88b25e59570da16c7a0f173b8c6ec0aa6f3abd47fd385c007485acb459896

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 1920b9b9c13d60d0bb6cd14594b3bce0870022eccb430618c37156da5f2b7a55
MD5 9bbb3aeada43299456111512f7d62b01
BLAKE2b-256 fe82bb88caa53a41f600e7763c517d50e2efbbe6427ea395716a92b83f44882a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ac266a34437812cf841cecbfe19f355ab9c3dd1ef231afc60415d40ff12a76e4
MD5 ec2be9dd8b4850644f6436bb2a90a5b0
BLAKE2b-256 eda24a3400e4d07d3916172bf74fede08020d7b4df01595d8a97f1e9507af5ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 f2ce18dd99533d077e9712f9faa852f389f560351b1efd2f2bdb193a95eddde2
MD5 79601974b97e5d69dda1935dd876e710
BLAKE2b-256 c5042211251e450bed111ada1194dc42c461da9aea441de62a01e4085ea6de9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 779ee4096ed7a82cffab89372ffc339631c285079dbf33dbe7aff1f6174985df
MD5 1a179b5c9e99229676db46952739ba2c
BLAKE2b-256 7cee62beaaee7df208f22590ad07ef8875519af49c52ca39d99460b14a00f15a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 098d628a801dc142e9740126be5624eb7aef1d732bc7a5719f60a2095547b485
MD5 baeef983f73f2790bfb93b90a94068cf
BLAKE2b-256 dfaa365953926ee8b4f2e07df7200c0d73632155908c8867af14b2d19cc9f1f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c7b44e9de86bea013fe84fd8c399d6016bbb96c37c5290769e5c99460b9c53e5
MD5 3dea64f98d02a12b36002eb3c875a7be
BLAKE2b-256 7894ef006f3412bc22444d855a0fc9ecb81424237fb4e5c1a1f8f5fb79ac978f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 853a5b4806915020c890e1ce70cc056bbc1dd8bc44f2d74d555cccfd7aefba7d
MD5 ae4b99c2386f3f896d7f5f44dfb35cd3
BLAKE2b-256 399f4e8ee41acf6674f10a9c2c9117b2f219429a5a0f09bba6135f34ca4f08a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 653cb18c4fc5d8a8cfce2bce650aabcbe82957cd0536827367d10810566d5294
MD5 d17feb1bc78aebbbe811c09450688324
BLAKE2b-256 09aae2b2ee9fc684867e817640764ea5807f9d25aa1e7bdba02dd4b249aab0f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 44b31c05addb0889167a720123b3b497b28dd86f8a0aeaf3ae4ffa11e2c85d55
MD5 218510e696c8350042c9b9e26dccac2b
BLAKE2b-256 2db50e3c1edaa26c2bd9db90cba0ac62c85bbca84224c7ae1c2e0072c4ea64c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 dba8e5a8c6e3c789d27b0eb5e7ce5ed7d032a7a9aae17ca4ba5147b871f6e327
MD5 d3fb2a0246f8b83765a1902d2c6212e3
BLAKE2b-256 6982edf1d0c32b6222f2c22e5618d6db855d44eb59f9b6f22436ff963c5d0a5c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp311-cp311-macosx_10_9_universal2.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: cytoolz-1.1.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 904.8 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cytoolz-1.1.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 943a662d2e72ffc4438d43ab5a1de8d852237775a423236594a3b3e381b8032c
MD5 0b7e4cd18407157eea5e631c45881503
BLAKE2b-256 719f56a7003617b4eabd8ddfb470aacc240425cbe6ddeb756adfbbaadaa175f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp310-cp310-win_arm64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: cytoolz-1.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 944.8 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cytoolz-1.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7e49922a7ed54262d41960bf3b835a7700327bf79cff1e9bfc73d79021132ff8
MD5 385136fd9792a9db98503afccb91b00f
BLAKE2b-256 84e4902578658303b9bc76b1704d3ed85e6d307d311bd9fa0b919581bea56e62

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp310-cp310-win_amd64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: cytoolz-1.1.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 900.2 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cytoolz-1.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d8e08464c5cdea4f6df31e84b11ed6bfd79cedb99fbcbfdc15eb9361a6053c5a
MD5 2e2284864922f737a8de2250ff2a8615
BLAKE2b-256 9f777f53092121d7431589344c7d65c3d43c4111547aafabb21d3ca9032d126c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp310-cp310-win32.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6d8cdc299d67eb0f3b9ecdafeeb55eb3b7b7470e2d950ac34b05ed4c7a5572b8
MD5 1d04054adafcacb4a3af545a284b0ef3
BLAKE2b-256 8ba7e530bf2b304206f79b36d793caba1ff9448348713a41bb1ad0197714a0f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp310-cp310-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp310-cp310-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 a8957bcaea1ba01327a9b219d2adb84144377684f51444253890dab500ca171f
MD5 afd85443b0e4faf3d2ddfdfe107915b6
BLAKE2b-256 252145f07ab0339a20c518bc9006100922babc397ab7ea5ef40a395db83b9cdd

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp310-cp310-musllinux_1_2_s390x.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp310-cp310-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp310-cp310-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 ada59a4b3c59d4ac7162e0ed08667ffa78abf48e975c8a9f9d5b9bc50720f4fd
MD5 dfe20db048c2f5ff4c8a7f21757feeea
BLAKE2b-256 abad82be0b999c7a0a0b362cedfc183eb090b872fd42937af2d6e97d58bc70f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp310-cp310-musllinux_1_2_riscv64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp310-cp310-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 06ad4c95b258141f138a93ebfdc1d76ac087afc1a82f1401100a1f44b44ba656
MD5 3521e641372cd822a88ee6a1436b0aa3
BLAKE2b-256 17db588e266eff397670398ea335a809152e77b02ee92e0ec42091115b42f09b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp310-cp310-musllinux_1_2_ppc64le.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a68cef396a7de237f7b97422a6a450dfb111722296ba217ba5b34551832f1f6e
MD5 08334c277452dfb8e2d9560dedb215d0
BLAKE2b-256 4927e5815c85bb18cdf95780f9596dcfd76dee910a4d635a1924648cb8a636c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 87d44e6033d4c5e95a7d39ba59b8e105ba1c29b1ccd1d215f26477cc1d64be39
MD5 9367775a161b8672b39deae86dfa7446
BLAKE2b-256 fdec3e30455fd526f5cc37bd3dd2a0e2aafb803ae4d271e50ce53bfc30810053

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp310-cp310-musllinux_1_2_armv7l.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0499c5e0a8e688ed367a2e51cc13792ae8f08226c15f7d168589fc44b9b9cada
MD5 833a365bf73002a4cb0b9d30d4804962
BLAKE2b-256 c34bacf9be2953fed6a6d795fb66de37c367915037a998a5b3d3b69476cf91fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 11a8f2e83295bdb33f35454d6bafcb7845b03b5881dcaed66ecbd726c7f16772
MD5 eadc2bba734944141081bd8550cced85
BLAKE2b-256 ce867900013a82ca9c6cadbfb22bf50d0fbfc3b192915d2bdd9fab3f69a9afba

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1010869529bb05dc9802b6d776a34ca1b6d48b9deec70ad5e2918ae175be5c2f
MD5 95132e2a8eeae94ec804f59daf65d02b
BLAKE2b-256 9f33afad6593829ba73fc87b5ae64441e380fc937f79f24a1cda60d23cb99b8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 c0d51bcdb3203a062a78f66bbe33db5e3123048e24a5f0e1402422d79df8ee2d
MD5 851461b18c2fba10b52683bb4929f82f
BLAKE2b-256 3f84404698ff02b32292db1e39cc4a2fbdabe15164b092cc364902984c3ce0f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 375a65baa5a5b4ff6a0c5ff17e170cf23312e4c710755771ca966144c24216b5
MD5 fce78c4c084c5ffd68d098cad75a5a4f
BLAKE2b-256 915e79c0122a34c33afcb5aaee1fec35be24fe16cecefb9bb8890f2908feae56

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 b622d4f54e370c853ded94a668f94fe72c6d70e06ac102f17a2746661c27ab52
MD5 2f3cd764a634a820bb17f13b14ab47c0
BLAKE2b-256 d684e06580b74deb97dfd3513e4e6b660c2dedc220c7653f5bd3e4f772f4d885

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ce94db4f8ebe842c30c0ece42ff5de977c47859088c2c363dede5a68f6906484
MD5 a37aff05e762344b1a8a96b33fbd0b1b
BLAKE2b-256 4ee530748da06417cb2d4bc58e380b0c11d8c6539f4e289dc1e4f4b4fc248d0e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 c8c0a513dc89bc05cc72893609118815bced5ef201f1a317b4cc3423b3a0e750
MD5 8b80737ed18e7ae03cfa831845be51c3
BLAKE2b-256 a71b8503604b0c0534977363fb77d371019395dfa031a216f9b1d8729d1280e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fdb5be8fbcc0396141189022724155a4c1c93712ac4aef8c03829af0c2a816d7
MD5 56bb997aa2a14ed2367d8b68b065f6cc
BLAKE2b-256 d4a1ec95443f0cf4cd0dbc574fa26ac85a0442d35f3b601a90a0e3dda077f614

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d759e9ed421bacfeb456d47af8d734c057b9912b5f2441f95b27ca35e5efab07
MD5 58491938ae6c1446341508e4701e7114
BLAKE2b-256 327eeaf504ca59addce323ef4d4ffedc2913d83c121ec19f6419bc402f7702dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 72d7043a88ea5e61ba9d17ea0d1c1eff10f645d7edfcc4e56a31ef78be287644
MD5 ab04a8cc8c0fc0785b201c890902d82c
BLAKE2b-256 a77a3244e6e3587be9abfee3b1c320e43a279831b3c3a31fe5d08c1ee6193e6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp310-cp310-macosx_10_9_universal2.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: cytoolz-1.1.0-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 905.9 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cytoolz-1.1.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 5a2120bf9e6e8f25e1b32748424a5571e319ef03a995a8fde663fd2feec1a696
MD5 706f8642e3a1c267c2c31bcdb8f4b1d0
BLAKE2b-256 752ffe71e80d067054ac2ba57d5a40c049d382ff90d2ded74ce18f6f69933ed0

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp39-cp39-win_arm64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: cytoolz-1.1.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 946.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cytoolz-1.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f731c53ed29959f105ae622b62e39603c207ed8e8cb2a40cd4accb63d9f92901
MD5 5333b69c6225d18a3e744f5eb6091153
BLAKE2b-256 5df575d66b5ed3d131825f86c9b730576eee9b74928ac745d0c7ba0b0f88da48

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp39-cp39-win_amd64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: cytoolz-1.1.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 901.2 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for cytoolz-1.1.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e63f2b70f4654648a5c6a176ae80897c0de6401f385540dce8e365019e800cfe
MD5 dafab36023863d7fc954ed5efb718208
BLAKE2b-256 05084ea17cbcec7ded897384f3a37144ce6b9bfef1bf599211e097ae3cde00c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp39-cp39-win32.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3e248cdbf2a54bafdadf4486ddd32e8352f816d3caa2014e44de99f8c525d4a8
MD5 f6c2acdb254b8045befc148da0a55b35
BLAKE2b-256 21f5b0a1677fc29d6956a7ce41acb366668064e3cf403abfb806d12f3b51e1d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp39-cp39-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp39-cp39-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 528349434601b9d55e65c6a495494de0001c9a06b431547fea4c60b5edc7d5b3
MD5 577a5553d495b92c064f5946858ccd9f
BLAKE2b-256 3990f0671eaf035c329d08fcb97add01c109bbbc77611532d3d6739f8ee5881f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp39-cp39-musllinux_1_2_s390x.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp39-cp39-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp39-cp39-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 202fe9975efaec0085cab14a6a6050418bc041f5316f2cf098c0cd2aced4c50e
MD5 36d4276b02bb51a50b76aaed5873a79e
BLAKE2b-256 bb15d54c5e7c20271cb993d6c8e7d1a3395be458fe4da0b777ec9022fac12835

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp39-cp39-musllinux_1_2_riscv64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp39-cp39-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp39-cp39-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 1dce1e66fdf72cc474367bd7a7f2b90ec67bb8197dc3fe8ecd08f4ce3ab950a1
MD5 252df2f7837ce6a05f35585256a65160
BLAKE2b-256 f02ae80886c3161f0b0f8a10c09a00332be80d2b48ac6db4c66818e175dc054c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp39-cp39-musllinux_1_2_ppc64le.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1fef0296fb3577d0a08ad9b70344ee418f728f1ec21a768ffe774437d67ac859
MD5 259be2beb4387ff51e62bbf07c43b45f
BLAKE2b-256 f9532464e082ea08f7ab14f896ac4025894e41b54debca630fdb0ab4c4b7faad

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7c849f9ddaf3c7faba938440f9c849235a2908b303063d49da3092a93acd695b
MD5 0886cb36975039c92daa7054be4bb353
BLAKE2b-256 315d80747382712aabb4b49815a37861fe9756dc289b6f0d9c6c2032f734230d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp39-cp39-musllinux_1_2_armv7l.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6594efbaea72dc58b368b53e745ad902c8d8cc41286f00b3743ceac464d5ef3f
MD5 a072a1832c2d7e23cbe45f25bc73cf14
BLAKE2b-256 5327f0f1d63cd490388cfd83c1a741214d10bad163b8a60c25b905475a06682b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp39-cp39-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp39-cp39-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 574ee9dfdc632db8bf9237f27f2a687d1a0b90d29d5e96cab2b21fd2b419c17d
MD5 4eb3a211dc8df4e3a065182d15fddedd
BLAKE2b-256 39c9a47ae408836ddc287ed4edc09f368444047ae2f04b91a4304e7eb9719279

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp39-cp39-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0cc537ad78981df1a827773069fd3b7774f4478db43f518b1616efaf87d7d8f9
MD5 9a80fd02448b6a40d359d96fd9e760e2
BLAKE2b-256 e0214de96bcca53006340351b7984e89847433fc2fa49c53f7ee7f23ca472eec

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 8c3784c965c9a6822d315d099c3a85b0884ac648952815891c667b469116f1d0
MD5 74e6605b7fcb9a503a4d56aab35d8ce3
BLAKE2b-256 347e42e0091eb75818685af26be86757d960e85e77cd64d635d215a7ab0da7a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 b6072876ba56446d9ac29d349983677d6f44c6d1c6c1c6be44e66e377c57c767
MD5 0e0830b4cde321d067405431b0141985
BLAKE2b-256 17123b2ac292fdceb06c06f0d1c75974ae501c3634516adc56b1cc489ad90c09

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp39-cp39-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp39-cp39-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 cdb406001474726a47fbe903f3aba0de86f5c0b9c9861f55c09c366368225ae0
MD5 2cf6cf804f16fe02619d2821472b94b2
BLAKE2b-256 e305697867eaf6482c43cc9178480a85c25530956339973b45c2a95d693c05d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp39-cp39-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1b557071405b4aeeaa7cbec1a95d15d6c8f37622fe3f4b595311e0e226ce772c
MD5 cda7d396978c3c7eeebcbc6654108bde
BLAKE2b-256 a26b087063bb786147989224668d84a2292aed8575fae99de9a1398bf86d0994

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 ba6c12d0e6a67399f4102b4980f4f1bebdbf226ed0a68e84617709d4009b4e71
MD5 7a14b9001537b1c361f0f9e727813dfc
BLAKE2b-256 20be5666749f0edc7e9febd3dea154ee566b493f6334b82bb898911946a7bafb

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8f3d4da470cfd5cf44f6d682c6eb01363066e0af53ebe111225e44a618f9453d
MD5 7c2dde8b8922236c3233dc7325663c7f
BLAKE2b-256 7faa8db92c07623df2497fcd4e8a440f6805f38f2aa0bbd3804ad02c1b838815

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 93bd0afcc4cc05794507084afaefb161c3639f283ee629bd0e8654b5c0327ba8
MD5 6cc6ea59ff16995893f27e87e4387caf
BLAKE2b-256 b0e21c327e551bcacb6f9e698ab4cca3174ab179c9722f4bfb6b23d063bc302e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cytoolz-1.1.0-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 08a63935c66488511b7b29b06233be0be5f4123622fc8fd488f28dc1b7e4c164
MD5 a0067d844a18b23a46a98f46f1bc4ef8
BLAKE2b-256 292aab01bc8bf611f8b7e7f42c666da585f87e4cdf88334100c86282e610ce78

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0-cp39-cp39-macosx_10_9_universal2.whl:

Publisher: wheels.yml on pytoolz/cytoolz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page