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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-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.1-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.1-cp311-cp311-win_arm64.whl (585.1 kB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-cp311-cp311-macosx_11_0_arm64.whl (835.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-cp311-cp311-macosx_10_9_x86_64.whl (898.9 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows ARM64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-cp310-cp310-win_amd64.whl (636.0 kB view details)

Uploaded CPython 3.10Windows x86-64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-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.1-cp310-cp310-macosx_10_9_x86_64.whl (898.9 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-cp39-cp39-win_arm64.whl (585.1 kB view details)

Uploaded CPython 3.9Windows ARM64

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

Uploaded CPython 3.9Windows x86-64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-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.1-cp39-cp39-macosx_10_9_x86_64.whl (898.9 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-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.1-cp38-cp38-macosx_10_9_x86_64.whl (928.4 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

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

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1.tar.gz
Algorithm Hash digest
SHA256 acb3f8a5fb765225b5ea0891455c4fcc9ec186c8e7ff58dfe790242db1473071
MD5 6729bcb0ed12f4d133efaa1c6250a921
BLAKE2b-256 aa267736dcd66dadfaecc51dce2da102b1a76f81c4cb4c00db5cbd3fd7abba80

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 5fca6fd6f264f2dc49d405b540152666445a4e8d5a5cb6cfb2ef1e34e9e4067f
MD5 d667a4daf36838f7f718a4e18da92497
BLAKE2b-256 dbd8ce96dd53bc44af7c77ec15c7becd7214ba49f54e17cccec8c1cf7b8393a3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c47fc7a2c5a5d9096205ce18a0a8bfb94f4576ab8b8a3dc5b61b54293047224b
MD5 4c3e9162383d0606ada18756d7193ba8
BLAKE2b-256 c37cb05995bef74808231453ad8836581b7b62b98a8425467cdf72c83d58cb7b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ab5f7d7127d6d553405c25d268c418e65ba8f8a4bc3a86e35e6f9e196db06e99
MD5 3ed4bed3547843304226a1161023a1c8
BLAKE2b-256 66ea8406ce8b40d267200e28adf77cf56a44888a03b6b8e915350bb16dc57831

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cbf6573d0eb2221a7e4c22d954d67b6252bca4fefbcc6427e805847d4513f133
MD5 2271650b1c22661ae0f893fe1bbb7297
BLAKE2b-256 6a1b39655563cadd4cfb40bdbc86047f81d96af6f199ccf6a93f4031f1864e04

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c01caff22029a7fd5403f9f24e96508ce014839efce78d07b36421512e3a9d7d
MD5 2863d9b37f3d02421440ce4e69597622
BLAKE2b-256 339424d2cb5556d2e2813ee037f27b6c4e2429c10d4f66e01409e6e650988205

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4c3d4c888bf1d69116eb9e8afe54441b142bdcdeb8dddd0a7acc2476e37d2463
MD5 295a8b813a318d90569126fce6be3fea
BLAKE2b-256 2f8b9a4ca662311b80c5be064ef6960063f97bfb58d326564f14c97fa9de33ac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 3dfcfe0ea1b523641e16b174da4fc61f05b00c39c6d8ff94e38b2ce23a2b4df4
MD5 5f3ae3c1214eafbd558fb9718c4c8dc3
BLAKE2b-256 09bb50975de8bffc39e04ff12e108b5bbdc3e989b6efde6b29f18ee7338ed320

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2aed1d25e5cb3e5e65eade234f0c0fb821db243ec1d700aef6277fee848bcc37
MD5 3a86fae33955bb16a97684bb786d3de5
BLAKE2b-256 ae39f8154555c6436abe05ea03dfa98aa213809a4bc39aef929014e29cd89adc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cb6bc8a4026e3f4c9d90e5c23fa474119defcc459ae896c4b3fd41c9df064894
MD5 6e3ea158d20d9c625bb4a8bd8cd9580c
BLAKE2b-256 7a9dcc91dd59e2bab0cbd0ee9dd81e5c9093c6bc60a9ebb03a08f5ee0f97944d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2783f87c2c490df63295c7a01f97be0f8661ed181b96633b4817a8216d944e79
MD5 5eaee60e2fe7c5469816f416872a9d13
BLAKE2b-256 961750d53dd4a1a882910024526b915590c584f35390eda0abec13a02424cacb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 10b397c765c8e653d1a3b44982b00ba809fe8de67820aa19d151298b45fa8123
MD5 69623f3d5be23e979a41ee265798f4ca
BLAKE2b-256 625fa6c8cb652180fc35dde29810b63f1b664125260472b4ddbf4274a01e6fe3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6c0cf0390ef53877b1389bd254a135eca0d1473c5f2077ccb7fcebf43e0019d2
MD5 f15e20601cdda4518eb326fe6a8bb8a3
BLAKE2b-256 dce02b2eca31deee33145a52bc2f43101b25d8cd6dddf3d718f6864ea9838fc9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 1cc976e938a3966da94c763478f12f0a184ed53c6bc73e18d85fe06bd110ecfb
MD5 6876df6e1481c0f9dc7e12fcef6e0a0f
BLAKE2b-256 bfbd545f836d4212d9d0c067f0f258d2dd0128a44034301fa3c58e885fc1c062

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 396220f35eb29163c82212d7b1f3e264ea914f3cc7eaf5b1d658911ef9aa6279
MD5 949bfb1adec7700a82454a9bf7a6146c
BLAKE2b-256 11907e7c2999931b534e38a22eceb7f54b2030c920f79b250fcf45f0793edfff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d4ea9ff557273287f37d0139f86873443ab07f447832f4a623c40375f84d216a
MD5 b8f13cfe735217cf1f98d8e522dc257a
BLAKE2b-256 0d2ce63a058c2d0e238a2937065b441d5b50cce774fab0b7f962292e38cb6fd1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ea0ad0ac55bbd87028c3c39f7dd7d73aafe1446704d38f181be33a89d8bc2f1a
MD5 dc290252cf84c72b09c2628e8b60fcc0
BLAKE2b-256 d18909399ce8aa0b435ba4b1b04eec32cc827554a889448cba11e0fe905aab34

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 64b07dd95babab5831d8c5f27fd7eb6181bddcaa3686380e3e7807f0e0303dd8
MD5 1e3ec0b524557709ff3a5f9deb1ca218
BLAKE2b-256 a690efb4a267dcb83a8c84d1ea1230553980ccfb545914f5279f8cf8b79e2a95

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4286ed9ffbeff560b7664849d2696fa528f15bed9d419221f3c74df921ec0531
MD5 2bb8529072a91e10b68cd8d2391226d2
BLAKE2b-256 0ab437ee31b7d6483c3da52cf3ea5680a8434eda62a6370e8d5585868450c889

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 b7a11f6bae1f59ad0acb0cc7d9f19458554c32c3a6f2a3e803fb11cc2e687cce
MD5 65d759ca17f41651f808a1a7e0b9f356
BLAKE2b-256 c766bb5391ce5abe584b06e0e18e1a4233289bf91cb11654e567282019841968

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4700398dd716d47a7ffad0c4e170585f1d40f86109de9807d2bb226db30b3111
MD5 41e6bb5cf8ecb4bb67a06c374faf1c87
BLAKE2b-256 ffed826527e9e712b8f6bfd2f100e84905cd46fe6ec72ce4aa073c0d3a42bd70

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 69c0b3caf6dc5da2f4cdd2861d2929f0e722fd37a5c48cd3cf4356c07d8bd975
MD5 33ec9bc5d361da00b5e5f30804a436a1
BLAKE2b-256 54027bd4884002a95dfc19573446e219aabcd7275dc8a39075d5de4aa661d98c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 338aff738c7767629d54bb241d0d6dfe48da96671bf919067ea58924309c2e39
MD5 1b91a74d5dbf9589bd8e3ca46feae86d
BLAKE2b-256 d1dd3f63a38065f439bfcf81f9a38f01d9fbc4d0b43a5fd9e513debfafbf6d7a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c93a0b1733d21ca96852b9e3fa3bfe6d9fc54ffc9aba2ef04afa580bce37652d
MD5 cbab27c65db887442990883cc18d9a0b
BLAKE2b-256 41a29051d5cd951e64700f94b7f58827e33943f6e469c5b2d43edeec09d06658

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 78c5b347105479df33ba02d558e9457cf94b933f4e367a572bf535e7b845a6d8
MD5 b9abe53f9b41f7418be32816269462bd
BLAKE2b-256 4140d67b6f4cca15396fd610efd94ba69f9d11cb19ac8646c796487e441e14b5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a5dad384453ded99b68dcb6680740e32d7232f19defc61a2f9f22b9d373b2253
MD5 2a9b130f14677e57422485dff4e3751d
BLAKE2b-256 1a76f96db5c3fca8c19435fb48d5d34e0898c7a6007e1277555fdfaf308f150b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2af95d3854ce57e4a72a86ba5b87286c8e5f266f0c1790f2ecab05fededa9012
MD5 c7dd04ea89b9f3db14f4b4490434bafd
BLAKE2b-256 0c006814ce0926cc2ba15122228988149981e82896027f751555ecb6393125f3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8e71938e5bfa0dff98d1ed1e9b388ce198b74695e2b73de4007b71958c01d007
MD5 931daa801ea1273d6c161512147ab884
BLAKE2b-256 a2113cb673a963ca787c9585543c4098350452e900279e271adcb129a0119222

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 99aa0a98f6efe279d9d86a942b6b49e223545e4a7ca491adf14b597a3a2e26f6
MD5 583b1f0a43444539d86807141fee419c
BLAKE2b-256 d421e9bd738a5a410c6049232bb2acdda7b40bdc8e4d0873a9f035242acdb97a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlite3_arabic_phonetic_fuzzy_trigram-0.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e6bc54e37d51b0ecc7e751958e920151b6f1879b608f7c32c96ef7be1540d454
MD5 11bd5a1a7e8c949e4e68e4011a34a1cf
BLAKE2b-256 548b4d30217ecec3bc9cb158b4a1918f03fb41f06360e3749b52980816260b59

See more details on using hashes here.

Provenance

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