Skip to main content

Cython-accelerated heap item for password benchmarking

Project description

heap-item

  • heap-item
    • Build

    • Installation

    • Usage

          ## Description
          A custom heap item written in cython compatible with heapq, this is
          used to efficiently store passwords(ascii) and
          their probability(double) of being correct.
      

Build

pip install -r requirements.txt && cibuildwheel

Installation

pip install heapitem

Usage

    import heapitem
    item = heapitem(prob,password,len(password))
    heapq.heappush(min_heap_n_most_prob, item)
    for hi in heapq.nlargest(eval_dict['n_samples'], min_heap_n_most_prob):
        n_most_prob_psw.add(hi.password_string)
        del hi      # engages __dealloc__

``

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

heapitem-0.1.1.tar.gz (6.5 kB view details)

Uploaded Source

Built Distributions

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

heapitem-0.1.1-cp314-cp314t-win_amd64.whl (36.0 kB view details)

Uploaded CPython 3.14tWindows x86-64

heapitem-0.1.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (194.5 kB view details)

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

heapitem-0.1.1-cp314-cp314t-macosx_11_0_arm64.whl (37.0 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

heapitem-0.1.1-cp314-cp314t-macosx_10_13_x86_64.whl (35.5 kB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

heapitem-0.1.1-cp314-cp314-win_amd64.whl (32.0 kB view details)

Uploaded CPython 3.14Windows x86-64

heapitem-0.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (155.5 kB view details)

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

heapitem-0.1.1-cp314-cp314-macosx_11_0_arm64.whl (34.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

heapitem-0.1.1-cp314-cp314-macosx_10_13_x86_64.whl (33.9 kB view details)

Uploaded CPython 3.14macOS 10.13+ x86-64

heapitem-0.1.1-cp313-cp313-win_amd64.whl (31.4 kB view details)

Uploaded CPython 3.13Windows x86-64

heapitem-0.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (156.7 kB view details)

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

heapitem-0.1.1-cp313-cp313-macosx_11_0_arm64.whl (34.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

heapitem-0.1.1-cp313-cp313-macosx_10_13_x86_64.whl (33.8 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

heapitem-0.1.1-cp312-cp312-win_amd64.whl (32.2 kB view details)

Uploaded CPython 3.12Windows x86-64

heapitem-0.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (158.4 kB view details)

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

heapitem-0.1.1-cp312-cp312-macosx_11_0_arm64.whl (35.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

heapitem-0.1.1-cp312-cp312-macosx_10_13_x86_64.whl (34.5 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

heapitem-0.1.1-cp311-cp311-win_amd64.whl (31.8 kB view details)

Uploaded CPython 3.11Windows x86-64

heapitem-0.1.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (151.7 kB view details)

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

heapitem-0.1.1-cp311-cp311-macosx_11_0_arm64.whl (35.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

heapitem-0.1.1-cp311-cp311-macosx_10_9_x86_64.whl (34.1 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

heapitem-0.1.1-cp310-cp310-win_amd64.whl (31.7 kB view details)

Uploaded CPython 3.10Windows x86-64

heapitem-0.1.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (142.7 kB view details)

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

heapitem-0.1.1-cp310-cp310-macosx_11_0_arm64.whl (35.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

heapitem-0.1.1-cp310-cp310-macosx_10_9_x86_64.whl (33.8 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

heapitem-0.1.1-cp39-cp39-win_amd64.whl (32.0 kB view details)

Uploaded CPython 3.9Windows x86-64

heapitem-0.1.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (143.2 kB view details)

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

heapitem-0.1.1-cp39-cp39-macosx_11_0_arm64.whl (35.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

heapitem-0.1.1-cp39-cp39-macosx_10_9_x86_64.whl (34.3 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

heapitem-0.1.1-cp38-cp38-win_amd64.whl (32.8 kB view details)

Uploaded CPython 3.8Windows x86-64

heapitem-0.1.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (147.8 kB view details)

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

heapitem-0.1.1-cp38-cp38-macosx_11_0_arm64.whl (37.0 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

heapitem-0.1.1-cp38-cp38-macosx_10_9_x86_64.whl (35.4 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: heapitem-0.1.1.tar.gz
  • Upload date:
  • Size: 6.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for heapitem-0.1.1.tar.gz
Algorithm Hash digest
SHA256 78c2bf9455268796cf076fb304ac904ed3724467096b878b261386832ac2758e
MD5 d688f220262186ced7a66f2405ea06eb
BLAKE2b-256 3d781f57c12291d4209d0342314924e08d49936f5bcdb3c40ab0978d4774c605

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.1.tar.gz:

Publisher: wheels.yml on BobTheBot988/heap-item

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

File details

Details for the file heapitem-0.1.1-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: heapitem-0.1.1-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 36.0 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for heapitem-0.1.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 a07002ec2df31dabbcb4ca548802e5093079b3770b6fa24d858703bda098aa02
MD5 2643a793bce159b85c17170467c31c68
BLAKE2b-256 08d6476b970df4131be61131fbb55756207d1160cae9677eeb9fa4cfab717983

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.1-cp314-cp314t-win_amd64.whl:

Publisher: wheels.yml on BobTheBot988/heap-item

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

File details

Details for the file heapitem-0.1.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c541e90c689eb51aba8bb2b8cfa68890439e1da51f366e75bce201d070a43641
MD5 a07f24ce0be050350101f792ad8edfcb
BLAKE2b-256 412e06bcfc2513bdcdb0f57da4e7b769a930a24ce349ab3ae7e529e578767e81

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on BobTheBot988/heap-item

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

File details

Details for the file heapitem-0.1.1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1a6bf45f561db379a2f11daee68c94ba6b09702cfaf8c39e858af29976100a4f
MD5 3076d399d510e16d273b4b9193e7f9f6
BLAKE2b-256 484cf9b7503d643ae1c67cd58f4863fba7d28d4d7b3aab98285faa62902ccdcc

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.1-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: wheels.yml on BobTheBot988/heap-item

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

File details

Details for the file heapitem-0.1.1-cp314-cp314t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.1-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 2366dfe7261ad9888eb63eba4f8554a605832646c8beab972dd6d8ffb108d76d
MD5 71563899d2b381104dd92f9aaa31f647
BLAKE2b-256 4b41b159a9e5e10838ab2e2dec3e5e94870078db64e1bc2f25ffc1918fb75262

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.1-cp314-cp314t-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on BobTheBot988/heap-item

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

File details

Details for the file heapitem-0.1.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: heapitem-0.1.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 32.0 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for heapitem-0.1.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 6837cf7b2ed408b1f794552dd2abae029c5b2b0f20c96a8b76e8c5b2408b2484
MD5 1453aed1694568bbce0c245167db1f34
BLAKE2b-256 0a2ef236b9e243403230777f2e19b70dcda49fc32f5a08f84a34c508df019f5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.1-cp314-cp314-win_amd64.whl:

Publisher: wheels.yml on BobTheBot988/heap-item

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

File details

Details for the file heapitem-0.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 14608ea9dfb3fa0893a2f972c82c95a662c4309fcb49c71e87802ca1b8957c61
MD5 e4e34f5346c177af751be3257a6570f0
BLAKE2b-256 168472c49167033a4350bf09ccdbe744b88e25daa2494deb7a235d169f9b308a

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on BobTheBot988/heap-item

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

File details

Details for the file heapitem-0.1.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2c3b38b089d5eb3c6af3a314ab895ada863ff2bea8d0357d7c567141d13564bc
MD5 992c041732e1a74cd14f6b95533ae729
BLAKE2b-256 a24f1e9b5691671bcbc4c606e48662ba90a842ad830747c2617fa8ae8b6fd91a

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.1-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: wheels.yml on BobTheBot988/heap-item

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

File details

Details for the file heapitem-0.1.1-cp314-cp314-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.1-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 53d6c626f290fe6d944da24249aa82e74cc8e9a9b8b2f3c6b711e8604e17937f
MD5 ab64e5f284e8b7c542d8973da019c030
BLAKE2b-256 08e3a8fca0c2c3dbaaf67f0c59d78b5c1d6f266cb10899f7e7d0b16d29f9758c

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.1-cp314-cp314-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on BobTheBot988/heap-item

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

File details

Details for the file heapitem-0.1.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: heapitem-0.1.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 31.4 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for heapitem-0.1.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f640c0da01793f33c1a89a8e89bf18788d005624f928d082d4a613027c0f91b5
MD5 8561c193857a53bfbcd9937b3a80d612
BLAKE2b-256 a7bb7c1637f70dfd664a1ec160dc1d072e1cd5f0f6de57d93f72989104792ecb

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.1-cp313-cp313-win_amd64.whl:

Publisher: wheels.yml on BobTheBot988/heap-item

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

File details

Details for the file heapitem-0.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 86e481d9f0806dea9f5e765418f2baa366173a6259b6b90d8973794fdc0a119d
MD5 36fab668ab2a7d8253910f99955afef5
BLAKE2b-256 2f3168e70e8b3556d310f96ae1834aae831006d115c4820e633aa8419e3c3781

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on BobTheBot988/heap-item

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

File details

Details for the file heapitem-0.1.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 35c4f067c2125d944c5a248c7bab1b126c818848959fe49b09d075d9d3b964ee
MD5 15819edc71b7965e5341253dd01e2d02
BLAKE2b-256 7ad869f4b5c7553c40554e5b8a9bd880c1782b5d665461a087a46b878b6ff779

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: wheels.yml on BobTheBot988/heap-item

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

File details

Details for the file heapitem-0.1.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a88daefd6307f76bfd71ed5ed696187125cc0cc857a527b652e957b24d9a79c9
MD5 e5d8d5dd2f18f9d8c4d39ff8409eba40
BLAKE2b-256 0410731f5773c598bf9a800b8db9f6777923c78470dd020ba2e0a27e6e50ff70

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.1-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on BobTheBot988/heap-item

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

File details

Details for the file heapitem-0.1.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: heapitem-0.1.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 32.2 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for heapitem-0.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 90d5bcb53885e86946e0e6682d4128f0d81d4ad36ef0ac7b9d53a2a3b84c773a
MD5 e5c53285523a792d888248d2c2474ee7
BLAKE2b-256 d502f194d286634b56624b3ef0fafa4fa2f23e7a3f463098033db854832746e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.1-cp312-cp312-win_amd64.whl:

Publisher: wheels.yml on BobTheBot988/heap-item

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

File details

Details for the file heapitem-0.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5252fda7d821dda124528150a4c8aa6ab8d8d2d7995a3ed3e172bbd6437523e1
MD5 a499c56f55a7fb69956026fe2b6dd217
BLAKE2b-256 e15b7cbdda68f9689f35e6cdc80d5a033c8832b27f73b0aeda9d61261201c016

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on BobTheBot988/heap-item

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

File details

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

File metadata

File hashes

Hashes for heapitem-0.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f2f244fc519fc8cfaec7d581f3c4871cda744f68025d60e0ef7052d7c790b17b
MD5 b7772aedef497b06a86a8dd68e28cbf8
BLAKE2b-256 90194ea4950b422c21a71f721fbf8e8d79ee60bc0f63020d18c28d064c6fef2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheels.yml on BobTheBot988/heap-item

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

File details

Details for the file heapitem-0.1.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 de6fd81978a18f99d0e4cf1793c18c2de65580d7f49fde43f7da8ab1ddaffda6
MD5 c55e5202f22511de5001fb7428e1f471
BLAKE2b-256 279d12bfd067a02fba036faef6851a00754fc5e2e117eb0184d7d6f8aeae15fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.1-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on BobTheBot988/heap-item

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

File details

Details for the file heapitem-0.1.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: heapitem-0.1.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 31.8 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for heapitem-0.1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a82dafbb26eb247b97a61593d7f879baa25373c6a63b6ad6b0a61a8a56892d62
MD5 60552ac2914a32fdd8235f552444d642
BLAKE2b-256 6b81063062e0325e5f1752530df6b38b6baf5e6fb53e76f12b46e8b737d22d2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.1-cp311-cp311-win_amd64.whl:

Publisher: wheels.yml on BobTheBot988/heap-item

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

File details

Details for the file heapitem-0.1.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1a209ca886b75c4b76620087992bb68537f32f49d3daec9f98399bb87f499949
MD5 47d554d69dc45306ff956a7617b721d5
BLAKE2b-256 37fa2aca3772310a573fae3c7d6835963acc778b0c08dd0bf7151c9011cafeb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on BobTheBot988/heap-item

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

File details

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

File metadata

File hashes

Hashes for heapitem-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e1d20dd4be0dff31cdba3c8ddf0eacfd15e66f3f1af11e065e7d92c5936ec680
MD5 c84586b94c10370f3dbdf98c82e8e9c3
BLAKE2b-256 8b56aaae47822f43590c013a161e8ba88eebdc53d5e0141e2ebbeef7e39e953e

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yml on BobTheBot988/heap-item

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

File details

Details for the file heapitem-0.1.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 62bad9a6cd0449df88c8279f966b785620050f2b9e4000d70157e91ef1aedfa8
MD5 2e8cb6f978783b2ccbb0addadcb67f83
BLAKE2b-256 f9668ab832f5bc3910787347094f420011bbdda34f742eaff7e5558028cb3372

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.1-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on BobTheBot988/heap-item

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

File details

Details for the file heapitem-0.1.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: heapitem-0.1.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 31.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for heapitem-0.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 dc083f55805ef21cf6266b424bf4d92eb6d08bf0e3e948afc0aaa477a0260fe0
MD5 272b95be7f6f32670790b2904e849d5c
BLAKE2b-256 2c0445e35375b55e25fd7bbc212a5da5838aa79e3dce2b95abf81189394fb6de

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.1-cp310-cp310-win_amd64.whl:

Publisher: wheels.yml on BobTheBot988/heap-item

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

File details

Details for the file heapitem-0.1.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8d2c9193599f2ec942bad707df7c63acd64babea0dafce1bc2a798e71ccd30f8
MD5 84f9db5324619beffbc77a31a4c57e1d
BLAKE2b-256 fca4b8cb7bc858597d50fd386c42879e3401db7f9412331d88ba7b0471afe8da

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on BobTheBot988/heap-item

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

File details

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

File metadata

File hashes

Hashes for heapitem-0.1.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b76c063650e58ebb0e04bb330b42e8e4d80d5cc8ce5e8d2fe604966204fe357e
MD5 381f1ba2652eb8b397b2e6de16b0c153
BLAKE2b-256 76fef564167d7e2ffb76f3dc62ea2a130351b65f2bebd64ce0acdad0b98949f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yml on BobTheBot988/heap-item

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

File details

Details for the file heapitem-0.1.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 76ee5e4e63d8bb653de4808539102007b86779141fe3ff3d1683f5b821ded989
MD5 9aee6fccc280d779cc3fdb5ef80e86f1
BLAKE2b-256 aa49165688bba203f9055023434b8910dc14c289e41ceb706b6aa859cfa8f68d

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.1-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on BobTheBot988/heap-item

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

File details

Details for the file heapitem-0.1.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: heapitem-0.1.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 32.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for heapitem-0.1.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cdb5b565f9ab7db80ec93e20fece2f798e6a903eaee94aff15d380c6f1c69f06
MD5 ba579bd19c581326fc2a4a12aab54f76
BLAKE2b-256 cd1f24dd4a99fae51dc953f1270ccc23314783790b44aa0a4647cf1b413db466

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.1-cp39-cp39-win_amd64.whl:

Publisher: wheels.yml on BobTheBot988/heap-item

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

File details

Details for the file heapitem-0.1.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 70a861a7aa8b4b8f00ac657875d37eba4f19296854986ca2c51b7be63db1b456
MD5 db6208141284b0b25755553539b612f5
BLAKE2b-256 4abeb5040405948777ac2446bb58877da60997e91c667d3985bb9dd6b8bd70ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on BobTheBot988/heap-item

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

File details

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

File metadata

File hashes

Hashes for heapitem-0.1.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 56aabe286bdfa93e444176132f4a1680081179b1d4c96dc074a6f2b15b350b14
MD5 86a86569290d4180b96c6c5c576b3fc1
BLAKE2b-256 4797de44b1d3b53c0a658a50a8eb9256de1ff9fa0508bd3e57182a7e4137fb97

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.1-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: wheels.yml on BobTheBot988/heap-item

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

File details

Details for the file heapitem-0.1.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 911d8bbf21582be0a8e6141ce1b4c292a6226b214a956a6f2cc2156902c67f30
MD5 1e8a32b413ed002b4e15b27f74b53316
BLAKE2b-256 0b25f1f47ebb7359381937635044a985ca5b153436cc1fd4f07a249119d863e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.1-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on BobTheBot988/heap-item

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

File details

Details for the file heapitem-0.1.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: heapitem-0.1.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 32.8 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for heapitem-0.1.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6d2561d2fe09cffa66275076e2834c295507c9ed0cea95d190321cf02554ba03
MD5 2d2bf3f2b4c067632a66b29cc1219d07
BLAKE2b-256 f8bc42b470bb8579de626ff11205319f028b27eeebc70eeab9398afc63eaec1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.1-cp38-cp38-win_amd64.whl:

Publisher: wheels.yml on BobTheBot988/heap-item

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

File details

Details for the file heapitem-0.1.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0d79fd82f07b610909f6874e10c810399ed8301fd7baa627eeb17d6d39a330e6
MD5 eb663ba99582301df6c28a1e706d3c9f
BLAKE2b-256 109deba3d56e7027a4f5d084e8a3f041d22733a1aea2755d237612bf865e41a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on BobTheBot988/heap-item

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

File details

Details for the file heapitem-0.1.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0aee9097e3871ad86bd4f83e5353d2ef74f41d8692ece750bc94c9bb9f31de98
MD5 b6932aa8e8c829a729a7302a5dea9750
BLAKE2b-256 5ee3c38f62baea7cd62525d2dd5c654532d5899289936e13b84ae4ffdf454a26

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.1-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: wheels.yml on BobTheBot988/heap-item

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

File details

Details for the file heapitem-0.1.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7a5789a486764d18e7aa503ddb75ec7e7e9bd55f5e5585466ecd09b5024be348
MD5 21d90e40435d268fa48b4099766855fe
BLAKE2b-256 f411e793a6e49024f2d87d6759bd96a2857203250097e41fe933ff7a13a2b25e

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.1-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on BobTheBot988/heap-item

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