Skip to main content

A library for rapid computation of Neuroglancer Precomputed shard hashes.

Project description

Automated Tests PyPI version

shard-computer

Perform accelerated shard hash computation for Neuroglancer Precomputed shards.

import shardcomputer

preshift_bits = 0
shard_bits = 11
minishard_bits = 8

label = 12949142

shard_no = shardcomputer.shard_number(label, preshift_bits, shard_bits, minishard_bits)

# let labels be a uint64 numpy array of labels
# e.g. set(['4d2'])
shard_no_set = shardcomputer.unique_shard_numbers(
	labels, preshift_bits, shard_bits, minishard_bits
)

# Returns shard number -> label list dict
# e.g. {'4d2': [12949142]}
shard_no_to_labels = shardcomputer.assign_labels_to_shards(
	label, preshift_bits, shard_bits, minishard_bits
)

Install

pip install shard-computer

Credits

Thank you to Austin Appleby for placing MurMurhash3 into the public domain.

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

shard_computer-1.2.2.tar.gz (15.6 kB view details)

Uploaded Source

Built Distributions

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

shard_computer-1.2.2-cp314-cp314t-win_amd64.whl (98.9 kB view details)

Uploaded CPython 3.14tWindows x86-64

shard_computer-1.2.2-cp314-cp314t-win32.whl (90.6 kB view details)

Uploaded CPython 3.14tWindows x86

shard_computer-1.2.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (110.7 kB view details)

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

shard_computer-1.2.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (106.7 kB view details)

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

