API
analysis
core
Data Classes
Data Operations
Executer
- class mymoney.core.executer.ExecClass[source]
docs here!
- traversal(folder_path: str, append_to_db: bool = True, store_sanity_data: bool = True, store_raw_data: bool = True, remove_source: bool = True, return_whole_data_list: bool = True) List[WholeData] | None[source]
Traverse folder_path and return a list contains WholeData for each file in the folder_path. Note: This function does not traverse inner folders.
Data Reader
institutions
Base Class
- class mymoney.institutions.institution_base.Institution[source]
docs here!
- credit(input_df: DataFrame, account_name: str) TransformedData[source]
docs here!
- debit(input_df: DataFrame, account_name: str) TransformedData[source]
docs here!
- exchange(input_df: DataFrame, account_name: str) TransformedData[source]
docs here!
- third_party(input_df: DataFrame, account_name: str) TransformedData[source]
docs here!