Metadata-Version: 2.1
Name: cfxdb
Version: 22.2.2
Summary: Crossbar.io database schemata, based on zLMDB
Home-page: https://crossbario.com
Author: Crossbar.io Technologies GmbH
License: MIT License
Platform: Any
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Framework :: Twisted
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
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
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Communications
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Object Brokering
Requires-Python: >=3.7
Requires-Dist: zlmdb (>=21.2.1)

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

| |Version| |Build| |Deploy| |Docs|

**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 WAMP event history
* persisted router tracing data
* XBR market maker transactions database
* XBR network backend database
* WAMP session cache
* custom user, embedded object databases

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

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

.. |Version| image:: https://img.shields.io/pypi/v/cfxdb.svg
   :target: https://pypi.python.org/pypi/cfxdb
   :alt: Version

.. |Build| image:: https://github.com/crossbario/cfxdb/workflows/main/badge.svg
   :target: https://github.com/crossbario/cfxdb/actions?query=workflow%3Amain
   :alt: Build

.. |Deploy| image:: https://github.com/crossbario/cfxdb/workflows/deploy/badge.svg
   :target: https://github.com/crossbario/cfxdb/actions?query=workflow%3Adeploy
   :alt: Deploy

.. |Docs| image:: https://img.shields.io/badge/docs-brightgreen.svg?style=flat
   :target: https://crossbario.com/docs/cfxdb/index.html
   :alt: Docs


