From 642f8409886233c6dfbb3acf78dc3c3a737e4713 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 3 Nov 2010 19:24:32 -0400 Subject: [PATCH] Add Distributing Python post. --- posts/Distributing_Python.mdwn | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 posts/Distributing_Python.mdwn diff --git a/posts/Distributing_Python.mdwn b/posts/Distributing_Python.mdwn new file mode 100644 index 0000000..f4c6f0c --- /dev/null +++ b/posts/Distributing_Python.mdwn @@ -0,0 +1,25 @@ +[[!meta title="Distributing Python"]] + +The "right" way to distribute [[Python]] packages seems to have moved +on since I last checked. There seem to be two parallel efforts, +[Tarek Ziadé][TZ]'s [Distutils2][] and [Ian Bicking][IB]'s [pip][]. +Tarek has a nice summary of the [state of affairs as of March +2010][overview]. His summary refers confused developers to the +[Hitchhiker's Guide to Packaging][HGP] which describes the [evolution +of Python packaging sytems][state] and gives lots of helpful packaging +advice. + +I'm not sure how Ian has `pip` fitting into this, except that he +[wants to stay out of the stdlib][no-stdlib]. + +[TZ]: http://tarekziade.wordpress.com/ +[Distutils2]: +[IB]: http://blog.ianbicking.org/ +[pip]: http://pip.openplans.org/ +[overview]: http://tarekziade.wordpress.com/2010/03/03/the-fate-of-distutils-pycon-summit-packaging-sprint-detailed-report/ +[HGP]: http://guide.python-distribute.org/ +[state]: http://guide.python-distribute.org/introduction.html#current-state-of-packaging +[no-stdlib]: http://mail.python.org/pipermail/distutils-sig/2010-May/016299.html + +[[!tag tags/python]] +[[!tag tags/programming]] -- 2.26.2