python-hashes
python-hashes copied to clipboard
Interesting (non-cryptographic) hashes implemented in pure Python.
There is a small typo in hashes/geohash.py. Should read `variation` rather than `varation`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md
can u update the package in pypi to fix #5 ? thx :) pip install python-hashes py -3 -c "from hashes.simhash import simhash" ImportError: No module named 'hashtype'
In fact, I'm a Chinese student, I just want to find a python-simhash module and I notice your repository. I found it is not very good support for Chinese, so...
The Nilsimsa hash does not output the same data as the reference implementation.