0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Doc/library/frameworks.rst

19 lines
391 B
ReStructuredText
Raw Normal View History

2007-08-15 16:28:22 +02:00
.. _frameworks:
******************
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:
.. toctree::
turtle.rst
2007-08-15 16:28:22 +02:00
cmd.rst
shlex.rst