docs.python.org
Nntplib
This page is licensed under the Python Software Foundation License Version 2. Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License. See History and License for more information. The Python Software Foundation is a non-profit corporation. Please donate. Last updated on Jan 16, 2025 ...
OptParse
OptParse is a module introduced in Python2.3 that makes it easy to write command line tools. See "Option parsing tools" for others.Note that OptParse is considered deprecated (in Python 2.7 and 3.2) in favor of the argparse module.. You give a description of the options that the program can receive, and OptParse will do reasonable stuff for you.