PyHodl
0.2.6
Framework to download, update, analyze and plot your crypto-transactions. Completely off-line and security-oriented.
|
Public Member Functions | |
def | __init__ (self, input_file) |
def | get_coins (self) |
Public Attributes | |
content | |
Loads coins database
def pyhodl.data.coins.CoinsNamesTable.__init__ | ( | self, | |
input_file | |||
) |
:param input_file: str Use this file as database
def pyhodl.data.coins.CoinsNamesTable.get_coins | ( | self | ) |
:return: [] of CryptoCoin List of default coins
pyhodl.data.coins.CoinsNamesTable.content |