|
PyHodl
0.2.6
Framework to download, update, analyze and plot your crypto-transactions. Completely off-line and security-oriented.
|
Functions | |
| def | build_parser (input_file) |
| def | get_parser (raw_data) |
| def | build_parsers (input_folder) |
| def | build_exchanges (input_folder) |
| def | get_transactions (input_folder) |
| def pyhodl.data.parse.build.build_exchanges | ( | input_folder | ) |
:param input_folder: str
Path to folder where to look for transactions files
:return: [] of CryptoExchange
Exchanges found (with transactions)
| def pyhodl.data.parse.build.build_parser | ( | input_file | ) |
:param input_file: str
File to parse
:return: CryptoExchange
Builds exchange model based on transactions
| def pyhodl.data.parse.build.build_parsers | ( | input_folder | ) |
:param input_folder: str
Path to folder where to look for transactions files
:return: [] of Parsers
Parsers found for each file
| def pyhodl.data.parse.build.get_parser | ( | raw_data | ) |
:param raw_data: []
Raw data
:return: CryptoParser
Build parse from raw data
| def pyhodl.data.parse.build.get_transactions | ( | input_folder | ) |
:param input_folder: str
Path to folder where to look for transactions files
:return: [] of Transaction
Transactions found in all files from folder