{ "info": { "author": "Jorick Caberio, Bryan McLemore", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: C++", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Murmur Hash Library\n===================\n\nMurmur Hash Library is a simple c level implementation developed for\nhigh speed hashing of in memory strings, on disk files, and the contents\nof zip files.\n\nAs the name implies the hashes are generated via an implementation of\n`MurmurHash 2.0`_.\n\nA few quick NOTES and WARNINGS:\n\nThe implementation of MurMur that is used in this code makes the\nfollowing assumptions about your machine:\n\n\t1. A 4-byte value can be read from any address without crashing\n\t2. sizeof(int) == 4\n\nIt will also not produce the same results on little-endian and big-endian\nmachines.\n\nI believe it would be easily possible to get around these limitations.\n\n.. _MurmurHash 2.0: http://murmurhash.googlepages.com/", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/jcaberio/MurmurV3/tarball/0.5", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jcaberio/MurmurV3", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "murmurv3-37", "package_url": "https://pypi.org/project/murmurv3-37/", "platform": "any", "project_url": "https://pypi.org/project/murmurv3-37/", "project_urls": { "Download": "https://github.com/jcaberio/MurmurV3/tarball/0.5", "Homepage": "https://github.com/jcaberio/MurmurV3" }, "release_url": "https://pypi.org/project/murmurv3-37/0.3/", "requires_dist": null, "requires_python": "", "summary": "MurmurV3 for Python 3.7", "version": "0.3" }, "last_serial": 4755287, "releases": { "0.3": [ { "comment_text": "", "digests": { "md5": "90a60405ff66cf536db82590d09e3ca4", "sha256": "6396a91b4012af760941a2720585a615311a432030dc65b4b5c37f9be71af59b" }, "downloads": -1, "filename": "murmurv3-37-0.3.tar.gz", "has_sig": false, "md5_digest": "90a60405ff66cf536db82590d09e3ca4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24690, "upload_time": "2019-01-29T15:09:52", "url": "https://files.pythonhosted.org/packages/27/18/fbd5e042b095ecc90ab2833219c6206bb8b2e5aab9ea3718f5ba796886b1/murmurv3-37-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "90a60405ff66cf536db82590d09e3ca4", "sha256": "6396a91b4012af760941a2720585a615311a432030dc65b4b5c37f9be71af59b" }, "downloads": -1, "filename": "murmurv3-37-0.3.tar.gz", "has_sig": false, "md5_digest": "90a60405ff66cf536db82590d09e3ca4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24690, "upload_time": "2019-01-29T15:09:52", "url": "https://files.pythonhosted.org/packages/27/18/fbd5e042b095ecc90ab2833219c6206bb8b2e5aab9ea3718f5ba796886b1/murmurv3-37-0.3.tar.gz" } ] }