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