Doist / hash_ring

Implements consistent hashing in Python (using md5 as hashing function)
http://amix.dk/blog/viewEntry/19367
108 stars 38 forks source link

Minor docs improvements and version update #5

Closed cypreess closed 11 years ago

cypreess commented 11 years ago

1) I have replayed patch provided by jezdez (as it was still not accepted over 2 years). 2) I have added compatibility docs section, as there is a compatible Node.js implementation available 3) I have changed version to 1.3.1 as currently available version 1.3 in pypi still requires ez_setup. This should be changed.

amix commented 11 years ago

Merged and released a new version. Thanks a lot!

Amir