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.

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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

cytoolz-1.1.0a1-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.0a1-cp312-cp312-musllinux_1_2_s390x.whl (2.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ s390x

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

Uploaded CPython 3.12musllinux: musl 1.2+ riscv64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

cytoolz-1.1.0a1-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.0a1-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.0a1-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.0a1-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.0a1-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.0a1-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.0a1-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.0a1-cp312-cp312-macosx_11_0_arm64.whl (991.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

cytoolz-1.1.0a1-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.0a1-cp311-cp311-win_arm64.whl (904.0 kB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

cytoolz-1.1.0a1-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.0a1-cp311-cp311-musllinux_1_2_s390x.whl (2.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ s390x

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

Uploaded CPython 3.11musllinux: musl 1.2+ riscv64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

cytoolz-1.1.0a1-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.0a1-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.0a1-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.0a1-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.0a1-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.0a1-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.0a1-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.0a1-cp311-cp311-macosx_11_0_arm64.whl (986.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

cytoolz-1.1.0a1-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.0a1-cp310-cp310-win_arm64.whl (904.7 kB view details)

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

cytoolz-1.1.0a1-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.0a1-cp310-cp310-musllinux_1_2_s390x.whl (2.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ s390x

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

Uploaded CPython 3.10musllinux: musl 1.2+ riscv64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

cytoolz-1.1.0a1-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.0a1-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.0a1-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.0a1-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.0a1-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.0a1-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.0a1-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.0a1-cp310-cp310-macosx_11_0_arm64.whl (982.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

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

File details

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

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9ca0681b78dc7e42fe8e2ded6153404c2371866747b03bfba102e4bdb92d943f
MD5 0f9e0f63456f024fbb432fc07b39430f
BLAKE2b-256 b1c88b4f20c968a994762f506753b6815878719c3a00c9d98ac5a01b9b871b4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp312-cp312-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 a7049a5e6f79a67343eee913a15d832ff6c381829f905969fe368d25da370f90
MD5 d39d4956b8460ef32b1b484961ad666e
BLAKE2b-256 081b8dddd6cb4ab83e5679ff0adad33e38062b30bf1a0bae351a886dc45271bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp312-cp312-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp312-cp312-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 4b2dba7d91b306063294576d90effff6118b7c1b5ff0d90559debcef686db070
MD5 38e41997fa61cf8d2cc39fb503f7c1b6
BLAKE2b-256 7a35ebcbd15203cbab4878cd985d8c9f4cec93afd3a450ee60ba483c9df313e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 9f856f601de0349f097bd559f0188cc5e3dd5f5183020b7f96fa16a30b847549
MD5 27f434b2eb87a89e855fe4e09ed4a73c
BLAKE2b-256 ca05344f38bc791530ffab62655f6100cad99b502d6af46e55bd9b0adbeb380b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7759d5764d4c5a31f97d93b7d65b466929b11daa1e494b89f172f44cc2ccb2e5
MD5 6d120ad8abde58aa9de8f68ded660133
BLAKE2b-256 59f58e2292d214b6551c45803df3549db5e0a7d7f6bf53fce032e1dd91846eda

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1f77cc52a8886492f6b9b1591d200b5aba0a670fda93a77f287170476e2e0157
MD5 d95f901a1341ed913b3757eb0118f735
BLAKE2b-256 e51dac1e0241f9e58d1fb14b05fd3dadd627a1c08f37423781919bb71bd998af

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f0b7454a9696db07781def6f8796f8da60d45f947df410ef90ca673f29c2f5a7
MD5 c3a5c84ac69c82cc78b71f15ecc94fde
BLAKE2b-256 a4c37f4bba61ec2423f3f15576de61a7160bce1f1d462ad34959dd6016607550

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 90fba991e5c001b8dc115165581f1c3bc70fb899faaabed16b59dc87487612bf
MD5 7729fe16066decb8c476b9291982d6da
BLAKE2b-256 8a0b4f4fbbd363613adce299f7104726061a6af92b829d9ca8e54c1acb302ce8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-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.0a1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8c581e8e977607a5327c96e2138c0cfe2a5366005694651c85a8f41fc730082f
MD5 33a96467d240266a76055048bceb7a85
BLAKE2b-256 63327ae886608512ebd21e66b1123b74f7c4008c7cc1a3ba33af76d1a177d1e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 8088195d1926fa84bb9d018c9a6fa9eee32f01773eec6e7ded6e17715b9fadfc
MD5 1220b734c2d5c4c0224a14355ef8ab2e
BLAKE2b-256 9d18d50d776e2391f13bf39501b8a39e85a417cf475ec8d6b96194ac0cf2f08b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 95a809c0998bf21ae37ac58c33363df36ab97961cafaab35cef8da059e3aaf27
MD5 d82aa1d342686126e97d23a1a8bcdec2
BLAKE2b-256 8d4127ce7a1645b6be85dd31e949d45335fb51f475582d2735be055f808852d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 9ff1204773a019a1ecd775160c9bcddbddd24c58466d5a45f676f5d6996aa7dd
MD5 19feb08bc462c28c26bbc2d0dd3769a8
BLAKE2b-256 db3a44963d1ef98d099e7c6edb29c3070aca7138554a05483447835f004eaae0

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 caca77e9c60768ff5dd1b95167b440467b36a370aa07b895e80f9abb570ca3a3
MD5 b717bfa7c5cb94796c83ce6c209d4a9d
BLAKE2b-256 6b2ebaed1a6d4a75723a2befe2231964699bd5adf690cbb308d6086a8158614e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 46f4143a735ad579a671685d616d9f75fda25fddd56d3c8f90f6012ef34223b9
MD5 f75222a06415e062bd061cd84eca9afd
BLAKE2b-256 84a8ec680084b2c6302d0e4945c0aec664169f1c1c1709d9949a4f54550ef7ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 15627663ce420775b35b78917c9331fc2da5ee1c4769f7e1cda89d0e843ce376
MD5 8f37bb20b81524a6712f423fe27b5aa1
BLAKE2b-256 fdc7424925290279990abef8b33a1be6a7f2f784238fed9bda93a27be17e287e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 53fd9f5b92359e310f968b95c03ecc79510c4cfabd4d74d0b6f338a9ecc4956f
MD5 b82505676ecf261345994e03322c5385
BLAKE2b-256 78a636e4d0acf815ec3e65161c0637dd4ca99ae4d6bd4da1d58f40395832b57e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 27d318b4a74a2291fe4ac63c82ef17bd80a218be49755c822f3f1eeb500b76db
MD5 537063df1579dd8c316f975cb773b070
BLAKE2b-256 87e09dccc5b219df63745de3867772daed5a0f1111db48a662783cb9cd3f77cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: cytoolz-1.1.0a1-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 904.0 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.0a1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 3bc56dc8c7ea00b960b0cc2997017994323538d5c5600f95c6bf66a42ab5bfb3
MD5 0055356c5e4a7884b277da3f2e4c8d78
BLAKE2b-256 514cf1f6be54e33f5eb7a14ac1b4ae8568325ff209611a50f097a37dd321d66d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: cytoolz-1.1.0a1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 945.7 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.0a1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b8a4e529128bdc164d30f9825c34367f12af3cd65fa71265278ea64084bc244b
MD5 1e6cc5cf24a5d657ddf556138eb283d8
BLAKE2b-256 9e26db632eea96b84aff210ee9042c32a999ea1d45bed8abd80ce1bbf5ad7eea

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp311-cp311-win32.whl.

File metadata

  • Download URL: cytoolz-1.1.0a1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 899.2 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.0a1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 8f6944a36272ac3066ba036df6e8913b891bd8c9f07a521af112c1037844e0a2
MD5 668e1c856f33ed9e42e1f5535574da78
BLAKE2b-256 4ec6ebc08320c3026fcb96b4a190e65912c03ed902e9b59e3f56826b461c83f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b692e4c7312fcbba58e4d71b84c14d4e963de154d74c8e435cf7ce28d42ec64b
MD5 40fcc0781ae8b1df1e048a0acdf71784
BLAKE2b-256 2b741121c083cff7d3ec35967c6856c051cb2a0213b8eee50acf132cd456b21a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp311-cp311-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 d1945a8a06259e1d0d6af7433d0fe2aa313b8f6b8fb35aa1341cf6204cbd5606
MD5 903261f032077bd960eb0c29b0ffbf10
BLAKE2b-256 36984fed4320c0bffefd95d16dc55eb11fbc0999de260ad8781215f8a68f106e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp311-cp311-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp311-cp311-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 f18d9809cee884aca23b7a1ce094b7b07f697ca9398bfffee3a12257013572f8
MD5 22ce9c38c283a43f8b0de37f5f7e9364
BLAKE2b-256 aee86245d7358ae7432ceb999ba0fbaaea0b78ecf9c14b9141919ca5eb863472

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 2b2341591ec547d3368a0f8047fdac2e758fa3bbc5bac78b549fffcc59fa5c32
MD5 5c0afe55977630431570d614700479a2
BLAKE2b-256 363221f0b316dc2e354fe00cddbb79f3d312de8ff1a8f6079a53d1f1e7b26ac3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 64868d90a365867fac813535e2b6c1be73144f3a20244b10703725f25e944801
MD5 962736102db9e1f469297740f9e0448e
BLAKE2b-256 21190fe002bd94dfb64941cd24052f464a12d2fb798a9ded4f9f5814ea589044

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 fd12982b3563f528d8d45e343b0e086aa5f9fdcfd74a7412d8c94678a57e7a53
MD5 eccf38e81e4d9880be8c5c6a5c14e0b2
BLAKE2b-256 6855ab0506bf2dc3dbf3d93a4bf2649c9ef3d8295b81bad530739b99692fca0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9957d263daf49db6481f88e89d93305fd07b458d63666053ccd74d5c1a15b5a4
MD5 2da98344e875fd1df9e9eb8468ac4ec0
BLAKE2b-256 ababd8ec9735c98e21fff5ef60460206ae66bf9eb47a36d6dc11c309e2701935

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 242cc6ba53138fcf036d52e8fc4ff448db9333ca3abf1d1ddcf0c18949a8550d
MD5 5a2c19fbdbf1486b30857ed26fafe297
BLAKE2b-256 08fc26e9173d08d71ac3a8ce44379be62d6bb1299f79a81be2042b807ad53f2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-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.0a1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e220333142071e461e9632b02077df0b68a2719ebdba61f62bac8180ac036a1d
MD5 d7ebda7343d91e57c272f6737343b643
BLAKE2b-256 a84df47991c0b64dc98f54e6d6db267682fad6f22c75bd0de22c454e76eb02d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 f075357ae5b884744176480920a593dd42e48e4ab20f933b84472d3d3acd70ca
MD5 87d08cd91eb0d6a30fc1e0627cbc0c29
BLAKE2b-256 8c05bfe7d2e4a9a015204e573a5e629362d084d8cea07418bb612e5c56c40a85

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 a4eb1fa52f6d3d241d341a161944d9170f410865fedb1d8e48045c65cc6cb33c
MD5 1a300504b5015fc1d4a46a6dc889f6cd
BLAKE2b-256 509f99125affd7992abd7b0433eff3d37ae7f46ea76fb09a18e768586b9862b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 913d72d3fe470bcbef7b9316f8128bb5f893517697c3ae2f50c256448b07a9d2
MD5 c091d06234eaaf052104ff7f7e581e85
BLAKE2b-256 df64677007f966639545ddf31d45d228ef0986f47014eac758b42b34b71c2ad7

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7dddf29ca9ce6a8136de270a7b5cff4159be37ce253cb6b10e126243f5fe0bb9
MD5 5d2f13d2e349a15a99978a253a41f6d6
BLAKE2b-256 880d34c1dfb36b674e181d3b705198edda99f179b9f71f73da230bf480068c4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 90952c62b873c32fe2a2279f72b6d369941f2693234de6129db3eff89dfc554d
MD5 47f37d79850ce9591ae38728bde4c6bd
BLAKE2b-256 52af6e8dfa3f5a00191c438acfced1cd529f1160e6aeffdfc17d2fc38f9d53fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 87a474da1ec0440f40a2ff647c9f1597acbd8a0137da144dd4e171622eb6fd04
MD5 2ebfa39ecbea0a0cb0ccc4372a506672
BLAKE2b-256 615123d3db5fba96d6022acfcf8663c79ca581b991708dd30b2dbe000d6e1e60

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 afac27380cd843dd26ce32cf874b297ad694f60cbe292d9b49e5f09e1c63506a
MD5 6fecb39299d12d6c5b201fa3f1323b8c
BLAKE2b-256 52bc5d52fe01f4d79c4ef2a5dfa5e4cec33180afbe7bc8e4185ccf41f823513a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 cd9f131a1b7cbe4863b67ce9de0fa2bb472f6ddfdf3af58c8bed7d63d6762492
MD5 c5c1044025aeb6e7dc05f8d31bffc747
BLAKE2b-256 14d5c650d87995fcc12415c16b014b5bca7c8c5cef92bf2ccf223b36236b617c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: cytoolz-1.1.0a1-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 904.7 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.0a1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 5f313480688bce335229554ab09bc4f7082443241afea7fbb8b6b1bcc69c82e6
MD5 a6ba984bf7e0dc55c4c6f46d1d77c31a
BLAKE2b-256 7c26aa605bfe4f0c110164fcced0a5ab24431b71b2f1bd1efb3af6f725c09d54

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: cytoolz-1.1.0a1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 944.7 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.0a1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 326b80e28594d7c9191180bb7ede5be0dbe4103b603890ca9ea1d578cf9b212b
MD5 b74d09e0048b1b612ef608a539e997af
BLAKE2b-256 b9704609f715800b10c02854c0d3f40712d43ad2fefe0ce347d9405e4d709582

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp310-cp310-win32.whl.

File metadata

  • Download URL: cytoolz-1.1.0a1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 900.1 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.0a1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 09ae4f0c444bfbd1a3eeba368ddc1556b6fdbcccff0ee4f4f4dc64d95f61314b
MD5 7e443255b867105f2b60c6d302d52d1c
BLAKE2b-256 97148a1542331186b3a108ba88aef7bca2abb963a5566abd51fe2f7cba440416

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9577cb8916008143c9ddb7ba1227e492fcb26369320e4d96e6e34fdbc5c006ca
MD5 2bf9b828e86a48586a787451e63f8815
BLAKE2b-256 7f1ea9962333cab5f725ff8abb9d969b9b7d6f9d10a10d79498fafd9fe47ab84

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp310-cp310-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp310-cp310-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 c180efda7e281e0a0b15d86fb830c1b0d2c546226e5aa13e87cfe63dfe294655
MD5 3218e39d348e6a549515066683e59733
BLAKE2b-256 ce4e25dd9fc4e96e03ca3607eb87b4cb6cd446577ffb7b92dcaab75f1dd17307

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp310-cp310-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp310-cp310-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 fa07340ef02b1e53ae53118edb229e188df3f9d084b81303abd795ef33387d2c
MD5 ed9be54c57b161413972e251317012a4
BLAKE2b-256 8e33c78596865ec8a83a8482b13ec9763443a990c3ce9006c5a083aa5dce23f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp310-cp310-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 5094aecd90681866d8eaba24c7668531fc819cb0707cd4a8c602288650d4c8c5
MD5 d8a08fa49289479fc97f9b5fcd738508
BLAKE2b-256 0b952f5d20f78a816886f31a1013d485ef191464bf16f1903f6dfc1870244c7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0958e73a019b905f37fd30a522819e9e15c0c4766914a4b1cf63ca322270f286
MD5 f48770211e0d7ddb335840f11c2f18a2
BLAKE2b-256 b522529520ebe6fa61e539f4dd50e28324e2bbd482a186d201479bb0afdc8e24

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d511c5e518706beb9f10ef5f49a8236db06540d1ccffa4945aa5e7beeec7c328
MD5 6f58d906c990531435e38d91a7de8f35
BLAKE2b-256 2cb255e298ea20e7fb69c5da83c485bbf4b1d4242a2a4245d6c2c3120f1a672b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7aa120bc22c27f20e6906184b6f4585256331c2c52eff37b9993621a304eabed
MD5 2de0582365681f813c5637cfc73e2cbc
BLAKE2b-256 b06ee0d28885503583f89ff07e1ac5d735c546240bec7e56bf2015471f119f5c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 38b37e378bbea98625a739aabb1e76a7d5fdf55537cc38ee19b1552cf8520e32
MD5 5366b571457a87c4d499f2adea6ee487
BLAKE2b-256 73553593d2543103951468d5797674babd2c0cf595be0914f308b87572f5e446

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-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.0a1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cde1c2e120c763b550a627aa561f137de93fe00d77cedae89dc40c3bac7b591c
MD5 62c7bcf5b9dafb0d0c2981e958624cbc
BLAKE2b-256 27217fadba3000620dee3b314f9cee4ae5ab1aa90246c9ab4b828e43961efce5

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 bc2009481d1c130a3af4016d3758bfd67b1d99e3b530fe458fbe0e0d599bd1d1
MD5 9544bbcb1d358a6516fb38dc0774fc95
BLAKE2b-256 bcc344252ace09a0cb74581e9318c1123f8564db928bd40bab209335dec77b09

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 9b27c1161e69a930fa9ebdacba4b8b48cc7fc2fbbbe6e22a31b947bf0ae28d0c
MD5 3e08503b1783256df6ca0323f2b905d2
BLAKE2b-256 7f2bf2b659909938655a75232993d70faf73b5882b03214d9e0b2801dd673160

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 78588e0320c20e32d70673876605826f7b1020226e070d765906636aadf08d62
MD5 7ca3dc5171fadaab6dfcad6255afc662
BLAKE2b-256 ea21b996df7b123cfa81818ea0d0aea7bc160019a9080e58bf8dd7a28befcb2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 83a2123e22daa72678710d996484fe3c955338b4b230cec40d9d238e5982584b
MD5 0c950fca98b21832830f477b1273dec8
BLAKE2b-256 9e4aedda9433f06f2b1b6aec8bfa2ed60ed3c7318379d2f14bb1dc0db27f0d2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
Algorithm Hash digest
SHA256 2cfb06e202e11c4aa43ff663815573bdbddf8992a310936b5dc249c5c2c0f2ce
MD5 3e0892b1989e1fa310148e12d8ff7a50
BLAKE2b-256 ae672ebadee9df725981ee53c3663d4a6872cc127fedce20cd3d80aefeffb680

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c885feea3adf476fc40e9f7caf7127b23b935765fec4a4c6d5f23e96a309b5e3
MD5 816e86b0202469228b2090421c1e6993
BLAKE2b-256 2b189b2b69bf13d8598c5f6cf230bb16e82b3efd0707a1763a86dcd40ff5c796

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1e23a118418f0a66addb5de1ccce03bd33df67ee0c6f329ec4b2eb35a310cace
MD5 79e1b1d5c51cfa2cf7a876bab46e0268
BLAKE2b-256 ccee3cdfebc74901937756289628d7fb1660bc2cab51480d3d3f1e40a50629e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.0a1-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for cytoolz-1.1.0a1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a5d6ff58efc1503b8fac640c2b33881ccc4ba58065b2dad41a869d48eae24735
MD5 9dfa7490f52c6cbf93e5ccd3c7fbde8b
BLAKE2b-256 3c2b8405a979ebc8244f9af2fe0901fed7fd715476cc5d187b7e59e151431258

See more details on using hashes here.

Provenance

The following attestation bundles were made for cytoolz-1.1.0a1-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.

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