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.8.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.8.tar.gz.
File metadata
- Download URL: pickledb_ujson-1.0.8.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-1017-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2fea699d2e32349378aa1b444a9fc6639dd18f06f22f9810a9f2d89e7db9e2b5
|
|
| MD5 |
5cf8d44eb6634be90cfe8f1a6b6fb8f1
|
|
| BLAKE2b-256 |
bd88cd7c6f5ceb656c18d0bcabaea16f96c7e7f62a6e07dab82d1d2bc62b6042
|
File details
Details for the file pickledb_ujson-1.0.8-py3-none-any.whl.
File metadata
- Download URL: pickledb_ujson-1.0.8-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-1017-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a64f8bdbebd58c9f0cd67068b84cb7eefdab057aad6e243ab09a7918c233bf01
|
|
| MD5 |
d069523d35d41e69259c2acdf58abadd
|
|
| BLAKE2b-256 |
d86ba28e0f4538e51c9fd1aac8ee67f156e7b0142c19d15c9373de31a2850560
|