Skip to main content

Loadable spellfix1 extension for sqlite

Project description

sqlite-spellfix

This python package includes a loadable spellfix1 extension module for sqlite. This allows other python packages to use this extension without requiring dependencies outside of the python ecosystem. For more details on the extension itself, see the official documentation.

Installation

Latest Release

Install the sqlite-spellfix package from pypi.

Current Development Version

Install via pip

pip install git+git://github.com/karlb/sqlite-spellfix

or add this to you requirements.txt:

git+git://github.com/karlb/sqlite-spellfix

Usage

import sqlite3
import sqlite_spellfix

conn = sqlite3.connect(":memory:")
conn.enable_load_extension(True)
conn.load_extension(sqlite_spellfix.extension_path())
# now use as described in https://www.sqlite.org/spellfix1.html

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

sqlite-spellfix-1.0.tar.gz (27.0 kB view details)

Uploaded Source

File details

Details for the file sqlite-spellfix-1.0.tar.gz.

File metadata

  • Download URL: sqlite-spellfix-1.0.tar.gz
  • Upload date:
  • Size: 27.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.3

File hashes

Hashes for sqlite-spellfix-1.0.tar.gz
Algorithm Hash digest
SHA256 6451994aeddf871c4c2f25e0794e7d76cdee2a321c19a3dba52d89ec06f31ed9
MD5 87c6e7dfe9a1f0013476516d819e9024
BLAKE2b-256 591c5ddc21cce2acff32bc291c96716adbee7fde768a7ffc8ed25a91234d8195

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page