Skip to main content

sqlite3_arabic_phonetic_fuzzy_trigram with custom sqlite3

Project description

sqlite3_arabic_phonetic_fuzzy_trigram

This package provides an SQLite3 Python wrapper bundled with sqlite3-arabic-phonetic-fuzzy-trigram/. It's a drop-in replacement for the standard library's sqlite3 module as the std one doesn't support loading extension.

pip install sqlite3_arabic_phonetic_fuzzy_trigram
import sqlite3_arabic_phonetic_fuzzy_trigram

# load the tokenizer
sqlite3_arabic_phonetic_fuzzy_trigram.load()

# has the same API as the default `sqlite3` module
conn = sqlite3_arabic_phonetic_fuzzy_trigram.connect(":memory:")
conn.execute("create table quran(sura, ayah, text)")

# and comes with the `sqlite3_arabic_phonetic_fuzzy_trigram`
cur = conn.execute("create table quran(sura, ayah, text, tokenize='arabic_phonetic_fuzzy_trigram')")
print(cur.fetchone())

conn.close()

Installation

A binary package (wheel) is available for the following operating systems:

  • Windows (64-bit)
  • Linux (64-bit)
  • macOS (both Intel and Apple processors)
pip install sqlite3_arabic_phonetic_fuzzy_trigram

Building from source

For development purposes only.

Prepare source files:

make prepare-src
make download-sqlite
make download-sqlite3_arabic_phonetic_fuzzy_trigram

Build and test the package:

make clean
python setup.py build_ext -i
python -m test
python -m pip wheel . -w dist

Credits

Based on the pysqlite3 project. Available under the Zlib license. Packaging help from sqlean.py

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

Built Distributions

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

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp312-cp312-win_arm64.whl (585.5 kB view details)

Uploaded CPython 3.12Windows ARM64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp312-cp312-win_amd64.whl (637.4 kB view details)

