Skip to main content

Z0Z_tools

Temporary home for humpy_toolz, humpy_cytoolz, and humpy_tlz packages while improving them. The audio processing modules previously in this repository now live in hunterHearsPy.

humpy_toolz

humpy_toolz is a typed fork of toolz. It provides composable functions for iterators, dictionaries, and function composition with type stubs.

from humpy_toolz import compose_left, curry, merge, pipe

merged = merge({"a": 1}, {"b": 2})
transform = compose_left(lambda x: x + 1, lambda x: x * 2)
result = pipe(3, transform)

humpy_cytoolz

humpy_cytoolz is the Cython-accelerated companion package. The core modules dicttoolz, functoolz, itertoolz, recipes, and utils are built as extension modules.

from humpy_cytoolz import curry, groupby, merge

humpy_tlz

humpy_tlz mirrors the humpy_toolz API and imports from humpy_cytoolz when available, falling back to humpy_toolz otherwise.

from humpy_tlz import curry, groupby, pipe

Standard library operator module is "curried"

from humpy_toolz.curried import operator
from humpy_cytoolz.curried import operator

Installation

pip install Z0Z_tools

Sources

  1. toolz
  2. cytoolz
  3. toolz-stubs
  4. cytoolz-stubs

My recovery

Static Badge YouTube Channel Subscribers

CC-BY-NC-4.0

Download files

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

Source Distribution

z0z_tools-3.1.1.tar.gz (813.7 kB view details)

Uploaded Source

Built Distributions

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

z0z_tools-3.1.1-cp314-cp314-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.14Windows x86-64

z0z_tools-3.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.0 MB view details)

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

z0z_tools-3.1.1-cp314-cp314-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

z0z_tools-3.1.1-cp313-cp313-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.13Windows x86-64

z0z_tools-3.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.0 MB view details)

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

z0z_tools-3.1.1-cp313-cp313-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

z0z_tools-3.1.1-cp312-cp312-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.12Windows x86-64

z0z_tools-3.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.1 MB view details)

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

z0z_tools-3.1.1-cp312-cp312-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

File details

Details for the file z0z_tools-3.1.1.tar.gz.

File metadata

  • Download URL: z0z_tools-3.1.1.tar.gz
  • Upload date:
  • Size: 813.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for z0z_tools-3.1.1.tar.gz
Algorithm Hash digest
SHA256 906da0ac5ea7353ebdd58d8653259e5277d0b6a771d2cae5b890258b65c25dbd
MD5 45fbc64e84e5190fb31d4672caadda78
BLAKE2b-256 82c8c67502bef04f42cfcfa201a68ecceaa24d726f096af2c351052cb3793157

See more details on using hashes here.

File details

Details for the file z0z_tools-3.1.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: z0z_tools-3.1.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for z0z_tools-3.1.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 6cdfe717ca1588e88dd8d6e264a5692a7b01f14bf57ad52767a8e447e77a3fee
MD5 e644b855043769bb96321af2ba8d9240
BLAKE2b-256 d15b9de4e31b6d12f0ebf6aa8c1653054dfd6403b00425cacd07a6225fa57a06

See more details on using hashes here.

File details

Details for the file z0z_tools-3.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for z0z_tools-3.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 706acbe2093c4bf185e03812be06760c0f6bf02d49d5f6c30a9b208e7f5916aa
MD5 6fbdb101992210b7eaac003c8aa9fdf0
BLAKE2b-256 bdb73633a0060a2a2a311f6ddc3a755e46dcea8e2bc7adfc74e82a1f2db6887c

See more details on using hashes here.

File details

Details for the file z0z_tools-3.1.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for z0z_tools-3.1.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a1855708709fded122fe15fe272a0a248230d2c6e9f6cd4404dccffe6fd14ff4
MD5 4e824bb359757d9190b82ef379609c85
BLAKE2b-256 4771bcf31a8b6fa1f6364483b14f76370c8d2f41104716852bc24f473d078640

See more details on using hashes here.

