--- id: murmurhash version: "1.0.15" license: MIT license_treatment: permissive maintenance: active --- # murmurhash — Cython bindings for MurmurHash License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install murmurhash uv add murmurhash poetry add murmurhash ## Description # Cython bindings for MurmurHash2 [![tests](https://github.com/explosion/murmurhash/actions/workflows/tests.yml/badge.svg)](https://github.com/explosion/murmurhash/actions/workflows/tests.yml) [![pypi Version](https://img.shields.io/pypi/v/murmurhash.svg?style=flat-square&logo=pypi&logoColor=white)](https://pypi.python.org/pypi/murmurhash) [![conda Version](https://img.shields.io/conda/vn/conda-forge/murmurhash.svg?style=flat-square&logo=conda-forge&logoColor=white)](https://anaconda.org/conda-forge/murmurhash) [![Python wheels](https://img.shields.io/badge/wheels-%E2%9C%93-4c1.svg?longCache=true&style=flat-square&logo=python&logoColor=white)](https://github.com/explosion/wheelwright/releases) ## AI interpretation — verify before relying Provides fast MurmurHash2 hashing through Cython bindings, enabling efficient hash computation for data in Python applications. Verdict: Production-stable, actively maintained hashing library with zero security vulnerabilities and permissive licensing. Medium install friction is offset by broad platform support and zero runtime dependencies, making it suitable for applications requiring efficient hash computation. [View on SkillFed](https://skillfed.io/packages/murmurhash) · [View on PyPI](https://pypi.org/project/murmurhash/)