Uploaded CPython 3.12Windows x86-64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp312-cp312-macosx_11_0_arm64.whl (836.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp312-cp312-macosx_10_9_x86_64.whl (899.9 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp311-cp311-win_arm64.whl (585.1 kB view details)

Uploaded CPython 3.11Windows ARM64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp311-cp311-win_amd64.whl (636.1 kB view details)

Uploaded CPython 3.11Windows x86-64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp311-cp311-macosx_11_0_arm64.whl (835.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp311-cp311-macosx_10_9_x86_64.whl (899.0 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp310-cp310-win_arm64.whl (585.1 kB view details)

Uploaded CPython 3.10Windows ARM64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp310-cp310-win_amd64.whl (636.1 kB view details)

Uploaded CPython 3.10Windows x86-64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp310-cp310-macosx_11_0_arm64.whl (835.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp310-cp310-macosx_10_9_x86_64.whl (899.0 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp39-cp39-win_arm64.whl (585.2 kB view details)

Uploaded CPython 3.9Windows ARM64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp39-cp39-win_amd64.whl (636.3 kB view details)

Uploaded CPython 3.9Windows x86-64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp39-cp39-macosx_11_0_arm64.whl (835.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp39-cp39-macosx_10_9_x86_64.whl (899.0 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp38-cp38-win_amd64.whl (636.2 kB view details)

Uploaded CPython 3.8Windows x86-64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp38-cp38-macosx_11_0_arm64.whl (866.8 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp38-cp38-macosx_10_9_x86_64.whl (928.5 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2.tar.gz.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2.tar.gz
Algorithm Hash digest
SHA256 17f3bf32183817490e59beace5d5a805ce035380a2cb7b9b49e4ff5fcfd9cd7e
MD5 1bcf5e834108a543e9b618b75c7ee514
BLAKE2b-256 90efc184ef7eda024bda3e5ae7c497f9d9c0ab0687777a32cf2c1813bda262b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2.tar.gz:

Publisher: publish.yaml on Greentech-Apps-Limited/sqlite3_arabic_phonetic_fuzzy_trigram.py

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

File details

Details for the file sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 ca93d2e09900654ac2cabdd65adfc02c01a45902dcc5a7e628c4c1effea3e1d6
MD5 9f451d606b4ff14b8621e6eee73c7bf3
BLAKE2b-256 603d4b40d362bcf48de1ddb4820a6c1109bb6e82b9297460e14d3f264b7561b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp312-cp312-win_arm64.whl:

Publisher: publish.yaml on Greentech-Apps-Limited/sqlite3_arabic_phonetic_fuzzy_trigram.py

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

File details

Details for the file sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 185c0bba8f7f8332dcdbe0fc982fd8439ce7cedb6a4498e4f22154f8594abeb8
MD5 bc4487c35c7243392ad3fe9607c84bad
BLAKE2b-256 611e574280d65b0a87279e29c5e4d975a7963aea29169a266d46dd97341f9e17

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp312-cp312-win_amd64.whl:

Publisher: publish.yaml on Greentech-Apps-Limited/sqlite3_arabic_phonetic_fuzzy_trigram.py

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

File details

Details for the file sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c68405ebf71cf7a82dd2ab800c9deb06d92630682bb699f4093c124b0da4ca66
MD5 1272ca2699e17bde6868aee90edbd0d4
BLAKE2b-256 2cc26bdbcd30e67d0aa56858d1dd0a74d5b90148d0f1f8338bda1e2960cb863a

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yaml on Greentech-Apps-Limited/sqlite3_arabic_phonetic_fuzzy_trigram.py

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

File details

Details for the file sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 28c71e15401a9757713be3af60afb434f5e4aabe94bcff7aeac0aece6e3f240d
MD5 90d2e8febbf25964c2f92e3913034679
BLAKE2b-256 810b8397ac23df52b1f38d2ae144d60fd41e24bc55c720edce01b4fccb18db72

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yaml on Greentech-Apps-Limited/sqlite3_arabic_phonetic_fuzzy_trigram.py

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

File details

Details for the file sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 82042fef67be3a975490c4d0b64a86a3b4f6a368f5ae37b911c5c9b806f90c33
MD5 15fbddf85c051c197c4cb0a58d735426
BLAKE2b-256 f66c4215d17b9a3939ed0a380ae9d5b81a89122381018e261368ff25d8963a1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yaml on Greentech-Apps-Limited/sqlite3_arabic_phonetic_fuzzy_trigram.py

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

File details

Details for the file sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0ea31426985b8d51347d8bacb2d52986d4c64505c68bbd148983d77a2e14e8d1
MD5 1ce0dce6a0a3eb5a54c78c6422bea4e2
BLAKE2b-256 bc8e181e10bc5664ccc9cb785ab85e210eb23a5de34c6317d0584c220531c0ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp312-cp312-macosx_10_9_x86_64.whl:

Publisher: publish.yaml on Greentech-Apps-Limited/sqlite3_arabic_phonetic_fuzzy_trigram.py

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

File details

Details for the file sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 c935c7ebf07af11097ca32de9bad100008dc6fdc75e2f113e79a3b869b6d6372
MD5 9c3967a4b36dc59851789f39c117bad3
BLAKE2b-256 b4e9abc67ce1af4db31ac207e56d063adcaaa977b43ad38aa929f7286fdc7888

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp311-cp311-win_arm64.whl:

Publisher: publish.yaml on Greentech-Apps-Limited/sqlite3_arabic_phonetic_fuzzy_trigram.py

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

File details

Details for the file sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 cfb27556c0a1bba3a930ce0dd500d34fd6c227a396e730efc33eb3e6fac5b42c
MD5 dc8889122bb53bb3e03a10b5009f7b80
BLAKE2b-256 02eb84d85594bb15a19bfb20a2b5a7c9a93d747d49dc61abf9a1907ab8f1ae7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp311-cp311-win_amd64.whl:

Publisher: publish.yaml on Greentech-Apps-Limited/sqlite3_arabic_phonetic_fuzzy_trigram.py

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

File details

Details for the file sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a2014d524684c0d75339cf6ca8792fc1bdad3a9dad29dc31d7ae2963e5adba29
MD5 93418509e3a031439c9e3452d016ef36
BLAKE2b-256 9cfcdefd20160d0fe643721162739a3b122fced7b7123b8f373fef8e7342b760

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yaml on Greentech-Apps-Limited/sqlite3_arabic_phonetic_fuzzy_trigram.py

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

File details

Details for the file sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 30a14c3b8244fdd48c63ccacc868fb4bb0e1f661ab2a96a0e6baa578618174aa
MD5 3a183a8b90cee3911d8286afa566b249
BLAKE2b-256 df83c1049d223144fc86f826a0bad088cc3fd46c6f99bc003320fbb0fa6b17c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yaml on Greentech-Apps-Limited/sqlite3_arabic_phonetic_fuzzy_trigram.py

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

File details

Details for the file sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0b3d9c1c95c5879cd44dd37a587b1318c8e97f906a9193836d2d12e2814951c9
MD5 427b23bb8730b5e14bfdefbcdb92df74
BLAKE2b-256 9059b181375ec32a0a3df3a30baabd9179332861162c260eea41aa24a865c904

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yaml on Greentech-Apps-Limited/sqlite3_arabic_phonetic_fuzzy_trigram.py

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

File details

Details for the file sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 985c6179e2a3f1f26d90372f21e2aaa4671b390a39a9dc7999b2b3058648c3c5
MD5 9ef2b40fd88cde4dc5e446bff6890aca
BLAKE2b-256 e601657fdfbbd3531757c7909af0163c3de47a47dc67eee2e8f10acc2b822b18

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: publish.yaml on Greentech-Apps-Limited/sqlite3_arabic_phonetic_fuzzy_trigram.py

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

File details

Details for the file sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 7a15d95e29169bf0ac58fa4b754146f073c4357ffaf2e03e66b1d4b80b7efe77
MD5 1d4ff6905db110e5d6b9b8f3d91ad78a
BLAKE2b-256 7b41337e97c630f39b0c03944a0ef5f594e86c07272361e265e23f44a0075887

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp310-cp310-win_arm64.whl:

Publisher: publish.yaml on Greentech-Apps-Limited/sqlite3_arabic_phonetic_fuzzy_trigram.py

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

File details

Details for the file sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d21ee39caa487650b7f967bc3ff3d4c4aef7609fcfdd915418cd91ebce3d2041
MD5 1043e1f1fc88495b977930985129292d
BLAKE2b-256 93b751b593c8af569333b0cd33f132ae89788f1b6f8506dc355012bc80886a97

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp310-cp310-win_amd64.whl:

Publisher: publish.yaml on Greentech-Apps-Limited/sqlite3_arabic_phonetic_fuzzy_trigram.py

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

File details

Details for the file sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 29a35a1338dd444934739022bf9497efa0d9dc83508995085b45edefb299f9c3
MD5 9783d77efca54e81946b7ccd55a6a67e
BLAKE2b-256 df3d9cfe759a287a1df8176d42222fd390084e055e9e82dfdf15e153a2ad813d

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yaml on Greentech-Apps-Limited/sqlite3_arabic_phonetic_fuzzy_trigram.py

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

File details

Details for the file sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4b65afe45abe2f7138d27d238b51ba74f3300f236de63019767e4eb073fefad8
MD5 5653834bace02eadea4d9ad0f1f27726
BLAKE2b-256 380985b62efe520420ebb92b898d0cd6181ec948bcb4f159e21228f90c9f7501

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yaml on Greentech-Apps-Limited/sqlite3_arabic_phonetic_fuzzy_trigram.py

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

File details

Details for the file sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c55d2297372c3ec858ad68e2cc638c1b0a1eb389843e4924835d962a7867ad8f
MD5 09d367ee350e4d55f28dbbc4052095e2
BLAKE2b-256 3fe4a1d9b140e97e0b833afff30363f0b9fbf606f6787c78da33b11b3b17cd40

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish.yaml on Greentech-Apps-Limited/sqlite3_arabic_phonetic_fuzzy_trigram.py

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

File details

Details for the file sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 06f0bb8646dee7939da70dc82183b0930b9710dd0ee5c072067e66bd0c3ff022
MD5 1d055b5b7159c09625461ff43a2abb2f
BLAKE2b-256 746217515816619d5e6711530128b71c31785dd304b87bcab1173a036088e366

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: publish.yaml on Greentech-Apps-Limited/sqlite3_arabic_phonetic_fuzzy_trigram.py

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

File details

Details for the file sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp39-cp39-win_arm64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 4b0da460499d0abc38b67fb7a1bad244a4c2fd396b34ee63927ee699a33d6729
MD5 26a4ea2389556c448448d74678e26222
BLAKE2b-256 ddc80363368dd759b63fd88b0813ec5e77f2de2aa66c88ea2fb432b7030f7d7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp39-cp39-win_arm64.whl:

Publisher: publish.yaml on Greentech-Apps-Limited/sqlite3_arabic_phonetic_fuzzy_trigram.py

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

File details

Details for the file sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 274a0c295ae867e2d72ff014d5fffacb1ae268857649b254b0b3c63dcfffa225
MD5 ac3c551277a77eaf17e0ff40b145aece
BLAKE2b-256 3ad7bbee4d4adc401a7710a9abb51173c11878f2ee0354aeec8b8ea13de75643

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp39-cp39-win_amd64.whl:

Publisher: publish.yaml on Greentech-Apps-Limited/sqlite3_arabic_phonetic_fuzzy_trigram.py

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

File details

Details for the file sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 44130d7fabdb49980e60c8271530ad2a84fb529147f1d51061ec10b68987c8bc
MD5 8b5cc01c5776563c2777f4d57889e1d4
BLAKE2b-256 9edec3e1b7c86f05c21133c9ecf440cbb57a621b1e84906550c14005681c4356

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yaml on Greentech-Apps-Limited/sqlite3_arabic_phonetic_fuzzy_trigram.py

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

File details

Details for the file sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 260b48da5270096481c76701a96996410cfc3f19b68bb546290c8597797a3029
MD5 25f14b3125df6d5e902530dd1be28349
BLAKE2b-256 9a0e8e4fff6de89ad9f8cfe141d691b62bee45454f9f718b892c369ffd88917a

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yaml on Greentech-Apps-Limited/sqlite3_arabic_phonetic_fuzzy_trigram.py

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

File details

Details for the file sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 efdc60d8b9971df9655ea1842654bebb70ff7a7c7c5aa4b5984e7b86a5fc44e3
MD5 cdd1868e39829e2a1557207697f1952a
BLAKE2b-256 ffb8df05f175553ab1666df9a55dcdc18186a1559edf313c22ebcaa50bb46f24

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: publish.yaml on Greentech-Apps-Limited/sqlite3_arabic_phonetic_fuzzy_trigram.py

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

File details

Details for the file sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 80b857eaad05128d244edeeeb014e53b421335edee80fef24582bb060874c004
MD5 0836e119be2f417fb161eb104fbb01bd
BLAKE2b-256 4d2bddff586c2fb43d997705403fd8e36cd6565382e4811107baeb0afe04bc46

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: publish.yaml on Greentech-Apps-Limited/sqlite3_arabic_phonetic_fuzzy_trigram.py

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

File details

Details for the file sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 cedcb4d30e0f402c9c5f3619f6710afcf607d7c8a5cbebd7a795ea685ca9c2f1
MD5 5431a76d24aa70fabad24cf9ed9b1635
BLAKE2b-256 113c9426b40a8d3aa7f2ff35df97008ddfcbd058741b0204e619f83599b6e3f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp38-cp38-win_amd64.whl:

Publisher: publish.yaml on Greentech-Apps-Limited/sqlite3_arabic_phonetic_fuzzy_trigram.py

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

File details

Details for the file sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6bbbb5910f55720b81815fcb847275899a3e9bf2145943defe8b013670ba4d12
MD5 400aaeb13700fcd77c22a5a2007e6c44
BLAKE2b-256 61af2e3db83762c17c3d7221f44f98a606c8044e239f9ed11c4d41325b0ac387

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yaml on Greentech-Apps-Limited/sqlite3_arabic_phonetic_fuzzy_trigram.py

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

File details

Details for the file sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 03f6734714181a6b80ec82d7ff9c208c791da04d757800f05c14ca22eb46fc4b
MD5 b3ca7eca0d4fb52332b5cf0cce7bc7f5
BLAKE2b-256 525ec93bf644991b1a87e9b6c66edf58d4d13bf013513bcce9cf0abb25803c3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yaml on Greentech-Apps-Limited/sqlite3_arabic_phonetic_fuzzy_trigram.py

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

File details

Details for the file sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8c33ba3a90a34346bebe776835853f733acbb059e17c19e0aee3d8c9f4bc70c5
MD5 1ad57b99e93ce522808d05be9b5be9b3
BLAKE2b-256 d76405fb7defabf45079bdb8bff28feb352bb30677ec8fb756f0f4ea449ad04e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: publish.yaml on Greentech-Apps-Limited/sqlite3_arabic_phonetic_fuzzy_trigram.py

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

File details

Details for the file sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3743d114586d5650f98092b55ac12716fa5c1f5340eecf275a892b152662c66a
MD5 d98327675ed7bc4eeba83420233791e9
BLAKE2b-256 3375a9ad99a323078586563ee9217768337b24260ff77bcaf67c0ae1ab336a4a

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.2-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: publish.yaml on Greentech-Apps-Limited/sqlite3_arabic_phonetic_fuzzy_trigram.py

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