RFC: Option Parsing Libraries
Paul Prescod
paul@prescod.net
Mon, 11 Feb 2002 08:54:53 -0800
Greg Ward has proposed to add his Optik module to the Python library.
* http://mail.python.org/pipermail/python-dev/2002-February/019934.html
Optik is a parser for command line options with the features described
here:
* http://mail.python.org/pipermail/python-dev/2002-February/019937.html
If you have a competitive library, or suggestions for changes to Optik,
please forward your comments to python-dev mailing list
(python-dev@python.org). If a long-running conversation ensues, you may
need to join the list to participate. Discussions in comp.lang.python
will not be considered unless you at least forward a reference to
python-dev. If you propose a competitor to Optik, please describe how it
compares to the feature list described above.
Paul Prescod