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.2a0.post250828150842-cp311-cp311-win_amd64.whl (523.4 kB view details)

Uploaded CPython 3.11Windows x86-64

File details

Details for the file amulet_leveldb-3.0.2a0.post250828150842-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for amulet_leveldb-3.0.2a0.post250828150842-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7197344d901abfe3f066ee7c963ff4c521eb812b60d33a57f5c5e84731c0e4a6
MD5 1178c2384f9995f9ecdc39d549348ece
BLAKE2b-256 be47bfbe2a3072c7ade7db8be2f55bc6454a95c6bb4b3866ded0749e0bd5e16a

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