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.10.tar.gz
(4.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 pickledb_ujson-1.0.10.tar.gz.
File metadata
- Download URL: pickledb_ujson-1.0.10.tar.gz
- Upload date:
- Size: 4.9 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 |
794fa2fcb91bcd4550ac66549edf6f4b0eb113d3a95d6c381cfda72385806ee8
|
|
| MD5 |
5a9708567fb13d3e4ee4ea8eac7a7ff0
|
|
| BLAKE2b-256 |
e3d1fa9b8b6b14cddb749aaf6932dd1072725d82306b2924ff8b82f952ff953a
|
File details
Details for the file pickledb_ujson-1.0.10-py3-none-any.whl.
File metadata
- Download URL: pickledb_ujson-1.0.10-py3-none-any.whl
- Upload date:
- Size: 6.3 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 |
0dc475eaaa83fdbffa6b7d5996862fef19eb61b5747d46a079396db8ff571b78
|
|
| MD5 |
6624dd58b3f05bf02e634bc216e65dc4
|
|
| BLAKE2b-256 |
8f0d75466a85e72455c1abf53032da8d6ee2a0b72e95643c03d0385bc8a4dbdc
|