python-hashes icon indicating copy to clipboard operation
python-hashes copied to clipboard

Interesting (non-cryptographic) hashes implemented in pure Python.

Results 4 python-hashes issues
Sort by recently updated
recently updated
newest added

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.