Skip to content

Commit

Permalink
add README.md for github
Browse files Browse the repository at this point in the history
  • Loading branch information
wil committed Jul 10, 2010
1 parent a92116e commit 9dddd5c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
hash_ring
=========

Implements consistent hashing in Python (using md5 as hashing function).


This is a fork of Amir Salihefendic's [1] hash_ring module [2] to make it compatible with pip [3].

[1]: http://www.amix.dk/
[2]: http://pypi.python.org/pypi/hash_ring
[3]: http://pypi.python.org/pypi/pip

0 comments on commit 9dddd5c

Please sign in to comment.