How to properly package/distribute a pure python module?
John J. Lee
jjl at pobox.com
Tue Jul 29 17:54:07 EDT 2003
MatthewS at HeyAnita.com (Matt Shomphe) writes:
> Are there any guidelines for packaging a pure python module?
> Specifically, say I have a set of 10 functions, all of varying
> behaviors (no unifying theme to bind them together into clear
> subsets), that I would like to make available to others. What is the
> best structure for the distributed module? A single file called
> "functions.py" that people can put in "site-packages"[1]? A
If it's "the simplest thing that could possibly work" (TM), I'd say
yes, do that.
John
More information about the Python-list
mailing list