22. Program Frameworks
The modules described in this chapter are frameworks that will largely
dictate the structure of your program. Currently the modules described
here are all oriented toward writing command-line interfaces.
The full list of modules described in this chapter is:
| cmd |
|
Build line-oriented command interpreters. |
| shlex |
|
Simple lexical analysis for Unix shell-like languages. |
Release 2.5.2, documentation updated on 21th February, 2008.
See About this document... for information on suggesting changes.
|