> On Dec 29, 2012, at 5:47 AM, Antoine Pitrou wrote: > > The current effort seems to be distlib, Vinay's project to gather the > > "good parts" of packaging and distutils as a library API: > > http://packages.python.org/distlib/ > > (there's an active bitbucket repo)
See https://bitbucket.org/vinay.sajip/distlib/ for the latest code, which is periodically pushed to http://hg.python.org/distlib/ The latest documentation is at https://distlib.readthedocs.org/en/latest/ While distlib focuses on the packaging PEPs and standardised formats, it is intended to be possible to build packaging systems on top of it. Compared to distutils2, distlib aims to make it easier to transition from existing packaging infrastructure and tools (distutils, setuptools/distribute). Some of the PEPs are still in flux (e.g. PEP 426, PEP 427). Regards, Vinay Sajip _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com