The python bindings to libmdbx.
Project description
Python bindings for libmdbx
Python bindings for libmdbx.
Try it with
pip install libmdbx
Contributions and feedbacks are highly welcome.
Usage
A quick sample to read all values from the default database:
from mdbx import Env
with Env(...) as env:
with env.ro_transaction() as txn:
with txn.cursor() as cur:
for k, v in cur.iter():
...
Manual build
Clone the repo
git clone https://github.com/wtdcode/mdbx-py
git submodule update --init --recursive
Install via poetry
poetry install
That's it!
Credits
Forked from libmdbx
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 Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file libmdbx-0.3.0-cp310-cp310-macosx_13_0_x86_64.whl.
File metadata
- Download URL: libmdbx-0.3.0-cp310-cp310-macosx_13_0_x86_64.whl
- Upload date:
- Size: 500.4 kB
- Tags: CPython 3.10, macOS 13.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcbccb46ffa23c92f2f76d0742af7a78c77bccd87cc390be1d8c68f0b40bab35
|
|
| MD5 |
32fecfcc78cb537af2b668c485ae6d89
|
|
| BLAKE2b-256 |
6a06e34501de72c41e79979356d3c63342341d53c3582cf88f6c1da436a262ab
|
File details
Details for the file libmdbx-0.3.0-cp310-cp310-macosx_13_0_arm64.whl.
File metadata
- Download URL: libmdbx-0.3.0-cp310-cp310-macosx_13_0_arm64.whl
- Upload date:
- Size: 499.1 kB
- Tags: CPython 3.10, macOS 13.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3be3b6ebba9eebfa008fa1e7ae6d98c601a0a72bddbe1b3e80f62360ee5e8bf4
|
|
| MD5 |
265e649a62577cf850db2b4a99b16d93
|
|
| BLAKE2b-256 |
cfb94761ca0a70a72720171081627e13145f5c4243ebe3210c85f030a3eb4b93
|