Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 234 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 234 Bytes

Using python shlex

shlex (SHell Lexical analyzer) is a great way for improving python inputs sanitization

Updated the code from the python2 examples taken from Python Module Of The Week's great work https://pymotw.com/2/shlex/