Metadata-Version: 2.1
Name: zlmdb
Version: 20.8.1
Summary: Object-relational zero-copy in-memory database layer for LMDB.
Home-page: https://github.com/crossbario/zlmdb
Author: Crossbar.io Technologies GmbH
Author-email: contact@crossbario.com
License: MIT license
Keywords: zlmdb
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
License-File: LICENSE
Requires-Dist: cbor2>=5.1.0
Requires-Dist: click>=7.0
Requires-Dist: lmdb>=0.98
Requires-Dist: pynacl>=1.3.0
Requires-Dist: pyyaml>=5.3
Requires-Dist: txaio>=20.3.1
Requires-Dist: numpy>=1.15.4

ZLMDB
=====

.. image:: https://img.shields.io/pypi/v/zlmdb.svg
    :target: https://pypi.python.org/pypi/zlmdb
    :alt: PyPI

.. image:: https://readthedocs.org/projects/zlmdb/badge/?version=latest
    :target: https://zlmdb.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation

.. image:: https://img.shields.io/travis/crossbario/zlmdb.svg
    :target: https://travis-ci.com/crossbario/zlmdb
    :alt: TravisCI

.. image:: https://codecov.io/gh/crossbario/zlmdb/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/crossbario/zlmdb
    :alt: Coverage

Object-relational in-memory database layer based on LMDB:

* High-performance (see below)
* Supports multiple serializers (JSON, CBOR, Pickle, Flatbuffers)
* Supports export/import from/to Apache Arrow
* Support native Numpy arrays and Pandas data frames
* Automatic indexes
* Free software (MIT license)
