Skip to main content

A pybind11 wrapper for Mojang's custom LevelDB.

Project description

Amulet LevelDB

A pybind11 wrapper for Mojang's modified LevelDB library.

Install

pip install amulet-leveldb

Use

from amulet.leveldb import LevelDB

create_if_missing = True  # optional input. Default False.
db = LevelDB("path/to/db", create_if_missing)
db.put(b"key", b"value")
print(db.get(b"key"))
# b"value"

See the source code for full documentation.

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

If you're not sure about the file name format, learn more about wheel file names.

amulet_leveldb-3.0.3a0.post250829075025-cp311-cp311-macosx_10_15_universal2.whl (2.9 MB view details)

Uploaded CPython 3.11macOS 10.15+ universal2 (ARM64, x86-64)

File details

Details for the file amulet_leveldb-3.0.3a0.post250829075025-cp311-cp311-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for amulet_leveldb-3.0.3a0.post250829075025-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 5178ce7d31bd0251d3bb54ff5bc0bd8238dd7094d0c77a4576d17f891215a02a
MD5 1e20662b1ca772c92c9da7526747bb79
BLAKE2b-256 d3609b8ae50695de13c95a1017a671e94e6f1facf01c356974cdaa57b26d6373

See more details on using hashes here.

Supported by

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