{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database/3"}],"enrichment":{"capability":"Provides a Cython wrapper around Mojang's modified LevelDB library for key-value storage operations in Python.","skillfed_tags":["leveldb","key-value-store"],"use_cases":["Store and retrieve game world data in Minecraft-related tools that use LevelDB format","Embed a lightweight key-value database in Python applications without external server dependencies","Access Mojang's LevelDB variant from Python when working with Minecraft world files or data"],"what_it_does":"Amulet LevelDB is a Cython wrapper that exposes Mojang's custom LevelDB implementation to Python, allowing direct key-value storage and retrieval operations. It wraps a compiled C++ library, so installation requires prebuilt wheels or compilation on your platform. The package has no runtime dependencies beyond Python itself.\n\nTypically used in tools that need to read or write Minecraft world data stored in LevelDB format, or in any application requiring an embedded, persistent key-value store. You instantiate a database at a file path, then use simple put/get operations with byte strings. The library is actively maintained and supports current Python versions, though wheel availability is limited to specific platforms.","worth_installing":"Yes, if your platform has a prebuilt wheel available. The package is actively maintained, has no known vulnerabilities, and zero runtime dependencies. If you're on an unsupported platform, you'll need to compile from source, which adds friction."},"id":"amulet-leveldb","links":{"html":"https://skillfed.io/packages/amulet-leveldb","md":"https://skillfed.io/packages/amulet-leveldb.md","pypi":"https://pypi.org/project/amulet-leveldb/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-25","license_spdx":null,"license_treatment":"unclear","name":"amulet-leveldb","python_support":"supports_current","summary":"A Cython wrapper for Mojang's custom LevelDB."},"popularity":{"monthly_downloads":378309,"position":7118,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.0.7"}
