Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 278 Bytes

File metadata and controls

8 lines (5 loc) · 278 Bytes

python-cli-starter

Starter code to make a simple python command line interface.

At a minimum, change the name of the script, the read_data, transform_data, and write_data functions and away you go.

example usage:

python myscript.py -i /path/to/input -o /path/to/output