Metadata-Version: 2.1
Name: zlmdb
Version: 22.3.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
Description: Introduction to zLMDB
        =====================
        
        .. image:: https://img.shields.io/pypi/v/zlmdb.svg
            :target: https://pypi.python.org/pypi/zlmdb
            :alt: PyPI
        
        .. image:: https://github.com/crossbario/zlmdb/workflows/main/badge.svg
           :target: https://github.com/crossbario/zlmdb/actions?query=workflow%3Amain
           :alt: Build
        
        .. image:: https://readthedocs.org/projects/zlmdb/badge/?version=latest
            :target: https://zlmdb.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation
        
        .. image:: https://github.com/crossbario/zlmdb/workflows/deploy/badge.svg
           :target: https://github.com/crossbario/zlmdb/actions?query=workflow%3Adeploy
           :alt: Deploy
        
        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)
        
Keywords: zlmdb
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Provides-Extra: dev
