Metadata-Version: 2.1
Name: cfxdb
Version: 19.9.3
Summary: CrossbarFX edge ZLMDB database schema classes
Home-page: https://crossbario.com
Author: Crossbar.io Technologies GmbH
Author-email: support@crossbario.com
License: proprietary
Platform: Any
Classifier: License :: Other/Proprietary License
Requires-Dist: numpy (==1.15.4)
Requires-Dist: zlmdb (>=19.4.1)

CFX-DB
======

CFX-DB is a CrossbarFX Python support package with core database access classes
written in native Python. The package allows direct in-memory data access from
Python programs (*including Jupyter notebooks!*) to CrossbarFX edge node data:

* persisted event history
* persisted tracing data
* XBR market maker transaction logs
* WAMP session cache


Installation
------------

To install CFX-DB:

.. code-block:: console

    pip install cfxdb



