**Goal:** Update `parse_doc` to return `table_name`, `report_name`, and `output_file` for each of the tables successfully parsed.
0.1.2
**Changes:** - Better documentation in `README.md` (Added output from `payment_parser --help`) - Updated `argparse.ArgumentParser(prog)` from `simple_example` to`payment_parser` (so `--help` shows proper sample command)
0.1.1
**Changes:** - Added support for `from payment_parser import parse_doc` - Cleaned up `README.md` - Added `CONTRIBUTING.md` - Updated version to `v0.1.1`
0.1.0
Parses a payments file with multiple blocks of data into individual CSVs.