Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

That is good news. Too bad about the "delay of several minutes in some cases between updating a package and having it be installable" though; just last month I was testing some changes to a Python package of a friend of mine sitting next to me, with him uploading to PyPI and me re-installing via pip every time. Total abuse of the system but I did appreciate how easily it worked :-P


Maybe next time use Python's SimpleHTTPServer (or for a more (empirically) stable experience, node-static) and direct pip to download from there? :)


You can host the source and eggs on another host, e.g. Google Code or Launchpad instead of PyPi. Setuptools is smart enough to follow the download links there. This won’t solve the delay if you bump the version number though.


One of the responses notes that they will by eliminating the delay in the future, so you'll only have to put up with this inconvenience temporarily.


This is better than good news, this is GREAT NEWS!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: