Python asyncio bindings for SQLCipher
Project description
aiosqlcipher: encrypted Sqlite for AsyncIO
aiosqlcipher provides a friendly, async interface to sqlite encrypted databases.
abort aiosqlite
https://github.com/omnilib/aiosqlite/blob/main/README.rst
how to use
install
uv sync
.venv
uv venv .venv
venv: .venv
source .venv/bin/activate && make install
echo 'run `source .venv/bin/activate` to activate virtualenv'
test
python -m coverage run -m aiosqlcipher.tests
python -m coverage report
python -m mypy -p aiosqlcipher
format:
python -m ufmt format aiosqlcipher
perf
python -m unittest -v aiosqlcipher.tests.perf
.PHONY: distclean
distclean: clean
rm -rf .venv
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 Distribution
aiosqlcipher-0.0.0.tar.gz
(13.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aiosqlcipher-0.0.0.tar.gz.
File metadata
- Download URL: aiosqlcipher-0.0.0.tar.gz
- Upload date:
- Size: 13.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66d4293e4db5a48b20ac4784953cb3f2e546bfeef9f57e8b6ae2aa93e6739b67
|
|
| MD5 |
de5ef47851aa65491eae4a5e2dba53fd
|
|
| BLAKE2b-256 |
0b1710cc96d57c29f51bceab29e839394d927890e7ed1df0010287701ce268ca
|
File details
Details for the file aiosqlcipher-0.0.0-py3-none-any.whl.
File metadata
- Download URL: aiosqlcipher-0.0.0-py3-none-any.whl
- Upload date:
- Size: 16.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68ee09f0c004a5206faba8085f4aa31def38363de09a53dc5c46d65d815cadd7
|
|
| MD5 |
66aa1bae80674dea93bfca6070f591d5
|
|
| BLAKE2b-256 |
aaf55ae70311d187bea9facc1c5f1f119dd7ff09f2168887960611d6c9954d4d
|