Skip to main content

No project description provided

Project description

pyhclrs

Python wrapper for martinohmann/hcl-rs.

Setup

pip install pyhclrs

Usage

>>> import pyhclrs
>>> pyhclrs.loads("""variable "docker_ports" {
...   type = list(object({
...     internal = number
...     external = number
...     protocol = string
...   }))
...   default = [
...     {
...       internal = 8300
...       external = 8300
...       protocol = "tcp"
...     }
...   ]
... }""")
{'variable': {'docker_ports': {'type': '${list(object({ internal = number, external = number, protocol = string }))}', 'default': [{'internal': 8300, 'external': 8300, 'protocol': 'tcp'}]}}}

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

pyhclrs-0.0.1.tar.gz (11.0 kB view details)

Uploaded Source

Built Distributions

pyhclrs-0.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyhclrs-0.0.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

pyhclrs-0.0.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

pyhclrs-0.0.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

pyhclrs-0.0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyhclrs-0.0.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.3 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

pyhclrs-0.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyhclrs-0.0.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

pyhclrs-0.0.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

pyhclrs-0.0.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

pyhclrs-0.0.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyhclrs-0.0.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.3 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

pyhclrs-0.0.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyhclrs-0.0.1-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

pyhclrs-0.0.1-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

pyhclrs-0.0.1-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

pyhclrs-0.0.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pyhclrs-0.0.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.3 MB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

pyhclrs-0.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

pyhclrs-0.0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

pyhclrs-0.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pyhclrs-0.0.1-cp311-none-win_amd64.whl (316.8 kB view details)

Uploaded CPython 3.11 Windows x86-64

pyhclrs-0.0.1-cp311-none-win32.whl (314.5 kB view details)

Uploaded CPython 3.11 Windows x86

pyhclrs-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyhclrs-0.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

pyhclrs-0.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

pyhclrs-0.0.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

