Universal Python binding for the LMDB 'Lightning' Database


License
OLDAP-2.8
Install
pip install lmdb==1.4.1

Documentation

This is a universal Python binding for the LMDB ‘Lightning’ Database.

See the documentation for more information.

CI State

Build, run, and test py-lmdb

Python Version Support Statement

This project has been around for a while. Previously, it supported all the way back to before 2.5. Currently py-lmdb supports Python 2.7, Python >= 3.5, and pypy.

Python 2.7 is now end-of-life. If you are still using Python 2.7, you should strongly considering porting to Python 3.

That said, this project will continue to support running on Python 2.7 until Github Actions remove support for it.