Page Status: | Complete |
---|---|
Last Reviewed: | 2014-04-09 |
2012-06-19: The effort to include “Distutils2/Packaging” in Python 3.3 was abandoned due lack of involvement. [6]
2011-02-28: The PyPA is created to take over the maintenance of pip and virtualenv from Ian Bicking, led by Carl Meyer, Brian Rosner and Jannis Leidel. Other proposed names were “ianb-ng”, “cabal”, “pack” and “Ministry of Installation”.
2008: distribute was forked from setuptools by Tarek Ziade, in an effort to create a more open project.
2008: pip was introduced by Ian Bicking as an alternative to easy_install (the installer included with setuptools)
2007: virtualenv was introduced by Ian Bicking, which allowed users to create isolated Python environments based on a central system installation of Python.
2006: buildout was introduced by Jim Fulton, with the goal to create a system for repeatable installations of potentially complex projects.
2004: setuptools was introduced by Phillip Eby, which included the Egg format, and the ability to declare and automatically install dependencies.
2003: PyPI was up and running.
2002: Richard Jones started work on PyPI, and created PEP301 to describe it.
2001: PEP241 was written to standardize the metadata for distributions.
2000: catalog-sig was created to discuss creating a centralized index of distributions.
2000: distutils was added to the Python standard library in Python 1.6.
1998: The distutils-sig dicussion list was created to discuss the development of distutils.
[1] | http://mail.python.org/pipermail/distutils-sig/2013-June/021160.html |
[2] | http://mail.python.org/pipermail/distutils-sig/2013-March/020224.html |
[3] | https://us.pycon.org/2013/community/openspaces/packaginganddistributionminisummit/ |
[4] | http://www.pyvideo.org/video/1731/panel-directions-for-packaging |
[5] | http://mail.python.org/pipermail/distutils-sig/2013-March/020127.html |
[6] | http://mail.python.org/pipermail/python-dev/2012-June/120430.html |