shard_computer-1.2.2-cp314-cp314t-macosx_11_0_arm64.whl (99.0 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

shard_computer-1.2.2-cp314-cp314t-macosx_10_15_x86_64.whl (103.5 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

shard_computer-1.2.2-cp314-cp314-win_amd64.whl (92.4 kB view details)

Uploaded CPython 3.14Windows x86-64

shard_computer-1.2.2-cp314-cp314-win32.whl (84.5 kB view details)

Uploaded CPython 3.14Windows x86

shard_computer-1.2.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (109.8 kB view details)

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

shard_computer-1.2.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (104.9 kB view details)

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

shard_computer-1.2.2-cp314-cp314-macosx_11_0_arm64.whl (94.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

shard_computer-1.2.2-cp314-cp314-macosx_10_15_x86_64.whl (99.4 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

shard_computer-1.2.2-cp313-cp313-win_amd64.whl (81.0 kB view details)

Uploaded CPython 3.13Windows x86-64

shard_computer-1.2.2-cp313-cp313-win32.whl (75.6 kB view details)

Uploaded CPython 3.13Windows x86

shard_computer-1.2.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (115.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

shard_computer-1.2.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (133.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

shard_computer-1.2.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (112.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

shard_computer-1.2.2-cp313-cp313-macosx_11_0_arm64.whl (81.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

shard_computer-1.2.2-cp313-cp313-macosx_10_13_x86_64.whl (83.7 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

shard_computer-1.2.2-cp312-cp312-win_amd64.whl (80.9 kB view details)

Uploaded CPython 3.12Windows x86-64

shard_computer-1.2.2-cp312-cp312-win32.whl (75.5 kB view details)

Uploaded CPython 3.12Windows x86

shard_computer-1.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (115.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

shard_computer-1.2.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (133.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

shard_computer-1.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (112.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

shard_computer-1.2.2-cp312-cp312-macosx_11_0_arm64.whl (81.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

shard_computer-1.2.2-cp312-cp312-macosx_10_13_x86_64.whl (83.6 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

shard_computer-1.2.2-cp311-cp311-win_amd64.whl (80.4 kB view details)

Uploaded CPython 3.11Windows x86-64

shard_computer-1.2.2-cp311-cp311-win32.whl (75.3 kB view details)

Uploaded CPython 3.11Windows x86

shard_computer-1.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (116.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

shard_computer-1.2.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (123.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

shard_computer-1.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (113.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

shard_computer-1.2.2-cp311-cp311-macosx_11_0_arm64.whl (81.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

shard_computer-1.2.2-cp311-cp311-macosx_10_9_x86_64.whl (83.7 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

shard_computer-1.2.2-cp310-cp310-win_amd64.whl (79.2 kB view details)

Uploaded CPython 3.10Windows x86-64

shard_computer-1.2.2-cp310-cp310-win32.whl (74.1 kB view details)

Uploaded CPython 3.10Windows x86

shard_computer-1.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (114.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

shard_computer-1.2.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (131.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

shard_computer-1.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (112.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

shard_computer-1.2.2-cp310-cp310-macosx_11_0_arm64.whl (80.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

shard_computer-1.2.2-cp310-cp310-macosx_10_9_x86_64.whl (82.3 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

shard_computer-1.2.2-cp39-cp39-win_amd64.whl (79.5 kB view details)

Uploaded CPython 3.9Windows x86-64

shard_computer-1.2.2-cp39-cp39-win32.whl (74.4 kB view details)

Uploaded CPython 3.9Windows x86

shard_computer-1.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (115.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

shard_computer-1.2.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (132.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

shard_computer-1.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (112.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

shard_computer-1.2.2-cp39-cp39-macosx_11_0_arm64.whl (80.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

shard_computer-1.2.2-cp39-cp39-macosx_10_9_x86_64.whl (82.4 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

shard_computer-1.2.2-cp38-cp38-win_amd64.whl (79.2 kB view details)

Uploaded CPython 3.8Windows x86-64

shard_computer-1.2.2-cp38-cp38-win32.whl (74.0 kB view details)

Uploaded CPython 3.8Windows x86

shard_computer-1.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (114.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

shard_computer-1.2.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (131.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

shard_computer-1.2.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (112.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

shard_computer-1.2.2-cp38-cp38-macosx_11_0_arm64.whl (79.8 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

shard_computer-1.2.2-cp38-cp38-macosx_10_9_x86_64.whl (82.1 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file shard_computer-1.2.2.tar.gz.

File metadata

  • Download URL: shard_computer-1.2.2.tar.gz
  • Upload date:
  • Size: 15.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for shard_computer-1.2.2.tar.gz
Algorithm Hash digest
SHA256 2503b60c868eb869bb36a1b69cfd477e4eff63925e5e6dc829e57b4e80584b57
MD5 82931bbeaaa32d1022f6355185f29e72
BLAKE2b-256 d8da028160d62f5720bfc1cbb3fd53c2812e82eea6a5f752289464795f20dc28

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 e83056170d949efea5bd4a7a24db343deb85b1c4dfdff28125828585dbd737bc
MD5 649d6ea54afef8d0bc7c67557270d637
BLAKE2b-256 ae97b0fadabebc98175054df591cb67a180b55db0857490ed25d5a69f78b443e

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp314-cp314t-win32.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 342eaaf2c7e045c2def233d62bdaeeb0abf5164ccb7ad38ceb93a799ec14fe04
MD5 76eeffdbbdab1594776c4f581176fb50
BLAKE2b-256 10ae9fe51a4fcd7d0c47ca1d919ceb7921c23eecc15045d88e8a6b0d1a74467f

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c2197479b4fcc63ebf5bd1aeb9c2a2cbf4c91052695b526214e2336f9b3ee350
MD5 e5b2898f1c187d314135a1ddfb29c78d
BLAKE2b-256 972c77b56d9c82baa94ac923b9a38b3aefaf213c37d0494d38f9ac10964389b2

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 08f70b2f86af221047bfcd1de142667e9d71cb6c3dd677573e24c2c4265d9b7a
MD5 f93b93cc4ba0e1224103d7f68175dc92
BLAKE2b-256 727383ad241195647f0ce78e12925e3b5101ecb12a3509ccdf1030b8b559d8aa

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ae179513123b9f5a55ebb33456c9956dc9ae9d06752b892ea341940a7e3f2d2e
MD5 5a2662991d27165cf57df30199b7f096
BLAKE2b-256 9ba990e861af096fa739c541fdd904bf2c2e76c7bc1532ef1befb9d33bc33ae3

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a652dda133a59e998e5e47f0bd8a373781828af0c4f8aff4fb6f1aceaaaa8e16
MD5 26d4b31eae86a2e833f51a84fb6b2164
BLAKE2b-256 f487c2f4aefd51a2343d85c7198b0fe98b18214926825624852a2ce8e7fba7f3

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 660e03f6a697b86ab100dc65bcd5dc781b88b2040972bc5da2def3ed10c5fe1b
MD5 84a33e7bfc45e024d990ae7f1c724989
BLAKE2b-256 2c47748e39524e884edba8ac2cbbc8fc67291ac9b83e3022791a0340dcdc27da

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 851ea6deb49065787ed291edb74210178a6795aba68196baca7669069b7f5410
MD5 536fe26ad3285d9a57ebd87da1c7d9b7
BLAKE2b-256 2854190cb2ec54d644c03489f8fddc687151f7b5ab8ca2ad5c22cb6341e9d6f8

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 880bd7351170755b8a27c1c2e71bfd8607efe5e273aa3bf742bf906853b7cf84
MD5 622a85e382e2b418930381943d211227
BLAKE2b-256 e3a5e356d3c4a933566b4bca170d7d7152f8f89c27748c9020f82e4419282d1e

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6621825b486daf28a666ad0dd57ae43e00fcbc5a7f30603ce13bb02bc393c937
MD5 aa568572a9680b70ff9b19284bcf65b1
BLAKE2b-256 69d97771872b6391d07342b3b407fbbe3356a6f1228b112277808e9a3f201911

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 afd99ec5b688b2a638c6b03a7a57a43a984a728e2c08f41ec3753bbdd9ff6cca
MD5 5ad1e456dc9de0aa612ec31d0054495c
BLAKE2b-256 ddea38f22e6f6c6f990231907ed8cd8d33dece6d7be91f3fc8687230444fd2a8

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ebfaf4dc8ba5caa8e8e67ffcd55fcba3ab95a5e410dbb26e1cd863a797038bd3
MD5 f3ce37db119cd940f56fb4314bf423ec
BLAKE2b-256 85cd058a3e65a4820c2f48e7d3c96b4d8491db6900e8db759db8d34d2f135817

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 bfba706d23971f570fa4be0b918ead2a3cfc1fbc2f68a69702b1acb5df76e304
MD5 8eb5ad8b5eac584469943701c8193d9d
BLAKE2b-256 0e480cf8ee47897d2db9a7c280c3ebb3b0e0568e2cb02012c3a244ff75bd2e21

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 a2ed5726d1588608015e7372c94b9b5d599198f70a3967cc064fb17fb149193f
MD5 45c59f0e71c95b5a1603b7043b76e199
BLAKE2b-256 f88dd9cbeef7a482fef36b8a4acd5e420c2d27272533bf8e2938e2d2e351807d

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0cf936bae73c2933cb7fba80b9da6ba80b0a53532ba23de7e316529c770aadc9
MD5 21e15da449d45758c5d947c05e6b52ff
BLAKE2b-256 7bf42f8ff3bbbd324b3573b5d57f441531af06a49e7903554a03b3dc912df1d0

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 33158efaa8c85ec245250f92e79c384d302269419b719ba9de5d40d52a5faf52
MD5 e8c22bec9fd430f639e0abcbc4dd9eef
BLAKE2b-256 91bb0b9768d9a076241eeffed210a8ca4566880457d0b7f2c7499c5e576886b1

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ed55c0102995853bad6094d88adc3d6846a99f947e339866646ae9ddafbe4b78
MD5 f51a3f83c20e225b9a082a523212cec4
BLAKE2b-256 2384bd56ce47ecab7ac4cedd5cb418aafae1b117737bcaceebdb3d6ead98f8bc

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f8e8add451e926c4acc57d2bb9902f457e4c99533ad9fb9ba1885c0c5c31fa0b
MD5 033b212af12ad891d2147063e5decc84
BLAKE2b-256 76f3738074cb418cd93b961eab4bfcb5afec519f703e54bd328514b9da711b49

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 2127afceb5d3d81c3f3f4df27ce73919e6082305589e33d526ea50c0e42b6c16
MD5 2379d16f235e64fcf9db6158b7cfbd89
BLAKE2b-256 ad51c241687377152c2498e9c262b83e1910d8585d8da6c0b343651aaa3abda4

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7747ebe85a400b30c72bdb3ef35c2e28314948a30ca47f3d09f84721c7a836ac
MD5 978373be451044e6b92fc505d07d65ce
BLAKE2b-256 beb48b310779480ca3c9838a75cb69762944290100824df726814770cd121941

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 75179fea17cd3369409de2731637658ce751eb88fb98a07f5aea355aaa90cec4
MD5 9acd68a76093cb27392144d61baa085f
BLAKE2b-256 0d8f3367dfc29af5c6e37f5ae195e74f12bacb3bd96ba1ef3057f447b76d14c7

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bf92cf525d6a3d79c425972ccdcd6829155ac3740eb1d7e3c02dc24762ba9dae
MD5 914ead72f6e2139b666c0d44b50abf46
BLAKE2b-256 930ffe535b7aec4b404313902d822a3b3183a573d6f6103d62535825cb8d8db8

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d58211efbf1792a2c6223cf6b02e1530d5a092fb3095e0fe7d51ef5e499e1ee0
MD5 8ebb45f5640174261d853261ed145ec7
BLAKE2b-256 5c532b602f19508355ae6e014c53d9ec69417cb0d084553ec30030bc4fda768f

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b5e2ac221d6ab0ac8e3597f115a58d5d1dff25f4b7abaa24b10ae52fd4f66754
MD5 02d976d412a94b65cd54ccabcee18b97
BLAKE2b-256 59ae9b2682e3a9fa85f7bd91b24eaa70326b9aa730812b37fc8024a3cd49ad97

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 536a9f162b0ae4510ec50634f9ac996fc8c0d4a65bf53b27c66d0cd5641216b6
MD5 6e4c288ab599cd3eaf14c0cb5a5ea204
BLAKE2b-256 b86bf5b87714fb943efe45a91713d12ee473465a6dabe530d881f570dd76339e

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 9b1ab1c876c27b15753f72c961cc772f26c5b85839be1a4c82a64bac54fcdb68
MD5 0e668de72f60da7f04a0364840fd171a
BLAKE2b-256 484ef22dfa752dce821c21896d8526d398d42aa66fd5092d7f4586cf615f0382

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a432e0ae7f5375799d544bebed5fa21d9c1134a7cc566edd27f9fedc69c44f9c
MD5 36441567957a19438ca0ae45a4e6744b
BLAKE2b-256 ffe7032b571d52b1501cc7b1fb88db5e6013ff6d8c8cdd274e60ab159a7c034d

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b0ddd4bd459c35de6eeb216e4297a2a69dae430c0e7142c94d0b39ec0c107f97
MD5 4c414bc41c0ad7e39f542492942f2050
BLAKE2b-256 f5c623e1ab725d9bbef051a91dbbd3409f90715a7d2ab347c2dfe270138ef398

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d9dfd4e589a7d54280b428854898d771c9841630c60cee90157d2fed9ce26267
MD5 478acb57158bfc552ac928cea90b7437
BLAKE2b-256 a7bb7ac0e99a4e7527b241ebe89a463e8c29d0f61bdbb838a66d08e60ed74759

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 53840f69374956998f037e95634b52d37e5bcb3e29d903e9e662f9066f19c149
MD5 108c48bc9e93e1e0861f984fbdb80d3b
BLAKE2b-256 b9bf6460ad209f94a10856cd83a9cfb6162cbe999676b64aa9a07a6ae5ba557b

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6f91e79fd2edc3b1646e54ef9fdc4216aa3722a00b72a113f01cfa76667455e3
MD5 8c2819d7ae614b24b66a1728a45d0d8b
BLAKE2b-256 f376feba34a442226ec0e21d21ca64d3b37e8e896341e23e1d6da3db8931c162

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5bf4cfd199a8782327950527f695dd8d976fc2970f860f19f1b89339caf68096
MD5 a153140b816a3c9292096db53201f476
BLAKE2b-256 7a0defc2d7d27cdd4b2baabcbc05da8b95eaab642eb9cba9fc06936a1c9c7b17

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e7be94544db73fd077a44146a7d4ef395f1e2f0989553cde4dbe37b3e5df708c
MD5 254dbc5f97a9a3a2f1d23306bd238c6a
BLAKE2b-256 b0ba4f27c15a2bd79caa54efcf9ba9ffa54c7b907b776b4a69ab8d603bac578f

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 96859643afae0ca249645c0f803f29569f6ac5364c5115e0bfb39b4ab7d9029b
MD5 9987af30f49e9f37f3ff672d5e963f99
BLAKE2b-256 6f25eb0a76b2da1beaad8f9e6d49ee6e2d45d2b399fbec92b2c984423e0bc77a

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 588787b4dd22303273f660a077c103d092be7e0d66417f6a2d336b442ebf3813
MD5 00fea78e52bb85eeaf6a1c88b38f72d5
BLAKE2b-256 0f78930a69c523162bc894362db9fa60e58c872dc90b9877fc561a5081bcd7a1

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 03c6a72ec5f4dcd052d8b154ffb3b3ec26e344186c5750c56693adf46a701c11
MD5 253ad4ffb0ac4042ef19db682b22a19b
BLAKE2b-256 71b2e9f3d85a8d7916babb6de7b6ff5695696300ee967f8f1e5435d04501b518

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6654d79464ca9ea9af3a396a99c76215976f4f36086401a8cfd04f41820fdd06
MD5 18b222a6d815085e89e389027fc1bb58
BLAKE2b-256 57c3239d5852765011989edac0ba45eb814b5f1089958f1e69524af0f29b8362

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cce746774333728c5d92133c46eca196befe45b10cd55e788bb79b88aa023b2b
MD5 ae11b7c67a953c586d3bee1b4e9f8cb8
BLAKE2b-256 2a9e6d4da6852819ec3a152d6f6ee9a2929a844895354b016bf7adf4ce10be42

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8db463e174174ee7e0a71b706a32c1eba1992c85dae2b23ef18ee986272e9506
MD5 4727d08a23e6957d065d48c931f84941
BLAKE2b-256 9d0237a470c1614e86b4103cb0dd9203d6fb11180450b9ebd741514f0122158a

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f5adaf211549819025301f21759c828d4ad410d2f7182d7d3a82f75d75b1f560
MD5 8ccd7e830cc8b96f3c578ff3c3d3e55f
BLAKE2b-256 25b834b6e8df80d97eb469ab154fd33b703c6dbd1ec2f5f1b083ca58066b4441

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 13adc80f5538c3ffb57c6846b56606a5411b7ceaa75df8f58cdebe88e4440876
MD5 e475da1c2a3b884021cf23b0cc6d7bf2
BLAKE2b-256 1749fecb51242db8349828a2cf958c348b484eb7cf792e5a0803e8d925ddeba9

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: shard_computer-1.2.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 74.4 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for shard_computer-1.2.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 304d7c2d8342af52da299583ac52736040b8d13441df6c5ce9f9712b93307f2f
MD5 d9a9c390be401d2a69f23c107442b713
BLAKE2b-256 09edd63f7fdd318de27cf95622e3d690d640914280b598abe51c0a6f6b8032f5

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aa48758acdb230b7f344be57dc079f48e8dccc1e21ea200d2cf1435515300e00
MD5 95af41f4fac4bbe14586530e182ee641
BLAKE2b-256 04aae993b6d2d1793c956377d8be79b36f659b8a73b13b875b5f79d34441404e

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 db819ef24cf514307e3cc01e49f7f05e77edea047ea296236865b1ea348ce650
MD5 744e2e2c12139f9126d13988770fb88a
BLAKE2b-256 3d19c8581cbbf33d60c22a9f562bfa97e2b005b5f48751b3eae749aed665e4f6

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e1290038967e267dcecfe813633a443e6d9a215403c8c1fbfc1dffc39ef01f58
MD5 4cf85302720776286793d317d78026ed
BLAKE2b-256 0fb33352eb79b9a878de50a121035dbec3b5b34d0941688488ed7e6d688070af

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1fd71ac9dd0377c23bbd0981c605ce341376b6480f8335650217a995c7a861db
MD5 b3f0c84345fa392cdcc9ab40c47b61f7
BLAKE2b-256 7b3b8cc7b0765367b3141d726f9d2310d30854f8118eef32a9ba22bf36376aa2

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a5a81e88ca9b89a179da7cc0cf73dd9c20c5c0355a1d937bbb7b8a728a1fdc98
MD5 307d30dcfc86240f5cfc46ece185ef74
BLAKE2b-256 8e022f1c8136709ad08e9d66bd628684d43c4ed1b0e22f7d8144fb97e27c1a32

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 51c834a1fccde1c014906c0ea655e5436203fc34a40e689fab3104aca315f369
MD5 a0a692a38c41011b63dc01e921ca24e9
BLAKE2b-256 bf186ee09200ce7bc5e9d0859d54be18c163b7aeef1b35c6b89b9cf1fe2c0167

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp38-cp38-win32.whl.

File metadata

  • Download URL: shard_computer-1.2.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 74.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for shard_computer-1.2.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 611173c5f7c6449bdde1d9ef3f873a2dcb959f5b50e86dda82c33e61e89a9a3b
MD5 dc08411c0a129afc9b80a6176e9157c1
BLAKE2b-256 0f5d8224a52b27d43514f5de7edac842d425479a446d2a995ba010483f34e686

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bb5571bfd9f2c889b16e5db688c6f256a8548237511ed1858fae6c9439c21230
MD5 4a73519719fe8f07e39240f74f0dab66
BLAKE2b-256 0e24ea2a6c4d0ba010f6bdf8aa492691dac176f4a1d78a599eb6679f159267d6

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c0ab14f23bd6042b51e498df4446003ec0b1127c34cb46f283e61fd10286776b
MD5 64fce192b8e1641f99cb61361b4319f7
BLAKE2b-256 d2bb1b85d8ba61389d097889b0c2370ea5c6f88a02575f1bbfa875055755007c

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 25b1dda85684802f9e0ba9b0cdbfb1d77fe7f52d18481746099fd1a508a7b1b2
MD5 0e6277d98c3c85d9cec41a79cb1dc4ed
BLAKE2b-256 e31145572537418cf36efd58a716a8974ee5fa4265d5a19df93fc07b385ba179

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 94d68bd018c2040085071f944d4d36e509fcc6aa83cc954f05a34cf7732c1f83
MD5 81a52a396f4024192502cc16ec35029b
BLAKE2b-256 369ce62cee73758a7c67e51218baab97c243cb0d57316a6cc720934dcbc9d247

See more details on using hashes here.

File details

Details for the file shard_computer-1.2.2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for shard_computer-1.2.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3f54789bf3f98d4cc2ea7b7eac7424659fd89114114262793d3abc1ed6b1c35f
MD5 b99a85a96d9397b1d0a348363847b061
BLAKE2b-256 8002f338176fc744fd87fe80adf635b65ee09771d58b8ed570ab512b6cae3448

See more details on using hashes here.

Supported by

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