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.3-cp312-cp312-win_arm64.whl (585.8 kB view details)

Uploaded CPython 3.12Windows ARM64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp312-cp312-win_amd64.whl (637.3 kB view details)

Uploaded CPython 3.12Windows x86-64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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.3-cp312-cp312-macosx_11_0_arm64.whl (836.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp312-cp312-macosx_10_9_x86_64.whl (900.4 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp311-cp311-win_arm64.whl (585.4 kB view details)

Uploaded CPython 3.11Windows ARM64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp311-cp311-win_amd64.whl (636.2 kB view details)

Uploaded CPython 3.11Windows x86-64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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.3-cp311-cp311-macosx_11_0_arm64.whl (835.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp311-cp311-macosx_10_9_x86_64.whl (899.5 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp310-cp310-win_arm64.whl (585.4 kB view details)

Uploaded CPython 3.10Windows ARM64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp310-cp310-win_amd64.whl (636.2 kB view details)

Uploaded CPython 3.10Windows x86-64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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.3-cp310-cp310-macosx_11_0_arm64.whl (835.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp310-cp310-macosx_10_9_x86_64.whl (899.5 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp39-cp39-win_arm64.whl (585.4 kB view details)

Uploaded CPython 3.9Windows ARM64

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

Uploaded CPython 3.9Windows x86-64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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.3-cp39-cp39-macosx_11_0_arm64.whl (835.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp39-cp39-macosx_10_9_x86_64.whl (899.5 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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.3-cp38-cp38-macosx_11_0_arm64.whl (867.1 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp38-cp38-macosx_10_9_x86_64.whl (929.0 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

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

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3.tar.gz
Algorithm Hash digest
SHA256 ba307fa45c2565821ce29a8b7f5aabc1af9695633b5a1b6157ed2d96e129acd4
MD5 7ef870385228d303d92aeb672bfc2f6b
BLAKE2b-256 8e64ad1445584aac508bbbd5178faa877c3674ed166d72e1c53b79ca07a2797b

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3.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.3-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 bf4de2a15a30e4a5d61e619e95c5811f2f499e3852f242dc2e0ee11556c0a090
MD5 f9b28cf4c6479c492d20a1c9d0fcdf1e
BLAKE2b-256 05db937fec0c58c7c2fc2926466cb353f92e981c5e5028ebab10bd146102f78a

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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.3-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 60fa85677757290346eca8d98afe3c1a4429765b4319b9159047a80e614c097c
MD5 69dd09519fee5cc0de9f76880fc50a21
BLAKE2b-256 733bf2b58a39ea4257c80ce003ee3e944d64ad0e4f9de58cad0943c45091e83e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f826f5b3587f4256d703ebd212749daddb8b6e37a620374b87004569b013f036
MD5 1a810aef9b6a848c46b51f02249660d2
BLAKE2b-256 d68ae51228139199ef4133710167a5559af1f7e4b8d81c546ed5ed4e60c758fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 86693b76a054fe1683d1530b5a3aae78e98ba6e345d259457ff9296c8f8f237e
MD5 ebb317e5957bc119cd0c9f603edff7ed
BLAKE2b-256 2bf8324ec2b65200efd8145039c463d471aead3dc77ff9b85eefc289db43d44e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6ddb4fb6511a9f15f0c82ee32d4e499798717239654de9992e432e207430651c
MD5 53d659c71746d4f2e106c8928c520b49
BLAKE2b-256 17442674567877b1316c13db3c65d2a13f600fc264bbb9e2e35854139daffd7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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.3-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 88572728bbe0fdafc24620448bf938cf3e4dbaa10a0e6753879102d22b96cad1
MD5 d0c2e6c8ad22275e1c4d932b4599821b
BLAKE2b-256 134d4f17ccabd5e2fb8684f6298eed351e9244fd93ecac02f00b325e657af520

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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.3-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 9dc67288f68e150e656ee06f3f489df3da4f05098fc841532360661b8fd79e3e
MD5 e21443514cedee0abf4ce8952d24050b
BLAKE2b-256 5f15442cfb3a8de73084db6a15e804dcd550e886c1e31bc5dbf97f912d9d9c75

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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.3-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 26622788aedb8d020ac17dbc1bb1b7242e57f663b1e1b75684ba144f77e73052
MD5 f779bee7bd49a9edd1f00b59ab5d3805
BLAKE2b-256 2207421903238d41612b7a1b58fc6d3ce7b3ec74e04ab7733ab0ca1ad4e4c0ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 62f0b57984168774a617d23abf118848aff65552c2bcab7455c9884a3afd322f
MD5 e36eba76187b161038afc04c582cf07b
BLAKE2b-256 883e575937a148ac9bd4675e96eb28cfc006508a8bd08aa54d87c5bd87644205

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5ab653371c06744ee00dc7c8d9bac17fdf707c2b390babb73ffd5a1d2ff15718
MD5 e0c30e4d234f2bb40ef5260f69857a22
BLAKE2b-256 e3986348e72b0a7e3ae62977a955004458d8aed601389e92a5446c4bf068ee28

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3114232e7f1fe9e7e8733f4df50af74f6f4b5799cf3c1d9364dca9adda31c361
MD5 18b87524b95a539181ce6a8d27d47add
BLAKE2b-256 1632402af5805699c949c592b4a1c4495ac2998720cecc0468b663f14efe21dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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.3-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 63b7a139c7dcf278ccaafb995da08850acfe232b9047dab1365af004b0aca9da
MD5 52cea796517fc19a388c95b2e928c7cd
BLAKE2b-256 47775a23262736fbf7dd5847b2aef11290d347112126478ae718d137cb4aad18

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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.3-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 6a9824c812d2852ec4b41cc7ec88eeeab8f4420a10929bd55bc02453ef93d4d2
MD5 bd691a6ecc1b756ebd17a483f100e6b0
BLAKE2b-256 725cf4537753f564d2788b8df05ac5348f575211550557dadd97dd5ba16fde4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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.3-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 517ba8e614faf825229f62391cbfae2efd72836435da7b06a666e0f31fa55580
MD5 90f6a898eda4653bf98607bd206949e1
BLAKE2b-256 09e042169d41d29727c065d132bc2f7e125f74ea953aa6daa71661d8aa35320a

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 51c3dbbed8da3c977e982c425db2cb8d01e2a010bbd3ba4db660d7fbefece4bd
MD5 781c76ed2a362e876dfe9cb748b23ad6
BLAKE2b-256 84e7a11750bc2ee330c572422508aba354f19d10b00f447c4bd18aed347bb2df

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0d85dadf44911054dc16f7ac4d121e2d0f04c2c95d6eaf7b6445c44c74de7f1e
MD5 9f3677d2b21e31731f2d53364905f35f
BLAKE2b-256 ca8d17a351c02fcf939c57b975e20861cb206bc7f171d6bae0759d498c67ffbf

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 778e83f5960f2b9655f946a9aa8081c1747c461bfe9564ba07ab8e83806cfab1
MD5 17c5e974c55276d1e9f0ee8dbc21d427
BLAKE2b-256 324d42ec0ba49f79da22c451c1665079e338fd0d73035eb46ab64031eba413c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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.3-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cfddba9b119c3612f053e4c53486dd098311400a3fa0fb9773b0c92e228d67c0
MD5 33eac07f14450b39e0e8579e1d57cf06
BLAKE2b-256 7bd6c57faebffa345ec625c0a9042430b5ac489766487cf1ad7bbd668f16bd8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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.3-cp39-cp39-win_arm64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 38b0b0a2e578f70fd9afc2d0ec640c6bd8c3403635ecfc131d2c592876aa2638
MD5 a6b6ab9870f67897bc39e9209db73cce
BLAKE2b-256 4f03aef7115e3718353766a63aef8aa54989a133cc3c14f907aa6e7756a31a36

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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.3-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 41cf7f1118aec34a0845178c187fb05f55198a1b420b7dd942d083ee7deca2be
MD5 cee03b468d12f09c923ecb8dedda2fce
BLAKE2b-256 1acb50ce8891e59b9000a93e20f54b16cb9d42dfee65af3d5d82ceeb0692d680

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d763b33d20c3e7acddfc0af7818cc6726443b8b251bd24c7075795b5ed685b08
MD5 5b25e53558c8192708ed0c07e176d1ee
BLAKE2b-256 e4e219150558404940c45b35f601b8ef41234aa6e104e174c9d414557d64cdc3

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 62900ea3edc4529aa90d95b01e1645de9df31df56bd8212da31403db47c12e5a
MD5 47ce02043fc608eb11ff5b914b9edd34
BLAKE2b-256 8f7f9027f740e06139c53703268fd90ae1fa0760648354f33c177893f24a24ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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.3-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a29584fd63ed49fb560381fccad89c5b6785e8bc3631165b7a01d8da704e08f2
MD5 ca6a98e1b2fd2e65d81ee59a78c0677a
BLAKE2b-256 a7c47abe8e43815ff3258dda0fab1b01960092944245929be1f7b9b325741625

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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.3-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7ef724533d0fbe58e325441d8b4424dae390ed5af6f445df4d04c3ad1d034e33
MD5 60ef84bb1a355b9e30424c32643953a8
BLAKE2b-256 7268c3ead547dae5214f83ef83793a3843c05efce2add21a410cad019f8096ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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.3-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 40285b5e9e9a9de40ac10699464547b35b452c641e9316263a341974d645bdb7
MD5 98f8f53957639ec98791482533a121ad
BLAKE2b-256 0c46934c9690fb11b8099b50ba92fde8db151039333439e7e3bf014d81513f36

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bd60ab5535fac56db95f3f05b82de2b13f3a1cda5f0d0be31a3caa72733a6b66
MD5 4420a935675d4440b124197a7daab14f
BLAKE2b-256 f901299e0848ebf25da2b21fa3211a1211d0436b08213ed2ad0202f7072edc1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 28d13707190a6e71efb3f9b69217b718ee5887ecd6824bc2cde5edb7344b7507
MD5 8ff8b4289bf8214b06b0188667be6d8a
BLAKE2b-256 b2ddca76729724bf30bf4d633d9dc540bb348bcab159b6c6565011b8f0b6a18f

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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.3-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 15096101942c44e2c8df79b360c35b80d836b4833d4f586667655bc4121a76a9
MD5 988712650859d230f199b831c0e62fcb
BLAKE2b-256 0ae9d2b9e0e53f9a0002624e8f2890382e8acbdb438a615614b87e0c14591f8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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.3-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bc7bd6b1d02b49df3cba1713049723f9c4579c6b68fce1cc9c212e28dfb10bda
MD5 df42829a8117899aed751a5f18c0a60a
BLAKE2b-256 0592df94926e00323ff43f4165fb994b1c0d3fa482d8b48e624e901f0306162f

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.3-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