keironstoddart / edi-835-parser

A simple EDI 835 file format parser.
MIT License
80 stars 40 forks source link

Interest In CLI Script/Console Script? #18

Open dixonwhitmire opened 2 years ago

dixonwhitmire commented 2 years ago

Hello,

First of all, thank you very much for this library! I would like to add a simple CLI wrapper (using argparse) to the library to support generating CSV files from the command line/terminal. To support this I am going to add a "cli" module and the appropriate config to setup.py. If you have any interest in accepting a PR for this, please let me know and I will be happy to submit it.

Thanks!

Dixon