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. Tornado with VirtualEnv and Pip Quickstart Friendfeed’s open source Tornado web server is great, and is incredibly easy to get up-and-running. Just install tornado, write your...

Related posts brought to you by Yet Another Related Posts Plugin.


This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

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.

Leave a Reply

Please login with your OpenID to post a comment: