phraug2
A new version of phraug (pron. frog) with improved command line arguments parsing, thanks to jofusa.
This is a set of simple Python scripts for pre-processing large files, things like splitting and format conversion. The names phraug comes from a great book, Made to Stick, by Chip and Dan Heath.
See http://fastml.com/processing-large-files-line-by-line/ for the basic idea.
There's always at least one input file and usually one or more output files. An input file always stays unchanged.
For documentation:
- try calling a script with
-h
, most will display usage information. - see the phraug docs.
- see http://fastml.com/introducing-phraug/