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:

  1. 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.


2 Responses to “Hash Ring fork”

  1. Gary Says:

    Please go back to developing VI for word. I really appreciate it and think it's terrific.

  2. wil Says:

    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.