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