Command-line interface libraries¶
The modules described in this chapter assist with implementing command line and terminal interfaces for applications.
Here's an overview:
argparse--- Parser for command-line options, arguments and subcommandsoptparse--- Parser for command line optionsgetpass--- 可搬性のあるパスワード入力機構fileinput--- 複数の入力ストリームをまたいだ行を反復するcurses--- 文字セル表示のターミナル処理curses.textpad--- curses プログラムのためのテキスト入力ウィジェットcurses.ascii--- ASCII 文字のユーティリティーcurses.panel--- curses のためのパネルスタック拡張cmd--- 行指向のコマンドインタープリターのサポート