pyhclrs-0.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pyhclrs-0.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (1.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

pyhclrs-0.0.1-cp311-cp311-macosx_11_0_arm64.whl (444.7 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pyhclrs-0.0.1-cp311-cp311-macosx_10_7_x86_64.whl (466.7 kB view details)

Uploaded CPython 3.11 macOS 10.7+ x86-64

pyhclrs-0.0.1-cp310-none-win_amd64.whl (316.8 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyhclrs-0.0.1-cp310-none-win32.whl (314.5 kB view details)

Uploaded CPython 3.10 Windows x86

pyhclrs-0.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyhclrs-0.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

pyhclrs-0.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

pyhclrs-0.0.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

pyhclrs-0.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pyhclrs-0.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (1.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

pyhclrs-0.0.1-cp310-cp310-macosx_11_0_arm64.whl (444.7 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pyhclrs-0.0.1-cp310-cp310-macosx_10_7_x86_64.whl (466.7 kB view details)

Uploaded CPython 3.10 macOS 10.7+ x86-64

pyhclrs-0.0.1-cp39-none-win_amd64.whl (316.8 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyhclrs-0.0.1-cp39-none-win32.whl (314.5 kB view details)

Uploaded CPython 3.9 Windows x86

pyhclrs-0.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyhclrs-0.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

pyhclrs-0.0.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

pyhclrs-0.0.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

pyhclrs-0.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pyhclrs-0.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (1.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

pyhclrs-0.0.1-cp38-none-win_amd64.whl (316.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyhclrs-0.0.1-cp38-none-win32.whl (314.7 kB view details)

Uploaded CPython 3.8 Windows x86

pyhclrs-0.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pyhclrs-0.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

pyhclrs-0.0.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

pyhclrs-0.0.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

pyhclrs-0.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pyhclrs-0.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (1.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

pyhclrs-0.0.1-cp37-none-win_amd64.whl (316.8 kB view details)

Uploaded CPython 3.7 Windows x86-64

pyhclrs-0.0.1-cp37-none-win32.whl (314.7 kB view details)

Uploaded CPython 3.7 Windows x86

pyhclrs-0.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

pyhclrs-0.0.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.5 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ s390x

pyhclrs-0.0.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.5 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

pyhclrs-0.0.1-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARMv7l

pyhclrs-0.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

pyhclrs-0.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (1.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

File details

Details for the file pyhclrs-0.0.1.tar.gz.

File metadata

  • Download URL: pyhclrs-0.0.1.tar.gz
  • Upload date:
  • Size: 11.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/0.14.17

File hashes

Hashes for pyhclrs-0.0.1.tar.gz
Algorithm Hash digest
SHA256 a8dd1268ed5fb183187904f4a1f7fa504c1b34cfdec9ec6556452be10ddb30f9
MD5 d06d780660c447eee62533702f2d8de4
BLAKE2b-256 0455a61a69e96442aac2a7a9d3ca673d0c7a19769cb064d83b3bd8780ec938f2

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d6ce08dfa668cb538d1f1f6b84f371b06e7e1601cfacfab5f7dcce305518e4bf
MD5 7a1187ee3945100285d3b708f8dd5b0e
BLAKE2b-256 46b61c535e6e330d9f1217491ad50079a77e7f04f457f1825440f2d56cdf49b7

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 14ca696a81ff0a16a4360bc5f5b49c753313a1c26a3683d9fbcf6208a432f664
MD5 1bfa1ddfa451bab65a140246fe92dcb4
BLAKE2b-256 0dd05691e28737d2ea9f428dd31d1ad21fa7e72acc990bea255bc6477b3585c5

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 607f39e393b4b4578e225c666639bf6fedded8df8cef10e62df253dbd7327caa
MD5 64f7db36d2775836dc958f773a6cd3fd
BLAKE2b-256 c7d87fbb31d32fc92ec8bbdcfd44394d0db9e2121a88fda903da32a3da1cc106

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9a2195afb8c6416af829e15709151cc3efcfe0eca9770a866635c484d4838b96
MD5 d37b5203944dd65884d6d005469cd0eb
BLAKE2b-256 49b990d5a97133490bc301efba3d5bff972d1ef751e7cc6b6ec18017ec4587b0

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0f94f612d9faf2387acb911bd0f51f6fc9531db14cf5a6bf2093e4bbe77db2c6
MD5 d4a8f032c95da1d2b69a56108bf08760
BLAKE2b-256 bd2294e6a8acd76966cbf0a460dc45d936527eab9049fed1d9332b204ae1fc6b

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ae556ef4387784a8f0a98f9c2dfbe885954972bf1e43a553ebcc8aebee10e605
MD5 f1fd9c14c856e0de2d19d12d4695e52f
BLAKE2b-256 57f7206db424fcc6c8d9f446aeb32c80da8d7890066f12f580c836fca0c00053

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c322f88fa6b9163fa67467a615ac59768c9e0b5aad001cdf958fd073742cded2
MD5 a88a63a52edde79629c5056536572a65
BLAKE2b-256 66f464f8f2c2acb822e35d8c35d4f25998a491fe0745c27f23863fe588a18cd5

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ee7ecfc5e462a0c711e0964814c5822054eeedb4670f3f322bd3c7d4a155844d
MD5 05b04381155f70aead7579d460d9b10a
BLAKE2b-256 7fc801df82ce8861a5d8373a4dcf5734ff0a4e2033ca044aa4ca20d97e35ed09

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bed851072d0cb53e4d35114b462fbea060cbee7d5afe845520916cd120594a09
MD5 e1fba81e92aef27c16a30e1ebdfd5b0f
BLAKE2b-256 1f3c97d3d382dc095f8254173ca8b142d5a103681421f21042743287cc80ee56

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6df308c26c87892ffedb2de325fb4c1c63a490783646cdf07d80e00b0170e9f1
MD5 cb881ebf25eff6d2fb57d0ee96e58c76
BLAKE2b-256 31c0a62115bb94da51dbfd9b2efaab6dce5d83431b4eb12e58978c73cf716507

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eb11505c9c4f9207a36d45c3663b195aebcbfff564889c2cda599bddd180a649
MD5 c2fe22a835c08816a0fcdd86f929ee9e
BLAKE2b-256 7d9a5bc9f6ad46158993555ed45cdb0e2fb437811fb9b063123e76f7ebe10816

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9512a3d0f9162b010140384a27ed090a148462ac5dc91a4f0fdcc833f9204e47
MD5 54bc40a98f82ec23aa19c679ddea005c
BLAKE2b-256 0e0d8bc19cd3d563fccc0f59d64ba2fff0e63c306ca3755b090ce013555415eb

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b9462490305d262ed7986c9ba65f38152e934ede587ea7f2542774cc4b0f9c5
MD5 d6f2c5c17cab83b835fa901a49397ea0
BLAKE2b-256 966c2c15b8662ca2fda6812510641500205b819d81a8aacd020527e8fc29aea9

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8a141d1a6f4d0f5184078a08bfc16c063e2c2624a0e5fa209f496e1955fcffc4
MD5 22864e01521cf5bb03b3c9946a8c0aec
BLAKE2b-256 2b91293744568f027d0877c8b60b2c64199194baba4097a421986fb381c9760c

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 321051d505f7ca451a10f470e52bdf8deb5c13076b69f706b4a1cf42e476d7c6
MD5 e5ecc9874f4728e7042320ed70a7e796
BLAKE2b-256 9375bc0781b9710f72a78361aa0ccaee59a17518ff3a9a6eeda4ae38de5a0f58

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0845a43136ae7a0057794dc80abacf53905a75a7847b8c639d49e7feaa50dca2
MD5 0ae534408bfac7a641caa216a92916e3
BLAKE2b-256 bd92b2fad8e0a2c147248452e0acb3dd225b605908975efb622cd84a1ba7cbfd

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ff0c11c6e4057d5a302c34e757360735f8b8143ce9a818a471ec90339be07f1b
MD5 8e16f60b4db7ff94640c5454fffcafcf
BLAKE2b-256 a67696424b81026aee601617b3edbc0dc4eef4c1c13d7a6d388c344d86350729

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 16a63bbf43e752f6f8c4563581f0e26d1db4655e156ad77057d011292b23407e
MD5 34c2c5581bb6a2ced3eda9b4ffe5543b
BLAKE2b-256 49eb0fca2b517f2669a8cf7c094ca58b305547123355683b0695632fafefcb76

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 be611029db2d9b99c6eb6625f540ab8c37e741dd619eec4d0357b00a91da28c2
MD5 fd4fb0c4b572544867b4d92362aa19e1
BLAKE2b-256 9314fc112b7e009bc8e7ddb2c2ba255ca62910ab9642f6ea0dba735311a32993

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5c21e72090996764f7b23d23523f073c31ca49f1052a961fbd5c59853fe7de1f
MD5 0af52c69a5470e3ba24166d41a4bfbde
BLAKE2b-256 1a3027ba2d2cedef45399596df75dc496514e1a4545a1a9fa7e1616a15fa3a1d

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f97412a1f08f6b1098193af58161a49647d5b5376b2d71f52e5c0c13a39783e0
MD5 a347cd33f88e4f6e38c18ccc574eed50
BLAKE2b-256 e9a7d5440e6434cc5859aff8ec553a51de6e049b1f31e89765d11057057b2c10

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 fddf8ff4c339fdff40045d61f261eca438f85a226061d01b0da39a79a405647b
MD5 b426bc2ddee4be7dec2185f48f478748
BLAKE2b-256 f78e20b9292ed124a5198c42f931e645fb2c9c4691e0bdc6395365f6789caa33

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp311-none-win32.whl.

File metadata

  • Download URL: pyhclrs-0.0.1-cp311-none-win32.whl
  • Upload date:
  • Size: 314.5 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/0.14.17

File hashes

Hashes for pyhclrs-0.0.1-cp311-none-win32.whl
Algorithm Hash digest
SHA256 76fa3deae5f344b0e8484dee4fbb77dc26dc734f1edc16dc16eb1eb1dc23cf1b
MD5 3d44fd2b86197cb4203f35293979c829
BLAKE2b-256 d6c4d65bc9e9ae8f13b6acc2fb7180f09d4e9f2de919fa91f37c3e896677ef38

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4babf022937936e1e7b95f3b1f336d3eed74691bc599b32dca1589d53fca702d
MD5 9b6f0f1f17c575182d4b120a56d89d63
BLAKE2b-256 0dfc1cf84a924e6b18cfac92fe621b25a89dd4623f9add842a8cfdb1f259fb1e

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 85452a1b5a94e3c952d1cbfab3cd243c085ed255fbf998da1ae9095498c02661
MD5 6152e1a807fab421baa96f629e24834b
BLAKE2b-256 41225e617227ba416b6d43b62ec7d546bb189dc03783021f0306e69026ff45c9

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 de4dd34bd94be2b024e1630ed5d73c1eca6aba6524fbdd32535990a135989cfe
MD5 f5d9ae6f741cc3fede802608183ce820
BLAKE2b-256 c887f1e4a44f3a27f653cba91ec29a7e669cce51d61c59ebe3a736bcd6ac6f74

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5b9cf7b2f21374ef7e34d8d16f121ebf7a1f2b84eb1c3a728f59a25e5e173c3d
MD5 21da45131f0cbb1f34fcf1ca3a446671
BLAKE2b-256 cb338892e3a966197b847704c25dac5422ef2dcf39c68aa08e387d1649d1c1b2

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 31e591ab197081c32960b8653bb9c82272ab5ae8abfde7102e0a75a36855535d
MD5 27d0668e40f1a3d26450bbf7f9344b1f
BLAKE2b-256 b352424bf09de160187762632971c03b4ed633f540fa7ee0da7a0df0263c0e13

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f6bdb6da2c41afd8bc467e916b1bcbd4d23dc5b3205168756f1e445e88d79d9e
MD5 23f8496d0d41a8d067669cba90e86d75
BLAKE2b-256 16ae555f9710610e63d62b73194432ffccab0c7f33eef390f18933eb8c125747

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 557e489ea7e1e42fcfcd4b86bc0d952d17251d36266e542119a841e710742325
MD5 ed5d68a90fe036c1796adac082e80142
BLAKE2b-256 0a88e3ae5d6c7babf779742a26882df295f837a726c91c8a2cbf354696725691

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp311-cp311-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp311-cp311-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 926543aa25c8d48e691b178e81eb07635af0229a5d0f62679311dbe490a95c75
MD5 0f1462483ebd87f4bbc8b2ad0da14750
BLAKE2b-256 9f7264f11e1a4d7135f0312fca095f2f15fb7e2c127aa529a44cd37c17683277

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 f029795e44a8862e6e7176e4668987ee9b72b8a2c3386d4bb8f706d0c1d1e7c5
MD5 2c7dba5ad4903895af009ea6519c8b35
BLAKE2b-256 2d204e256423f40af148131641354ed5886a40dcb1dda7f61229b50f44f9e132

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp310-none-win32.whl.

File metadata

  • Download URL: pyhclrs-0.0.1-cp310-none-win32.whl
  • Upload date:
  • Size: 314.5 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/0.14.17

File hashes

Hashes for pyhclrs-0.0.1-cp310-none-win32.whl
Algorithm Hash digest
SHA256 208a7749b01653bd6e197ffbdd00cb76d2b990ea79a9131963f4ed6a738c38c7
MD5 02c3e9d4a8b4c631351e5f985142e856
BLAKE2b-256 28587ca17e8e1afc7e666c55949c6017919fb1115ab16f87e39a79843e7b962b

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fe9d81d8993e26a2540c96ecca935ed497e507ea1cbc0215c5168013e49b3a45
MD5 ec8298f823841a1f37688b9d4046fc49
BLAKE2b-256 8da0f63664b9aba22d5440f47b48f7e8bc677410818a94affc57df632bba7cf8

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0b76f014151bc874b97b009f42baa37a38209ff37c1cf117c649da4845f6af27
MD5 aad216bb4b69c34fd1c2499ce2034d23
BLAKE2b-256 b980e179419a2d423c170c4c6983764aa05adad275fd80da0fdb299bd70385d0

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3526fd385a0baee3f5542a3e9f41116a080348f6d7725b92b4e48d3cae65a6f8
MD5 2c14ab34504db634a715a4b4cc5caab5
BLAKE2b-256 e23eb8e1d483f15506f9d71cbb7aecbed16b11c87d1d38e14984f99a9d4f7f2f

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0e4db2a2bb1b31c4b5075fbd5bf3d542de137cbd1921b177c22aeecded16f7f9
MD5 1d8f82f3a593c7e89d36a2c7b07f050f
BLAKE2b-256 dcc9701e117f0010c44e4c5d871cbdedde61fcfba61c3b98c099daecaa44522e

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 997c3b0b156cac90099f0e3daae6bd9357b052c830246cf2e15c824a11359b4d
MD5 b747a7845d321a5a6dcb2b7fb7ca5c56
BLAKE2b-256 0f12c5631dbd335d16f9fde60a659dcc8facfc9bcc97354eb09147706b57bfe1

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 fd8d7073df762f64922121f9ce75a4fe856ef182e973b05e54774811ac36dbe7
MD5 c9d60a67a3e5c907d8b9556a8769afaa
BLAKE2b-256 d68765648da1bcaa56dcae193b05fda7d054106ba685f9058901c6772b8ea45c

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 239a07a6f33ca49419ec158eab84212b750e0f08124318d9b2244164be0ffed4
MD5 5389b78b346eaa08ba9b2c2b9c72101b
BLAKE2b-256 4ea77387dd3677d18ba74347369702adf4d1cedd01271c9ca8daffd242bddcf2

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp310-cp310-macosx_10_7_x86_64.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp310-cp310-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 357abb0eb70c493fecbd9d33bad9412ee7c31d1a4906c7bcb5af217503377880
MD5 2133810fb0f19d726f5d6cf017899856
BLAKE2b-256 15a72f1e359602fef57b3d36334459b4d73b0373edbe2e08984f0d0cc6b25658

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp39-none-win_amd64.whl.

File metadata

  • Download URL: pyhclrs-0.0.1-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 316.8 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/0.14.17

File hashes

Hashes for pyhclrs-0.0.1-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 98eb760fcb939b8a340afa6492aedc32ff16f6702d37b9416f5de6e085295f42
MD5 51e66ed6c67b32e69ecc199b5d4ee707
BLAKE2b-256 d7b9417888e5c298af3104d094422511f812c7f1e189d487fe8a7dc402b00160

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp39-none-win32.whl.

File metadata

  • Download URL: pyhclrs-0.0.1-cp39-none-win32.whl
  • Upload date:
  • Size: 314.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/0.14.17

File hashes

Hashes for pyhclrs-0.0.1-cp39-none-win32.whl
Algorithm Hash digest
SHA256 a58baafff2974e0e05120736070712c26c6c48c5c6cf551457e5727aa6067c83
MD5 913682feb9765993259311e1b26342ac
BLAKE2b-256 d83d257c1a3850b8c321d43954fd16152541e44deb01a4ba7a191280a3338e4f

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 009275dda50db2f3f488009971cc18888fee7228f3254414ba592d813e189948
MD5 69987f9300646a84e5af7d7a75c7fdce
BLAKE2b-256 7a09c9aa6e57540aecb28be796f42583cbc958714e38aa44e45c863e6322148e

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 81afdca875891235e58d5bfff911caa8ea51e10bb931e55e20dd080647139e9c
MD5 12f45f3994e4144d131dfb661e778d45
BLAKE2b-256 ff3736966c1b3bcbb5d270c6b8fd24f13456a50e94a0fadf7d31ab6194bff302

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ee13382b8634e7792020e42c232bf1b5c833983ae8716e32ae7e33efadc4d021
MD5 fbb33fa45fe340288c9b2d29a4d4dd16
BLAKE2b-256 852026424ca73ea4493f44f6d8d29d0f1d41a8b7d1803f82e88a4cd9ec4d353a

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8e4d19d3c603a5104996ed6d2024c0b06526646927f217592ed3d15c26b3e591
MD5 d0dde603c039b436d8e51e2085770559
BLAKE2b-256 1fd764fd03311cedf799f1e608920dc30de0a591e84d607ca751b774ace55f9d

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5056440e164689df0a7318354b7b842aa8805063e3d731d514f14e60bb66e320
MD5 b8a22af05d073ddd556f57344f814eaf
BLAKE2b-256 020626c355499950c5d6066a9a37c17981e2b523469280f433370959fedc1c0b

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 754577c552a874e4d4946d0052a42025b8a6d9f340277a5838569ea143e038cd
MD5 b4508a77c193dda8d363d88f54f8c856
BLAKE2b-256 5a0444ff13147768c893c608830042a3a89806055f20bd3c5f0d89c49712ba98

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp38-none-win_amd64.whl.

File metadata

  • Download URL: pyhclrs-0.0.1-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 316.8 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/0.14.17

File hashes

Hashes for pyhclrs-0.0.1-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 071129256a4c007d5a5ba25ff20dc2f680a70670e8ac4a00303d5fa940c9b692
MD5 13ab6b0bdd1a53a2920228326e1f7a86
BLAKE2b-256 5b43807489c2dff0e5b109147237a1e455ea3ef128217248494eb818c152fbaf

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp38-none-win32.whl.

File metadata

  • Download URL: pyhclrs-0.0.1-cp38-none-win32.whl
  • Upload date:
  • Size: 314.7 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/0.14.17

File hashes

Hashes for pyhclrs-0.0.1-cp38-none-win32.whl
Algorithm Hash digest
SHA256 791caf04408beb7e62af81b1a096f05e1c9d95dc77b292bad1f6a46cc85722b3
MD5 722e75231cbbba39ceca87dacd3d75dc
BLAKE2b-256 3b53333c6e4b95f52e22f6c4c5ea899ea0c8164ee87e37cd8ecfbe152f245809

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ac1e16a3b62e2164d42234a11403371acba465df792896ace452433ff9a050ae
MD5 ce76bd3e544ef4cc9f02a0533647cadc
BLAKE2b-256 a85ad62bba415b2f8f4a6974f07c2d7ec3e71523a51d56736efc95caaa9cbacc

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3793ee820907e58621c48470d959f3a3c5756c037013892ba9950c3b6d51d383
MD5 8dd653f6d64395ebdcd9772a3c05d82c
BLAKE2b-256 a822ec4a63daacbd7da488c7be2ff0387fe9791eedc64ce1ac11d6ffc459f93e

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6e66ae886105260bbff9dcb021333637c8ea2c5d97af5ba41a5954863dd0704b
MD5 d610bd803613a7c72dbca019d6c580da
BLAKE2b-256 eccc4aa9861990fec58fa3750473291b084bd3caa9994ddf662474869a69b90e

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 43ae0cbef92b531f2eb0820a52f3a66a8881056d5d31c7e9176c5a91e7acb6ae
MD5 8f98e106af00ab20d4e99a1004cc05ca
BLAKE2b-256 950324f3e18605f259bff68a1f3b6bf12e26f73edd46b6f48a5b7adb20825049

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c937b72c603f6fbd0338b91333bee32c3b38cc968b8f32f9a49db464d88b320b
MD5 b410bd96891cace3c112b7de259d395d
BLAKE2b-256 53e8bb7c2cca0eea21e6aaf1532258eff693215d96ff813aed4dc9ca1f1823aa

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 831ab83e01673f858c10ed22871875ae0325448d9d5ec6d2d5774c4153d3f4dc
MD5 d3c3d42f69359d54e4e4dc51b696ae54
BLAKE2b-256 8284d3ab4433586758e3ddadad8c07f27bc14f6bb5d58e066f1c39e79c892dd3

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp37-none-win_amd64.whl.

File metadata

  • Download URL: pyhclrs-0.0.1-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 316.8 kB
  • Tags: CPython 3.7, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/0.14.17

File hashes

Hashes for pyhclrs-0.0.1-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 dcfaa1066db3d750bccedec2595089819c159696e09a14d49fece043e801e062
MD5 f38c5332951bb7c6c073dde0cab47bee
BLAKE2b-256 c5414b090082e4d25b72645ed307ba3b9e00bc7f78ac47129a88b75cd2f0d77c

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp37-none-win32.whl.

File metadata

  • Download URL: pyhclrs-0.0.1-cp37-none-win32.whl
  • Upload date:
  • Size: 314.7 kB
  • Tags: CPython 3.7, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/0.14.17

File hashes

Hashes for pyhclrs-0.0.1-cp37-none-win32.whl
Algorithm Hash digest
SHA256 fcc37c4bac880eeaa04ab712a156a31da31e0850c7d1c1b657033957faa5bd0c
MD5 9478025949a92a84fcc5dd04a0aced52
BLAKE2b-256 17fa997efd3df30727653ceb60b448b168c260e969d64b7182f251de56c046b7

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 341e1819be4930be7391a5d9507f49bde04234b70145dbad27e95d19119c97c8
MD5 a0695e571ee0180f7e797942ca471712
BLAKE2b-256 7615c4a596cec4bd7276c1f3fd254f0be0bb010cbd232982473d13e42ec49501

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ce1f21d514c00af6de4c24b452c9ff7eba8ba95db998bf827d7b381a5a819b57
MD5 dee74731f6b4f1a802f6424de69d963d
BLAKE2b-256 2f93b5488607ae3de215e805c7071c05009440b791ad7113634576b7505badb9

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 101402a8fbe91cbf42c5b5d12a291443d65d31ef49a2e03d3c029bcb67dd21f4
MD5 0167bc806c7d3e215bab509c619d8a81
BLAKE2b-256 5a1042e9557795f9aca01b6ffa96b82e4f55f0f59f8312922a6c17e441e75898

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 80d5c848980f9aa475877f10ca2743410247dec614e694b35091cc782ba3f5cc
MD5 1c6c0277b69db2968476c952079c9487
BLAKE2b-256 5c946c82f99a631c70f43038d55ac5fa06d64516554b4b1bb641e645d68bc961

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5563e53a897c197f49694ba9459192840c6529d8ed8b241b2fe820f249cefb02
MD5 2426f67b19c588ee548c2d137ee9a868
BLAKE2b-256 1308ab87b8662229fcda952825f5cac18373dd24065329dea3391deb93fbf651

See more details on using hashes here.

File details

Details for the file pyhclrs-0.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pyhclrs-0.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b45bd926b2bbf416b9b7dd5ce417ab72b635d8b0ec7eedcd5e031ddbc26ecd40
MD5 dd1f00633f7c69a2342630a4272e9f45
BLAKE2b-256 e5ed301fed1c28e1c2b2b0d463604d1bf81c4ad72fbec1c6a512ba44ee92bae9

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