{ "info": { "author": "Split software", "author_email": "python@split.io", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: Public Domain", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Utilities" ], "description": "murmurhash3\n===========\n\n:Version: 1.0.3\n:Download: http://pypi.python.org/pypi/splitmmh3/\n:Source: http://github.com/splitio/mmh3\n:Keywords: hash, MurmurHash\n\nmurmurhash3 is a Python library for MurmurHash (MurmurHash3), a set of fast and\nrobust hash functions. This library is a Python extension module written in C.\n\nSupports Python >= 2.7\n\n\nUsage\n=====\n\nInstall::\n\n pip install splitmmh3\n\nUsage::\n\n pip install splitmmh3\n\n >>> import splitmmh3 as mmh3\n >>> mmh3.hash('foo') # 32-bit signed int\n -156908512\n >>> mmh3.hash64('foo') # two 64-bit signed ints (the 128-bit hash sliced in half)\n (-2129773440516405919, 9128664383759220103)\n >>> mmh3.hash128('foo') # 128-bit signed int\n 168394135621993849475852668931176482145\n >>> mmh3.hash_bytes('foo') # 128-bit value as bytes\n 'aE\\xf5\\x01W\\x86q\\xe2\\x87}\\xba+\\xe4\\x87\\xaf~'\n >>> mmh3.hash('foo', 42) # uses 42 for its seed\n -1322301282\n\n\nLicense\n=======\n\nPublic Domain\n\n\nAuthors\n=======\n\nMurmurHash3 was created by Austin Appleby\n\n- http://code.google.com/p/smhasher/", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://packages.python.org/splitmmh3", "keywords": "hash,MurmurHash", "license": "Public Domain", "maintainer": "", "maintainer_email": "", "name": "splitmmh3", "package_url": "https://pypi.org/project/splitmmh3/", "platform": "", "project_url": "https://pypi.org/project/splitmmh3/", "project_urls": { "Homepage": "http://packages.python.org/splitmmh3" }, "release_url": "https://pypi.org/project/splitmmh3/1.0.3/", "requires_dist": null, "requires_python": "", "summary": "An adaption of a public domain librarywith python2.7 support", "version": "1.0.3" }, "last_serial": 4220635, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "42e0cb054340755d6c391ea4440f53b6", "sha256": "5ecbf93279bfe2d9235e500a94c6630fb056907b813d31de5dd21c67e429ae2b" }, "downloads": -1, "filename": "splitmmh3-0.1.tar.gz", "has_sig": false, "md5_digest": "42e0cb054340755d6c391ea4440f53b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4009, "upload_time": "2017-03-16T03:52:43", "url": "https://files.pythonhosted.org/packages/24/aa/5b9a89faa218288981d83c126a0084cda32c8927b1de0316210d5f9d7b58/splitmmh3-0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "5fbeb0c77ba94e7ebc9eb6114028b8fb", "sha256": "b9a9f487a7baf0dfb7334ac22a90ae8343b05e519d45a0c8b4dfcc42c949ab9e" }, "downloads": -1, "filename": "splitmmh3-1.0.2.tar.gz", "has_sig": false, "md5_digest": "5fbeb0c77ba94e7ebc9eb6114028b8fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3818, "upload_time": "2018-08-29T22:00:18", "url": "https://files.pythonhosted.org/packages/37/ef/ccb93dfe6adf1061231daf5298540551e5a038970183cd764029e29ac2af/splitmmh3-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "e293ae43212fbe965823c807c71874cb", "sha256": "a3fbd4e7971a3686888438c3b8a7cfd718aba1340059bb3bcd38c60e30a4f499" }, "downloads": -1, "filename": "splitmmh3-1.0.3.tar.gz", "has_sig": false, "md5_digest": "e293ae43212fbe965823c807c71874cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12261, "upload_time": "2018-08-29T22:19:57", "url": "https://files.pythonhosted.org/packages/8f/16/f185a0b07178b0b3e46440b551d4379c749d54cfbfc876c5eb0a44fa2aa9/splitmmh3-1.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e293ae43212fbe965823c807c71874cb", "sha256": "a3fbd4e7971a3686888438c3b8a7cfd718aba1340059bb3bcd38c60e30a4f499" }, "downloads": -1, "filename": "splitmmh3-1.0.3.tar.gz", "has_sig": false, "md5_digest": "e293ae43212fbe965823c807c71874cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12261, "upload_time": "2018-08-29T22:19:57", "url": "https://files.pythonhosted.org/packages/8f/16/f185a0b07178b0b3e46440b551d4379c749d54cfbfc876c5eb0a44fa2aa9/splitmmh3-1.0.3.tar.gz" } ] }