Search⌘ K
AI Features

The Many Possible Futures of Python Packaging

Discover how Python packaging is evolving beyond Distutils, the current framework for Python 3. Learn about various tools aimed at installation, testing, and deployment, and understand the potential future developments that may impact how Python libraries are packaged and distributed.

We'll cover the following...

Distutils is not the be-all and end-all of Python packaging, but as of this writing (August 2009), it’s the only packaging framework that works in Python 3. There are a number of other frameworks ...