Skip to main content

Cython-accelerated heap item for password benchmarking

Project description

heap-item

Description

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

Build

pip install -r requirements.txt && cibuildwheel

Installation

pip install heapitem

Usage

    from heapitem import HeapItem
    min_heap_n_most_prob:list[float,str] = function()
    item = HeapItem(prob,string)
    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.6.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.6-cp314-cp314t-win_amd64.whl (35.1 kB view details)

Uploaded CPython 3.14tWindows x86-64

heapitem-0.1.6-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (180.1 kB view details)

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

heapitem-0.1.6-cp314-cp314t-macosx_11_0_arm64.whl (36.1 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

heapitem-0.1.6-cp314-cp314t-macosx_10_13_x86_64.whl (34.7 kB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

heapitem-0.1.6-cp314-cp314-win_amd64.whl (31.5 kB view details)

Uploaded CPython 3.14Windows x86-64

heapitem-0.1.6-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (145.4 kB view details)

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

heapitem-0.1.6-cp314-cp314-macosx_11_0_arm64.whl (34.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

heapitem-0.1.6-cp314-cp314-macosx_10_13_x86_64.whl (33.1 kB view details)

Uploaded CPython 3.14macOS 10.13+ x86-64

heapitem-0.1.6-cp313-cp313-win_amd64.whl (30.9 kB view details)

Uploaded CPython 3.13Windows x86-64

heapitem-0.1.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (146.8 kB view details)

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

heapitem-0.1.6-cp313-cp313-macosx_11_0_arm64.whl (33.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

heapitem-0.1.6-cp313-cp313-macosx_10_13_x86_64.whl (33.0 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

heapitem-0.1.6-cp312-cp312-win_amd64.whl (31.6 kB view details)

Uploaded CPython 3.12Windows x86-64

heapitem-0.1.6-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (148.5 kB view details)

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

heapitem-0.1.6-cp312-cp312-macosx_11_0_arm64.whl (34.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

heapitem-0.1.6-cp312-cp312-macosx_10_13_x86_64.whl (33.7 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

heapitem-0.1.6-cp311-cp311-win_amd64.whl (31.4 kB view details)

Uploaded CPython 3.11Windows x86-64

heapitem-0.1.6-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (142.5 kB view details)

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

heapitem-0.1.6-cp311-cp311-macosx_11_0_arm64.whl (34.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

heapitem-0.1.6-cp311-cp311-macosx_10_9_x86_64.whl (33.3 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

heapitem-0.1.6-cp310-cp310-win_amd64.whl (31.2 kB view details)

Uploaded CPython 3.10Windows x86-64

heapitem-0.1.6-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (133.9 kB view details)

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

heapitem-0.1.6-cp310-cp310-macosx_11_0_arm64.whl (34.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

heapitem-0.1.6-cp310-cp310-macosx_10_9_x86_64.whl (33.1 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

heapitem-0.1.6-cp39-cp39-win_amd64.whl (31.4 kB view details)

Uploaded CPython 3.9Windows x86-64

heapitem-0.1.6-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (134.5 kB view details)

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

heapitem-0.1.6-cp39-cp39-macosx_11_0_arm64.whl (34.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

heapitem-0.1.6-cp39-cp39-macosx_10_9_x86_64.whl (33.4 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

heapitem-0.1.6-cp38-cp38-win_amd64.whl (32.3 kB view details)

Uploaded CPython 3.8Windows x86-64

heapitem-0.1.6-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (138.8 kB view details)

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

heapitem-0.1.6-cp38-cp38-macosx_11_0_arm64.whl (36.2 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

heapitem-0.1.6-cp38-cp38-macosx_10_9_x86_64.whl (34.8 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: heapitem-0.1.6.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.6.tar.gz
Algorithm Hash digest
SHA256 91c015bd2a4a969c48475098a4b632aa3481a57abf64c091698fcadb75b37327
MD5 faec02640046770a1267b0d0e9563b2e
BLAKE2b-256 07161fcef8c2dd6103ba5f025a127fd8bf832f9badb04bcc96dfe951b3de6b09

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.6.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.6-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: heapitem-0.1.6-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 35.1 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.6-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 f0b1952cef61676114206944dd1bae7b0d1787f742e5becc57b5fe3401e52806
MD5 82d295c9753b6946c4fd5035199e9a7a
BLAKE2b-256 8f82adba3777d4929b3c8ce5a1b71b002ecfe1b5d6e111682fd32e9baa8be3f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.6-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.6-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.6-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1e143cb5d47df116342e30c2a6ec5f16312d4f8071102688b11833a829c7b6b9
MD5 b8842d25d06c8cdd023007c5e239dbd6
BLAKE2b-256 fda8d50b6483661cffa18c7d50ba25be2d347c2d9878ba4b5d2f244538b35154

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.6-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.6-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.6-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6b3c143d26bc71081f88cc6deeb07e6a58887aa1f392b0dd4308b7805dbb0048
MD5 63ebf90d645af5a07dee6788049bd528
BLAKE2b-256 c780b0adabf9518815d0aa43372af34436a965c98e83855097d58c6d74151ca3

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.6-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.6-cp314-cp314t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.6-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1eb7031433728ff1136264bed801c65b58ed281c75380da86d7fa9eeada42609
MD5 60cb45864d05b9df32cef19bed3f2372
BLAKE2b-256 1ac8f60a20d94dec57916ad8dc91e2b517d9057978a9b46aaac3f1b0becbcb72

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.6-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.6-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: heapitem-0.1.6-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 31.5 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.6-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 d9f3887f3799b7227eaf5ffdd5a78e4afa88e020c67f9be3a414b7e0e5bab04b
MD5 cc66ed824ad37e5d204b3e4adb7fd793
BLAKE2b-256 f6e6c71a573c654de0d7cf3359dd6c8e9367e84e1d5dc0af8b678a59e525e49f

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.6-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.6-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.6-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 12de3993659396c0dba531ac4f1946c208546e0f11184ad8bd5ce4f57371fed6
MD5 a6ae651088503e4da59fb961f9730972
BLAKE2b-256 b59721537cd909829be1493df4a5887e73a5aac8553081f6cb7e79d9d584f58e

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.6-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.6-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.6-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 22a41e4e2bee692acd0a241459cbee6379ca49f812bccae4586423636828c9fe
MD5 9964ffcf117d702e529547a847f84198
BLAKE2b-256 d5a657a511a6fa366cc220b23e531fd39e99de3884abdc7b0ca9555ab1528d72

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.6-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.6-cp314-cp314-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.6-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 8b5e96420cfa87d83a4c3d4425c82e7ee72de26e1dcfd62dcf20233bf9796f25
MD5 5f332f4121d765cd2df3efc799c22fb9
BLAKE2b-256 796f3f648ba52067e891fb82a826a9505cf295fe9dba00c2fc7c2290b2408c21

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.6-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.6-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: heapitem-0.1.6-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 30.9 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.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c139ad3521d8c9b0d886abb0613176edbb0e6cadf9147dae7b565373e1ebbfef
MD5 d7d581bc37b810b9c1891f8183873d0e
BLAKE2b-256 55b815ec7ab1e35b99c39c751742fbaad82d9ffa795a718fea5406129b700e07

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.6-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.6-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.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 00349bca046c13748d1dfe01940e6e923c96ec84023c454b28b0d946a8c3d426
MD5 ead7b17288ab5e155fa43e8673b7c718
BLAKE2b-256 8aa9dcd11a9ceddbd589d2c9dedc480d51a99f305b9691e420e390e880550e40

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.6-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.6-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e5ec7bc102cf099788420f47b615f5b4d598277b978c2664939760a82ad6be76
MD5 b22f2f63ce48469514b6ec375b549830
BLAKE2b-256 210ee7d001d23aa0e357fe9119eba67d44bf7e7f6098166e94e682dfc3edf385

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.6-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.6-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.6-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b2627dbf33ec7ffa4de7811409b91f58f82714305a05cc8fa12fda29d5baa879
MD5 109edbae9dc14ec1e82ad75a5a158d66
BLAKE2b-256 f8df3b30e79dfeaa49da1ff864aa15b5242d15d349f679aeff9d0eebe2dc69e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.6-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.6-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: heapitem-0.1.6-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 31.6 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.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6b3dffc3ab8cfdd1f3927d66d4e9ddcdcd00ff90b02156408bea94118cb5ab74
MD5 61bed0d7c327b67fabbeed910de00548
BLAKE2b-256 196b81c597281d66e991205e089e1351cfe556833a348b761b44cbce97bba551

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.6-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.6-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.6-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bd4fb7cd8afc63e7c603faa1c79bc155221da1d32013a50eb1fa8432c875e3c1
MD5 bd1e03440fe2807545c7b4e529863c67
BLAKE2b-256 7297951a686b138524072665ae7cc7eec4c57a301e986b1702f0ca93ad2ee7f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.6-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.6-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5a4a744bc6f40fbdd1487fd62916c0aa91e37117634056c21af22312c4769783
MD5 87a8a59402214510ea08e0e23fce3f84
BLAKE2b-256 8574e2778622eb902538748bd8f510494eda95bb5305147bc0dd0a51ea883fc3

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.6-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.6-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.6-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 56874b457e307cc32ce28ad0d4e45f2ee1eca27a048d65d1b74200c6a4dcfcaa
MD5 8a227eba2450a3bcf5a4688e6dbb9a0b
BLAKE2b-256 f64e8fc9daaff3964bd2b307eaf8f49bf7ab4e9391114b508374b6344b9dcc83

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.6-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.6-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: heapitem-0.1.6-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 31.4 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.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 771634d2fd207e7952574dc58800c96f52f2ecb9810dfb00f95a1adfe8c4f415
MD5 7f4a3c189395064ee6b0600feff2ceaa
BLAKE2b-256 d29b638a45a6d2749c5ce610f8ab1af13509a139c23b550178f65965f8337189

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.6-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.6-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.6-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9ac456e24be6b5fee5b8b435e9b2e1c512882afde50d568d82fd526f74d4d4e3
MD5 aaed701a8f8d1b66e6886177dad44e9a
BLAKE2b-256 c552ca87ffac850648fb8cc7b6fd035ed20816569e82fe99c32fc8e09a5ec500

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.6-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.6-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df5c7de9660e96264ead6c67973fbb92820627808e8293a3e873423f763f3948
MD5 1d8920c69dd101480506c2830662191d
BLAKE2b-256 f27bd382de686fad2d1ebf4d85dd91e019cbfd78dddbb6afbf9a71b0cd14282e

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.6-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.6-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.6-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2625a7d13af791c2d35ae97031165ea383f2124e43da4e7f8ea9ee7d4aec6347
MD5 c064661402b4c96a27eda3f2b512dd94
BLAKE2b-256 b66c57f236ad6e65f5e02bf71a937bf5d306c9e98ae8212902ae7abd0517dae2

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.6-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.6-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: heapitem-0.1.6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 31.2 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.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9dd890cfa615074e665dbb9adc7b185149ab992d1575525d82987fe5ed0d7b16
MD5 90a1b561b170403521017d33945fc1df
BLAKE2b-256 efaa2cb6acf396796e69b8bc5b36fa37efb62e2f0e69d0ffac504522cd09d819

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.6-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.6-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.6-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 44c644f2e3e11e60e7021d33fd1897d65c1f260499623b786220205b52534d4c
MD5 752a96c009627bb735640bb1b48755fb
BLAKE2b-256 41b62213c5b3f10af9640423f7c085839876f52660e9b2c75cc09fa47d580b36

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.6-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.6-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7d9bea8f839b781c05e30c61879c4079a2305f4936fd40bf79422dd73e61a2d4
MD5 861d222ebadc26c4a15b7fb221a7334b
BLAKE2b-256 1008611b05a91ec609054192ea4026e76c334f946b3de117129bae063f339523

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.6-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.6-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.6-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 91b17af5d4fa49551fda0e6d1eeaf47e5f749b2f0ef25c4d2edca86017feac0e
MD5 de0a012e27000c636b33ddefda210f06
BLAKE2b-256 9dbfaa4df7b331e14cb2c1aaf20f51be415b976820f9d5bd336d2622d631aa68

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.6-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.6-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: heapitem-0.1.6-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 31.4 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.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e34e29409ce30c3dfb13b4831e3cb0d182473ea45b52c2d674ee5872f8e67105
MD5 a12cd0e1836038621c4d6e143a4c9834
BLAKE2b-256 92325f0422d2445ed1dc36481c5c1ff54d8b0f49bb2e62764aceb71fec75b1be

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.6-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.6-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.6-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ff751b0cbdcb70d8a4e7f1cfb57f9e49747ff1e0961ffa8784d0d8fdd0278dd3
MD5 b47c1811c594d67e1b7823e3b8230b0b
BLAKE2b-256 99e65e836c418c349b00ae6dc7029c79715409d5d44ec829feb12f269f1addcc

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.6-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.6-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ee4947a445e6f35bd2159c69bec0b88f06c87c072d59d3f3cac68db74a6028cd
MD5 74745f6cadc6d81be8efc151403c3ef9
BLAKE2b-256 022da95154cd1df398fd0aba42616ee7462e73afc6f9696918e46d10e7816198

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.6-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.6-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 76c61986007f3c4bc2db96d3d5ecd7d6e8acfe8b0dd53e4585add35de3f4daf2
MD5 34742a6cf894baa48a22903ee81ee6dd
BLAKE2b-256 c806df6e4a076d4e55771491b2216ec24328e50d3123db6cfa0192c15d5c3e7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.6-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.6-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: heapitem-0.1.6-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 32.3 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.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 30919ff0cf6cc4e610c5f994882f6072fcf42d863924e5d996fe073e697a0459
MD5 eb37a1296a357f00f307146d1061a8b2
BLAKE2b-256 ea7e4a374a7b2858f435f843988909001d3b41506eaa0911410ab9dfa555417e

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.6-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.6-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.6-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 56cb368e3ec3675446a3b9e44ee00a938189f841e85d52f8dc5fe2300864fb5b
MD5 b93d02b38e1b8a6318fc3147a2b8fa5d
BLAKE2b-256 2c07cd4d83937a8015518949f589b71c3646607dd4fe9b078cff3439cb0b05ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.6-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.6-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.6-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6f36c8805f421d72a5a3af52a1fc7b41242ea5a34bbfca80cf8d7709a9339714
MD5 c9339efe7e4d68b91c01d84df67d5ca4
BLAKE2b-256 38b41dce2702c41f0183146d665f23b2f7c1db8c5d6170c476aecf8aed1dee99

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.6-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.6-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for heapitem-0.1.6-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ba3df530a514bb233ef8b581f375504fdfbac1fc126193256e4d6eaf43c35e2b
MD5 209b03a7a6693522ede7871088584dde
BLAKE2b-256 4e7d16f24d04b2427d79323ef76dbc233c76bb5abc22f25b51952abee084f12c

See more details on using hashes here.

Provenance

The following attestation bundles were made for heapitem-0.1.6-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