5 Commits

Author SHA1 Message Date
3ef60a96b7
Add TODO 2022-03-09 22:02:55 +00:00
35f6d46199
Updates README.md with information on categories
and groups, including the reserved ones.
2021-07-07 20:15:38 +01:00
f9ecd15a7e
Updates README.md with ToDo section and info 2021-07-07 16:33:32 +01:00
4d6c865bb5
Parsers configuration now on parsers.yaml
parsers.py redid with single default parser that takes configurating
parameters from a yaml file.
Additional parsing configuration can be achieved with the additional_parser
attribute on yaml and rewriting the func and parser method on child
classes of Parser.
func will be called after each transaction is created and the parser
should call the parent parser method or rewrite the entire parser
process.
The parse_data function is now called from the runnable and the parsing
process is now called from there. The parse command can take an optional
bank before is tries to extract it from the filename and multiple paths,
either files or directories.
The Transaction __init__ was fixed to take inputs from previously
initiated Transaction.
Also adds utils.py with helper functions.
2021-06-03 23:30:32 +01:00
466c884b1c
Adds README.md 2021-04-25 22:13:57 +01:00