Skip to main content

Python package for keyvi

Project description

Keyvi - the short form for "Key value index" is a key value store (KVS) optimized for size and lookup speed. The usage of shared memory makes it scalable and resistant. The biggest difference to other stores is the underlying data structure based on finite state machine. Storage is very space efficient, fast and by design makes various sorts of approximate matching be it fuzzy string matching or geo highly efficient. The immutable FST data structure can be used stand-alone for static datasets. If you need online writes, you can use keyvi index, a near realtime index.

Quick Start

Install keyvi with

pip3 install keyvi

create your first very simple index:

import keyvi.index
index = keyvi.index.Index("test-index")

index.Set('key', '{"answer": 42, "condition": "always"}')
index.Flush()
# get the entry for key
m = index.Get('key')
print(m.value)

# match fuzzy(levenshtein distance) with max edit distance 1, exact prefix 2
matches = index.GetFuzzy("kei", 1, 2)
print([m.matched_string for m in matches])

For more information visit the docs and project pages.

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

keyvi-0.7.6.tar.gz (2.9 MB view details)

Uploaded Source

Built Distributions

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

keyvi-0.7.6-cp314-cp314t-musllinux_1_2_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

keyvi-0.7.6-cp314-cp314t-musllinux_1_2_aarch64.whl (13.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

keyvi-0.7.6-cp314-cp314t-manylinux_2_28_x86_64.whl (13.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

keyvi-0.7.6-cp314-cp314t-manylinux_2_28_aarch64.whl (13.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

keyvi-0.7.6-cp314-cp314t-macosx_15_0_x86_64.whl (17.1 MB view details)

Uploaded CPython 3.14tmacOS 15.0+ x86-64

keyvi-0.7.6-cp314-cp314t-macosx_14_0_arm64.whl (16.9 MB view details)

Uploaded CPython 3.14tmacOS 14.0+ ARM64

keyvi-0.7.6-cp314-cp314-musllinux_1_2_x86_64.whl (13.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

keyvi-0.7.6-cp314-cp314-musllinux_1_2_aarch64.whl (12.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

keyvi-0.7.6-cp314-cp314-manylinux_2_28_x86_64.whl (13.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

keyvi-0.7.6-cp314-cp314-manylinux_2_28_aarch64.whl (12.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

keyvi-0.7.6-cp314-cp314-macosx_15_0_x86_64.whl (17.0 MB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

keyvi-0.7.6-cp314-cp314-macosx_14_0_arm64.whl (16.8 MB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

keyvi-0.7.6-cp313-cp313-musllinux_1_2_x86_64.whl (13.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

keyvi-0.7.6-cp313-cp313-musllinux_1_2_aarch64.whl (12.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

keyvi-0.7.6-cp313-cp313-manylinux_2_28_x86_64.whl (13.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

keyvi-0.7.6-cp313-cp313-manylinux_2_28_aarch64.whl (12.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

keyvi-0.7.6-cp313-cp313-macosx_15_0_x86_64.whl (17.0 MB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

keyvi-0.7.6-cp313-cp313-macosx_14_0_arm64.whl (16.8 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

keyvi-0.7.6-cp312-cp312-musllinux_1_2_x86_64.whl (13.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

keyvi-0.7.6-cp312-cp312-musllinux_1_2_aarch64.whl (12.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

keyvi-0.7.6-cp312-cp312-manylinux_2_28_x86_64.whl (13.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

keyvi-0.7.6-cp312-cp312-manylinux_2_28_aarch64.whl (12.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

keyvi-0.7.6-cp312-cp312-macosx_15_0_x86_64.whl (17.0 MB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

keyvi-0.7.6-cp312-cp312-macosx_14_0_arm64.whl (16.8 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

keyvi-0.7.6-cp311-cp311-musllinux_1_2_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

keyvi-0.7.6-cp311-cp311-musllinux_1_2_aarch64.whl (13.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

keyvi-0.7.6-cp311-cp311-manylinux_2_28_x86_64.whl (13.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

keyvi-0.7.6-cp311-cp311-manylinux_2_28_aarch64.whl (13.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

keyvi-0.7.6-cp311-cp311-macosx_15_0_x86_64.whl (17.0 MB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

keyvi-0.7.6-cp311-cp311-macosx_14_0_arm64.whl (16.8 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

keyvi-0.7.6-cp310-cp310-musllinux_1_2_x86_64.whl (13.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

keyvi-0.7.6-cp310-cp310-musllinux_1_2_aarch64.whl (12.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

keyvi-0.7.6-cp310-cp310-manylinux_2_28_x86_64.whl (13.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

keyvi-0.7.6-cp310-cp310-manylinux_2_28_aarch64.whl (12.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

keyvi-0.7.6-cp310-cp310-macosx_15_0_x86_64.whl (17.0 MB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

keyvi-0.7.6-cp310-cp310-macosx_14_0_arm64.whl (16.8 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

keyvi-0.7.6-cp39-cp39-musllinux_1_2_x86_64.whl (13.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

keyvi-0.7.6-cp39-cp39-musllinux_1_2_aarch64.whl (12.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

keyvi-0.7.6-cp39-cp39-manylinux_2_28_x86_64.whl (13.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

keyvi-0.7.6-cp39-cp39-manylinux_2_28_aarch64.whl (12.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

keyvi-0.7.6-cp39-cp39-macosx_15_0_x86_64.whl (17.0 MB view details)

Uploaded CPython 3.9macOS 15.0+ x86-64

keyvi-0.7.6-cp39-cp39-macosx_14_0_arm64.whl (16.8 MB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

File details

Details for the file keyvi-0.7.6.tar.gz.

File metadata

  • Download URL: keyvi-0.7.6.tar.gz
  • Upload date:
  • Size: 2.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for keyvi-0.7.6.tar.gz
Algorithm Hash digest
SHA256 20602e8c64305e4e87bf6049b58993922231a19106b2cb5eebf662fa338a75ad
MD5 351d72a6119ab1d25ac3da419ac0ce51
BLAKE2b-256 4d5d59f2e6a73d4a3abac16bd4a3e6bd71cc9b6b974db7582ef46ce25408df1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6.tar.gz:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e0651bd243de5dccac1d03cded3e673f57d22e8fafd1aaa80ab423c6f93d3935
MD5 7fabdffda3f0ddaeac17119d4108fbfb
BLAKE2b-256 835a0969136a3b94f5052d5583999521e34afa48e22682993366fb146d4f3379

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 648fe444d14fa4abcf700fe6702e3de35cfd3efbb008940331edfa96c595ab91
MD5 92ac58c5a38d97482663392df7ef6e86
BLAKE2b-256 a8678926ca28b7f545e99bd86a9cb2cda47dc0b583ea12dce70cb2f3ddddaee8

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cb17109b80edc99883703c7dc41d333aa0f456b9a159945dde58c8a49ead9f0d
MD5 e04272d1653422444bccb80808ed7a12
BLAKE2b-256 3aa66627fe57eb770f032a2f050ecc20bdf4ad31420db496b95d496a9e79b123

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp314-cp314t-manylinux_2_28_x86_64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8246f735e96c534bd5537b5b42d49f2ebcf2ed1c288e56e5d5c20193d9cdc593
MD5 32860f2f7a87febf10ff39af98494ff1
BLAKE2b-256 52d1ee0981f71c18632075039886fafb8ef3f4d2d1c590ced62d641fd3fd17b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp314-cp314t-manylinux_2_28_aarch64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp314-cp314t-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 4ba173d79ea94b7faf8d92c505087d34ef956e67c380e3380840694c35ac415f
MD5 f8a781c7dbbeb9aa4ec1a39b58942bb7
BLAKE2b-256 0f80ef5d88796475bfe6d2473af3a4b8ae1a2b9aa0b6d21118dd18bd456ee070

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp314-cp314t-macosx_15_0_x86_64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp314-cp314t-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp314-cp314t-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 5975d23b5f151150e7aeb0fa4c4c747e3273b3aac75a7418d4a35d7bf07ec54c
MD5 3a1c10b8a338e2498e6af68ddb16fe6d
BLAKE2b-256 9eabd0d5e7beba84e8261bbc45d6725ca6c8cdb46b05e9926846f95d2546e5cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp314-cp314t-macosx_14_0_arm64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6ab748d1b277757a390ca3a4a29fb298a8cbe72e9967705de2ad33e76c677c1e
MD5 27701bc7ccf1e8fb2276076aadc7efbb
BLAKE2b-256 78ff021acc77460af9bee848011315727426f586d0e781157d9e2e6d34c38e0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 69bd6eb64c404696206cd4bff021e05bd66e9fbb25232ce4d9724d5e5d7e6461
MD5 16a5150574a30dfe89d4dc041768cdbb
BLAKE2b-256 5bbc1f1ac6d165a4948aaf7ec35267f44fcfbf331de772642bf372ba5091ce0c

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 98d3730b0667157285eab537af10e6fa9887bac0b15d588c123165ca86ac5dc4
MD5 9ef841b7bbd2ca773f44d1605afb8cd3
BLAKE2b-256 ddde9ca918206b6fe4e9fef422fc8fc0045212cf6ea488490473ee207a8ebada

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp314-cp314-manylinux_2_28_x86_64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 32b7616b176320453e401d4b856fe0a23104511e3fc5a299d620145b1a151598
MD5 65f8fefdd30a8f5d06d88cf411c4b5b1
BLAKE2b-256 a56f887a7d4102713e05a6a5ba8aed61718ee77a9f1188dd0d7af7ea709c43fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp314-cp314-manylinux_2_28_aarch64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp314-cp314-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 0ca616d0ac40eebac67baa29cb716fe6b8621cf1300bdbe033fc9584b0d09948
MD5 51746d2012c5c98331759fdd2cbf5b2c
BLAKE2b-256 87885b9cb8a13d7738f5437e8f03b9fde348d7f62c0206a4dbfaba00faf96d26

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp314-cp314-macosx_15_0_x86_64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp314-cp314-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 43491a8e6fc013238b7081fed7425679c717f65f083aa5adf591450d9c29c9b7
MD5 40bafb405d341d471ba2bcf156eb2af9
BLAKE2b-256 cbd48a88fac106d9ecc143fb508279024cfd5e847ddc9010c1f4f6d7bd341eac

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp314-cp314-macosx_14_0_arm64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a431a78107d324cb2662d99baf92a0e99620d21405f25d6b6365e53cc2fc4a33
MD5 da1576c8f981c582573bd80888e4bcdf
BLAKE2b-256 c5343a6d4e40a20a5e57f50be131b35d8c81e3880b0eb0c8e3d3b563d31b5799

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 563c715ef71860747477460b8ac8678ea5402b0ca43171cca058e1d80b08ac69
MD5 63c512053c4be56270f05e1c016d2cdc
BLAKE2b-256 90756ddc76aeb1acadd7245954dfb07f72c27c3542e7040d4050a9eec978892b

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 918c5b1e8cc88aa483cd77f74026c6c1a178a54df8c6c46008d749aeaceb13dc
MD5 2d363452e3b81144a6e45614188e5a4f
BLAKE2b-256 453cc53bba74935d2b557f90be0f333b56047d65e3fb854b288b40708a991743

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8da7d547bfb2de6f86aeb95cda7432c85f41c0d2d3f0196dd9909aa79b5dacdd
MD5 401cbc9dd7bd7e10b44e9135f748697d
BLAKE2b-256 7b1b38342b74f4ef9de4c3bab229e0dc5213016c6aacbe71866827657aef7ef2

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp313-cp313-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 be88ee71c75d18aa26db62456880e9ca0524650d965a64b1d2b69929962e72d6
MD5 315aeef29bcc0514f08854ebcbce109d
BLAKE2b-256 0e182ce09e55048da88599edfa0c22a814c0f13dc4e3cbbb3830756e4c76c676

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp313-cp313-macosx_15_0_x86_64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 84ead02dd56f564b0771b431c87095cf2f88b20a8f45309c489dfbd7919f994e
MD5 e5b712fb90eb938739a5088e620d48df
BLAKE2b-256 20829ba5afedeb8c4574c98d0d66c90b5eaff4694c9b431363f4d0f194318ea7

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp313-cp313-macosx_14_0_arm64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9babd2247cda4d672e786be089a19c77a61d5c6342190985f27fce88be579951
MD5 37e358df13a1828878667967582292be
BLAKE2b-256 1add96c21ce16daa6f0b3f7ae7d253f0993f39705af0d9ed50196bd86f7b211e

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e00ce7d3603b9761578547f0d9df0808ae90c1d468e1f3f51e9ed24cecb80b6e
MD5 fdc84c6ac038544a0211672c5b73f65c
BLAKE2b-256 0995cce347a3b0dca942bc37d2611dd514bb90e4c2949c94544e5cc89280bea8

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3ee75c3780562b26e3b864756611bffb476c11654b9f553d3aa62a8be63026b8
MD5 29ec6b3a0b70659747c9ed102342115a
BLAKE2b-256 889d733fe1c0de280683f3321340b43bff880c9037d4120ab009595139f53854

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 693045a65172d5dac6fefb5be18caec7a725303e64d53741495f17158292f50c
MD5 19ccebe5fed38a051c32175ab5036b8f
BLAKE2b-256 7c7331291d8f89102d9407c8a9699688afb1c7f00b99f88a17f60b37fabed6e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp312-cp312-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 95bb676c8001c7e13167017a29119f10db491953ea5129c2a78b789ae8116281
MD5 2198244ef0536006e39585ce9abe4047
BLAKE2b-256 19a5a70867161fb8a30c625a931a74abb6aeea1aa595b9a7fcd40032e95bbf85

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp312-cp312-macosx_15_0_x86_64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 8bec06978411c0a0477b12709e616207cc25525de6f7a0ebf0ea06d855e8d324
MD5 c0f01daa236ca79c60abe3225e9c4147
BLAKE2b-256 c47ce9a041bfe9235eba6b9da9a927681a1276a88bbe66857a5a89247a1be8cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp312-cp312-macosx_14_0_arm64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ac4ce89444e009eefaaa05a66adb41faa6d2f410837e145f01e276e49bcea5f6
MD5 994785072b490e03640f772e5246c496
BLAKE2b-256 1d3d5ced5cc04176d213cf8fb21d9de70cfd89c40e6147e7fb75b13c1f389cf5

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d28a82b12b0a19480828a74abf9657dc3c08a6adfef8babf5523ee5709b6389d
MD5 e226bd9d195889a083a5cf45f8c43633
BLAKE2b-256 b4c9b992ba1fb3412ba30f85dff4a37a056b26daef1fdd89fd701a53daeef7a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8689db6e5517827f13a8b00f092b0e00d61cea374c72fd95a4294c3ebcef03bf
MD5 13d0b0a789137d0102cb932aa6a4fc07
BLAKE2b-256 6cc7198c630b0f55e843e2fea963f325abf1554ae43099bab4e590db1f794a1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9d58321c01497363d8b9a65f1bd6a209373ba79baa4419b5a5de34596887e7e2
MD5 7f08a654f9e8a3d135a443b40984e946
BLAKE2b-256 7f8935f618276051ab217296ffb3f763ace975185c228b106582f49aff76acf6

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp311-cp311-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 bdc76a6add45816668d13c83ca76f5770868921de8f929ee0d89ee1a4aff1c8a
MD5 ea0a8f8ddf4fe5177c880450c89b5e2f
BLAKE2b-256 b2cff7dc88ec42379694d39ef7e4132c10629c29b354f7663d0417c333e53a33

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp311-cp311-macosx_15_0_x86_64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 890a67c71e230cd83d3ba5b6d577e527469f009b544f9f44ff45a81e456cb50a
MD5 3673f6c417cca3e7ba54767a27807281
BLAKE2b-256 794864e8d5cb161a33a27cf5953b0ab63c1f77aa026e7a949cc38fe417a4660e

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp311-cp311-macosx_14_0_arm64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 20fc3f58e8a91916c149f3aaa2509cad18561af77821a83d80a7e94f3f9ef031
MD5 c482a79fe65178d1f49e348056b2c740
BLAKE2b-256 f4098627f73814b8d0353f5684afe667b07a2e74ee5b40c38256f442b6d9b1be

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 02e9e096c52fed1ab6f1621e6d046ed3ad973d5c9224497b1c138a0c56f5e625
MD5 745657320c405ebd4a8e3ac2a9d95e3c
BLAKE2b-256 1152926285b3eabf6e3b7b0c857c0623d9cf6aae874fa07d9cc0da5a0dcd9c3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f71cf813261691f8ac6daa885b45bde45de2691d6bf291d82f5d2bf9e9bbc3ee
MD5 67cf2f70485ec83b5f3efe7a978a7bbb
BLAKE2b-256 3b83409dd17f59bc47e875c43c6a5159cd9c9dc62b1be97421cc6e6da7320ec7

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 58dbb910657403503ce70ed7b7e20b6d64732d986a700f04ca642ee57e147c21
MD5 5c13fcd5cd2994389b5d856700c901c1
BLAKE2b-256 ba00ee85b254f5a5c32264fbdec9ac1b2bd9a40829ec08ee88630725ed962ddf

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 da5bdf70483656b006a5aac71662fd27154c7750bacac5c5658dc00f3c10a7a9
MD5 eed49ca9bbc328a03776950166416d27
BLAKE2b-256 0d771bc51c6670ceed5c5b1b14e322a00b568119b03fd836ec9e8722b500054b

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp310-cp310-macosx_15_0_x86_64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 c8f08b4cd968e83970f1f4608cefae9e7d603c32ee6698ee9614e92d831a6ce2
MD5 ac217888cdd0e987f77687d318996a8d
BLAKE2b-256 f1affbef69d7c2bcd3e8df5c90668899c3cc8d8b4e367548da5fe1ed1f00dfeb

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp310-cp310-macosx_14_0_arm64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7e47cb8d3f849d8eb5bfd6f05033848c9eb824bd52a82feda20bf6deaa004d56
MD5 43494f7c96d5e4322f313baabd2d16f4
BLAKE2b-256 77026f1e6ac9583a952bb84b5ee7efcd6723f80b6695ff7536e55eda94c11b28

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 be1148793943bd5b576679865dbdd89e4c78280f99617f54ad010cf29b9a3c25
MD5 b8f0df4371cf226f16668b7e9e7fe596
BLAKE2b-256 f91e99b7ba0b10a043b6de17decce72dd5f185b91956f099ee8c432051068d83

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fa8c0f4400768839ad8e4aeeb3da87b9bdeac86c56b639af097ccbf950b608f3
MD5 143f0cc82c9968f825547e36719810a1
BLAKE2b-256 bead438d824b99da1754c55a0ac9e464cc7158407587c44bbfe648d9bd0a8153

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp39-cp39-manylinux_2_28_x86_64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f267c9fade19816528f18f9ffc85fe74d9873be8ec5bf59ad8815488400d009b
MD5 b4f7ce96ea24c9cf6fd1fb3fe9647441
BLAKE2b-256 f7fe2f59ce4d7346d920ddff5d5b1c93fb7c707dc9501c7d529f89d53a69f34f

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp39-cp39-manylinux_2_28_aarch64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp39-cp39-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for keyvi-0.7.6-cp39-cp39-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 b5edbba27c5413a23de5d34806f1f03a217f3486a96b72a0dc68a48d0ea18950
MD5 646e51157bd988eaa44554cef9a5f494
BLAKE2b-256 dc5d6f9d177a95b1d9a7b06c851e75e0c4ceb822bc156ee543406e5f4696def9

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp39-cp39-macosx_15_0_x86_64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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

File details

Details for the file keyvi-0.7.6-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

  • Download URL: keyvi-0.7.6-cp39-cp39-macosx_14_0_arm64.whl
  • Upload date:
  • Size: 16.8 MB
  • Tags: CPython 3.9, macOS 14.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for keyvi-0.7.6-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 7ddef3e18a92d286eeb429148d8b7f55bfe9c8b430eb7d01fe58acf05c6fc90a
MD5 48185855583c1a4241250c5ccfab5ea9
BLAKE2b-256 9ed07a74d152c818aaef7ca376f83ef09c4523e6bd5dffb5cce6c953c4f8457b

See more details on using hashes here.

Provenance

The following attestation bundles were made for keyvi-0.7.6-cp39-cp39-macosx_14_0_arm64.whl:

Publisher: python-cibuildwheel.yml on KeyviDev/keyvi

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