Distributing python modules
Some slides by Jeff Rush are available at http://us.pycon.org/2009/tutorials/schedule/1PM3/.
In this tutorial, you'll find :
- distutils,
- using and creating eggs//,//
- using virtualenv to set up a development environment,
- using zc.buildout to rigorously control assembly specifications with build recipes, versioning and dependency management,
- and finally how to create your own recipes.