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

Namespaces

 pyhodl.cli
 

Functions

def pyhodl.cli.create_args ()
 
def pyhodl.cli.parse_args (parser)
 
def pyhodl.cli.update (config_file, verbose)
 
def pyhodl.cli.plot (input_file, verbose)
 
def pyhodl.cli.show_balance (run_path)
 
def pyhodl.cli.download_market_cap (since, until, where_to, verbose)
 
def pyhodl.cli.download_prices (coins, since, until, where_to, verbose, currency="USD", tor=False)
 
def pyhodl.cli.download_historical (run_path, verbose, tor)
 
def pyhodl.cli.main ()
 
def pyhodl.cli.handle_exception (exc)
 
def pyhodl.cli.cli ()