|
PyHodl
0.2.8
Framework to download, update, analyze and plot your crypto-transactions. Completely off-line and security-oriented.
|

Public Member Functions | |
| def | __init__ (self, config_file) |
| def | create_config (self) |
| def | get (self, key) |
| def | save (self) |
Public Attributes | |
| config_file | |
| raw | |
| data | |
Manages config files for app
| def pyhodl.app.ConfigManager.__init__ | ( | self, | |
| config_file | |||
| ) |
| def pyhodl.app.ConfigManager.create_config | ( | self | ) |
:return: void
Creates config file
| def pyhodl.app.ConfigManager.get | ( | self, | |
| key | |||
| ) |
:param key: str
What you want
:return: {}
Item you want
| def pyhodl.app.ConfigManager.save | ( | self | ) |
:return: void
Saves app data to local config file
| pyhodl.app.ConfigManager.config_file |
| pyhodl.app.ConfigManager.data |
| pyhodl.app.ConfigManager.raw |