Metadata-Version: 2.1
Name: cfxdb
Version: 20.2.1
Summary: Crossbar.io database schemata, based on zLMDB
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-Python: >=3.5
Requires-Dist: flatbuffers (>=1.11)
Requires-Dist: numpy (==1.15.4)
Requires-Dist: txaio (>=20.1.1)
Requires-Dist: zlmdb (>=20.1.1)

Crossbar.io FX Database
=======================

| |Travis|

**cfxdb** 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

--------------

*Copyright (C) 2018-2020 Crossbar.io Technologies GmbH. All rights reserved.
WAMP, Crossbar.io and XBR are trademarks of Crossbar.io Technologies GmbH.*

.. |Travis| image:: https://travis-ci.com/crossbario/cfxdb.svg?token=j7hAwtRPgsvGimmxybzn&branch=master
   :target: https://travis-ci.com/crossbario/cfxdb


