|
|
- Metadata-Version: 2.1
- Name: murmurhash
- Version: 1.0.1
- Summary: Cython bindings for MurmurHash2
- Home-page: https://github.com/explosion/murmurhash
- Author: Matthew Honnibal
- Author-email: matt@explosion.ai
- License: MIT
- Platform: UNKNOWN
- Classifier: Development Status :: 5 - Production/Stable
- Classifier: Environment :: Console
- Classifier: Intended Audience :: Developers
- Classifier: Intended Audience :: Science/Research
- Classifier: License :: OSI Approved :: MIT License
- Classifier: Operating System :: POSIX :: Linux
- Classifier: Operating System :: MacOS :: MacOS X
- Classifier: Operating System :: Microsoft :: Windows
- Classifier: Programming Language :: Cython
- Classifier: Programming Language :: Python :: 2.6
- Classifier: Programming Language :: Python :: 2.7
- Classifier: Programming Language :: Python :: 3.3
- Classifier: Programming Language :: Python :: 3.4
- Classifier: Programming Language :: Python :: 3.5
- Classifier: Programming Language :: Python :: 3.6
- Classifier: Programming Language :: Python :: 3.7
- Classifier: Topic :: Scientific/Engineering
-
- Cython bindings for MurmurHash2
- *******************************
-
- .. image:: https://img.shields.io/travis/explosion/murmurhash/master.svg?style=flat-square&logo=travis
- :target: https://travis-ci.org/explosion/murmurhash
- :alt: Build Status
-
- .. image:: https://img.shields.io/appveyor/ci/explosion/murmurhash/master.svg?style=flat-square&logo=appveyor
- :target: https://ci.appveyor.com/project/explosion/murmurhash
- :alt: Appveyor Build Status
-
- .. image:: https://img.shields.io/pypi/v/murmurhash.svg?style=flat-square
- :target: https://pypi.python.org/pypi/murmurhash
- :alt: pypi Version
-
- .. image:: https://img.shields.io/conda/vn/conda-forge/murmurhash.svg?style=flat-square
- :target: https://anaconda.org/conda-forge/murmurhash
- :alt: conda Version
-
- .. image:: https://img.shields.io/badge/wheels-%E2%9C%93-4c1.svg?longCache=true&style=flat-square&logo=python&logoColor=white
- :target: https://github.com/explosion/wheelwright/releases
- :alt: Python wheels
-
-
|