Command parsing... best module to use?
Simon Hibbs
simon.hibbs at gmail.com
Tue Nov 3 10:17:40 EST 2009
On 3 Nov, 01:14, Collin D <collin.da... at gmail.com> wrote:
> Thanks for the replies. Pyparsing looks just like what I need.
The cmd module in the standard library is fine for simple command
interpreters. Depending on your needs you might find it does what you
want. Doug Hellmann has covered it in his "Python module of the week"
series of articles.
http://www.doughellmann.com/PyMOTW/cmd/index.html
Simon Hibbs
More information about the Python-list
mailing list