File details

Details for the file z0z_tools-3.1.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: z0z_tools-3.1.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for z0z_tools-3.1.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 70f4d4ee3dd58b90cb0851a7229e3a646943eb84803265ac1169c1a8a1f1483c
MD5 1f157745b8ca6137d8095e5ec6c580d8
BLAKE2b-256 cc0159a2d2b4327effa07dcb20c4dd055ade45bf0aa16c13cf8c75aa52e83522

See more details on using hashes here.

File details

Details for the file z0z_tools-3.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for z0z_tools-3.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 30c46644ddd6ac2905365ee5e9f6f4858a17a520a456aeefbea611d89199bec4
MD5 3cb6e0ee40f0e4408a7249a3ce4d7c87
BLAKE2b-256 9f3f79de301c3da7e6935c0f087f5d97e1eab3a216f6066099ab206653f7c200

See more details on using hashes here.

File details

Details for the file z0z_tools-3.1.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for z0z_tools-3.1.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fbdd3ace468709177ec333d61d690c546ba1db12382c9d8c8921b374acaba579
MD5 59a26677091e8975add85440baacc056
BLAKE2b-256 3afcb41aca012965661af09f1f1196f80134ef23001f0bbc6a92c8875d01de5f

See more details on using hashes here.

File details

Details for the file z0z_tools-3.1.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: z0z_tools-3.1.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for z0z_tools-3.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 18a28b92a831b25615fea60fbefd3c757734522f5b663596c76cb5a10b000f4a
MD5 8a7c8efedef029c2eab8088f0bd5dbb2
BLAKE2b-256 4cab1509ba01e99cf93491e9e720754eba32cc5782417a6c7459df481d0a7220

See more details on using hashes here.

File details

Details for the file z0z_tools-3.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for z0z_tools-3.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ee1dd13a4f3dc2f0b95e8e6c1542f035bbb125328c4241b6f99a9a52e352eddb
MD5 b1a1c47ceb401deb34de58b5c5b8e419
BLAKE2b-256 efe8a6ae9051b2ec3c4cb0d1c56326e5b2bfcebecc217bf274db551e1b8f12b1

See more details on using hashes here.

File details

Details for the file z0z_tools-3.1.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for z0z_tools-3.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d3d318e40b893d0777b37bd7356661707b5dd5417de7589c40172c902d9c8387
MD5 a8ea3c99718bb49d7a02fe91dc2cc46a
BLAKE2b-256 4a638997589e066826e868c5ebea452af585d8407248480d58d44d8e30a82216

See more details on using hashes here.

Release history Release notifications | RSS feed

3.2.0

10 files

This release

3.1.1 This release

10 files

3.0.0

10 files

2.2.3

16 files

2.2.2

16 files

2.2.1

16 files

2.2.0

16 files

2.1.0

16 files

2.0.1

10 files

2.0.0

1 file

1.0.3

1 file

1.0.2

1 file

1.0.1

2 files

1.0.0

2 files

0.11.0

2 files

0.10.16

2 files

0.10.15

2 files

0.10.14

2 files

0.10.13

2 files

0.10.12

2 files

0.10.11

2 files

0.10.10

2 files

0.10.9

2 files

0.10.8

2 files

0.10.7

2 files

0.10.6

2 files

0.10.5

2 files

0.10.4

2 files

0.10.3

2 files

0.10.2

2 files

0.10.1

2 files

0.10.0

2 files

0.9.5

2 files

0.9.4

2 files

0.9.3

2 files

0.9.2

2 files

0.9.1

2 files

0.9.0

2 files

0.8.2

2 files

0.8.1

2 files

0.8.0

2 files

0.7.0

2 files

0.6.10

2 files

0.6.9

2 files

0.6.8

2 files

0.6.7

2 files

0.6.6

2 files

0.6.5

2 files

0.6.4

2 files

0.6.3

2 files

0.6.2

2 files

0.6.1

2 files

0.6.0

2 files

0.5.3

2 files

0.5.2

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page