Skip to main content

Python bindings for the MARISA Trie library implemented in C++ using SWIG.

Project description

marisa-bindings

CI Artifacts Release (TestPyPI) Release (PyPI) PyPI version Python versions License

Python bindings for the MARISA Trie library implemented in C++ using SWIG.

This is an unofficial binding project and is not affiliated with the original MARISA authors.

Installation

It is recommended to use a virtual environment to isolate dependencies.

python -m venv .venv
source .venv/bin/activate

Install from PyPI

pip install marisa-bindings

Install from GitHub

pip install git+https://github.com/juno-rmks/marisa-bindings.git

Build requirements (source install only)

If a prebuilt wheel is not available for your platform, the package will be built locally. In that case you need:

  • A C++ compiler toolchain
  • SWIG ≥ 4.0
  • Python development headers

Linux

sudo apt install build-essential python3-dev swig

macOS

xcode-select --install
brew install swig

Windows

Install Visual Studio Build Tools (or Visual Studio) with the workload:

  • Desktop development with C++

Usage

from marisa_bindings import marisa

For a complete example, see:

  • marisa-bindings-sample.py

Vendoring policy

This project vendors the upstream MARISA source using git subtree to ensure:

  • reproducible builds
  • long-term stability
  • independence from upstream availability

Vendored upstream source lives here:

  • third_party/marisa-trie/upstream/

Do not modify vendored files directly. If changes are required, prefer upstream contributions; otherwise keep local patches minimal.

License

This repository contains multiple components under different licenses:

Component License
Bindings code in this repository BSD-2-Clause
Upstream MARISA Trie (marisa-trie) BSD-2-Clause or LGPL-2.1+

See LICENSE and the vendored upstream license files for details.

Acknowledgments

Special thanks to the original authors of MARISA Trie for creating the library.

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

marisa_bindings-1.0.3.tar.gz (41.0 kB view details)

Uploaded Source

Built Distributions

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

marisa_bindings-1.0.3-cp313-cp313-win_amd64.whl (74.5 kB view details)

Uploaded CPython 3.13Windows x86-64

marisa_bindings-1.0.3-cp313-cp313-win32.whl (64.9 kB view details)

Uploaded CPython 3.13Windows x86

marisa_bindings-1.0.3-cp313-cp313-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

marisa_bindings-1.0.3-cp313-cp313-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

