Skip to main content

A Cython wrapper for Mojang's custom LevelDB.

Project description

Amulet LevelDB

A Cython wrapper for Mojang's modified LevelDB library.

Install

pip install amulet-leveldb

Use

from 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 Distribution

amulet_leveldb-1.0.3.tar.gz (758.5 kB view details)

Uploaded Source

Built Distributions

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

amulet_leveldb-1.0.3-cp312-cp312-win_amd64.whl (218.3 kB view details)

Uploaded CPython 3.12Windows x86-64

amulet_leveldb-1.0.3-cp312-cp312-macosx_10_13_universal2.whl (434.2 kB view details)

Uploaded CPython 3.12macOS 10.13+ universal2 (ARM64, x86-64)

amulet_leveldb-1.0.3-cp311-cp311-win_amd64.whl (220.2 kB view details)

Uploaded CPython 3.11Windows x86-64

amulet_leveldb-1.0.3-cp311-cp311-macosx_10_9_universal2.whl (436.0 kB view details)

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

amulet_leveldb-1.0.3-cp310-cp310-win_amd64.whl (220.0 kB view details)

Uploaded CPython 3.10Windows x86-64

amulet_leveldb-1.0.3-cp310-cp310-macosx_10_9_universal2.whl (436.4 kB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file amulet_leveldb-1.0.3.tar.gz.

File metadata

  • Download URL: amulet_leveldb-1.0.3.tar.gz
  • Upload date:
  • Size: 758.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for amulet_leveldb-1.0.3.tar.gz
Algorithm Hash digest
SHA256 2f7eba3da395246fed3f42651c54a9fc1d999cc237d1a31a10227c3c50e9b8ee
MD5 cdeab8646ea69463746995555c7a0c29
BLAKE2b-256 5b7f5839469fedc0f119b7d6054a5c94a008fc57abf14c4e1a0a4478beb0d80e

See more details on using hashes here.

File details

Details for the file amulet_leveldb-1.0.3-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for amulet_leveldb-1.0.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8745e06caf574516bcc5b2a0305c6120c62ae425f5b94f43738f305160019d85
MD5 f43f4b8bafe176c4a7813c96c4499d73
BLAKE2b-256 62931dadabdcdeedd2242fe0b98d0dce87b3f4f44c8f6f41c3fe5aa5f1eb0a83

See more details on using hashes here.

File details

Details for the file amulet_leveldb-1.0.3-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for amulet_leveldb-1.0.3-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 9b70effb37f6c905823e1ca24988f4f8c54960343c9c0d29ba7e0876b813256c
MD5 de0dc4e6847fa482356bd8a8d8aa72cf
BLAKE2b-256 a20a8cd96db8f4a59658022d935ba39edd7f840e31d621e79002e6946a456025

See more details on using hashes here.

File details

Details for the file amulet_leveldb-1.0.3-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for amulet_leveldb-1.0.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 15e19f606688fd21a9870f993d002aad6b3ed181c2f51d0f73f1c44fe1cfc7cb
MD5 cb1a756ba3acd4ef4aedd0ebbe00181b
BLAKE2b-256 1ecc3cc7f8cb988b664d9803af5483e979dbf322a082ce58ca5a3ce12bf7895e

See more details on using hashes here.

File details

Details for the file amulet_leveldb-1.0.3-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for amulet_leveldb-1.0.3-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d5720cd368f693af9437d4332060b68e28f004f29c30a7660d4cb5ed28abd442
MD5 9cce6104cfd2659671ad2bb69aaee200
BLAKE2b-256 3fad18c4b473e5ca0c35aad5918fc6560e3c2168abddde9e2dc1b8b2ce58fa9b

See more details on using hashes here.

File details

Details for the file amulet_leveldb-1.0.3-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for amulet_leveldb-1.0.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 859c86a69e90621045cd26594f2d26dd53e5971bcc604e5d1ceea7ce41e6cdcb
MD5 e3d7ae2e5914d028187d2f152d349ba9
BLAKE2b-256 7acfe951e5a5cd37b8906471770f42faa2768fa8f48b08d08b15f27b4f7875c6

See more details on using hashes here.

File details

Details for the file amulet_leveldb-1.0.3-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for amulet_leveldb-1.0.3-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2bd410783637164cb70e8cabd12b2d6d4218a09791f86a87eeb141e3cfcf8279
MD5 965eb318d735b1bac029939349da0916
BLAKE2b-256 c7ca1b7fbe26d8b40ebee102fe6f870b90682b979bf117dd8caf17c479aafac2

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