Differences between revisions 2 and 3
Revision 2 as of 2008-09-25 15:19:13
Size: 455
Editor: www
Comment: Add a link for uninstall distutils/setuptools command
Revision 3 as of 2008-09-26 19:31:45
Size: 591
Editor: tarek
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Distribute is a community-driven project for packaging and distributing Python software = = Distribute is a project that tries to think about how distutils can evolve =
Line 3: Line 3:
It is based on distutils and setuptools.
Line 7: Line 6:
 * obvious changes that can be made to distutils today
Line 12: Line 12:
Obvious changes in distutils:
 * remove the log module and use logging
 * finish the test coverage
 *

Line 13: Line 19:
 * Split the concerns

Distribute is a project that tries to think about how distutils can evolve

This page collects:

  • obvious changes that can be made to distutils today
  • information about what OS packagers are expecting from a packaging system
  • information about what the Python community is expecting from a packaging system (TBD)
  • a list of ["Distribute PEPs"] to be discussed (TBD)
  • a roadmap (TBD)

Obvious changes in distutils:

  • remove the log module and use logging
  • finish the test coverage

Design discussions:

Distribute (last edited 2013-05-14 21:01:44 by nawkboy)

Unable to edit the page? See the FrontPage for instructions.