From c0e561f225b404aca3a59594191468f2c6dd33e0 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Wed, 29 Jul 2009 12:55:15 -0400 Subject: [PATCH] finished #future and #furtherreading sections. words can not convey the absolute clusterfuck that is python packaging. --- packaging.html | 42 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 39 insertions(+), 3 deletions(-) diff --git a/packaging.html b/packaging.html index d486b5f..bc7ace8 100644 --- a/packaging.html +++ b/packaging.html @@ -196,13 +196,49 @@ A comprehensive HTTP client library, ``httplib2`` supports many features left ou * Oh, I almost forgot - cover the Per-User Site packages stuff, PEP 370 --> -

Further Reading

+

The Many Possible Futures of Python Packaging

+ +

Distutils is not the be-all and end-all of Python packaging, but as of this writing (August 2009), it’s the only one that works in Python 3. There are a number of other frameworks for Python 2; some focus on installation, others on testing and deployment. Some or all of these may end up being ported to Python 3 in the future. + +

These frameworks focus on installation:

+ +

These focus on testing and deployment: + +

+ +

Further Reading

+ +

On Distutils: + +

+ +

On other packaging frameworks: + +