PyHodl  0.2.6
Framework to download, update, analyze and plot your crypto-transactions. Completely off-line and security-oriented.
coins.py File Reference

Classes

class  pyhodl.data.coins.Coin
 
class  pyhodl.data.coins.CryptoCoin
 
class  pyhodl.data.coins.CoinsNamesTable
 

Namespaces

 pyhodl.data.coins
 

Functions

def pyhodl.data.coins.is_crypto (coin)
 

Variables

list pyhodl.data.coins.FIAT_COINS = [Coin("USD"), Coin("EUR")]
 
 pyhodl.data.coins.DEFAULT_FIAT = Coin("USD")
 
 pyhodl.data.coins.CRYPTO_COINS = CoinsNamesTable(COINS_DATABASE).get_coins()