Hash Ring fork
Amir Salihefendic‘s hash_ring module is awesome, but it doesn’t install cleanly with pip (dies with ez_setup import error) and spews some deprecation warning on Python 2.6+ (md5 module deprecated in favour of hashlib.)
In order to keep my deployment recipe sane, I’ve decided to fork the project on github.
Now, all you need is the following in requirements.txt:
-e git://github.com/wil/hash_ring.git#egg=hash-ring
Related posts:
- Find For-Else Statements in Python Code I came across Ned Batchelder’s post on the for/else construct, which explains its purpose in a different way from the...
Related posts brought to you by Yet Another Related Posts Plugin.
August 13th, 2010 at 6:50 am
Please go back to developing VI for word. I really appreciate it and think it's terrific.
August 31st, 2010 at 9:52 pm
hrm.. wonder why git:// url isn't working for you; it's supposed to be public access. In any case, yeah git +http://github.com/wil/hash_ring.git works too.