Input File & Command Line Parsing

Schaefer, F. fschaef at ces.clemson.edu
Sun Aug 5 22:24:05 EDT 2001


This weekend the Input File and Command Line parser 'GetPot'
has been ported to Python. See:

	http://getpot.sourceforge.net

GetPot allows a very sophisticated parsing of command line arguments
such as 

	myprog xfz v0=123 image-mode='24 RGB 0.1 0.5. 0.7' \ 
               --help --sos -size 34.312 31234 -I/usr/include \
               -D/usr/lib/etc/
               

Moreover, it contains a parser for input parameter files.
Syntax highlighting of these files is supported by 
a 'getpot-mode' for emacs.

Please feel free to send any feature requests or bug reports.

Best Regards,

Frank



More information about the Python-list mailing list