PyHodl
0.2.6
Framework to download, update, analyze and plot your crypto-transactions. Completely off-line and security-oriented.
|
Classes | |
class | Coin |
class | CoinsNamesTable |
class | CryptoCoin |
Functions | |
def | is_crypto (coin) |
Variables | |
list | FIAT_COINS = [Coin("USD"), Coin("EUR")] |
DEFAULT_FIAT = Coin("USD") | |
CRYPTO_COINS = CoinsNamesTable(COINS_DATABASE).get_coins() | |
def pyhodl.data.coins.is_crypto | ( | coin | ) |
:param coin: str or Coin Coin to check :return: bool True iff coin is among crypto supported
pyhodl.data.coins.CRYPTO_COINS = CoinsNamesTable(COINS_DATABASE).get_coins() |
pyhodl.data.coins.DEFAULT_FIAT = Coin("USD") |
list pyhodl.data.coins.FIAT_COINS = [Coin("USD"), Coin("EUR")] |