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.6.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.6.tar.gz.
File metadata
- Download URL: pickledb_ujson-1.0.6.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.13.0-1017-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35d005446e2bf455dc3a0f58749c1484b8ab46ca4dabc23fbbf4fb23b8c249c4
|
|
| MD5 |
e0e1c5c8745d43959cc84cf2e7e9bdc4
|
|
| BLAKE2b-256 |
c17686aa1d297d8aa6d7b070a407d6dd2582d9c7d97e44b5f4966c568c30e475
|
File details
Details for the file pickledb_ujson-1.0.6-py3-none-any.whl.
File metadata
- Download URL: pickledb_ujson-1.0.6-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.13.0-1017-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
edd4dd2dd900395061d3c6aa4dd816d7e634bc0f814a9f328f39a8f4c60df269
|
|
| MD5 |
61aa86f878260191b62781491e86e849
|
|
| BLAKE2b-256 |
d392912c67bb9530585468383526206c9e80a97d76f71b88d13a3e73e5eccf2e
|