PyHodl  0.2.6
Framework to download, update, analyze and plot your crypto-transactions. Completely off-line and security-oriented.
pyhodl.updater.core Namespace Reference

Classes

class  UpdateManager
 
class  Updater
 

Functions

def get_updater (api_client)
 
def build_updater (api_client, data_folder)
 

Variables

 UPDATE_CONFIG
 

Function Documentation

def pyhodl.updater.core.build_updater (   api_client,
  data_folder 
)
:param api_client: ApiClient
    Client to get exchange data
:param data_folder: str
    Folder where to save data
:return: ExchangeUpdater
    Concrete updater
def pyhodl.updater.core.get_updater (   api_client)
:param api_client: ApiClient
    Client to get exchange data
:return: ExchangeUpdater
    Updates exchange

Variable Documentation

pyhodl.updater.core.UPDATE_CONFIG
Initial value:
1 = os.path.join(
2  DATA_FOLDER,
3  "config.json"
4 )