jparise / python-reloader

Dependency-based Python Module Reloader
http://www.indelible.org/ink/python-reloading/
MIT License
135 stars 27 forks source link

pypi entry #6

Closed ralphbean closed 12 years ago

ralphbean commented 12 years ago

Would the author please consider releasing this software on pypi? I'd like to build software that depends on it. :)

If not, I'd be glad to take up the task; just ask me!

jparise commented 12 years ago

I've never gone through the PyPI release process before, but I'll give it a try some time next week. In the mean time, you should be able to install the package via pip using its git syntax.

ralphbean commented 12 years ago

The process is pretty straightforward::

$ python setup.py register # You only need to do this the first time around. $ python setup.py sdist upload # Do this for every new release.

jparise commented 12 years ago

Now available as reloader on PyPi: http://pypi.python.org/pypi/reloader/