Table of Contents

Python - Package Manager

About

Code Shipping - (Package|Library|Dependency) Manager in Python

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, …).