汎用オペレーティングシステムサービス¶
本章に記述されたモジュールは、ファイルの取り扱いや時間計測のような (ほぼ)すべてのオペレーティングシステムで利用可能な機能にインターフェースを提供します。これらのインターフェースは、Unix もしくは C のインターフェースを基に作られますが、ほとんどの他のシステムで同様に利用可能です。概要を以下に記述します:
os--- Miscellaneous operating system interfacesio--- Core tools for working with streamstime--- Time access and conversionsargparse--- Parser for command-line options, arguments and sub-commandsgetopt--- C-style parser for command line optionslogging--- Logging facility for Pythonlogging.config--- Logging configurationlogging.handlers--- Logging handlersgetpass--- Portable password inputcurses--- Terminal handling for character-cell displayscurses.textpad--- curses プログラムのためのテキスト入力ウィジェットcurses.ascii--- Utilities for ASCII characterscurses.panel--- A panel stack extension for cursesplatform--- Access to underlying platform's identifying dataerrno--- Standard errno system symbolsctypes--- A foreign function library for Python