{ "info": { "author": "Lorenz Schori", "author_email": "lo@znerol.ch", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Internet", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "Pure Python FNV hash implementation\n===================================\n\n.. image:: https://travis-ci.org/znerol/py-fnvhash.svg?branch=master\n :target: https://travis-ci.org/znerol/py-fnvhash\n\n\nPure Python implementation of the FNV_ hash family with 100% test coverage.\nTake a look at pyhash_ for use cases where performance is more important than\nportability.\n\n.. _FNV: http://isthe.com/chongo/tech/comp/fnv/\n.. _pyhash: https://pypi.python.org/pypi/pyhash\n\n\nUsage\n-----\n\n::\n\n >>> from fnvhash import fnv1a_32\n >>> hex(fnv1a_32(b'foo'))\n '0xa9f37ed7'\n\n\nLicense\n-------\n\nThe software is subject to the MIT license.\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/znerol/py-fnvhash", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "fnvhash", "package_url": "https://pypi.org/project/fnvhash/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/fnvhash/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/znerol/py-fnvhash" }, "release_url": "https://pypi.org/project/fnvhash/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Pure Python FNV hash implementation", "version": "0.1.0" }, "last_serial": 1837309, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "0d3a16ca83f2cb81a35889121c27a8fe", "sha256": "3e82d505054f9f3987b2b5b649f7e7b6f48349f6af8a1b8e4d66779699c85a8e" }, "downloads": -1, "filename": "fnvhash-0.1.0.tar.gz", "has_sig": true, "md5_digest": "0d3a16ca83f2cb81a35889121c27a8fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1902, "upload_time": "2015-11-28T12:21:00", "url": "https://files.pythonhosted.org/packages/2f/01/14ef74ea03ac12e8a80d43bbad5356ae809b125cd2072766e459bcc7d388/fnvhash-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0d3a16ca83f2cb81a35889121c27a8fe", "sha256": "3e82d505054f9f3987b2b5b649f7e7b6f48349f6af8a1b8e4d66779699c85a8e" }, "downloads": -1, "filename": "fnvhash-0.1.0.tar.gz", "has_sig": true, "md5_digest": "0d3a16ca83f2cb81a35889121c27a8fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1902, "upload_time": "2015-11-28T12:21:00", "url": "https://files.pythonhosted.org/packages/2f/01/14ef74ea03ac12e8a80d43bbad5356ae809b125cd2072766e459bcc7d388/fnvhash-0.1.0.tar.gz" } ] }