Loadable sqlite extensions from sqlean
Project description
Python package for the sqlean SQLite extensions
This python package includes a loadable extension module for sqlite provided by sqlean. This allows other python packages to use this extension without requiring dependencies outside of the python ecosystem. For more details about the specific extensions, see https://github.com/nalgeon/sqlean/tree/main/docs.
Installation
Current Development Version
Install via pip
pip install git+https://github.com/karlb/sqlite-sqlean
or add this to you requirements.txt:
git+https://github.com/karlb/sqlite-sqlean
Usage
Example usage for the crypto
extension.
import sqlite3
import sqlite_sqlean
conn = sqlite3.connect(":memory:")
conn.enable_load_extension(True)
conn.load_extension(sqlite_spellfix.extension_path())
sqlite_sqlean.load(conn, 'crypto')
# now use as described in https://github.com/nalgeon/sqlean/blob/main/docs/crypto.md
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distributions
Close
Hashes for sqlite_sqlean-0.1-py3-none-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b4cd39bb762361ff3624908f3397319198bb076aaa6e9a29db097fee6818982 |
|
MD5 | 44e7f6678bbbd5ad340a4a594d6c394f |
|
BLAKE2b-256 | 95923a0c429669438c8dd742da5020024ea4193df7bdaceb2cccaa8bd30e94c0 |
Close
Hashes for sqlite_sqlean-0.1-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59d905ffdc226ffc67a5a82ba7806b526bb5b121543b970cda7212a1c2e8060f |
|
MD5 | eec4dfc1777a295c7c75a16fc6ffd70c |
|
BLAKE2b-256 | 4650567588191c6bb09d7163ba8262afcd570d564d1f2a04437581a56b8ef9ca |
Close
Hashes for sqlite_sqlean-0.1-py3-none-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd8db5f5fad5012009962c0e11a16d9db37e7c48da6d3635eb752c01877d9e35 |
|
MD5 | 2de7e65a13e28d786fb14a82a0d4a146 |
|
BLAKE2b-256 | 167f8d9ab996c5389c7b941d100e6ecc7c96c8497f4d8883025de3f046b8d901 |
Close
Hashes for sqlite_sqlean-0.1-py3-none-macosx_10_6_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f57f440138d4b33c050d71da5cc1963e5d915e572a58ff2b4f546dc77c7cc867 |
|
MD5 | c580aaf0020e59afcec005a933473f3c |
|
BLAKE2b-256 | 30c34104844b6c32a7d0d05c4906ba2673b7c3137e15ffcfa4d6ebc411a84140 |