marisa_bindings-1.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (745.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

marisa_bindings-1.0.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (718.5 kB view details)

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

marisa_bindings-1.0.3-cp313-cp313-macosx_11_0_arm64.whl (85.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

marisa_bindings-1.0.3-cp312-cp312-win_amd64.whl (74.7 kB view details)

Uploaded CPython 3.12Windows x86-64

marisa_bindings-1.0.3-cp312-cp312-win32.whl (65.1 kB view details)

Uploaded CPython 3.12Windows x86

marisa_bindings-1.0.3-cp312-cp312-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

marisa_bindings-1.0.3-cp312-cp312-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

marisa_bindings-1.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (748.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

marisa_bindings-1.0.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (720.3 kB view details)

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

marisa_bindings-1.0.3-cp312-cp312-macosx_11_0_arm64.whl (85.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

marisa_bindings-1.0.3-cp311-cp311-win_amd64.whl (74.4 kB view details)

Uploaded CPython 3.11Windows x86-64

marisa_bindings-1.0.3-cp311-cp311-win32.whl (64.9 kB view details)

Uploaded CPython 3.11Windows x86

marisa_bindings-1.0.3-cp311-cp311-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

marisa_bindings-1.0.3-cp311-cp311-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

marisa_bindings-1.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (743.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

marisa_bindings-1.0.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (717.2 kB view details)

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

marisa_bindings-1.0.3-cp311-cp311-macosx_11_0_arm64.whl (85.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

marisa_bindings-1.0.3-cp310-cp310-win_amd64.whl (74.4 kB view details)

Uploaded CPython 3.10Windows x86-64

marisa_bindings-1.0.3-cp310-cp310-win32.whl (64.9 kB view details)

Uploaded CPython 3.10Windows x86

marisa_bindings-1.0.3-cp310-cp310-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

marisa_bindings-1.0.3-cp310-cp310-musllinux_1_2_i686.whl (1.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

marisa_bindings-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (740.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

marisa_bindings-1.0.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (714.1 kB view details)

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

marisa_bindings-1.0.3-cp310-cp310-macosx_11_0_arm64.whl (85.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file marisa_bindings-1.0.3.tar.gz.

File metadata

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

File hashes

Hashes for marisa_bindings-1.0.3.tar.gz
Algorithm Hash digest
SHA256 dc62a5a1ea5a7c89407c5cbab03287115ad52ce0d379ae37abf7dbc3a27ba43d
MD5 864b8875f4db93b2b8161c06e24342c8
BLAKE2b-256 6d6c118cd4dd30274b82955e7be7d23c58b447b8e892e441323a0eccc23b8373

See more details on using hashes here.

Provenance

The following attestation bundles were made for marisa_bindings-1.0.3.tar.gz:

Publisher: release-pypi.yaml on juno-rmks/marisa-bindings

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

File details

Details for the file marisa_bindings-1.0.3-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for marisa_bindings-1.0.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0ffefe566d7cf0bb1eafafa17f953b2804e22878807600f0a4a2e007cab1262d
MD5 01f1d67fea2bf12ec79c28833085c454
BLAKE2b-256 ade347e3fd074a2acbda9996dfe21430e0c1bddfe29e1c69e88df40403bd0d06

See more details on using hashes here.

Provenance

The following attestation bundles were made for marisa_bindings-1.0.3-cp313-cp313-win_amd64.whl:

Publisher: release-pypi.yaml on juno-rmks/marisa-bindings

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

File details

Details for the file marisa_bindings-1.0.3-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for marisa_bindings-1.0.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 ab06ec2887449822936736d2da13a5632255ca2f2d7d0f4b35513592646d5241
MD5 120358fa419063f819c0dea36ccb4025
BLAKE2b-256 9728c1ba21c65497962271b3ef8276483501019519e37d8c4cee63b4993fe6f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for marisa_bindings-1.0.3-cp313-cp313-win32.whl:

Publisher: release-pypi.yaml on juno-rmks/marisa-bindings

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

File details

Details for the file marisa_bindings-1.0.3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for marisa_bindings-1.0.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 93d85aa74d616eecc916123aa56223aaedd45082fa8af618d6a1e8a550b0f607
MD5 da19392c8bcc51c4f2622a01415d6e4c
BLAKE2b-256 92ef7fcb029e20557a07e80c07115d9be743e1e7d486d50a9cbb379de01480e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for marisa_bindings-1.0.3-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yaml on juno-rmks/marisa-bindings

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

File details

Details for the file marisa_bindings-1.0.3-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for marisa_bindings-1.0.3-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 80ee691dac5216aa3c2d9dd2ccba5bf1a2d6aa608a618df7e9f835c39543cd40
MD5 f6ad16740c38c394f5288cc7f64f28c6
BLAKE2b-256 d5c330c33169fc7bde43ffbe2fa373511d57de948e9e45a1ea158c66b6478337

See more details on using hashes here.

Provenance

The following attestation bundles were made for marisa_bindings-1.0.3-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: release-pypi.yaml on juno-rmks/marisa-bindings

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

File details

Details for the file marisa_bindings-1.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for marisa_bindings-1.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8d33b67064dffa506a4f070da169a7fa05ae9cd9663d4727f02815f9db2b6ebf
MD5 44ed0ff2617fc0362193ed2960909eee
BLAKE2b-256 fe925ae0d3064e1e4ed018a80e6001f3a29417b39aa6bc29720de5c6480b2411

See more details on using hashes here.

Provenance

The following attestation bundles were made for marisa_bindings-1.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-pypi.yaml on juno-rmks/marisa-bindings

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

File details

Details for the file marisa_bindings-1.0.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for marisa_bindings-1.0.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bbfd30840910d575bd533d9a5aa2b0a32eb7f0e94c829ca64fe22d8490498965
MD5 eee427879bdf35e4a33c14015151e3a3
BLAKE2b-256 21a37386794f5fdf1e1fd9f31b708e01dba522c11e79be884dbea5811314a3ea

See more details on using hashes here.

Provenance

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

Publisher: release-pypi.yaml on juno-rmks/marisa-bindings

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

File details

Details for the file marisa_bindings-1.0.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for marisa_bindings-1.0.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0f433c74d7d88edafdcef169a77c3ea8eac98b7f2a4bda91faae1174b87c9632
MD5 93fd5242092c43bac4e3e8314fc910e1
BLAKE2b-256 d2957203d8a7ce7fc8ada64b79157f479d1613dd8499b323bc2fa54c1b049f3d

See more details on using hashes here.

Provenance

The following attestation bundles were made for marisa_bindings-1.0.3-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release-pypi.yaml on juno-rmks/marisa-bindings

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

File details

Details for the file marisa_bindings-1.0.3-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for marisa_bindings-1.0.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b3016b6e590c5439ed2330f22a7dafcd76d230bd3efe7440a208c67a838b834a
MD5 41392e448edd3b2ed2e414d92ff70b7c
BLAKE2b-256 cf2746ddba9c8851f63d02c181844eb4fbbcf7bd3553a2ba40eff3daa24a24ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for marisa_bindings-1.0.3-cp312-cp312-win_amd64.whl:

Publisher: release-pypi.yaml on juno-rmks/marisa-bindings

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

File details

Details for the file marisa_bindings-1.0.3-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for marisa_bindings-1.0.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 5e14da808ecf17a2f5f0c6eb4bce6ff73f9ffe0dcd26d34301b8f18f7740917a
MD5 3adf6104a4e4ad302f12098274af630c
BLAKE2b-256 16e545c5fd751676d00d2d748bc99b8bddcaeaaf027827987c836a651ee6e047

See more details on using hashes here.

Provenance

The following attestation bundles were made for marisa_bindings-1.0.3-cp312-cp312-win32.whl:

Publisher: release-pypi.yaml on juno-rmks/marisa-bindings

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

File details

Details for the file marisa_bindings-1.0.3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for marisa_bindings-1.0.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ca1d79647dd90fb719a9cb512e2235fe3808ff1c3d312dac8bfb30eb95ef95c8
MD5 dd89518a583f99d7daf52a9c8a0fc6a1
BLAKE2b-256 8f5658c4cb1d72e25668ce298ce40e869755d6a24a9f547bfa8ab5d2d5601ea0

See more details on using hashes here.

Provenance

The following attestation bundles were made for marisa_bindings-1.0.3-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yaml on juno-rmks/marisa-bindings

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

File details

Details for the file marisa_bindings-1.0.3-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for marisa_bindings-1.0.3-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 439038c02caad216d1a958977c7de273569dfa080e338d098348a0968dda19e6
MD5 436723029eeb75ea9a51a8fb1a90c69e
BLAKE2b-256 783cffb2167447f3d5f724b905b927e5df1a3b5f291b5f295ab589b7253a66cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for marisa_bindings-1.0.3-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: release-pypi.yaml on juno-rmks/marisa-bindings

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

File details

Details for the file marisa_bindings-1.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for marisa_bindings-1.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a54aa266ad8c2b893628d9d7b6511161e883dd19f66d0a36983ee8ec1b507134
MD5 8844c7461e6fa02553b2f0c32dc2aedf
BLAKE2b-256 ca29e9acaf281b59bb43c1b715574a3f85e6f7a6b78981fd152ce317bc73d859

See more details on using hashes here.

Provenance

The following attestation bundles were made for marisa_bindings-1.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-pypi.yaml on juno-rmks/marisa-bindings

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

File details

Details for the file marisa_bindings-1.0.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for marisa_bindings-1.0.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 effaeb61d80c4ce7392a1e89cf71b74c9cce94851762054b5ca86f27bbe972a7
MD5 61206bccb5dd2644740397c86be438ac
BLAKE2b-256 dd9930ee5a2c1d1523fc15162908e6b3448e1a63df2c8418b01c6db8a3284e33

See more details on using hashes here.

Provenance

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

Publisher: release-pypi.yaml on juno-rmks/marisa-bindings

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

File details

Details for the file marisa_bindings-1.0.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for marisa_bindings-1.0.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4c8c9ceafa8fd45f5550db01ff3899f703ecdb384cf234dc525462944b9c2423
MD5 35892b0b7319af896757e9537042ab22
BLAKE2b-256 942761265baf9250d2930a1697acaa5282789b7afdd6fd98461ecb88908db827

See more details on using hashes here.

Provenance

The following attestation bundles were made for marisa_bindings-1.0.3-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release-pypi.yaml on juno-rmks/marisa-bindings

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

File details

Details for the file marisa_bindings-1.0.3-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for marisa_bindings-1.0.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b7d39a3162fdfbf3824e84d000068aef9de678267df55ef9b2db6e6bc85c79fc
MD5 1d0fad7181f1171467b0d61d523df1d5
BLAKE2b-256 1c8d45021a3f2f135ff8166a863517551af1098acc50da357f90b6695312bf5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for marisa_bindings-1.0.3-cp311-cp311-win_amd64.whl:

Publisher: release-pypi.yaml on juno-rmks/marisa-bindings

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

File details

Details for the file marisa_bindings-1.0.3-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for marisa_bindings-1.0.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f8c7e9f82b13ed642b1cb7e05b4921629a62db89a0fc702f8822175dc7417567
MD5 d043638d3de77fabfd6a1fb4a223bb00
BLAKE2b-256 18f04fdfa57adbdf91ea02f1ae7e3d5e13a15db385efaa58dd66e95e9e2c4841

See more details on using hashes here.

Provenance

The following attestation bundles were made for marisa_bindings-1.0.3-cp311-cp311-win32.whl:

Publisher: release-pypi.yaml on juno-rmks/marisa-bindings

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

File details

Details for the file marisa_bindings-1.0.3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for marisa_bindings-1.0.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6de80d3d35aca27545c14933ac4673dd6768c8738c56afabd8c5ea4b2982baaf
MD5 7733259e38330375d4f13d468637dd61
BLAKE2b-256 c10adf31d4537277d2ded70c174b44ab4d38ef46e6ec91c90bee35c0b76da155

See more details on using hashes here.

Provenance

The following attestation bundles were made for marisa_bindings-1.0.3-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yaml on juno-rmks/marisa-bindings

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

File details

Details for the file marisa_bindings-1.0.3-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for marisa_bindings-1.0.3-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8a0f1a788e26c9f89419d1062b3df26a3251592b2736d88cea3b3dfbaa5b0c56
MD5 ba0eb9522f7f9c09f1ba36f777259018
BLAKE2b-256 45a470fe97419db2ec885c97dd14cfb8bf66b7d60a2fd4a78449d13062c91ae8

See more details on using hashes here.

Provenance

The following attestation bundles were made for marisa_bindings-1.0.3-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: release-pypi.yaml on juno-rmks/marisa-bindings

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

File details

Details for the file marisa_bindings-1.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for marisa_bindings-1.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6809c503f4e29b7e9bc4001be9c3b5fd41e8a3b0aae3b80f213c9604d846829b
MD5 b859d414e3b72a8f5e9fc4d617917942
BLAKE2b-256 5fa1ba8bef29f57b5d091b724b452cc0338a819ab180519bc4decb649bd1d99e

See more details on using hashes here.

Provenance

The following attestation bundles were made for marisa_bindings-1.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-pypi.yaml on juno-rmks/marisa-bindings

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

File details

Details for the file marisa_bindings-1.0.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for marisa_bindings-1.0.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 11820d52154833b85ad17aed9ff6a49a3f64c29f8ef781eb494753bc52e9225d
MD5 db982a632eccf5013691863438d89cf4
BLAKE2b-256 2deeabf0a3447262e26d5c1c89c739bfee55f08ad0bbc0ba8a83895ee4072182

See more details on using hashes here.

Provenance

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

Publisher: release-pypi.yaml on juno-rmks/marisa-bindings

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

File details

Details for the file marisa_bindings-1.0.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for marisa_bindings-1.0.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6e1c7b782bf1e1b80b772c1ab9998fcfcfa5a28b079b922c4101588e3b288f30
MD5 7354568ac655715713754517598120d6
BLAKE2b-256 6884d63431bf406ef0572a6dc7eca9993038463e9337c9a867a51dae4de4b78b

See more details on using hashes here.

Provenance

The following attestation bundles were made for marisa_bindings-1.0.3-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release-pypi.yaml on juno-rmks/marisa-bindings

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

File details

Details for the file marisa_bindings-1.0.3-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for marisa_bindings-1.0.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 48e391992a08f6774a23429ef50bfac2a3e0b9f2004c3757cf95cc180776cb83
MD5 5ef0e3fa99005aee49ffb58a67b1824e
BLAKE2b-256 162d54a0e1d93cdbd6ad1535baa7d32bc51ae1f3ab8c352d48a0352fecec3419

See more details on using hashes here.

Provenance

The following attestation bundles were made for marisa_bindings-1.0.3-cp310-cp310-win_amd64.whl:

Publisher: release-pypi.yaml on juno-rmks/marisa-bindings

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

File details

Details for the file marisa_bindings-1.0.3-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for marisa_bindings-1.0.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 a7f80fbd35b16fcce37ff4e9a2dcce66c134d603eec7737c70a5a53778fc898c
MD5 516c5b2f9fc6ceb42d39872b305061dd
BLAKE2b-256 b80ce8d03cd3838ca1a97a7540a0b6c254d5943eb18e4eb1827c3a782ddaa518

See more details on using hashes here.

Provenance

The following attestation bundles were made for marisa_bindings-1.0.3-cp310-cp310-win32.whl:

Publisher: release-pypi.yaml on juno-rmks/marisa-bindings

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

File details

Details for the file marisa_bindings-1.0.3-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for marisa_bindings-1.0.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fb4ba13fab9d42547e7ce74285fdc5de886ce9b031a7823e8a724c54d681f2d1
MD5 348af5ce0b90dedb6472eff24bd7e1e1
BLAKE2b-256 983f41c2cf82a2ecbce2dff54e4f1f614b2ced3ef74585a24c77bee75338b7f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for marisa_bindings-1.0.3-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: release-pypi.yaml on juno-rmks/marisa-bindings

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

File details

Details for the file marisa_bindings-1.0.3-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for marisa_bindings-1.0.3-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4b9e288f1dd09cfca1d325148b05c078f385b0d50c20f7193045fe676aae0bba
MD5 afd8bf424259986ed513e36898596ae3
BLAKE2b-256 d66e35b4f3dc0c1c40f7dc4d1f4dee2f9f7d04eb9220d051edd28e9972920422

See more details on using hashes here.

Provenance

The following attestation bundles were made for marisa_bindings-1.0.3-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: release-pypi.yaml on juno-rmks/marisa-bindings

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

File details

Details for the file marisa_bindings-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for marisa_bindings-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ae66dbf8ff9085bd946919948762ef7588571670db56f0aa2dccab501be91a92
MD5 049867647b40fbe797f34bc6ee866d37
BLAKE2b-256 a27074597b7ed27d3c03cb96015cb00fa00f2b855b8a1586570088a221114843

See more details on using hashes here.

Provenance

The following attestation bundles were made for marisa_bindings-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-pypi.yaml on juno-rmks/marisa-bindings

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

File details

Details for the file marisa_bindings-1.0.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for marisa_bindings-1.0.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b45583389b8843a254b78ab6405341fcb04503170ada512857dad3ce02538e83
MD5 bdd1f6886467cddd6b1358857b06e902
BLAKE2b-256 1a1131ce7a21ed7981901a34322e513abbf6201b8094283457ad7ef342fef70c

See more details on using hashes here.

Provenance

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

Publisher: release-pypi.yaml on juno-rmks/marisa-bindings

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

File details

Details for the file marisa_bindings-1.0.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for marisa_bindings-1.0.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1a03817360e47828fe496e6e5d521214114659a376a2c1db9c1b7c501bc8fbbd
MD5 a5d264728d90878774d80f3e2c1cebea
BLAKE2b-256 8233c1740360cfda639e5192e90132bfb7096897a4cfea2369d73828b02d05cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for marisa_bindings-1.0.3-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release-pypi.yaml on juno-rmks/marisa-bindings

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