blob: 15ceeec9c255edb1854119ce96ee23dcd4b1110c [file] [log] [blame]
Georg Brandl116aa622007-08-15 14:28:22 +00001.. _frameworks:
2
3******************
4Program Frameworks
5******************
6
7The modules described in this chapter are frameworks that will largely dictate
8the structure of your program. Currently the modules described here are all
9oriented toward writing command-line interfaces.
10
11The full list of modules described in this chapter is:
12
13
14.. toctree::
15
Alexander Belopolskyf0a0d142010-10-27 03:06:43 +000016 turtle.rst
Georg Brandl116aa622007-08-15 14:28:22 +000017 cmd.rst
18 shlex.rst