0
votes
Customized command line parsing in Python
Without fairly intensive surgery on optparse or getopt, I don't believe you can sensibly make them parse your format. You can easily parse your own format, though, or translate it into something op …
2
votes
How do I add tab completion to the Python shell?
For the record, this is covered in the tutorial: http://docs.python.org/tutorial/interactive.html
…
