Every command-line tool included with Python. These can be run with python -m module_name.| www.pythonmorsels.com
Source code: Lib/sqlite3/ SQLite is a C library that provides a lightweight disk-based database that doesn’t require a separate server process and allows accessing the database using a nonstandard ...| Python documentation