Skip to main content

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


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

leveldb_shelve-0.1.1-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page