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
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 leveldb_shelve-0.1.1-py3-none-any.whl.
File metadata
- Download URL: leveldb_shelve-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f747e450f3bdb8ca051128375ab07a4fd4d1a6a9f1bfc6016e823210bd8d9d1f
|
|
| MD5 |
25a0ef0fe8ad2c818fef52508586fbed
|
|
| BLAKE2b-256 |
f0e78aae106013e0ee8e4ca2b48bc15986eb56f4b83ef98ffa16b88da62df4d4
|