CLI tools hidden in the Python standard library
The Python gzip module can be used as a CLI tool by running "python -m gzip --decompress pypi.db.gz". This feature is particularly useful for Windows users who don't have the gzip utility installed. Other similar tools are available!.. read more Â










