To fully understand packaging, it’s good to know how it started. This can explain why Python has so many ways of packaging.
In this brief history, you’ll learn:
- How Python started and how packaging became a problem
- What
distutils
is and how it’s being deprecated - Why
setuptools
is replacingdistutils
- What PEPs have to say about Python packaging
You can also Get to Know Python Packaging in this Real Python tutorial.