Python - Distutils
Table of Contents
About
Distutils is a package manager.
distutils is the original build and distribution system first added to the Python standard library in 1998. distutils is being phased out, replaced by Setuptools (ie pip, …).