Fork of PickleDB using ujson
Project description
pickleDB
pickleDB is lightweight, fast, and simple database based on the ujson module. And it's BSD licensed!
pickleDB is Fun
>>> import pickledb_ujson as pickledb
>>> db = pickledb.load('test.db', False)
>>> db.set('key', 'value')
>>> db.get('key')
'value'
>>> db.dump()
True
Easy to Install
$ pip install pickledb-ujson
Links
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
pickledb_ujson-1.0.14.tar.gz
(5.0 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 pickledb_ujson-1.0.14.tar.gz.
File metadata
- Download URL: pickledb_ujson-1.0.14.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.0 CPython/3.10.2 Linux/5.15.0-1019-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3259d16f87808a2fa04fcec93209696c5792d9d7d25b2972475076ebb0c82da3
|
|
| MD5 |
d04568e567306f3eb19c211110d4dffc
|
|
| BLAKE2b-256 |
3046e6bb44002f1787326717b5a418232db5e8a9f95c94b17c007f3a39f5b14c
|
File details
Details for the file pickledb_ujson-1.0.14-py3-none-any.whl.
File metadata
- Download URL: pickledb_ujson-1.0.14-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.0 CPython/3.10.2 Linux/5.15.0-1019-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5fb109282a4f0223df9c279d92b6b6fd7093782e010942d06abaac5e37da84ac
|
|
| MD5 |
7804767ce344c48078adfefa8080c118
|
|
| BLAKE2b-256 |
04a77b2e58569a19d7f24292b9aaa361d902afad41c82bf41ba8d3cd9c64dea4
|