[Tutor] Creating Packages

Kent Johnson kent37 at tds.net
Thu Jul 19 05:20:41 CEST 2007


Greg Lindstrom wrote:
> Hello-
> 
> I have written a class to help folks like me manipulate data segments 
> (the kind one deals with when reading/writing data files).  The classes 
> and tests are written -- at least enough to get things going -- what I 
> need help with is creating a package out of this and then creating 
> routines to install them.  Can one of you help me out either with some 
> tutoring or pointing me to some literature?  I would like to use the 
> cheese shop.

Here is a starting point for the CheeseShop:
http://wiki.python.org/moin/CheeseShopTutorial

For info on packaging see
http://docs.python.org/dist/dist.html

Kent


More information about the Tutor mailing list