Metadata-Version: 2.1
Name: libmdbx
Version: 0.1.1
Summary: The python bindings to libmdbx.
Home-page: https://github.com/wtdcode/mdbx-py
Keywords: mdbx,libmdbx,kvdb,bindings
Author: lazymio
Author-email: mio@lazym.io
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Description-Content-Type: text/markdown

# Python bindings for libmdbx

This revives the python bindings for libmdbx.

Originally forked from [libmdbx](https://github.com/erthink/libmdbx/tree/python-bindings) with a few bugs fixed.

Try it with

```bash
pip install libmdbx
```

Contributions and feedbacks are highly welcome. I'm developing a few more pythonic features and adding support for cursors iterating dupsort databases.
