|
PyHodl
0.2.6
Framework to download, update, analyze and plot your crypto-transactions. Completely off-line and security-oriented.
|
Classes | |
| class | UpdateManager |
| class | Updater |
Functions | |
| def | get_updater (api_client) |
| def | build_updater (api_client, data_folder) |
Variables | |
| UPDATE_CONFIG | |
| 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
| pyhodl.updater.core.UPDATE_CONFIG |