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.11.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.11.tar.gz.
File metadata
- Download URL: pickledb_ujson-1.0.11.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-1019-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
763ffc31659d9649433405090b6d6fe7075ef15be9a16709119b258eafb8a311
|
|
| MD5 |
0ce5c8d5ab3ca0d43b7e8e224dc1d07e
|
|
| BLAKE2b-256 |
68a1d7e76713c47540a7cc009a9b1302e6f9e76617f5b788332eca30735b9e3c
|
File details
Details for the file pickledb_ujson-1.0.11-py3-none-any.whl.
File metadata
- Download URL: pickledb_ujson-1.0.11-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-1019-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ca1cb17f38884077cb465247d9425722fa8aecb49ab326b04b95aca4273b479
|
|
| MD5 |
71dca7e5912f7991a689933fd754c43b
|
|
| BLAKE2b-256 |
6fed3b31dfb620312e89b404c89a03aafc45777a567affe2b35b4b475c29e3d3
|