pickleDB is a fast, easy to use, in-memory Python
key-value store with first class asynchronous support. It is built with the orjson
module for extremely high performance. It is licensed under the BSD three-clause
license. Check out the website for installation
instructions, API docs, advanced examples, benchmarks, and more.
from pickledb import PickleDB
db = PickleDB("example.json").load()
db.set("key", "value")
db.get("key") # return "value"
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pickledb-1.6.tar.gz
(107.4 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-1.6.tar.gz.
File metadata
- Download URL: pickledb-1.6.tar.gz
- Upload date:
- Size: 107.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a1311e932d92fb66ce6eeb7f6a9af56852dffa2054b6021ba3563402d5219e2
|
|
| MD5 |
b9576f17879ea274754d2567bbad848f
|
|
| BLAKE2b-256 |
4d3662871f6215cc7e1741f2c659d341a3250bf6d88fa2fc98babfbc02c0dff6
|
File details
Details for the file pickledb-1.6-py3-none-any.whl.
File metadata
- Download URL: pickledb-1.6-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7992862909aca351e93974a35049a4d38e70c459e568a9083ac020b80c0751a6
|
|
| MD5 |
0fbd6759c8427b512f5ed70e4dbd269f
|
|
| BLAKE2b-256 |
ba0669ec73c5561fb40e4851d58860d1cbba3f603b3eb284ce516e57279091e2
|