I am considering packaging my first python lib. Anyone have a pointer to a good package to use as a template? It contains a setup.py script so I do not think it will be too difficult.
Comments on any gotchas welcome. The package is pyro -- http://pyro.sf.net. I am once again looking at Narval as they approach a release. They have moved from xmlrpc to pyro for whatever reason. When I attempted to package Narval in December it was quite a mess. Not sure if I will have more luck this time.