Skip to main content

Hydrate Python dictionaries with Rust.

Project description

hydraters

GitHub Actions Workflow Status PyPI - Version

Hydrate Python dictionaries with Rust. A general-purpose algorithm, used in pgstac to reduce the size of the items table.

import hydraters

base = {"a": "first", "b": "second", "c": {"d": "third"}}
item = {"c": {"e": "fourth", "f": "fifth"}}
result = hyrdraters.hydrate(base, item)
assert result == {
    "a": "first",
    "b": "second",
    "c": {"d": "third", "e": "fourth", "f": "fifth"},
}

Installation

python -m pip install hydraters

Or, if you're using uv:

uv add hydraters

Developing

Get Rust and uv. Then:

git clone git@github.com:developmentseed/hydraters.git
cd hydraters
uv sync
uv run pre-commit install

To run tests:

uv run pytest

Background

The code for this package was taken from pypgstac. It came from some benchmarking that determined it was much faster to do this operation in Rust than in pure Python.

License

MIT

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

hydraters-0.1.1.tar.gz (74.7 kB view details)

Uploaded Source

Built Distributions

hydraters-0.1.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (394.9 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

hydraters-0.1.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl (413.8 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

hydraters-0.1.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (493.1 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

hydraters-0.1.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (410.3 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

hydraters-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (225.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

hydraters-0.1.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (262.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

hydraters-0.1.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (263.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

hydraters-0.1.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (231.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

hydraters-0.1.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (224.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

hydraters-0.1.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (237.5 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

hydraters-0.1.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (394.8 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

hydraters-0.1.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl (414.0 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

hydraters-0.1.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (493.3 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

hydraters-0.1.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (410.4 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

hydraters-0.1.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (262.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

hydraters-0.1.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (263.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

hydraters-0.1.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (231.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

hydraters-0.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (224.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

hydraters-0.1.1-cp312-none-win_amd64.whl (100.4 kB view details)

Uploaded CPython 3.12 Windows x86-64

hydraters-0.1.1-cp312-none-win32.whl (93.8 kB view details)

Uploaded CPython 3.12 Windows x86

hydraters-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl (392.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

hydraters-0.1.1-cp312-cp312-musllinux_1_2_i686.whl (412.4 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

hydraters-0.1.1-cp312-cp312-musllinux_1_2_armv7l.whl (491.1 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARMv7l

hydraters-0.1.1-cp312-cp312-musllinux_1_2_aarch64.whl (408.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

hydraters-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (223.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

hydraters-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (258.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

hydraters-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (262.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

hydraters-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (229.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

hydraters-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (222.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

hydraters-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (235.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

hydraters-0.1.1-cp312-cp312-macosx_11_0_arm64.whl (195.1 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

hydraters-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl (199.4 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

hydraters-0.1.1-cp311-none-win_amd64.whl (100.3 kB view details)

Uploaded CPython 3.11 Windows x86-64

hydraters-0.1.1-cp311-none-win32.whl (93.7 kB view details)

Uploaded CPython 3.11 Windows x86

hydraters-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl (392.7 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

hydraters-0.1.1-cp311-cp311-musllinux_1_2_i686.whl (412.2 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

hydraters-0.1.1-cp311-cp311-musllinux_1_2_armv7l.whl (491.2 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARMv7l

hydraters-0.1.1-cp311-cp311-musllinux_1_2_aarch64.whl (409.1 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

hydraters-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (223.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

hydraters-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (259.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

hydraters-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (262.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

hydraters-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (229.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

hydraters-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (223.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

hydraters-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (235.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

hydraters-0.1.1-cp311-cp311-macosx_11_0_arm64.whl (195.3 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

hydraters-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl (199.7 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

hydraters-0.1.1-cp310-none-win_amd64.whl (100.4 kB view details)

Uploaded CPython 3.10 Windows x86-64

hydraters-0.1.1-cp310-none-win32.whl (93.7 kB view details)

Uploaded CPython 3.10 Windows x86

hydraters-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl (392.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

hydraters-0.1.1-cp310-cp310-musllinux_1_2_i686.whl (412.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

hydraters-0.1.1-cp310-cp310-musllinux_1_2_armv7l.whl (491.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARMv7l

hydraters-0.1.1-cp310-cp310-musllinux_1_2_aarch64.whl (409.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

hydraters-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (223.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

hydraters-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (260.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

hydraters-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (262.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

hydraters-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (229.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

hydraters-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (223.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

hydraters-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (235.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

hydraters-0.1.1-cp310-cp310-macosx_11_0_arm64.whl (195.5 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

hydraters-0.1.1-cp39-none-win_amd64.whl (100.4 kB view details)

Uploaded CPython 3.9 Windows x86-64

hydraters-0.1.1-cp39-none-win32.whl (93.8 kB view details)

Uploaded CPython 3.9 Windows x86

hydraters-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl (393.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

hydraters-0.1.1-cp39-cp39-musllinux_1_2_i686.whl (412.1 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

hydraters-0.1.1-cp39-cp39-musllinux_1_2_armv7l.whl (491.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARMv7l

hydraters-0.1.1-cp39-cp39-musllinux_1_2_aarch64.whl (409.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

hydraters-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (224.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

hydraters-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (260.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

hydraters-0.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (262.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

hydraters-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (230.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

hydraters-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (223.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

hydraters-0.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (235.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

hydraters-0.1.1-cp39-cp39-macosx_11_0_arm64.whl (195.4 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

File details

Details for the file hydraters-0.1.1.tar.gz.

File metadata

  • Download URL: hydraters-0.1.1.tar.gz
  • Upload date:
  • Size: 74.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for hydraters-0.1.1.tar.gz
Algorithm Hash digest
SHA256 f49ee2fca84399a5b84a24233ef70e28a46b323fc6c8955bf8eaaff3500a9061
MD5 0be46d45e66bba6a7ba0fabc3760c264
BLAKE2b-256 5f39b5070dece35b6104a5466abcd5b942f10f21fa7fb54f242539fe4e65fce5

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 03490fe63861e50ac121c15a3fc59a50bee2f3f6268c2a38c86c400482559850
MD5 d0b157316d093601c2b37c9f930cfeb9
BLAKE2b-256 aba19d007d67027664d32906e4278bb721479702eb8e2c9f082c411468b05d0a

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cddd716f0c6f9c107949a0b0b1c6d297b1b399168ea1f2e8b4d77983559c1258
MD5 0b5c226bd4bfa9af4879513bc85d695a
BLAKE2b-256 5e61a2490e13eaa224d621e065e908c9b9c18e1bae8e8b2a41ad5215d60c50ff

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 628b1193ea16d7029da0be1fe08b3236a2996b48638acadad92c10544284c628
MD5 097d2db3906b71fa23a20deaa9aee69e
BLAKE2b-256 c0e1188b2e53630ef366a83ec899ce5361df9be1aea0dfbeaab0c00885c20f05

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 25163b0f684c6b8e22af6cc871ba30f8898861e464244d665d3229b5d981cbc6
MD5 6cd8c76a43e417dbe460f4bf55b79fde
BLAKE2b-256 40eb2d2b5a7f960a48cf60fcda5faeadf4e7e89ad1fee4095958c35352a9b8a0

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7f47db281ad823d84fa83e6c1d397c9fea6781feaa28e9543cbdef7ee755f3fd
MD5 bd88c7cbf3e93ab5fc1a275535004d15
BLAKE2b-256 e4e5a8906cefbe54965bdf8a61700b7b283fc330676e1f9db4da53cd43789a73

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 aa7e680e308c22ba9319027c1852e88f72a2399adb462d65169a9568b9cf7094
MD5 2b159ce120856cb1618a389acd8cdd76
BLAKE2b-256 545ac1ea3cda0f3a01d0f281e3a2a3b4363cf55889057b4269a83398d8fd2f4d

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 04f524725a30dcf8f0220a9ea395c864b35ac45563151c2d490056b9e707afbb
MD5 dcae5dc2fee0fe4714c23dee42e25197
BLAKE2b-256 65445e629f7a989dd36f02f7093cec2f7891d51006611530a02317934ece7af1

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2ed93dd5aff9ddb6732ad11d31ca03f3116c6bcf60b9cfaff76e9f44628635ab
MD5 1788d9ba01067b544ac2e80d3069aab2
BLAKE2b-256 f9da4a5f639ffc68ae8bbb86371c0f494ad7436da0de66a606844d3ff83470b3

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f5ab80b7bbecd20c6b31f1406d9020598b8f27defde960a8823950ffeea74e2b
MD5 0422623678b4f13a4cb372aae9cbb514
BLAKE2b-256 3fac78de9f987b39b9e2bda71375899255d60130c2d11184dece50b67a6d9a7e

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 60f7143343c7a73ce29d5044aac54a9d5228ed7d7231f17f1b24aeae218df43f
MD5 064b9f380d89e13dab1420feda5813f4
BLAKE2b-256 f2fbe85fe6233893a6a580e87a38c0b9c696dbbc273fb09b84f7b372abdbabde

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 700f92a2136dcfa25fc1a8cb3f3bd31eb4daa1e33f578439891f5804cf238b5c
MD5 28d846ffb42e28360737894f5138a2a5
BLAKE2b-256 6bfe93ab09064d2bf0750a065edcfb1a72c7ff593e51f50e1b3badd4a06ed35f

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4dfa629c19eef197a8c2574a01c586effb0431edb2695fc37c1063343e158145
MD5 1b18181a00540dfc17e014ac7def0d9f
BLAKE2b-256 1ac93f019f734a4c0f37c8ede07ccbabfc151501c795d04dc5c85c321bc94b38

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c5e03e2b7884003b990e9f4cfc1b9156eb6a608314483319bd5a474bf9584c77
MD5 641470e8fa84b4e169e274373c886ff3
BLAKE2b-256 f382ddf7da011a0c071aeefd99956b9253e813c338a58025e9bf5ce2ae9493e1

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 577c12b3ad0fd28524f579d385ed27d571ad2082bdddbd88620269932690044d
MD5 103160bd016bf907ed13e478e2bfe713
BLAKE2b-256 669bbace4d4b76a0b518d309360f69eb7a4f9120f279a215130191976fb08ee4

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 891d6b1ce4777b70e12921d26dab3a85563877fd5b1fa0b464865de597b6d4ec
MD5 38f348f39f47792fb8bac016d594d222
BLAKE2b-256 a865ff826e8c50e9116d12e2ce45a9392ebca79f71d8ed5f29bd1e69232d24ed

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b64995279295b999c2cd35cac8e4b3cd5cc97f5edf6170cb8f5200a790715e3e
MD5 b6cc0987cc09aa12156fa14cfac7a278
BLAKE2b-256 96e038548fff4f93a74c1bea903730a531aa2a01badf464fe49f9c90bba5d6ba

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a0edf6c36a01db0471e1316dbb8d3b1738b48d7daf4b5653e122854deff4e11b
MD5 ce23f0ae2ceae6a37ebdfeec609f2d0c
BLAKE2b-256 5cfc09c86bdb3edfbd4db89cf96fd8aa6977f3e9c299144065997b33093599f9

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9b1021adf9171b190191ae762b83e48b9ea762ec331c53f064e6574babb80909
MD5 fd0668f83438fb9513a2228fb2e0150c
BLAKE2b-256 af44851bc280e0ddccf562ec6ed724b90a54d3af78e471976137cc2c7c50b21a

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 63e966e31beca03007c8086d58885a59178ede972a145e03b544dce1decbf4c9
MD5 70335c8a2363501ca7d2b48a1f4d9b15
BLAKE2b-256 a82839d34425f5249b95d6f817c6e1367cd2f74f98691a1046bf1ebfe4a89218

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp312-none-win32.whl.

File metadata

  • Download URL: hydraters-0.1.1-cp312-none-win32.whl
  • Upload date:
  • Size: 93.8 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for hydraters-0.1.1-cp312-none-win32.whl
Algorithm Hash digest
SHA256 d5673628cc72b40ef3aa60f350f4d8cdc79ddf4d07584214731c149eab48f9e0
MD5 bbdeb4dcbd336470b9054350d88317c7
BLAKE2b-256 8f045a27689a2a3fede7cfb72188df18c0a9d7e091ee10ea90c5f6d0c5e10d6d

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 958d288a0a900ce50975def5ca68f6cfc85aa6dc19d930e5686ae4a9e74d5fda
MD5 8c0c3123ac1fceec18a80821511780c1
BLAKE2b-256 f829f67ee41798961b2c8fa71a74a8a71064fddb8ddfd98fb4d44637c0ea6219

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 885aae3b46a7c739f972c133ae9075d7d9463bd0cbb177119151923746108861
MD5 76a93ecfb7283882a4cbe772c193b613
BLAKE2b-256 344745be70200f2f0dab8ecc52c7bd7b40994c48340a2864a0f744e69c466b4f

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5415a6280c9142b3420ea95efeafdea1bcd6c9c5fb7dad3b5f8a07b32db332b9
MD5 e63f172e7a67a903ee544c65f67951a5
BLAKE2b-256 64c81d0964ad86c9f20daf3173da9d2ac8b1d7410e5d928a3798c8438509c4f8

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 07884d5673902b8280dfc1625cb349adbed221fbd594a3e13c29020e26c5c8f9
MD5 2c1abbd55af009c102d438cf05501625
BLAKE2b-256 1e4dd8613fb16e3253739a23c82601da01858bd57b30543bf891fc9b4d275ab2

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fa53840be43564387242d198c18a4ad829bd4c268fe8362c9cb4430aadee699b
MD5 890d771cf07788ec3481da6e5a145a82
BLAKE2b-256 ff1b1e8e72554701b213062812ee232be1313b09b9f41b3f496fdbba4c193f39

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2c08500a81e3fdb71531517e601ded2e9709ec2c5d3760abe72fe6a9c4608743
MD5 5cb44f77c5b23eacf49feae154274dc9
BLAKE2b-256 13a77076908126247d3ee42fd7a6e71be4b740c0cb9805d0f0b251039213f952

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4121a78e01d9047c3c0fd79009b8ccd3284b219b808655355ee6ced6e8645c3a
MD5 ff2d8b6faad33ae4173f64e24ddaab01
BLAKE2b-256 e9bffc56b85fc3fc07cd613ebf5a3ab33e2c6d23169851e40f89752e01ea3bbd

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a27e889d1986d6b6f51f8eca508204e5ff7a91444087a9b956964388dad0e1d7
MD5 e148b0c5e0d1f28f91468a635fcbf3b1
BLAKE2b-256 1ad5bd2e282176eca45342ec093e6b97c85a77521d4a7069f3bf28b4fab69219

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b3383d02d34703e9767cd6e412bc0270cb66d660622e7a57580490ebe7a86440
MD5 fa2d627cc8962c38a27dceaf689a2d73
BLAKE2b-256 5f22c1c45b4ee254df278efd13cb75143dd519bcfeaf929d114eacf4a9d07e3a

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 195e5ffda8100eb53c292dcb20d8de6d3cfe473ca096d8f3a566c5ab5f186b78
MD5 e304e1092d9dd353a73cefa7041d7b29
BLAKE2b-256 43474ad6d1ba79cc96db27cfcef23cbbf9ba57e3cdd16509db14c84d71f07723

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 62206625abcea90d3ed078ea5fda4944fef0d39ed99bbb93cad423db6d8e4225
MD5 8cf9ccb67c7c8904e98cbb4af3307531
BLAKE2b-256 4a2900c9342a9074e01319bc547bbd0ce5773eb59d2e05861cd57f73437e425c

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ae320472de76979425531086ef380dd99e7ce4a7ca1a1002d2c6ad055bcdd35e
MD5 1e3d3b1154337dc395a2f7972524248d
BLAKE2b-256 cc346c9a26877304db376989091e377f0a221f684a023143ff2f489983ad0f0a

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 2ce2c01efb9df5763230e3e057cfc3711b43dd1a41050c6955a87be2bc6062be
MD5 b87e0595b4b4b72bc4da113d689ddccc
BLAKE2b-256 736943c5872cc6ce8309a56fe18dbd8daf9b4d38630a88643612a710a22f47b4

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp311-none-win32.whl.

File metadata

  • Download URL: hydraters-0.1.1-cp311-none-win32.whl
  • Upload date:
  • Size: 93.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for hydraters-0.1.1-cp311-none-win32.whl
Algorithm Hash digest
SHA256 7bbdb97a3fba745283b620a1c9d8b7505ca97024449bcfc069f0e5a5c7b7d7b2
MD5 91118ac294f351f0345d7d0722cea3fd
BLAKE2b-256 d02df90fa9f7545b049a159f6e38735b4096d64266eda87879562eaa32eb9e3f

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2112688e389259e16d39b7ca1bdd61f1b96ab3d0ac0971c8f55de81a109d86b5
MD5 872c2da9f2a41c8716c6c574461b0a1f
BLAKE2b-256 ad60fe6e089c16f5fe4e16ce12cc2232989231fcf7939568e25fb2dce3927d8d

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 59db02b0d7016a286331da49c261c0f66539af10e6b545a31d500bef1e1cbf49
MD5 c8811e4b2e46824f8506c771bfe05bd4
BLAKE2b-256 8af37dd19e911c8d6dfa914ce1d3f81883c98df1b6021219bba7db710e0607e3

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 21f74f287b2415205c334386b73492651b851a264eac46f07fa0bcacdbef546b
MD5 e678eae927e3c6886fcec96285573a83
BLAKE2b-256 e37fa2bde83b175a250a15bb86d7f67e2747cbc8350bce98128dc5c03beeed8c

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1d8a371cedc38ee1c83164f15322e2007d6436a196cf271387f6c033b5cb0f91
MD5 4ead405de2fe228fc7233a4eaede0cb4
BLAKE2b-256 bdead2bd452a051da76572fd697eeaa2042cc815256e180f16310340ca0b641d

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3e3f6887eda61092149e63018b2e67aa833b0aaf40c399df7ad6787990aeb10a
MD5 2bc3e4274b452b34b2721a1fa101bdef
BLAKE2b-256 c5d3607ab97d5128c2ab7d10d3f3ed668231c6243efaa4129f204f660f2af4ec

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 559d4942705d4ea88c7ffed68805200e7fea9472aed3593a5017de5d94307328
MD5 828fd3844158f759b7fa35efee4df5e1
BLAKE2b-256 53326c874e4860e0cdd602bac5d5c083a866cf30f64d227bdac4554ff77fc98f

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 382482301e93a3934bb26bf3441a933fe25a67152bcc02ca33e9340b3dd3740d
MD5 e859185c913a3658a33dcae952e96123
BLAKE2b-256 49fe2245ff6c6e9aa95566e0a1d82d6776d4244a86c7731f1acb06fdf4c59b04

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2c9bb1f5b4eb4eae782c9faa84f6d4a333c59ea4cccfb363d3dd5f8382ce4174
MD5 93bad7c878767e3bb7029f675a0d7d10
BLAKE2b-256 95b56f93b5d5b14e1ab098b914357bf18d316d3a18c91a40ad24d58b9b126c18

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5d1e2d6375a3eca0e2b3220197a271570c69ff7da6b05487cbce7580cd0c5a43
MD5 c6b5f8fccb3dc43468e56d9648b8227d
BLAKE2b-256 ea91eb15d2d911dd465686b10b380992e41c5ad7c66bbed87901c2125a7763dc

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d68f5d46a2d35f2eb45c866ddfde6b936c60870506217eb1191b4825c8142ef1
MD5 2c792741b64d05fa8c24d0f581bfc935
BLAKE2b-256 9d8610ff4bc2779fbbb53574a88c2cae6596fbaaff07cf494f4b7550cae95473

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 22cf4fe2d68d8be0948cd85a933b675c93d48527d374c47acdc589df13496d8d
MD5 7fb8a6f3559ccea18a6f07ba84a21a2a
BLAKE2b-256 610aa322c5c5fefbf4b2ea5d7dfdc69757105abde5a9017af731f3f4e127d144

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9f93537b3990d67fa62937279d083b253f7e73012046aa1b0c2db7d7efd1b71c
MD5 92fcf6149fb877b803bd737ddb2352c4
BLAKE2b-256 3d0fea2e51f062d7f06c32cbd6cbc0b63cb599aef24134bed26026aca2d8cb67

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 281e8efe9e6aa7c240ba1642363ec27f854063cb742b93ec5478cbcb8624eb05
MD5 618198b5706ea58ff31afba4d8db6341
BLAKE2b-256 d404299bdaff3cad504922e03305644207367f1fcb91f0c5b1e3b2b249624d29

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp310-none-win32.whl.

File metadata

  • Download URL: hydraters-0.1.1-cp310-none-win32.whl
  • Upload date:
  • Size: 93.7 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for hydraters-0.1.1-cp310-none-win32.whl
Algorithm Hash digest
SHA256 735a77bba7f4697b1dc0e001504c45fbd6bfb9b269493b00e504f86ef76ee811
MD5 91c04f72cb95e075a6085a67abae8f48
BLAKE2b-256 53fad8a01369789e5d75dfc79e84a053e7d1fac1bc3ebb033dafefdcc79c1f45

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 24c29c57823a16ce0deecd07381e34992f1903f71b865774a24fb15826bb875d
MD5 0f1c4d56bb16323937f285ea4d123927
BLAKE2b-256 4595a109651b30865c3032710c1e5f89655aa0a518c4f99ea24d6837f1bebf09

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 384b60cb17f2b8d239c1067ff7d888145cd705fbcb38d97453625ca0a50ba660
MD5 195a5bfa75dc57d56549704d55ef2236
BLAKE2b-256 2afa8a3051a59211891de871aba186b717b8ca6b177930c30af1ee3525b9fb56

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e4e1d1da0783f9cc03b1e8f1ef07c150d8b534dec57ab90d9e18a0a6f3a4f2d9
MD5 3005834db36e6cec5dc694616c279401
BLAKE2b-256 46b1f83f7d07a75f4091fc8d2617494fd9bd1e4d2bbe1e055ad57558f54543cf

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 03ea01b278c52eaf9f759f3c22735c48be09b56e143b8477935b3bf80e162f18
MD5 4a0ce8c900e92a0c43dce695523b479d
BLAKE2b-256 8e12725a822330feca900e41f602cbf68ab479c489edc783be2aded6e8c394a8

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 638b22a8ea7917140d9bc3e3f1d9724b46b2f97e0b30ecfbc8d3f19172ec207d
MD5 30820efea63edff78651dab5425e60d0
BLAKE2b-256 cf102f5036d0c1863e67da93a85f0fccdb03d913299c2c6ac45140f7c7a5cb56

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fa94651fec58722ac81498f0d27091ccd5809f74ff1b776646278ee3ffc50738
MD5 8c90a9151302907d1f764703f90d0e69
BLAKE2b-256 72a1f7f6314ca9359fa13b3e1f8b2d85546ea2c2358db9fac550f931729644d1

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2219dd89f428ef5d93527097737fb2de66ff0bc92a2594e5816b01451e4a8e14
MD5 1496746182f09617bcc66a6f785e6e53
BLAKE2b-256 bf7a458f0e3defebecdbc7e2a77902c0988ec8596f4c0340f6bdb9678ff89ec0

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e82ae61daf323afa861c65ef274c7dec38e85cf1976f4d74dfdef7147744441d
MD5 4e718d157bd12a0cd35ca3fd08bdd2bc
BLAKE2b-256 be92739c1e7079057a33ab67155bac884395c31fb14733596f0437d32bae09d1

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5bfe98ae137bbc4f2d34dc82347b4f977ec543ba953585553bbfe0ab93ee4499
MD5 9b8da8c8c1ad8b7b17f8b931f8f424ca
BLAKE2b-256 0539f6e8ae456ff070ea523a55ce84ae0324a8eaef3a77f128c79d40f853a40b

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c3cf2a02fbaf9ec3445d6df99d8a7b41328612e6fa34a6b09e3a6600dc559b33
MD5 22f55f9438320e5bb38e6084ed276420
BLAKE2b-256 8d9777336c6dd8cead892190f5542aa9f16fba8374c49341e7b1fae3881e24f0

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 889abb20b144e83ec33816e6fe50b437eb4b61eaa5ab8ef719f5e6f408a0b54d
MD5 554613d541bc1b5d116f7e13aa5e2572
BLAKE2b-256 70067ebe87679dbadd598888292353a30c3ea6d525ec15a1b56bf18efd43d530

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 679324edc0b0e8675f6f135ba5c197c29e68cb85bd641785ae8abe4f4861cee8
MD5 5a2cd1174265364546475e1d6c1168eb
BLAKE2b-256 b0c758a8408f5c3cdad25dbe0c2b4d4b208a3af0daeb9b3ec39c72312da626e3

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp39-none-win32.whl.

File metadata

  • Download URL: hydraters-0.1.1-cp39-none-win32.whl
  • Upload date:
  • Size: 93.8 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for hydraters-0.1.1-cp39-none-win32.whl
Algorithm Hash digest
SHA256 f5ed1e47d4527c50ffb65e461a3dafcdfe05777230f5ad1c4c0e178c480845a9
MD5 35e0319ee55f3e4312375a3733651ed2
BLAKE2b-256 46b934894fb00da3fb7b70b09dc9b4f61e10b143336f4056a9f3028acd25e16a

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8ea3012e63e55c280730feabd46327fe8f884ce82418133e79b6de114499613c
MD5 83e2a01c7f8ac5f869626e5dfcd1b6fd
BLAKE2b-256 0c1933002d9cb2c63f09447e253f92721d0155da579a0b78aabfaeb32c5e1449

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3b7f8602f49e5ef3bd1ec4c028cde06d064f9e7cac437fc7ee03492a61de8b17
MD5 8fd7addea55b4fe488aa5c88a814eca4
BLAKE2b-256 048fd68a2931f2bd25ca4e76b86a525941867b9b6554fb27b359a6227486c73c

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8e8716d4e79601c312d140fbe8bb59f9f7fbb5397379434a7f93b8e710e049db
MD5 ec46dda5b7a9080058d6b849bb965b25
BLAKE2b-256 d72f6ad720a88c4fc7a1e5cf4f1c5784a0bd32eb9a327f5adefd49179b58a0e9

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a357c80f37358b33835b061ea883dfbd0bfc61c7710eec5c0fceab34046ceed0
MD5 067d0554eef421cedb7d2b6b283200bf
BLAKE2b-256 6bba191e9b19e6586fcf8e05a3e739ed322e51f45923206283aed2c385540e7c

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ded29a06a960f3bea4ea49799d9ab0d1a1dd292368d165f5a850fe59a0f27f84
MD5 684655326368cd6c10b483ff428acb64
BLAKE2b-256 805df7dfefcca7ba4c70cae4abb6428597ba19cc541287c1a62aa082163971a2

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4c19eccf2d27c9a2934f376757f2f8d8cd2cedbbd16b58146eed2ae9914ffea5
MD5 def150748bc8a833e95dc36eb93d0f21
BLAKE2b-256 76c2591c1e4eea8f0b1ebb9745f279169e4e9c643f278498663785b97a329d04

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 af8a03358bbe383c75888c0dd910a08d8fd71c66c0956d61f0327374cbc9cd1a
MD5 1c6ec92d3db08f5fb12062aee2f82d29
BLAKE2b-256 536e5c70695c6605ea80db2949d3e83d4fdaba771e160271daed44c51105b01f

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 30e4112ddc6ecb651a84e7c6087a7fd03ea8bbdb52cf8cbbeec14d0ba48f461b
MD5 f60029693515fcee9c2d2c4e4f67f1de
BLAKE2b-256 43aae6b647fe9955dd95e55c5f2b7443cb84d8f8caffdafd451ef85bc5c7b07b

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 97f5c5342ae081f5db0b13f86f838018c6e63c2fc0f976cceb4522607c9e1b28
MD5 52766852829b0cdff607d19cdeef435d
BLAKE2b-256 5411a1f74ab46f46c291a046dd0eea1635e7f3486b9451f51a425fe25f212df2

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2ebd6e80d563c4e48d25717456e0c3050caf1ae0dae4eeb42b8fc60739248dbc
MD5 07a2532b698a671b3cff539b9b6106b9
BLAKE2b-256 c605e4ec73a566b3d7134290c1dfeb9ee22455502deced2de1d491c8eefe1db6

See more details on using hashes here.

File details

Details for the file hydraters-0.1.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for hydraters-0.1.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4a2a8349bc3799cafacad38660b6779b04084da641240ed5600b6b87e67abd3d
MD5 12c0b3f6891f8dfee6af0d1ef3b1c8b8
BLAKE2b-256 9cf293cd3ce578b2735dfc15d5240e1d07cfe6595d5c3fa57640bccbee56780d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page