<div class="gmail_quote">On Mon, Dec 14, 2009 at 10:49 PM, Dan Stromberg <span dir="ltr"><<a href="mailto:drsalists@gmail.com">drsalists@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
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.<br>
</blockquote></div><br>Put a source .tar.gz on PyPi that includes a setup.py, optionally using distribute_setup.py to augment distutils.<br><br><a href="http://docs.python.org/distutils/">http://docs.python.org/distutils/</a><br>
<br><a href="http://packages.python.org/distribute/using.html">http://packages.python.org/distribute/using.html</a><br><a href="http://pypi.python.org/pypi/distribute#distribute-setup-py">http://pypi.python.org/pypi/distribute#distribute-setup-py</a><br>
<blockquote style="margin: 1.5em 0pt;">--<br>
Daniel Stutzbach, Ph.D.<br>
President, <a href="http://stutzbachenterprises.com">Stutzbach Enterprises, LLC</a>
</blockquote>