Metadata-Version: 1.2
Name: cfxdb
Version: 22.3.1
Summary: Crossbar.io Database, based on zLMDB
Home-page: https://crossbario.com
Author: Crossbar.io Technologies GmbH
License: MIT License
Description: Introduction to cfxdb
        =====================
        
        | |Version| |Build| |Deploy| |Docs|
        
        **cfxdb** is a Crossbar.io 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. Licensed under MIT.
        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
        
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
