This page is about how package distribution works in Python - how to get from "I have a bunch of functions and classes that are cool" to:
having a directory & module structure that is good
- having a setup.py script that is good
- having an egg
- being listed on the Python packages list,
- being listed on Freshmeat
- being listed wherever else it should be listed
- and then having it so that other people can download the Egg.
If you know about one of these items, make a wiki page for it and link it here!