| Georg Brandl | 8ec7f65 | 2007-08-15 14:28:01 +0000 | [diff] [blame] | 1 | |
| 2 | .. _frameworks: | ||||
| 3 | |||||
| 4 | ****************** | ||||
| 5 | Program Frameworks | ||||
| 6 | ****************** | ||||
| 7 | |||||
| 8 | The modules described in this chapter are frameworks that will largely dictate | ||||
| 9 | the structure of your program. Currently the modules described here are all | ||||
| 10 | oriented toward writing command-line interfaces. | ||||
| 11 | |||||
| 12 | The full list of modules described in this chapter is: | ||||
| 13 | |||||
| 14 | |||||
| 15 | .. toctree:: | ||||
| 16 | |||||
| 17 | cmd.rst | ||||
| 18 | shlex.rst | ||||