Skip to main content

murmurhash2 for Python

Project description

murmurhash2-py

CI PyPI

32-bit murmurhash2 & 3 for Python

Installation

pip install murmurhash2

Usage

from murmurhash2 import murmurhash2, murmurhash3


SEED = 3242157231
print(murmurhash2(b'key', SEED))
print(murmurhash3(b'key', SEED))

License

This work is released under the MIT license. A copy of the license is provided in the LICENSE file.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

murmurhash2-0.2.4.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distributions

murmurhash2-0.2.4-cp36-abi3-win_amd64.whl (101.6 kB view hashes)

Uploaded CPython 3.6+ Windows x86-64

murmurhash2-0.2.4-cp36-abi3-win32.whl (97.6 kB view hashes)

Uploaded CPython 3.6+ Windows x86

murmurhash2-0.2.4-cp36-abi3-manylinux2010_x86_64.whl (851.6 kB view hashes)

Uploaded CPython 3.6+ manylinux: glibc 2.12+ x86-64

murmurhash2-0.2.4-cp36-abi3-macosx_10_9_universal2.whl (388.3 kB view hashes)

Uploaded CPython 3.6+ macOS 10.9+ universal2 (ARM64, x86-64)

murmurhash2-0.2.4-cp36-abi3-macosx_10_7_x86_64.whl (194.3 kB view hashes)

Uploaded CPython 3.6+ macOS 10.7+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page