LevelDB Backend for shelve module
Project description
LevelDB Backend for Python shelve module
Install
pip install leveldb-shelve
Usage
import leveldb_shelve
with leveldb_shelve.open("/tmp/db_path") as d:
d["a"] = {"c": "CCC"}
print(d["a"])
del d["a"]
# see shelve docs for details https://docs.python.org/3.8/library/shelve.html
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for leveldb_shelve-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f747e450f3bdb8ca051128375ab07a4fd4d1a6a9f1bfc6016e823210bd8d9d1f |
|
MD5 | 25a0ef0fe8ad2c818fef52508586fbed |
|
BLAKE2b-256 | f0e78aae106013e0ee8e4ca2b48bc15986eb56f4b83ef98ffa16b88da62df4d4 |