Python asyncio bindings for SQLCipher
Project description
aiosqlcipher: encrypted Sqlite for AsyncIO
aiosqlcipher provides a friendly, async interface to sqlite encrypted databases. aiosqlcipher is based on the design of aiosqlite , The version of aiosqlite is 0.21.0.
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
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.1.0.tar.gz
(13.8 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.1.0.tar.gz.
File metadata
- Download URL: aiosqlcipher-0.1.0.tar.gz
- Upload date:
- Size: 13.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e6d8cc558d5fd4644cb150ca60acde903573d3c3b0c73155a07be77506053da
|
|
| MD5 |
34d1c1207bfb9bec724de90aca257b4e
|
|
| BLAKE2b-256 |
9ef5a6ac415412fece3a8f2ae46b4dfbda83d7d4206199a74d34ab389716a468
|
File details
Details for the file aiosqlcipher-0.1.0-py3-none-any.whl.
File metadata
- Download URL: aiosqlcipher-0.1.0-py3-none-any.whl
- Upload date:
- Size: 15.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f39198225ffec4ebe96baa6f83b12edc83373ed4cb56e6a6ed4d36bfe6525f3
|
|
| MD5 |
2d2f069068ff6de7523f688086c88950
|
|
| BLAKE2b-256 |
8cf1e704a89011fa563f5b3e13ce1f79197887bb763618ea9c1fb4ba3eb10a28
|