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.5.tar.gz
(4.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 pickledb_ujson-1.0.5.tar.gz.
File metadata
- Download URL: pickledb_ujson-1.0.5.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.2 Linux/5.11.0-1028-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
088a096a5c73497b4ce9961443ec57563b180b245702707e2b93d1e4eaa645ef
|
|
| MD5 |
eb5254c6ff4e2bfec006d29ab6320079
|
|
| BLAKE2b-256 |
c64583690485106e244029394b4abb380f64f0cf4b88f8a784cb89847e1c1025
|
File details
Details for the file pickledb_ujson-1.0.5-py3-none-any.whl.
File metadata
- Download URL: pickledb_ujson-1.0.5-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.2 Linux/5.11.0-1028-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0200c1ebeb5ad09445739e1ee078aa172a52e75252843d16a0b658082193e51
|
|
| MD5 |
2023726e535da7e8c29d71e12d038322
|
|
| BLAKE2b-256 |
f561cd2cf23ff96218866aa74aa9873889fea4b873f555e7548bbfb02045889a
|