|
PyHodl
0.2.8
Framework to download, update, analyze and plot your crypto-transactions. Completely off-line and security-oriented.
|
Classes | |
| class | RunMode |
Functions | |
| def | get_coin_historical_data_file (currency) |
Variables | |
| string | APP_NAME = "Pyhodl" |
| string | APP_SHORT_NAME = "pyhodl" |
| THIS_FOLDER = os.path.dirname(os.path.realpath(__file__)) | |
| HOME_FOLDER = os.getenv("HOME") | |
| APP_FOLDER | |
| API_FOLDER | |
| API_CONFIG | |
| DATA_FOLDER | |
| HISTORICAL_DATA_FOLDER | |
| string | DATE_TIME_FORMAT = "%Y-%m-%d %H:%M:%S %z" |
| string | DATE_TIME_KEY = "datetime" |
| string | VALUE_KEY = "val" |
| INFINITY = float("inf") | |
| NAN = float("nan") | |
| RAW_DATA_FOLDER | |
| COINS_DATABASE | |
| dictionary | DEFAULT_PATHS |
| int | SECONDS_IN_MIN = 60 |
| int | SECONDS_IN_HOUR = 60 |
| def pyhodl.config.get_coin_historical_data_file | ( | currency | ) |
:param currency: str
Currency to get
:return: str
Path to file containing currency historical data
| pyhodl.config.API_CONFIG |
| pyhodl.config.API_FOLDER |
| pyhodl.config.APP_FOLDER |
| string pyhodl.config.APP_NAME = "Pyhodl" |
| string pyhodl.config.APP_SHORT_NAME = "pyhodl" |
| pyhodl.config.COINS_DATABASE |
| pyhodl.config.DATA_FOLDER |
| string pyhodl.config.DATE_TIME_FORMAT = "%Y-%m-%d %H:%M:%S %z" |
| string pyhodl.config.DATE_TIME_KEY = "datetime" |
| dictionary pyhodl.config.DEFAULT_PATHS |
| pyhodl.config.HISTORICAL_DATA_FOLDER |
| pyhodl.config.HOME_FOLDER = os.getenv("HOME") |
| pyhodl.config.INFINITY = float("inf") |
| pyhodl.config.NAN = float("nan") |
| pyhodl.config.RAW_DATA_FOLDER |
| int pyhodl.config.SECONDS_IN_HOUR = 60 |
| int pyhodl.config.SECONDS_IN_MIN = 60 |
| pyhodl.config.THIS_FOLDER = os.path.dirname(os.path.realpath(__file__)) |
| string pyhodl.config.VALUE_KEY = "val" |