aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Doc/library/cmdlinelibs.rst
blob: 085d31af7bca1ff2ea255c0823dfb979419476a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.. _cmdlinelibs:

********************************
Command Line Interface Libraries
********************************

The modules described in this chapter assist with implementing
command line and terminal interfaces for applications.

Here's an overview:

.. toctree::
   :maxdepth: 1

   argparse.rst
   optparse.rst
   getpass.rst
   fileinput.rst
   curses.rst
   curses.ascii.rst
   curses.panel.rst