{"library":"murmurhash","type":"library","category":null,"description":"MurmurHash is a fast, non-cryptographic hash function library, primarily used for tasks like hash table indexing, data deduplication, and probabilistic data structures. This Python library provides efficient Cython bindings for MurmurHash, offering various 32-bit and 128-bit hash variants. It is actively maintained with frequent updates to support new Python versions and architectures.","language":"python","status":"active","version":"1.0.15","tags":["hashing","non-cryptographic","cython","performance"],"install":[{"cmd":"pip install murmurhash","imports":["import murmurhash.mrmr\nmurmurhash.mrmr.hash('data')","import murmurhash.mrmr\nmurmurhash.mrmr.hash64('data')","import murmurhash.mrmr\nmurmurhash.mrmr.hash128('data')"]}],"homepage":null,"github":"https://github.com/explosion/murmurhash","docs":null,"changelog":null,"pypi":"https://pypi.org/project/murmurhash/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.6,"avg_import_s":0,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/murmurhash/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":"verified"}}