PyMOTW: shlex
Originally posted
· 1 min read
The shlex
module can be used to create mini-languages using a simple syntax like the Unix shell. It is also handy for parsing quoted strings.
The shlex
module can be used to create mini-languages using a simple syntax like the Unix shell. It is also handy for parsing quoted strings.