treaps in python

Daniel Stutzbach daniel at stutzbachenterprises.com
Tue Dec 15 02:38:35 EST 2009


On Mon, Dec 14, 2009 at 10:49 PM, Dan Stromberg <drsalists at gmail.com> wrote:

> Also, what's the best way to package something like this for consumption by
> python-folk?  There seem to be so many ways of packaging things anymore.
>  Are dist utils, a .deb and a .rpm the way to go?  Right now, it's just
> using make to stuff things in /usr/local.
>

Put a source .tar.gz on PyPi that includes a setup.py, optionally using
distribute_setup.py to augment distutils.

http://docs.python.org/distutils/

http://packages.python.org/distribute/using.html
http://pypi.python.org/pypi/distribute#distribute-setup-py

--
Daniel Stutzbach, Ph.D.
President, Stutzbach Enterprises, LLC <http://stutzbachenterprises.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20091215/ebba3752/attachment.html>


More information about the Python-list mailing list