Skip to main content

Google's Guava consistent hashing implementation

Project description

guavahash

Build PyPI

Google's Guava consistent hashing implementation

Assign to input a "bucket" in the range [0, buckets), in a uniform manner that minimizes the need for remapping as buckets grows. That is, consistentHash(h, n) equals:

  • n - 1, with approximate probability 1/n;
  • consistentHash(h, n - 1), otherwise (probability 1 - 1/n).

See the wikipedia article on consistent hashing for more information.

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

guavahash-1.0.2.tar.gz (4.6 kB view details)

Uploaded Source

Built Distributions

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

guavahash-1.0.2-cp313-cp313-win_amd64.whl (7.9 kB view details)

Uploaded CPython 3.13Windows x86-64

guavahash-1.0.2-cp313-cp313-win32.whl (7.6 kB view details)

Uploaded CPython 3.13Windows x86

guavahash-1.0.2-cp313-cp313-musllinux_1_2_x86_64.whl (11.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

guavahash-1.0.2-cp313-cp313-musllinux_1_2_i686.whl (11.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

guavahash-1.0.2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.7 kB view details)

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

guavahash-1.0.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (11.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

guavahash-1.0.2-cp313-cp313-macosx_11_0_arm64.whl (5.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

guavahash-1.0.2-cp313-cp313-macosx_10_13_x86_64.whl (4.7 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

guavahash-1.0.2-cp312-cp312-win_amd64.whl (7.9 kB view details)

Uploaded CPython 3.12Windows x86-64

guavahash-1.0.2-cp312-cp312-win32.whl (7.6 kB view details)

Uploaded CPython 3.12Windows x86

guavahash-1.0.2-cp312-cp312-musllinux_1_2_x86_64.whl (11.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

guavahash-1.0.2-cp312-cp312-musllinux_1_2_i686.whl (11.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

guavahash-1.0.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.7 kB view details)

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

guavahash-1.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (11.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

guavahash-1.0.2-cp312-cp312-macosx_11_0_arm64.whl (5.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

guavahash-1.0.2-cp312-cp312-macosx_10_13_x86_64.whl (4.7 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

guavahash-1.0.2-cp311-cp311-win_amd64.whl (7.9 kB view details)

Uploaded CPython 3.11Windows x86-64

guavahash-1.0.2-cp311-cp311-win32.whl (7.6 kB view details)

Uploaded CPython 3.11Windows x86

guavahash-1.0.2-cp311-cp311-musllinux_1_2_x86_64.whl (11.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

guavahash-1.0.2-cp311-cp311-musllinux_1_2_i686.whl (11.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

guavahash-1.0.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

guavahash-1.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (11.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

guavahash-1.0.2-cp311-cp311-macosx_11_0_arm64.whl (5.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

guavahash-1.0.2-cp311-cp311-macosx_10_9_x86_64.whl (4.7 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

guavahash-1.0.2-cp310-cp310-win_amd64.whl (7.9 kB view details)

Uploaded CPython 3.10Windows x86-64

guavahash-1.0.2-cp310-cp310-win32.whl (7.6 kB view details)

Uploaded CPython 3.10Windows x86

guavahash-1.0.2-cp310-cp310-musllinux_1_2_x86_64.whl (11.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

guavahash-1.0.2-cp310-cp310-musllinux_1_2_i686.whl (11.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

guavahash-1.0.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

guavahash-1.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (11.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

guavahash-1.0.2-cp310-cp310-macosx_11_0_arm64.whl (5.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

guavahash-1.0.2-cp310-cp310-macosx_10_9_x86_64.whl (4.7 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file guavahash-1.0.2.tar.gz.

File metadata

  • Download URL: guavahash-1.0.2.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for guavahash-1.0.2.tar.gz
Algorithm Hash digest
SHA256 600527e44a1e2596615a13d66bc1801119d325c5b5afa6514ccaf769d9ffb34c
MD5 fd7480bce4fd8b5c0bc554e8e6c482f5
BLAKE2b-256 1d46fdf081a263194f5f1317625b70a26b18d6393cc85df6a72b1d04d238fb61

See more details on using hashes here.

Provenance

The following attestation bundles were made for guavahash-1.0.2.tar.gz:

Publisher: release.yml on igorcoding/guavahash

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file guavahash-1.0.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: guavahash-1.0.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 7.9 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for guavahash-1.0.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b7e4f2a0ffceb18049c1da7e7a1fd6f0f6db86fea218c7076b742f76564697fa
MD5 01e3f62b756c6a60073d493eeb19fd6c
BLAKE2b-256 d0079a6e2a41d29d41f1b305a1d8d2fbb6ca5d1462822f5e6697e1ee0cc95edd

See more details on using hashes here.

Provenance

The following attestation bundles were made for guavahash-1.0.2-cp313-cp313-win_amd64.whl:

Publisher: release.yml on igorcoding/guavahash

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file guavahash-1.0.2-cp313-cp313-win32.whl.

File metadata

  • Download URL: guavahash-1.0.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 7.6 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for guavahash-1.0.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 5eaf9a5faae09a2ffeb0ca664fc521de061f6cea01b771bda78264a0f7e7496b
MD5 12d562fd2c4e713061d2a710cb30b230
BLAKE2b-256 2f831ce2776d3df1ee3cdaff0a9a7310a423756c7fe0ab01ce335262d7691a0e

See more details on using hashes here.

Provenance

The following attestation bundles were made for guavahash-1.0.2-cp313-cp313-win32.whl:

Publisher: release.yml on igorcoding/guavahash

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file guavahash-1.0.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for guavahash-1.0.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 007a12f9aab1f2a3908ab740254cf7f8469932b889c25b59494f6598a03c052f
MD5 74de02cfc6bbb435e9dc7861232c4558
BLAKE2b-256 e729b1039672165683e2b52eca103d670764ee7c0b1dc68ba6533d2b3043ad69

See more details on using hashes here.

Provenance

The following attestation bundles were made for guavahash-1.0.2-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release.yml on igorcoding/guavahash

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file guavahash-1.0.2-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for guavahash-1.0.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 323772409d524a9ab2ef04032381242970324044d8323fde1b5730fd9ea85d14
MD5 57a7e0d5b403abb9ccb94b11528b07c6
BLAKE2b-256 912b584bf8111eb59e0264813a42d5305c21789c116941a7c8f7f1b1498b9472

See more details on using hashes here.

Provenance

The following attestation bundles were made for guavahash-1.0.2-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: release.yml on igorcoding/guavahash

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file guavahash-1.0.2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for guavahash-1.0.2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b1d5bff9fa6edc6883af9e71a2138a67d2995da597c24c3ada811923fbe21499
MD5 978bb1f7a089a6c22731597577b94eb1
BLAKE2b-256 75ff42f944b88365ec17b2f6b5ed5d0afef5f5365a1c7e1556fff2ef35f8a4e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for guavahash-1.0.2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on igorcoding/guavahash

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file guavahash-1.0.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for guavahash-1.0.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c9c2e71fa4a962a84bed58adf09d6e3da8dd430a034517e398d862b054bbe54d
MD5 f8e23baa125e96f411724927477a476b
BLAKE2b-256 cde9216a9fb3603a67aa11bf363a0fb0ae8833e4f47de116573e2816bf357e23

See more details on using hashes here.

Provenance

The following attestation bundles were made for guavahash-1.0.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on igorcoding/guavahash

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file guavahash-1.0.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for guavahash-1.0.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 690b0b74bc0fc108324888610e5747ce569a8fdc6ad1646062a94b7895afabf4
MD5 dc2728dc50a2de42da45c9b03373edd0
BLAKE2b-256 2d123357eb303830d1a65564dad6f8de2844f47b34644bf0172cf0788fa5de1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for guavahash-1.0.2-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on igorcoding/guavahash

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file guavahash-1.0.2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for guavahash-1.0.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 0d55a452263ffc944197de66ac439acdc9f7396aa778ad08351f85b77e7524d8
MD5 f248f936ac821a38f9835bc4ac3895af
BLAKE2b-256 0446748ef2dadcccb1b0c2087753be4a963e6c0b2a0ed6807e0a35175ae9cdf6

See more details on using hashes here.

Provenance

The following attestation bundles were made for guavahash-1.0.2-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: release.yml on igorcoding/guavahash

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file guavahash-1.0.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: guavahash-1.0.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 7.9 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for guavahash-1.0.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6abc0e1f4eb330e70bc62a4a56fb47ce85118ffbf0884ef3b75897c61ff86998
MD5 a620475a93758be971f6877ccc282469
BLAKE2b-256 6f75afcbe2601dc1e9f19e12b2aadf78925a26891406a91707621a213a82761e

See more details on using hashes here.

Provenance

The following attestation bundles were made for guavahash-1.0.2-cp312-cp312-win_amd64.whl:

Publisher: release.yml on igorcoding/guavahash

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file guavahash-1.0.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: guavahash-1.0.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 7.6 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for guavahash-1.0.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 93df791c2cd44ff62ff7157216321c095d882f7c1509b7bc3664b55f960640fd
MD5 2a951c7f56b6d25254536d33a0177e52
BLAKE2b-256 677e37775ef0cd562dcc5bc86e64d8b85a481a42895d338de3aae2cbe99657fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for guavahash-1.0.2-cp312-cp312-win32.whl:

Publisher: release.yml on igorcoding/guavahash

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file guavahash-1.0.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for guavahash-1.0.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5e1eee3d7d4bf95a89735c850da5448dc42a3cc4a42fb24aa7d87f2dcd43f8f0
MD5 5ed8afd7deaa959b3ec0d7758325ee99
BLAKE2b-256 39c2e097301b019c50ea9b41d2b3f710e70c448ba32f7b0b464677849b0286b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for guavahash-1.0.2-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release.yml on igorcoding/guavahash

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file guavahash-1.0.2-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for guavahash-1.0.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7b36bd228ea5c9fa360fe0e64d2473d80c6beba2aecf4459e60ac1bdcb0dec84
MD5 42559fc3d1a779bdb94de6fb0c9ceac9
BLAKE2b-256 f421c297f2d1c31ac4833b471d51def945660f1e9d102679455beef58e7ab692

See more details on using hashes here.

Provenance

The following attestation bundles were made for guavahash-1.0.2-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: release.yml on igorcoding/guavahash

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file guavahash-1.0.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for guavahash-1.0.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e13f7fc363a1d2e799e37fa7798870773d1b82ab9d2cd0be819225cbdc75ca25
MD5 ae71b56752368a864316f8f6b1f1359f
BLAKE2b-256 4198c50e224118b3c370d76d77adc88ed07f579152ecbf621ba37f4acff8a27c

See more details on using hashes here.

Provenance

The following attestation bundles were made for guavahash-1.0.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on igorcoding/guavahash

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file guavahash-1.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for guavahash-1.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d0a99bba1fce81a485854ae9b652ab113f861a087fd81d7f30ca298aab1848e8
MD5 3f99a1d57be89bd93e6cef360df2b52e
BLAKE2b-256 166334fd5286b234058747f7abc2b8339e6fcaae57a7d04b849f2025a490043c

See more details on using hashes here.

Provenance

The following attestation bundles were made for guavahash-1.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on igorcoding/guavahash

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file guavahash-1.0.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for guavahash-1.0.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4f41dd91f5433eb321e5e8e26fbd87d870acf1c1ee853ec682e376f053dc318a
MD5 5b13ef37041eb4de2c0138c195d45225
BLAKE2b-256 e53809e3eeec87c29705f71f08a8c99d8d7e943a43288733b18c3832b6201c10

See more details on using hashes here.

Provenance

The following attestation bundles were made for guavahash-1.0.2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on igorcoding/guavahash

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file guavahash-1.0.2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for guavahash-1.0.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 324981d191564f51669899aad9172c2641810b45b88771e83bafb90dc3df563c
MD5 e193fb08b48bd85447b8c20e49ebc4e8
BLAKE2b-256 8d291de90b41f2950d279d9d78c15deba364c4ba6c3b55796bbc2788586567d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for guavahash-1.0.2-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: release.yml on igorcoding/guavahash

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file guavahash-1.0.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: guavahash-1.0.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 7.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for guavahash-1.0.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4b2b64d4d1d517427b5c9c9c94c8b4c8f23f8f4867e74a59c2943bccc364d39a
MD5 f4b1af341153a899072fd4d8faefc853
BLAKE2b-256 e1921261dcb8b2c1899becaf79145a8973a9edfc161da9af74c8c0448d1988c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for guavahash-1.0.2-cp311-cp311-win_amd64.whl:

Publisher: release.yml on igorcoding/guavahash

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file guavahash-1.0.2-cp311-cp311-win32.whl.

File metadata

  • Download URL: guavahash-1.0.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 7.6 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for guavahash-1.0.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 91d440daadb69e224f1e5ea16ce31dc6c556eb9944e85993568189238e4c0dc9
MD5 64aa5a4a09d3dbcc8b1578444bd0650e
BLAKE2b-256 b37a5f97f94d5aa69d053b086d00c1dd06c926db1d1984ada9c881ab6c56e684

See more details on using hashes here.

Provenance

The following attestation bundles were made for guavahash-1.0.2-cp311-cp311-win32.whl:

Publisher: release.yml on igorcoding/guavahash

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file guavahash-1.0.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for guavahash-1.0.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8a80d9052bc0b6cb139d2ba3e9e0228862c887946aefd725deece362c5cea011
MD5 44af5feb0fdabfde435a634a95e67a8a
BLAKE2b-256 94120d8d91e6132e153c6f56258219c65c3a81e81642060cbffca41703d03967

See more details on using hashes here.

Provenance

The following attestation bundles were made for guavahash-1.0.2-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release.yml on igorcoding/guavahash

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file guavahash-1.0.2-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for guavahash-1.0.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 060c1fb1837a5da3c95e5ae46cdb2cdcdcc02bc1a5389f8954d5273f66b7ab72
MD5 1415bcbb69a7b58aa535f08124875172
BLAKE2b-256 67cd56fe8fa836ab7571ef6b5e24ef34f94e869719d8b9193bfac65263cad4f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for guavahash-1.0.2-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: release.yml on igorcoding/guavahash

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file guavahash-1.0.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for guavahash-1.0.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a3e7ec00273863e95548eec90159b2c9a14d5abb65b79b2ada88ddd729266082
MD5 9b2e718f88cb369ed0c188956e2c9187
BLAKE2b-256 5903e3323d52e5045132994be2833d02d76d226c3a9606570bf3a87583aa8fb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for guavahash-1.0.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on igorcoding/guavahash

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file guavahash-1.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for guavahash-1.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 61d5bb36ff545dc1565f1115f2b6248d0cfdf392b506aabc407e4ac5f401633b
MD5 6210c2babb41741acc00c51dd5a514f0
BLAKE2b-256 6654a81df37928ee273d46d044140839d871ec9b82d622ec73ab4a67e610312f

See more details on using hashes here.

Provenance

The following attestation bundles were made for guavahash-1.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on igorcoding/guavahash

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file guavahash-1.0.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for guavahash-1.0.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9940ebc230f13033bde53295a6287c842b3c20d6333616eb193fbab683e48a16
MD5 5f602ba7796d9cc728f5ada1212dab90
BLAKE2b-256 70cae9f507c85bf4557110b0995447a281b1f9dbac0cf2195c818c50b25ce31f

See more details on using hashes here.

Provenance

The following attestation bundles were made for guavahash-1.0.2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on igorcoding/guavahash

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file guavahash-1.0.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for guavahash-1.0.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fcf69e06935e8ea56ce0b973c4783147088f545c99c90b74cd1580e926a1d3d1
MD5 76573530329298ebc0f30048ed97195a
BLAKE2b-256 2331e0a8f0742bd527e596f6cddb5f19fd1c9611ba7112953048e13c0046ffd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for guavahash-1.0.2-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: release.yml on igorcoding/guavahash

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file guavahash-1.0.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: guavahash-1.0.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 7.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for guavahash-1.0.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 320a6b7840905d3f0211ab373bc18b58d34004051243c23efc268affafe2ca12
MD5 2089372f7b06465ebeccdeae71947424
BLAKE2b-256 581182b681ca2c27f4a75ac5eb50049d5f7ef10477cddde9a62419b88f8372ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for guavahash-1.0.2-cp310-cp310-win_amd64.whl:

Publisher: release.yml on igorcoding/guavahash

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file guavahash-1.0.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: guavahash-1.0.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 7.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for guavahash-1.0.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 62e0c82cae556b693fb2b8d97211ff72852d1a818321e48cf7fa3241dae6ae5f
MD5 3ae952b722f4c3779e42b0ef8639fa2e
BLAKE2b-256 199238dbcc6ffab288fe5ada56622003343f6367f81f79968687d900bc72065b

See more details on using hashes here.

Provenance

The following attestation bundles were made for guavahash-1.0.2-cp310-cp310-win32.whl:

Publisher: release.yml on igorcoding/guavahash

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file guavahash-1.0.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for guavahash-1.0.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 301d43929ca6a7e5f85faf7b29b8ed23e137e17e80b7502b60d243d0791bc323
MD5 a2733a5062fbd685e0c60d8ba4514f7a
BLAKE2b-256 328c047ec63035362b5414cac98ed6aeae5935078e4a880d8282cdb5ad8f369a

See more details on using hashes here.

Provenance

The following attestation bundles were made for guavahash-1.0.2-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: release.yml on igorcoding/guavahash

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file guavahash-1.0.2-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for guavahash-1.0.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bb8856acab3bff7f17f886aae9127478d2f7666e0d4bef36dd0743cd2745408f
MD5 0d288d1f134aeea38b6de5a60425f735
BLAKE2b-256 bb0f90dc5bf8eb791271a3eb052307a0309274c06de3285fe99e9c639f6064fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for guavahash-1.0.2-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: release.yml on igorcoding/guavahash

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file guavahash-1.0.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for guavahash-1.0.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b0e9c8feda5a950869be3c11b732f3c2a098b4a9c57477f58f7ed75a13a1c388
MD5 36c340b4a3d446af6e05656b0b7118dc
BLAKE2b-256 7292702a8e98bbe035cdd1750a2610fd434ba711a77bdeb64ce3dc7d1d56fb8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for guavahash-1.0.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on igorcoding/guavahash

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file guavahash-1.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for guavahash-1.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2f09cf40da4f01708fab881aa5eae79ce37444f4e2032b636ee9c7fb82bb7fb1
MD5 46c6621ba3f90606bf99db4badb644f5
BLAKE2b-256 a1214224ea07f5da9309ad36c390e30ed0138e3c0ac42898f2a9de01c9e533f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for guavahash-1.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on igorcoding/guavahash

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file guavahash-1.0.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for guavahash-1.0.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2c6988b440c6ef5b0208f597f1d1e09743e92e8179ebc9da731ce69eb29abd7a
MD5 01060bc16ee47925f45ffb91a23282ed
BLAKE2b-256 031d86618caaab4b8d57fe378cceb8fa45592c77f7192bafe472243931fb058f

See more details on using hashes here.

Provenance

The following attestation bundles were made for guavahash-1.0.2-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on igorcoding/guavahash

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file guavahash-1.0.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for guavahash-1.0.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 94e4895dcbb7729310e468daf8cf68fe3c92a8c2fd87bd56119ad17c76d75e96
MD5 a803c5b197c592074abb6926a10d1592
BLAKE2b-256 fbcb3f6fed1b1e57b63e48d0d9a9f0475519a014c56f742f1a42197843b38c7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for guavahash-1.0.2-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: release.yml on igorcoding/guavahash

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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