mirror of
https://github.com/python/cpython.git
synced 2025-11-01 22:21:35 +00:00
22 lines
406 B
ReStructuredText
22 lines
406 B
ReStructuredText
![]() |
.. _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
|