Generic Operating System Services¶
- os – Portable access to operating system specific features.
- time – Functions for manipulating clock time
- getopt – Command line option parsing
- optparse – Command line option parser to replace getopt.
- argparse – Command line option and argument parsing.
- logging – Report status, error, and informational messages.
- getpass – Prompt the user for a password without echoing.
- platform – Access system version information