Module jumpscale.clients.btc_alpha

Expand source code
def export_module_as():
    from jumpscale.core.base import StoredFactory

    from .btc_alpha import BTCAlpha

    return StoredFactory(BTCAlpha)

Sub-modules

jumpscale.clients.btc_alpha.btc_alpha

BTC_ALPHA client interacts with btc-alpha.com to provides trading operations and broadcasting of all trading events …

Functions

def export_module_as()
Expand source code
def export_module_as():
    from jumpscale.core.base import StoredFactory

    from .btc_alpha import BTCAlpha

    return StoredFactory(BTCAlpha)