We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0bb627 commit dc359a0Copy full SHA for dc359a0
README.md
@@ -2,7 +2,7 @@
2
3
[](https://travis-ci.org/renstrom/python-jump-consistent-hash)
4
5
-Python implementation of the jump consistent hash algorithm by John Lamping and Eric Veach[1].
+Python implementation of the jump consistent hash algorithm by John Lamping and Eric Veach[1]. Requires Python 2.6-2.7, or 3.2+.
6
7
[1] http://arxiv.org/pdf/1406.2294v1.pdf
8
setup.py
@@ -4,7 +4,7 @@
--------------------
Python implementation of the jump consistent hash algorithm by John Lamping and
-Eric Veach[1].
+Eric Veach[1]. Requires Python 2.6-2.7 or 3.2+.
9
Usage
10
`````
0 commit comments