Name | fnv-hash-fast JSON |
Version |
1.2.2
JSON |
| download |
home_page | None |
Summary | A fast version of fnv1a |
upload_time | 2025-01-17 19:54:01 |
maintainer | None |
docs_url | None |
author | J. Nick Koston |
requires_python | <4.0,>=3.10 |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# FNV Hash Fast
<p align="center">
<a href="https://github.com/bdraco/fnv-hash-fast/actions/workflows/ci.yml?query=branch%3Amain">
<img src="https://img.shields.io/github/actions/workflow/status/bdraco/fnv-hash-fast/ci.yml?branch=main&label=CI&logo=github&style=flat-square" alt="CI Status" >
</a>
<a href="https://codecov.io/gh/bdraco/fnv-hash-fast">
<img src="https://img.shields.io/codecov/c/github/bdraco/fnv-hash-fast.svg?logo=codecov&logoColor=fff&style=flat-square" alt="Test coverage percentage">
</a>
</p>
<p align="center">
<a href="https://python-poetry.org/">
<img src="https://img.shields.io/badge/packaging-poetry-299bd7?style=flat-square&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAASCAYAAABrXO8xAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJJSURBVHgBfZLPa1NBEMe/s7tNXoxW1KJQKaUHkXhQvHgW6UHQQ09CBS/6V3hKc/AP8CqCrUcpmop3Cx48eDB4yEECjVQrlZb80CRN8t6OM/teagVxYZi38+Yz853dJbzoMV3MM8cJUcLMSUKIE8AzQ2PieZzFxEJOHMOgMQQ+dUgSAckNXhapU/NMhDSWLs1B24A8sO1xrN4NECkcAC9ASkiIJc6k5TRiUDPhnyMMdhKc+Zx19l6SgyeW76BEONY9exVQMzKExGKwwPsCzza7KGSSWRWEQhyEaDXp6ZHEr416ygbiKYOd7TEWvvcQIeusHYMJGhTwF9y7sGnSwaWyFAiyoxzqW0PM/RjghPxF2pWReAowTEXnDh0xgcLs8l2YQmOrj3N7ByiqEoH0cARs4u78WgAVkoEDIDoOi3AkcLOHU60RIg5wC4ZuTC7FaHKQm8Hq1fQuSOBvX/sodmNJSB5geaF5CPIkUeecdMxieoRO5jz9bheL6/tXjrwCyX/UYBUcjCaWHljx1xiX6z9xEjkYAzbGVnB8pvLmyXm9ep+W8CmsSHQQY77Zx1zboxAV0w7ybMhQmfqdmmw3nEp1I0Z+FGO6M8LZdoyZnuzzBdjISicKRnpxzI9fPb+0oYXsNdyi+d3h9bm9MWYHFtPeIZfLwzmFDKy1ai3p+PDls1Llz4yyFpferxjnyjJDSEy9CaCx5m2cJPerq6Xm34eTrZt3PqxYO1XOwDYZrFlH1fWnpU38Y9HRze3lj0vOujZcXKuuXm3jP+s3KbZVra7y2EAAAAAASUVORK5CYII=" alt="Poetry">
</a>
<a href="https://github.com/ambv/black">
<img src="https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square" alt="black">
</a>
<a href="https://github.com/pre-commit/pre-commit">
<img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square" alt="pre-commit">
</a>
<a href="https://codspeed.io/bdraco/fnv-hash-fast"><img src="https://img.shields.io/endpoint?url=https://codspeed.io/badge.json" alt="CodSpeed Badge"/></a>
</p>
<p align="center">
<a href="https://pypi.org/project/fnv-hash-fast/">
<img src="https://img.shields.io/pypi/v/fnv-hash-fast.svg?logo=python&logoColor=fff&style=flat-square" alt="PyPI Version">
</a>
<img src="https://img.shields.io/pypi/pyversions/fnv-hash-fast.svg?style=flat-square&logo=python&logoColor=fff" alt="Supported Python versions">
<img src="https://img.shields.io/pypi/l/fnv-hash-fast.svg?style=flat-square" alt="License">
</p>
A fast version of fnv1a
This library will use a CPP implementation of fnv1a (32) if cython is available, and will fallback to pure python from the fnvhash package if it is not.
## Installation
Install this via pip (or your favourite package manager):
`pip install fnv-hash-fast`
## Example
```python
>>> import fnv_hash_fast
>>> fnv_hash_fast.fnv1a_32(b"hello")
1335831723
>>> fnv_hash_fast.fnv1a_32(b"goodbye")
1188507472
```
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
<!-- prettier-ignore-start -->
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- markdownlint-disable -->
<!-- markdownlint-enable -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
<!-- prettier-ignore-end -->
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
## Credits
This package was created with
[Copier](https://copier.readthedocs.io/) and the
[browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template)
project template.
Raw data
{
"_id": null,
"home_page": null,
"name": "fnv-hash-fast",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.10",
"maintainer_email": null,
"keywords": null,
"author": "J. Nick Koston",
"author_email": "nick@koston.org",
"download_url": "https://files.pythonhosted.org/packages/8f/e4/5cbc45f26a0fc7acbe372400fe888a9a874ff7ed1bf8c18d1a5df110991b/fnv_hash_fast-1.2.2.tar.gz",
"platform": null,
"description": "# FNV Hash Fast\n\n<p align=\"center\">\n <a href=\"https://github.com/bdraco/fnv-hash-fast/actions/workflows/ci.yml?query=branch%3Amain\">\n <img src=\"https://img.shields.io/github/actions/workflow/status/bdraco/fnv-hash-fast/ci.yml?branch=main&label=CI&logo=github&style=flat-square\" alt=\"CI Status\" >\n </a>\n <a href=\"https://codecov.io/gh/bdraco/fnv-hash-fast\">\n <img src=\"https://img.shields.io/codecov/c/github/bdraco/fnv-hash-fast.svg?logo=codecov&logoColor=fff&style=flat-square\" alt=\"Test coverage percentage\">\n </a>\n</p>\n<p align=\"center\">\n <a href=\"https://python-poetry.org/\">\n <img src=\"https://img.shields.io/badge/packaging-poetry-299bd7?style=flat-square&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAASCAYAAABrXO8xAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJJSURBVHgBfZLPa1NBEMe/s7tNXoxW1KJQKaUHkXhQvHgW6UHQQ09CBS/6V3hKc/AP8CqCrUcpmop3Cx48eDB4yEECjVQrlZb80CRN8t6OM/teagVxYZi38+Yz853dJbzoMV3MM8cJUcLMSUKIE8AzQ2PieZzFxEJOHMOgMQQ+dUgSAckNXhapU/NMhDSWLs1B24A8sO1xrN4NECkcAC9ASkiIJc6k5TRiUDPhnyMMdhKc+Zx19l6SgyeW76BEONY9exVQMzKExGKwwPsCzza7KGSSWRWEQhyEaDXp6ZHEr416ygbiKYOd7TEWvvcQIeusHYMJGhTwF9y7sGnSwaWyFAiyoxzqW0PM/RjghPxF2pWReAowTEXnDh0xgcLs8l2YQmOrj3N7ByiqEoH0cARs4u78WgAVkoEDIDoOi3AkcLOHU60RIg5wC4ZuTC7FaHKQm8Hq1fQuSOBvX/sodmNJSB5geaF5CPIkUeecdMxieoRO5jz9bheL6/tXjrwCyX/UYBUcjCaWHljx1xiX6z9xEjkYAzbGVnB8pvLmyXm9ep+W8CmsSHQQY77Zx1zboxAV0w7ybMhQmfqdmmw3nEp1I0Z+FGO6M8LZdoyZnuzzBdjISicKRnpxzI9fPb+0oYXsNdyi+d3h9bm9MWYHFtPeIZfLwzmFDKy1ai3p+PDls1Llz4yyFpferxjnyjJDSEy9CaCx5m2cJPerq6Xm34eTrZt3PqxYO1XOwDYZrFlH1fWnpU38Y9HRze3lj0vOujZcXKuuXm3jP+s3KbZVra7y2EAAAAAASUVORK5CYII=\" alt=\"Poetry\">\n </a>\n <a href=\"https://github.com/ambv/black\">\n <img src=\"https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square\" alt=\"black\">\n </a>\n <a href=\"https://github.com/pre-commit/pre-commit\">\n <img src=\"https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square\" alt=\"pre-commit\">\n </a>\n <a href=\"https://codspeed.io/bdraco/fnv-hash-fast\"><img src=\"https://img.shields.io/endpoint?url=https://codspeed.io/badge.json\" alt=\"CodSpeed Badge\"/></a>\n</p>\n<p align=\"center\">\n <a href=\"https://pypi.org/project/fnv-hash-fast/\">\n <img src=\"https://img.shields.io/pypi/v/fnv-hash-fast.svg?logo=python&logoColor=fff&style=flat-square\" alt=\"PyPI Version\">\n </a>\n <img src=\"https://img.shields.io/pypi/pyversions/fnv-hash-fast.svg?style=flat-square&logo=python&logoColor=fff\" alt=\"Supported Python versions\">\n <img src=\"https://img.shields.io/pypi/l/fnv-hash-fast.svg?style=flat-square\" alt=\"License\">\n</p>\n\nA fast version of fnv1a\n\nThis library will use a CPP implementation of fnv1a (32) if cython is available, and will fallback to pure python from the fnvhash package if it is not.\n\n## Installation\n\nInstall this via pip (or your favourite package manager):\n\n`pip install fnv-hash-fast`\n\n## Example\n\n```python\n>>> import fnv_hash_fast\n>>> fnv_hash_fast.fnv1a_32(b\"hello\")\n1335831723\n>>> fnv_hash_fast.fnv1a_32(b\"goodbye\")\n1188507472\n```\n\n## Contributors \u2728\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- prettier-ignore-start -->\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- markdownlint-disable -->\n<!-- markdownlint-enable -->\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n<!-- prettier-ignore-end -->\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n\n## Credits\n\nThis package was created with\n[Copier](https://copier.readthedocs.io/) and the\n[browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template)\nproject template.\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A fast version of fnv1a",
"version": "1.2.2",
"project_urls": {
"Bug Tracker": "https://github.com/bdraco/fnv-hash-fast/issues",
"Changelog": "https://github.com/bdraco/fnv-hash-fast/blob/main/CHANGELOG.md",
"Repository": "https://github.com/bdraco/fnv-hash-fast"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c2ca7a4866f81f031c8305d8adf09b13b3e42db16a1d15f2e4d83623379c5bd6",
"md5": "1802b74da100e572428a875e9406552b",
"sha256": "d87ec28c1a74eb9001a9f22d75416dc2a38cacfccdb2c998b4e1d606f5c91fdf"
},
"downloads": -1,
"filename": "fnv_hash_fast-1.2.2-cp310-cp310-manylinux_2_31_x86_64.whl",
"has_sig": false,
"md5_digest": "1802b74da100e572428a875e9406552b",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<4.0,>=3.10",
"size": 70663,
"upload_time": "2025-01-17T19:54:00",
"upload_time_iso_8601": "2025-01-17T19:54:00.671871Z",
"url": "https://files.pythonhosted.org/packages/c2/ca/7a4866f81f031c8305d8adf09b13b3e42db16a1d15f2e4d83623379c5bd6/fnv_hash_fast-1.2.2-cp310-cp310-manylinux_2_31_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a3d7e4ca7b6e52a7930042df86f4723744914257d458e669054cbcd34181a9e0",
"md5": "89e2bb3e95158d3a3a377127d6b0a1a3",
"sha256": "22817acbbf555a7ba8bf732effe2451fab7d0a51b0ecfdba0251a0f835b1ad2e"
},
"downloads": -1,
"filename": "fnv_hash_fast-1.2.2-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "89e2bb3e95158d3a3a377127d6b0a1a3",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<4.0,>=3.10",
"size": 19828,
"upload_time": "2025-01-17T19:59:38",
"upload_time_iso_8601": "2025-01-17T19:59:38.956216Z",
"url": "https://files.pythonhosted.org/packages/a3/d7/e4ca7b6e52a7930042df86f4723744914257d458e669054cbcd34181a9e0/fnv_hash_fast-1.2.2-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "41d0a3279e576a36bff1f9d9025de98ee1d73a86934af628a72ee189d8d73981",
"md5": "8332219a60a9ab5fbf9007d7e907fb93",
"sha256": "470b9cbdf4d8b2caf7a806ab798bef5bbb144f6e7aa162a36f02d22ea045b889"
},
"downloads": -1,
"filename": "fnv_hash_fast-1.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "8332219a60a9ab5fbf9007d7e907fb93",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<4.0,>=3.10",
"size": 75621,
"upload_time": "2025-01-17T19:59:41",
"upload_time_iso_8601": "2025-01-17T19:59:41.262227Z",
"url": "https://files.pythonhosted.org/packages/41/d0/a3279e576a36bff1f9d9025de98ee1d73a86934af628a72ee189d8d73981/fnv_hash_fast-1.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1c54e1f82b2087aaa08a55f1f276b65f6e9c56e479396dd61b47d0858f128e42",
"md5": "5be8013e8a946c959218f7bcbcb05615",
"sha256": "888700cf6d78036a1ce68927d9e8bd6ec892ee78ce1c34fdc1a293eccc2c8f8d"
},
"downloads": -1,
"filename": "fnv_hash_fast-1.2.2-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "5be8013e8a946c959218f7bcbcb05615",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<4.0,>=3.10",
"size": 72755,
"upload_time": "2025-01-17T19:59:42",
"upload_time_iso_8601": "2025-01-17T19:59:42.362250Z",
"url": "https://files.pythonhosted.org/packages/1c/54/e1f82b2087aaa08a55f1f276b65f6e9c56e479396dd61b47d0858f128e42/fnv_hash_fast-1.2.2-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9b2a94fb109acf23685b38befdbe3f4d6da0aa66272f87c7a3253c9ddc01d650",
"md5": "26057eadf843bb525b50d0c2ab8697c2",
"sha256": "a7569ce464b005ed7c7f29a2769919cc76af1f7a25b2e6a78d1270e1b12d7457"
},
"downloads": -1,
"filename": "fnv_hash_fast-1.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "26057eadf843bb525b50d0c2ab8697c2",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<4.0,>=3.10",
"size": 75717,
"upload_time": "2025-01-17T19:59:44",
"upload_time_iso_8601": "2025-01-17T19:59:44.643918Z",
"url": "https://files.pythonhosted.org/packages/9b/2a/94fb109acf23685b38befdbe3f4d6da0aa66272f87c7a3253c9ddc01d650/fnv_hash_fast-1.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2b57a10762bfea91ebb732b219627ee30d601fda28f195b0dd44f266eca968d8",
"md5": "b7f18f504cb6c769f2e3e177d87835af",
"sha256": "57d39366515a3ba008627ff5ec03611a3fadd7721702476d939d68674124e010"
},
"downloads": -1,
"filename": "fnv_hash_fast-1.2.2-cp311-cp311-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "b7f18f504cb6c769f2e3e177d87835af",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<4.0,>=3.10",
"size": 74395,
"upload_time": "2025-01-17T19:59:46",
"upload_time_iso_8601": "2025-01-17T19:59:46.195841Z",
"url": "https://files.pythonhosted.org/packages/2b/57/a10762bfea91ebb732b219627ee30d601fda28f195b0dd44f266eca968d8/fnv_hash_fast-1.2.2-cp311-cp311-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0ca8cbcb2b6e96f49e691d11bca69fd80a6d1bba8f2a43c1ed3263fde313bbda",
"md5": "6662fd0ae73fb596910021fe5236420d",
"sha256": "f2d8639f0279bb9e02e1278c328f9d58383fb5cbbf91f2850aaa3a5294b5e002"
},
"downloads": -1,
"filename": "fnv_hash_fast-1.2.2-cp311-cp311-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "6662fd0ae73fb596910021fe5236420d",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<4.0,>=3.10",
"size": 72824,
"upload_time": "2025-01-17T19:59:47",
"upload_time_iso_8601": "2025-01-17T19:59:47.703903Z",
"url": "https://files.pythonhosted.org/packages/0c/a8/cbcb2b6e96f49e691d11bca69fd80a6d1bba8f2a43c1ed3263fde313bbda/fnv_hash_fast-1.2.2-cp311-cp311-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b2f1424dfd02e631106045b522f3caa4ed933d1712b11d04212d057bde8047ed",
"md5": "e37bafaa08141f65585b8cf3ea4446ca",
"sha256": "5e00807fbb4d60097eb63aeef34ccfb771190fd578e3d990d97791e0c8fdc90e"
},
"downloads": -1,
"filename": "fnv_hash_fast-1.2.2-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "e37bafaa08141f65585b8cf3ea4446ca",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<4.0,>=3.10",
"size": 75368,
"upload_time": "2025-01-17T19:59:50",
"upload_time_iso_8601": "2025-01-17T19:59:50.083928Z",
"url": "https://files.pythonhosted.org/packages/b2/f1/424dfd02e631106045b522f3caa4ed933d1712b11d04212d057bde8047ed/fnv_hash_fast-1.2.2-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fffe6b690e607124a9e3d54ae6ea65678a08247892cccf1bf083ff7f36b04376",
"md5": "10ce0147aea789a59759fa236ab8a86f",
"sha256": "340257f9aeddc9025f8b54551d00e31288f56cbdac17f0c696445468ad83bc8c"
},
"downloads": -1,
"filename": "fnv_hash_fast-1.2.2-cp311-cp311-win32.whl",
"has_sig": false,
"md5_digest": "10ce0147aea789a59759fa236ab8a86f",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<4.0,>=3.10",
"size": 19290,
"upload_time": "2025-01-17T19:59:52",
"upload_time_iso_8601": "2025-01-17T19:59:52.422990Z",
"url": "https://files.pythonhosted.org/packages/ff/fe/6b690e607124a9e3d54ae6ea65678a08247892cccf1bf083ff7f36b04376/fnv_hash_fast-1.2.2-cp311-cp311-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a3fb1f55c82887733af5aa30cb142ffbdef0498eeab6a5c5a311c4cb87b26872",
"md5": "b438154a2a4e95aa3a1de3f7f1149984",
"sha256": "4f564666636e5074ee64c89f2be6b17caf2ae15638cbea08105e8d3bb9f14c2d"
},
"downloads": -1,
"filename": "fnv_hash_fast-1.2.2-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "b438154a2a4e95aa3a1de3f7f1149984",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<4.0,>=3.10",
"size": 21064,
"upload_time": "2025-01-17T19:59:54",
"upload_time_iso_8601": "2025-01-17T19:59:54.588697Z",
"url": "https://files.pythonhosted.org/packages/a3/fb/1f55c82887733af5aa30cb142ffbdef0498eeab6a5c5a311c4cb87b26872/fnv_hash_fast-1.2.2-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f1b9a252e2e5f4b91dbf96d1400ca5250139d7d74f5ad5b107e7e9d68e26f799",
"md5": "632fdda0b916f38a3efe34c32511f360",
"sha256": "6595673f865b3fe487ae425a2f9a843847d896e76dc8427536a6c8844469260c"
},
"downloads": -1,
"filename": "fnv_hash_fast-1.2.2-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "632fdda0b916f38a3efe34c32511f360",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4.0,>=3.10",
"size": 19995,
"upload_time": "2025-01-17T19:59:55",
"upload_time_iso_8601": "2025-01-17T19:59:55.972372Z",
"url": "https://files.pythonhosted.org/packages/f1/b9/a252e2e5f4b91dbf96d1400ca5250139d7d74f5ad5b107e7e9d68e26f799/fnv_hash_fast-1.2.2-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "49cfd62d7291e3bc3ac80b7a04973fc7cb2a67cb31756189f33b93a1462cbf82",
"md5": "69251684c530cd9db9bcf684b13fd21d",
"sha256": "c48e49768383f633990a8344f50a3ecba2a2a73e617173d228f1ed14222b10ef"
},
"downloads": -1,
"filename": "fnv_hash_fast-1.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "69251684c530cd9db9bcf684b13fd21d",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4.0,>=3.10",
"size": 80331,
"upload_time": "2025-01-17T19:59:56",
"upload_time_iso_8601": "2025-01-17T19:59:56.972350Z",
"url": "https://files.pythonhosted.org/packages/49/cf/d62d7291e3bc3ac80b7a04973fc7cb2a67cb31756189f33b93a1462cbf82/fnv_hash_fast-1.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "05e716be69e8b878b58d09a25ae786856bb8502a0af0bcb00ca5fcf3ea3951da",
"md5": "8d7d53a3620847954821255da19bcdf0",
"sha256": "02024a90cc9c1ad86cd0420fa663ce98ed4c0b14747a4b6986c19ec4ffb321f2"
},
"downloads": -1,
"filename": "fnv_hash_fast-1.2.2-cp312-cp312-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "8d7d53a3620847954821255da19bcdf0",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4.0,>=3.10",
"size": 77249,
"upload_time": "2025-01-17T19:59:57",
"upload_time_iso_8601": "2025-01-17T19:59:57.982201Z",
"url": "https://files.pythonhosted.org/packages/05/e7/16be69e8b878b58d09a25ae786856bb8502a0af0bcb00ca5fcf3ea3951da/fnv_hash_fast-1.2.2-cp312-cp312-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c2328f3288234fd964a6643754af0fc5271938ba0ad9010f59aaf9ac2f8fd11c",
"md5": "3703570f4463d3d3c95854ea64f79c82",
"sha256": "3ba4da07311520c854b83764108b53b0b9ff4b863fb35b96f3061d84138964cd"
},
"downloads": -1,
"filename": "fnv_hash_fast-1.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "3703570f4463d3d3c95854ea64f79c82",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4.0,>=3.10",
"size": 81205,
"upload_time": "2025-01-17T19:59:59",
"upload_time_iso_8601": "2025-01-17T19:59:59.112960Z",
"url": "https://files.pythonhosted.org/packages/c2/32/8f3288234fd964a6643754af0fc5271938ba0ad9010f59aaf9ac2f8fd11c/fnv_hash_fast-1.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d720210e9e05bfa549b07bac67c1409c30f5a0baf65e9af35d0264e776b602ba",
"md5": "a2f1b7fddb8958f84f04161a52e937f7",
"sha256": "387778e9e84a1cefd8c14ff6ac9edab8971fc7afd0d8b7538f9264433f65f77a"
},
"downloads": -1,
"filename": "fnv_hash_fast-1.2.2-cp312-cp312-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "a2f1b7fddb8958f84f04161a52e937f7",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4.0,>=3.10",
"size": 78469,
"upload_time": "2025-01-17T20:00:00",
"upload_time_iso_8601": "2025-01-17T20:00:00.695606Z",
"url": "https://files.pythonhosted.org/packages/d7/20/210e9e05bfa549b07bac67c1409c30f5a0baf65e9af35d0264e776b602ba/fnv_hash_fast-1.2.2-cp312-cp312-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b600b028933ac6b5b0e4540b023eb66b635b8739ae3a8e60bf81837965c85f56",
"md5": "cc9181a3eeb158046a2134f2fe6bb1a4",
"sha256": "73f264476c46de4313271d5753dbd3b3e4b52e7e54108b2ec5755a1bcea7cd37"
},
"downloads": -1,
"filename": "fnv_hash_fast-1.2.2-cp312-cp312-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "cc9181a3eeb158046a2134f2fe6bb1a4",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4.0,>=3.10",
"size": 77152,
"upload_time": "2025-01-17T20:00:02",
"upload_time_iso_8601": "2025-01-17T20:00:02.343667Z",
"url": "https://files.pythonhosted.org/packages/b6/00/b028933ac6b5b0e4540b023eb66b635b8739ae3a8e60bf81837965c85f56/fnv_hash_fast-1.2.2-cp312-cp312-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9d1af02337735da2205fded81f990597d1cf68f124637642224533503a5b0831",
"md5": "a1d1676fd1456b809f70f3574e895f03",
"sha256": "5445cd88fba958445dd15bce5726a5c1d6563069c61aca9cc613114e25c0c169"
},
"downloads": -1,
"filename": "fnv_hash_fast-1.2.2-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "a1d1676fd1456b809f70f3574e895f03",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4.0,>=3.10",
"size": 79838,
"upload_time": "2025-01-17T20:00:03",
"upload_time_iso_8601": "2025-01-17T20:00:03.478758Z",
"url": "https://files.pythonhosted.org/packages/9d/1a/f02337735da2205fded81f990597d1cf68f124637642224533503a5b0831/fnv_hash_fast-1.2.2-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3744408486a9d4ebf001ee96a36c14c339167c1dad4e5a78293412a713251951",
"md5": "e31c00a92a97c1da4ec212a3af7b5489",
"sha256": "e497034490a62b54f1a4c163f3c8986158aeebe3f611298575c386232560bc4a"
},
"downloads": -1,
"filename": "fnv_hash_fast-1.2.2-cp312-cp312-win32.whl",
"has_sig": false,
"md5_digest": "e31c00a92a97c1da4ec212a3af7b5489",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4.0,>=3.10",
"size": 19499,
"upload_time": "2025-01-17T20:00:04",
"upload_time_iso_8601": "2025-01-17T20:00:04.584975Z",
"url": "https://files.pythonhosted.org/packages/37/44/408486a9d4ebf001ee96a36c14c339167c1dad4e5a78293412a713251951/fnv_hash_fast-1.2.2-cp312-cp312-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "046e5ada74025b3a88bca95c277870e845da5c70d9762b8ebe9fc4aec216041d",
"md5": "11ebb3a72368e4fb59de6b065ed6258e",
"sha256": "6afc7ef9917d6bf2dcb3c40de9782be1ce787e81cb1cdf844c90eca002dbd40f"
},
"downloads": -1,
"filename": "fnv_hash_fast-1.2.2-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "11ebb3a72368e4fb59de6b065ed6258e",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4.0,>=3.10",
"size": 21223,
"upload_time": "2025-01-17T20:00:06",
"upload_time_iso_8601": "2025-01-17T20:00:06.764183Z",
"url": "https://files.pythonhosted.org/packages/04/6e/5ada74025b3a88bca95c277870e845da5c70d9762b8ebe9fc4aec216041d/fnv_hash_fast-1.2.2-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8f014f56ca31637e53d88f376d3bf22b1dd522be2d5befff781ba4075dc7e9d9",
"md5": "929c3e4d6af00dff98b586795114659d",
"sha256": "cd4deffc769dead6c011d6bee0f53db0f567fd8409c9991ea897b5a961a23cc1"
},
"downloads": -1,
"filename": "fnv_hash_fast-1.2.2-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "929c3e4d6af00dff98b586795114659d",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<4.0,>=3.10",
"size": 19341,
"upload_time": "2025-01-17T20:00:07",
"upload_time_iso_8601": "2025-01-17T20:00:07.725206Z",
"url": "https://files.pythonhosted.org/packages/8f/01/4f56ca31637e53d88f376d3bf22b1dd522be2d5befff781ba4075dc7e9d9/fnv_hash_fast-1.2.2-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8882ff551a4a2affe658329c09094e3402e645d849140fdf190703a36b0fe3ef",
"md5": "36b17c814add5cce4763b790ddd35214",
"sha256": "a8f5dd325946729466ccb2c031f58891234c4439efda207e34b07d1dcf24f1f2"
},
"downloads": -1,
"filename": "fnv_hash_fast-1.2.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "36b17c814add5cce4763b790ddd35214",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<4.0,>=3.10",
"size": 74943,
"upload_time": "2025-01-17T20:00:08",
"upload_time_iso_8601": "2025-01-17T20:00:08.865865Z",
"url": "https://files.pythonhosted.org/packages/88/82/ff551a4a2affe658329c09094e3402e645d849140fdf190703a36b0fe3ef/fnv_hash_fast-1.2.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "42e4f6f8a325f86f5503b4bcf69d4aa81a0d5954866519d20d35559bb5425a11",
"md5": "04592367393b5f9fd151f4d5b3d2f1fc",
"sha256": "d3ed885499fe2963925b545bf31945b9d3141febd6771c59c56acfb9826fa08a"
},
"downloads": -1,
"filename": "fnv_hash_fast-1.2.2-cp313-cp313-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "04592367393b5f9fd151f4d5b3d2f1fc",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<4.0,>=3.10",
"size": 72099,
"upload_time": "2025-01-17T20:00:09",
"upload_time_iso_8601": "2025-01-17T20:00:09.944309Z",
"url": "https://files.pythonhosted.org/packages/42/e4/f6f8a325f86f5503b4bcf69d4aa81a0d5954866519d20d35559bb5425a11/fnv_hash_fast-1.2.2-cp313-cp313-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "40dd4df8715f5927b0db19520efc16792e75aee19fbe4f3261ff43aa31607b8f",
"md5": "ba668fe9b58edfa782a3a03220a490d7",
"sha256": "9dd17583fb3ff3d9a38ced5ca5853896aa777d91ee39706c6465c496b9784c08"
},
"downloads": -1,
"filename": "fnv_hash_fast-1.2.2-cp313-cp313-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "ba668fe9b58edfa782a3a03220a490d7",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<4.0,>=3.10",
"size": 76040,
"upload_time": "2025-01-17T20:00:11",
"upload_time_iso_8601": "2025-01-17T20:00:11.507916Z",
"url": "https://files.pythonhosted.org/packages/40/dd/4df8715f5927b0db19520efc16792e75aee19fbe4f3261ff43aa31607b8f/fnv_hash_fast-1.2.2-cp313-cp313-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d074cddc698b913d9eb74cb96bf396d9ba4d9ddb7284394653cd9bb926293169",
"md5": "617eef07a4cb510f16da161541056d8f",
"sha256": "c150302f5ac75a1b85e786c4081178bdb3f05a7bdcd818770d74a7852bef1b9d"
},
"downloads": -1,
"filename": "fnv_hash_fast-1.2.2-cp313-cp313-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "617eef07a4cb510f16da161541056d8f",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<4.0,>=3.10",
"size": 73773,
"upload_time": "2025-01-17T20:00:12",
"upload_time_iso_8601": "2025-01-17T20:00:12.525121Z",
"url": "https://files.pythonhosted.org/packages/d0/74/cddc698b913d9eb74cb96bf396d9ba4d9ddb7284394653cd9bb926293169/fnv_hash_fast-1.2.2-cp313-cp313-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f50639588da0d5a0f2feebaf66693fd90290c57e0646db283268802f63b49712",
"md5": "70543a500bc2fc78830c2390db403ad3",
"sha256": "37e9c9c898393cbae6c420156c9214afa6cc3cd93707ff0f30057fe58c718d5c"
},
"downloads": -1,
"filename": "fnv_hash_fast-1.2.2-cp313-cp313-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "70543a500bc2fc78830c2390db403ad3",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<4.0,>=3.10",
"size": 71847,
"upload_time": "2025-01-17T20:00:13",
"upload_time_iso_8601": "2025-01-17T20:00:13.613786Z",
"url": "https://files.pythonhosted.org/packages/f5/06/39588da0d5a0f2feebaf66693fd90290c57e0646db283268802f63b49712/fnv_hash_fast-1.2.2-cp313-cp313-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bfd45ea0fe5f030898469bd436e8e1c022ab27d813c9d83feeef96804e3f45fa",
"md5": "094a150275c0fe2668de1a832acd59fb",
"sha256": "8776fbc12ef9ea9f8891a4f4099d920b62db6d12948bad3845eb905e458c031c"
},
"downloads": -1,
"filename": "fnv_hash_fast-1.2.2-cp313-cp313-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "094a150275c0fe2668de1a832acd59fb",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<4.0,>=3.10",
"size": 75225,
"upload_time": "2025-01-17T20:00:17",
"upload_time_iso_8601": "2025-01-17T20:00:17.395578Z",
"url": "https://files.pythonhosted.org/packages/bf/d4/5ea0fe5f030898469bd436e8e1c022ab27d813c9d83feeef96804e3f45fa/fnv_hash_fast-1.2.2-cp313-cp313-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "25286933c835223edd80d3f770de5d31d2e72674c498be058607bc950319a008",
"md5": "cb492bad06479aa2be96364dd6fb173e",
"sha256": "86f615cffbbb629bb0377a3ab046ed624ff988afddb63661690056f605763510"
},
"downloads": -1,
"filename": "fnv_hash_fast-1.2.2-cp313-cp313-win32.whl",
"has_sig": false,
"md5_digest": "cb492bad06479aa2be96364dd6fb173e",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<4.0,>=3.10",
"size": 18933,
"upload_time": "2025-01-17T20:00:18",
"upload_time_iso_8601": "2025-01-17T20:00:18.840471Z",
"url": "https://files.pythonhosted.org/packages/25/28/6933c835223edd80d3f770de5d31d2e72674c498be058607bc950319a008/fnv_hash_fast-1.2.2-cp313-cp313-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6f0cbe884d4832a07842deb89ab3d233c2586fa26d8372ab3aee573a16245941",
"md5": "456a0cc7ebe574a03ae25813369d1baf",
"sha256": "27683a408e327627371c0a07ac9a41f3fa5da8f1b9bae0788db971c9edc725ac"
},
"downloads": -1,
"filename": "fnv_hash_fast-1.2.2-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "456a0cc7ebe574a03ae25813369d1baf",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<4.0,>=3.10",
"size": 20427,
"upload_time": "2025-01-17T20:00:19",
"upload_time_iso_8601": "2025-01-17T20:00:19.949665Z",
"url": "https://files.pythonhosted.org/packages/6f/0c/be884d4832a07842deb89ab3d233c2586fa26d8372ab3aee573a16245941/fnv_hash_fast-1.2.2-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8fe45cbc45f26a0fc7acbe372400fe888a9a874ff7ed1bf8c18d1a5df110991b",
"md5": "58c73ef230ec7a80a780c79d62a4fdfa",
"sha256": "8f4c47a454994eefdffb388f7ae6098f4f0e7f95cb6aed802a6cdd4a3aa39a3c"
},
"downloads": -1,
"filename": "fnv_hash_fast-1.2.2.tar.gz",
"has_sig": false,
"md5_digest": "58c73ef230ec7a80a780c79d62a4fdfa",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.10",
"size": 5622,
"upload_time": "2025-01-17T19:54:01",
"upload_time_iso_8601": "2025-01-17T19:54:01.703446Z",
"url": "https://files.pythonhosted.org/packages/8f/e4/5cbc45f26a0fc7acbe372400fe888a9a874ff7ed1bf8c18d1a5df110991b/fnv_hash_fast-1.2.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-17 19:54:01",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "bdraco",
"github_project": "fnv-hash-fast",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "fnv-hash-fast"
}