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.15.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.15.tar.gz.
File metadata
- Download URL: pickledb_ujson-1.0.15.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.10.2 Linux/5.15.0-1024-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12445d62b11c08e1b983a0089f836c463d18c4dc7503214ce740ba28d9271f2e
|
|
| MD5 |
1cf1749a5da59c68d3d91fd091b555dc
|
|
| BLAKE2b-256 |
22d5a97abf347179270ac06a0d2a759df2269ddafb59190d0bdd38b611f48e41
|
File details
Details for the file pickledb_ujson-1.0.15-py3-none-any.whl.
File metadata
- Download URL: pickledb_ujson-1.0.15-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.10.2 Linux/5.15.0-1024-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a00b22d63738d5e6ec7bcc4c414bda8f0ad332516555312c7aa287f8cfe36c2
|
|
| MD5 |
74724d7ee6c8fe9a4c27fc44421a7f2c
|
|
| BLAKE2b-256 |
1781598d2039edc0f7e05f9379846c6c456bf8a68d2e7e82e8dd6cfe2e462f51
|