noqlite
simple nosql over sqlite
install
pip install noqlite
usage
from noqlite import NoQLite, Query
db = NoQLite('bicycles-per-capita.db')
db.insert({'rate': 0.6, 'country': 'Japan'})
db.insert({'rate': 0.8, 'country': 'Denmark'})
db.insert({'rate': 1.3, 'country': 'Netherlands'})
db.search(Query().rate > 1)
# [{'id': 3, 'country': 'Netherlands', 'rate': 1.3}]
Release files for noqlite 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| noqlite-0.1.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Release files / noqlite-0.1.0-py2.py3-none-any.whl
| Download URL | noqlite-0.1.0-py2.py3-none-any.whl |
|---|---|
| Size | 3.6 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
9368eac2148868c23ab2559df9b66fc229aa366cad8dd35216b96ea7b1debc71
|
|
BLAKE2b-256 checksum How to use checksums |
4b8770e57b20e365521f1ea502a75806220388323ae7c0667d87c429a55ba515
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.9.1 setuptools/36.5.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.5.2
|