=======
fastcrc
=======
.. image:: https://img.shields.io/readthedocs/fastcrc.svg?style=flat&maxAge=1800
:alt: Read the Docs
:target: https://fastcrc.readthedocs.io/
.. image:: https://img.shields.io/pypi/v/fastcrc.svg?style=flat&maxAge=1800
:alt: PyPI
:target: https://pypi.python.org/pypi/fastcrc
.. image:: https://img.shields.io/badge/python-%3E%3D3.7-blue?style=flat
:alt: Python - Version
:target: https://pypi.python.org/pypi/fastcrc
A hyper-fast Python module for computing CRC(8, 16, 32, 64) checksum.
Installation
============
.. code-block:: text
pip install fastcrc
Usage
=====
.. code:: python
from fastcrc import crc8, crc16, crc32, crc64
data = b"123456789"
print(f"crc8 checksum with cdma2000 algorithm: {crc8.cdma2000(data)}")
print(f"crc16 checksum with xmodem algorithm: {crc16.xmodem(data)}")
print(f"crc32 checksum with aixm algorithm: {crc32.aixm(data)}")
print(f"crc64 checksum with ecma_182 algorithm: {crc64.ecma_182(data)}")
print(f"crc16 checksum with xmodem algorithm (with initial data): {crc16.xmodem(b'56789', crc16.xmodem(b'1234'))}")
Documentation
=============
fastcrc's documentation can be found at https://fastcrc.readthedocs.io
License
=======
fastcrc is licensed under `MIT License`_.
Thanks
=======
fastcrc is made possible by `crc-rs`_.
.. _MIT License: ./LICENSE
.. _crc-rs: https://github.com/mrhooray/crc-rs
Raw data
{
"_id": null,
"home_page": "https://github.com/overcat/fastcrc",
"name": "fastcrc",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "crc, crc8, crc16, crc32, crc64",
"author": "overcat <4catcode@gmail.com>",
"author_email": "overcat <4catcode@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/f4/fa/32bac317708588b845800ea12b026003ea6239035b21d464f48152ca512a/fastcrc-0.3.2.tar.gz",
"platform": null,
"description": "=======\nfastcrc\n=======\n\n.. image:: https://img.shields.io/readthedocs/fastcrc.svg?style=flat&maxAge=1800\n :alt: Read the Docs\n :target: https://fastcrc.readthedocs.io/\n\n.. image:: https://img.shields.io/pypi/v/fastcrc.svg?style=flat&maxAge=1800\n :alt: PyPI\n :target: https://pypi.python.org/pypi/fastcrc\n\n.. image:: https://img.shields.io/badge/python-%3E%3D3.7-blue?style=flat\n :alt: Python - Version\n :target: https://pypi.python.org/pypi/fastcrc\n\nA hyper-fast Python module for computing CRC(8, 16, 32, 64) checksum.\n\n\nInstallation\n============\n\n.. code-block:: text\n\n pip install fastcrc\n\nUsage\n=====\n\n.. code:: python\n\n from fastcrc import crc8, crc16, crc32, crc64\n\n data = b\"123456789\"\n print(f\"crc8 checksum with cdma2000 algorithm: {crc8.cdma2000(data)}\")\n print(f\"crc16 checksum with xmodem algorithm: {crc16.xmodem(data)}\")\n print(f\"crc32 checksum with aixm algorithm: {crc32.aixm(data)}\")\n print(f\"crc64 checksum with ecma_182 algorithm: {crc64.ecma_182(data)}\")\n print(f\"crc16 checksum with xmodem algorithm (with initial data): {crc16.xmodem(b'56789', crc16.xmodem(b'1234'))}\")\n\nDocumentation\n=============\nfastcrc's documentation can be found at https://fastcrc.readthedocs.io\n\nLicense\n=======\n\nfastcrc is licensed under `MIT License`_.\n\nThanks\n=======\n\nfastcrc is made possible by `crc-rs`_.\n\n.. _MIT License: ./LICENSE\n.. _crc-rs: https://github.com/mrhooray/crc-rs\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "A hyper-fast Python module for computing CRC(8, 16, 32, 64) checksum",
"version": "0.3.2",
"project_urls": {
"Homepage": "https://github.com/overcat/fastcrc",
"documentation": "https://fastcrc.readthedocs.io",
"repository": "https://github.com/overcat/fastcrc"
},
"split_keywords": [
"crc",
" crc8",
" crc16",
" crc32",
" crc64"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "3c94a458ce20c1efa3fd8077549fbfbfb37ca89d0d2c7373d338b2633cb98476",
"md5": "509727ed9b98914b617d85d44919800e",
"sha256": "b02b35a6862f5a2b0f1c1ed3ab83b95b770e8865dd00a99e01dd6aa34189d8d8"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp310-cp310-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "509727ed9b98914b617d85d44919800e",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 245232,
"upload_time": "2024-10-23T11:22:31",
"upload_time_iso_8601": "2024-10-23T11:22:31.758598Z",
"url": "https://files.pythonhosted.org/packages/3c/94/a458ce20c1efa3fd8077549fbfbfb37ca89d0d2c7373d338b2633cb98476/fastcrc-0.3.2-cp310-cp310-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ff594935281828bc230569d9c11e0642cab3090f9a1578dd87fe1c2c34c7003e",
"md5": "247220c9b390c8d0d95998b75edc190e",
"sha256": "3004ad912910c5f754c2b7135965ba1ed4c60c2cc6994697caaba1871c9f49a3"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "247220c9b390c8d0d95998b75edc190e",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 240916,
"upload_time": "2024-10-23T11:22:33",
"upload_time_iso_8601": "2024-10-23T11:22:33.978445Z",
"url": "https://files.pythonhosted.org/packages/ff/59/4935281828bc230569d9c11e0642cab3090f9a1578dd87fe1c2c34c7003e/fastcrc-0.3.2-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c001b5ef4931759eb90ca0ca289c0548c7abe9593f85cf3e2cfcba3936ed33d9",
"md5": "24a8ccfb31ab0df96d576dec47e3be39",
"sha256": "c5a941b7a80c0a284907019c3ca64af329d0b18b6e1323083a4542e2f00c1ce9"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "24a8ccfb31ab0df96d576dec47e3be39",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 275626,
"upload_time": "2024-10-23T11:22:35",
"upload_time_iso_8601": "2024-10-23T11:22:35.598840Z",
"url": "https://files.pythonhosted.org/packages/c0/01/b5ef4931759eb90ca0ca289c0548c7abe9593f85cf3e2cfcba3936ed33d9/fastcrc-0.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7cdb468b0aa64748992be91f0d4fd5fe54c17100e1ec66ff6362630ffa8979bb",
"md5": "8af0cf8d0d9ca7fb2ca256ce134a9cda",
"sha256": "02ecaf4bb07a3c75f80b17cc2970c1b4011ff46f41d8c48d13bc3de3c9362389"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "8af0cf8d0d9ca7fb2ca256ce134a9cda",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 279248,
"upload_time": "2024-10-23T11:22:38",
"upload_time_iso_8601": "2024-10-23T11:22:38.012324Z",
"url": "https://files.pythonhosted.org/packages/7c/db/468b0aa64748992be91f0d4fd5fe54c17100e1ec66ff6362630ffa8979bb/fastcrc-0.3.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e7bd2b1899b8ebb5778bbd1535af0c976836aeee74fc978146f76ba5cbbe230a",
"md5": "e182d8e1b79896bfb07f0fb306cc3e30",
"sha256": "0301088e82116017cf478662de5817db03a79243c4fbf12976be9bed652dd8ab"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "e182d8e1b79896bfb07f0fb306cc3e30",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 312726,
"upload_time": "2024-10-23T11:22:39",
"upload_time_iso_8601": "2024-10-23T11:22:39.597936Z",
"url": "https://files.pythonhosted.org/packages/e7/bd/2b1899b8ebb5778bbd1535af0c976836aeee74fc978146f76ba5cbbe230a/fastcrc-0.3.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a3b21c266079fc520b421d57407bf890a822286c7c75506173ff75124ea90a87",
"md5": "22675e32beaa58057b0c02f36bffcc70",
"sha256": "4f59bdeaa6c158c18aec9d34d9caf853fe3a872deafedc4df0a8d156cbc4dfd6"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "22675e32beaa58057b0c02f36bffcc70",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 316489,
"upload_time": "2024-10-23T11:22:40",
"upload_time_iso_8601": "2024-10-23T11:22:40.888104Z",
"url": "https://files.pythonhosted.org/packages/a3/b2/1c266079fc520b421d57407bf890a822286c7c75506173ff75124ea90a87/fastcrc-0.3.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9d840850a1f4fe30a42c6ecfcd95e77bfd38193439f48b8282b9b03af0cd8e87",
"md5": "4e532fe140e1869d1214b6e3fe8177ce",
"sha256": "53cdca334bb9a1ccf31c5f379dac98738d41a62ce5c634606c805e39b731684b"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "4e532fe140e1869d1214b6e3fe8177ce",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 275454,
"upload_time": "2024-10-23T11:22:42",
"upload_time_iso_8601": "2024-10-23T11:22:42.307473Z",
"url": "https://files.pythonhosted.org/packages/9d/84/0850a1f4fe30a42c6ecfcd95e77bfd38193439f48b8282b9b03af0cd8e87/fastcrc-0.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3941973974f737debf859b490d9a0255e4d1a060d9062c08da23ed0f7e296384",
"md5": "35739e6172dae07b9792ffce2ec7d7a3",
"sha256": "5885eea5122048ef79fd586c2283a5d9103455d975ed5f4965256a63aa2fc785"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "35739e6172dae07b9792ffce2ec7d7a3",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 286073,
"upload_time": "2024-10-23T11:22:44",
"upload_time_iso_8601": "2024-10-23T11:22:44.244927Z",
"url": "https://files.pythonhosted.org/packages/39/41/973974f737debf859b490d9a0255e4d1a060d9062c08da23ed0f7e296384/fastcrc-0.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "47561e88de73b890ed0d6e51f85496d9ad15ce00b5aff2744e05e0b42015e05a",
"md5": "99a68c7bbc5db3cfaeacf08ea178b802",
"sha256": "99dd3f05445a97337a9564330cf310728ed0f3b2ac9f8caedf9fe2395c42b7e7"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp310-none-win32.whl",
"has_sig": false,
"md5_digest": "99a68c7bbc5db3cfaeacf08ea178b802",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 137829,
"upload_time": "2024-10-23T11:22:45",
"upload_time_iso_8601": "2024-10-23T11:22:45.360311Z",
"url": "https://files.pythonhosted.org/packages/47/56/1e88de73b890ed0d6e51f85496d9ad15ce00b5aff2744e05e0b42015e05a/fastcrc-0.3.2-cp310-none-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8009241f62d42bf797a18f148537e5555f79774be652ef5d07c5afaca6bd8683",
"md5": "0d156febecdc8e025e52358955e10e8f",
"sha256": "d3d6541a9d9dd72979122a7aa86af32ce8c02c051f53c225a101e4cb53d3993c"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp310-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "0d156febecdc8e025e52358955e10e8f",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 144635,
"upload_time": "2024-10-23T11:22:47",
"upload_time_iso_8601": "2024-10-23T11:22:47.025372Z",
"url": "https://files.pythonhosted.org/packages/80/09/241f62d42bf797a18f148537e5555f79774be652ef5d07c5afaca6bd8683/fastcrc-0.3.2-cp310-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f55206e8c815906fc638861190ac1f7866de5b25a3130a7a642c2a07c70185c0",
"md5": "be46c20994608259e4671407808a6740",
"sha256": "453c2978e0d04d3c6f23f4d6697a5bcfcfb970e9186e8e1b9764cce9dd8f1efa"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp311-cp311-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "be46c20994608259e4671407808a6740",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 245046,
"upload_time": "2024-10-23T11:22:48",
"upload_time_iso_8601": "2024-10-23T11:22:48.524479Z",
"url": "https://files.pythonhosted.org/packages/f5/52/06e8c815906fc638861190ac1f7866de5b25a3130a7a642c2a07c70185c0/fastcrc-0.3.2-cp311-cp311-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "456b420ff3c27c10f347d50611f3fd4855e844de9739338b2aa67cae8213570a",
"md5": "a77f793192ac4d79142ee007687205cb",
"sha256": "c86d990d484c79f95d9b353834a38ab7af179f41591b234cc3395c5b2a50b823"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "a77f793192ac4d79142ee007687205cb",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 240553,
"upload_time": "2024-10-23T11:22:49",
"upload_time_iso_8601": "2024-10-23T11:22:49.620270Z",
"url": "https://files.pythonhosted.org/packages/45/6b/420ff3c27c10f347d50611f3fd4855e844de9739338b2aa67cae8213570a/fastcrc-0.3.2-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b7c8f2bc9395bffe94f778419409a263caa32f51a197121685909670a286d907",
"md5": "4ac899316f7f512e715573e7fc8466f4",
"sha256": "c8812e2ebb8dcc990ffca1ee97b7cb62fe979ff45eac3cf4c6f2349f076f4a1d"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "4ac899316f7f512e715573e7fc8466f4",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 275328,
"upload_time": "2024-10-23T11:22:51",
"upload_time_iso_8601": "2024-10-23T11:22:51.271685Z",
"url": "https://files.pythonhosted.org/packages/b7/c8/f2bc9395bffe94f778419409a263caa32f51a197121685909670a286d907/fastcrc-0.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "80d1abd24df84e1efa41eaee8516987c9877e24ddd0682c31b88d97f10efbcf9",
"md5": "6b72a4d0debf15ff75bbb27d126cb29b",
"sha256": "3d0f35b0a1da68d82027f00e9fcc7a17d81852fa70e5b527aa24948083976ef1"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "6b72a4d0debf15ff75bbb27d126cb29b",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 279113,
"upload_time": "2024-10-23T11:22:52",
"upload_time_iso_8601": "2024-10-23T11:22:52.328426Z",
"url": "https://files.pythonhosted.org/packages/80/d1/abd24df84e1efa41eaee8516987c9877e24ddd0682c31b88d97f10efbcf9/fastcrc-0.3.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2cac6b41dcf3ef4ca2872a0905a9bd014432168b923d604989f2836b3f24400d",
"md5": "6bd1ec3e978f76b7b297c52c975fad8a",
"sha256": "61c85f40f1f333d6e5151215062dd010edfa7c5626d692cdad7cf437cccd6ceb"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "6bd1ec3e978f76b7b297c52c975fad8a",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 312607,
"upload_time": "2024-10-23T11:22:53",
"upload_time_iso_8601": "2024-10-23T11:22:53.338146Z",
"url": "https://files.pythonhosted.org/packages/2c/ac/6b41dcf3ef4ca2872a0905a9bd014432168b923d604989f2836b3f24400d/fastcrc-0.3.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "52dba9d1313a4c4250dc16c24ad85e90474f5467a5e0bd984b4ffcef277baedd",
"md5": "fa586332df389bd16f5ba21fb76d74e4",
"sha256": "819c839c2d63336bcfb48932382f3f14297d32d541d6819ddcd27493069d4b83"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "fa586332df389bd16f5ba21fb76d74e4",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 315933,
"upload_time": "2024-10-23T11:22:54",
"upload_time_iso_8601": "2024-10-23T11:22:54.494596Z",
"url": "https://files.pythonhosted.org/packages/52/db/a9d1313a4c4250dc16c24ad85e90474f5467a5e0bd984b4ffcef277baedd/fastcrc-0.3.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0c38b7bb37ed2148acec8c5a268c3adff7bfee58fb4ef0109159ecaa60a577e0",
"md5": "9526a800961b33adabf433777c9c3406",
"sha256": "5d2c0832a014229293b2583ab39895cc2712a73fe6ec5712c87db210b11c41fc"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "9526a800961b33adabf433777c9c3406",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 275228,
"upload_time": "2024-10-23T11:22:55",
"upload_time_iso_8601": "2024-10-23T11:22:55.721225Z",
"url": "https://files.pythonhosted.org/packages/0c/38/b7bb37ed2148acec8c5a268c3adff7bfee58fb4ef0109159ecaa60a577e0/fastcrc-0.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "27ec8f5faa58dd894a1c3a5ce5aa67114b9de169948ea88d7ee78eab68a5c10d",
"md5": "8a9eb232295e6ffdca00b69f29b598f7",
"sha256": "5019246289f50fcde7aa3b768ee35595b446b36acb85a97023d991a3b3735bec"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "8a9eb232295e6ffdca00b69f29b598f7",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 285812,
"upload_time": "2024-10-23T11:22:56",
"upload_time_iso_8601": "2024-10-23T11:22:56.772368Z",
"url": "https://files.pythonhosted.org/packages/27/ec/8f5faa58dd894a1c3a5ce5aa67114b9de169948ea88d7ee78eab68a5c10d/fastcrc-0.3.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8e2a2cbebc55693a5f952dfe01f479f20d8f47f13b9576a56aa451a5b4ccf0b6",
"md5": "43423c2d8a57040cccb2f31d84dd9a3c",
"sha256": "d3414ba146d01fc7e26c7dd0614c5f2582d0b317daa7cf13297bcb12f9146a13"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp311-none-win32.whl",
"has_sig": false,
"md5_digest": "43423c2d8a57040cccb2f31d84dd9a3c",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 137763,
"upload_time": "2024-10-23T11:22:58",
"upload_time_iso_8601": "2024-10-23T11:22:58.228541Z",
"url": "https://files.pythonhosted.org/packages/8e/2a/2cbebc55693a5f952dfe01f479f20d8f47f13b9576a56aa451a5b4ccf0b6/fastcrc-0.3.2-cp311-none-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bb000027b194729f84b3204cadb8b65afd5827e315661e85765cc89873bb1ae6",
"md5": "dd05f24d66c0ae41563529e457d8a64d",
"sha256": "e7811f35ba713fbc1def72dd47b01cda5ea567ed3fa9270d6f3aedce06fc94a1"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp311-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "dd05f24d66c0ae41563529e457d8a64d",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 144545,
"upload_time": "2024-10-23T11:22:59",
"upload_time_iso_8601": "2024-10-23T11:22:59.183013Z",
"url": "https://files.pythonhosted.org/packages/bb/00/0027b194729f84b3204cadb8b65afd5827e315661e85765cc89873bb1ae6/fastcrc-0.3.2-cp311-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "46ed85afd1d761a1d1f51f479bd1283dc609a9ccb0f7ee94a1011be75fd9ff9a",
"md5": "7035b701512f53b2acc49122f8d9ffd4",
"sha256": "5333403aaa300a6dd9a09be57108fe097bf3999c1beefee290268fe29b969770"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp312-cp312-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "7035b701512f53b2acc49122f8d9ffd4",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 244442,
"upload_time": "2024-10-23T11:23:01",
"upload_time_iso_8601": "2024-10-23T11:23:01.110189Z",
"url": "https://files.pythonhosted.org/packages/46/ed/85afd1d761a1d1f51f479bd1283dc609a9ccb0f7ee94a1011be75fd9ff9a/fastcrc-0.3.2-cp312-cp312-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a94ec313c85393b190716fac97fce81bbab1703d7a43a7f424166c6d08b1f9d8",
"md5": "48e4a1759f63335ebce34eb414634e45",
"sha256": "9e440928e38295e34cc3d10c0dd60c636f29f87b3f75eb712c655f24b234783e"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "48e4a1759f63335ebce34eb414634e45",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 240352,
"upload_time": "2024-10-23T11:23:02",
"upload_time_iso_8601": "2024-10-23T11:23:02.176321Z",
"url": "https://files.pythonhosted.org/packages/a9/4e/c313c85393b190716fac97fce81bbab1703d7a43a7f424166c6d08b1f9d8/fastcrc-0.3.2-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2e02660d0748d4c0448ab2bf03cc215f08b07671e40d6a5a4cc64baeb6035f64",
"md5": "2a113cb704caa3c4ae3bdc9ee3491dea",
"sha256": "53b66d2a2caf5fa39d2bdfa814b08a879812cbcf8659b1606c37c6c0063ab4dc"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "2a113cb704caa3c4ae3bdc9ee3491dea",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 274924,
"upload_time": "2024-10-23T11:23:03",
"upload_time_iso_8601": "2024-10-23T11:23:03.254034Z",
"url": "https://files.pythonhosted.org/packages/2e/02/660d0748d4c0448ab2bf03cc215f08b07671e40d6a5a4cc64baeb6035f64/fastcrc-0.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "08eef445762e7cd4a160c61033f377e3e50c57bb21b194e0f259d2d0e8535080",
"md5": "9a0fa98a33e2726749bf3efd50cd4c5e",
"sha256": "047ade898642d182f98ab91c2835a261ea347c65fea9b4cbacf9c2831ae0af9e"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "9a0fa98a33e2726749bf3efd50cd4c5e",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 278872,
"upload_time": "2024-10-23T11:23:04",
"upload_time_iso_8601": "2024-10-23T11:23:04.286647Z",
"url": "https://files.pythonhosted.org/packages/08/ee/f445762e7cd4a160c61033f377e3e50c57bb21b194e0f259d2d0e8535080/fastcrc-0.3.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "166fdde4ca6c2ef73d2cdfee274d0060b9fa2d06b64312b4f0a77b60fe819418",
"md5": "8f736b058dbbdb4b90bbea3224a98de0",
"sha256": "ea795a0d5561bdfe45648d7f0a5423c2a4aca9fa7bf11545185551ef6df2174d"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "8f736b058dbbdb4b90bbea3224a98de0",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 311261,
"upload_time": "2024-10-23T11:23:05",
"upload_time_iso_8601": "2024-10-23T11:23:05.795042Z",
"url": "https://files.pythonhosted.org/packages/16/6f/dde4ca6c2ef73d2cdfee274d0060b9fa2d06b64312b4f0a77b60fe819418/fastcrc-0.3.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7be68b01964eb32e222b74bf6bcd0886f9859fb4a6c38e870dbd689e03e9a724",
"md5": "8e7c9ea53f4737a681750eb724d44df3",
"sha256": "22a4983946593f76a573992ba92a207ddd9792b4797575ee1ae9757ddeda40f1"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "8e7c9ea53f4737a681750eb724d44df3",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 313682,
"upload_time": "2024-10-23T11:23:06",
"upload_time_iso_8601": "2024-10-23T11:23:06.859279Z",
"url": "https://files.pythonhosted.org/packages/7b/e6/8b01964eb32e222b74bf6bcd0886f9859fb4a6c38e870dbd689e03e9a724/fastcrc-0.3.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a1d63e4112ae478d71a1473110cfcf050bf52d6f898614ed2afc6f3761769f5c",
"md5": "03f99ca789835e68778a4b3baefc90df",
"sha256": "3b0253a6408ffec884876bbfd7a0e602da1cba7f31ef63efcac3fb4600ec1f93"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "03f99ca789835e68778a4b3baefc90df",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 275161,
"upload_time": "2024-10-23T11:23:08",
"upload_time_iso_8601": "2024-10-23T11:23:08.162253Z",
"url": "https://files.pythonhosted.org/packages/a1/d6/3e4112ae478d71a1473110cfcf050bf52d6f898614ed2afc6f3761769f5c/fastcrc-0.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b3b2674ecfc73cf1eb379b3bde4241d618aeacd5be4e3efd5bcd0b4c9be3ab0e",
"md5": "53878c938e37d47b486b36a4cd8f3d72",
"sha256": "854bbc2633a94ac5673a65d2793dc952d4b795357927997fa9cf6b941f7f52ac"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "53878c938e37d47b486b36a4cd8f3d72",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 284930,
"upload_time": "2024-10-23T11:23:09",
"upload_time_iso_8601": "2024-10-23T11:23:09.365893Z",
"url": "https://files.pythonhosted.org/packages/b3/b2/674ecfc73cf1eb379b3bde4241d618aeacd5be4e3efd5bcd0b4c9be3ab0e/fastcrc-0.3.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "515f03e21e81533de7917255acca3474c8fb1951156c6fbf686bd0ba91d1714d",
"md5": "3b479defe42a555d128f945b635f937b",
"sha256": "f47c3b4642683e653a4bb2dfb97049af60af57869298bd45b0a229be2816946f"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp312-none-win32.whl",
"has_sig": false,
"md5_digest": "3b479defe42a555d128f945b635f937b",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 137888,
"upload_time": "2024-10-23T11:23:10",
"upload_time_iso_8601": "2024-10-23T11:23:10.539954Z",
"url": "https://files.pythonhosted.org/packages/51/5f/03e21e81533de7917255acca3474c8fb1951156c6fbf686bd0ba91d1714d/fastcrc-0.3.2-cp312-none-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "522a9cac27345e97e7ab3963cc4bba4ba773be54d41d751df8e06e2118008a31",
"md5": "fdd80f258e393fc61e87a4cb4506a784",
"sha256": "858fd01ab7996cdc1801f4845273e25e81d66a1d64a6aa79f8acb0a77a5ffc68"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp312-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "fdd80f258e393fc61e87a4cb4506a784",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 144676,
"upload_time": "2024-10-23T11:23:11",
"upload_time_iso_8601": "2024-10-23T11:23:11.549820Z",
"url": "https://files.pythonhosted.org/packages/52/2a/9cac27345e97e7ab3963cc4bba4ba773be54d41d751df8e06e2118008a31/fastcrc-0.3.2-cp312-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7dfeefb4de2241809454ac9ea577e89797b99478f606554edfb34081201b039a",
"md5": "a96fdcf3084f1911c1566ef4c61dc83b",
"sha256": "b848835c2521ad5a96413ce310243c325a911aad92860aa427afb19f28493657"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp313-cp313-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "a96fdcf3084f1911c1566ef4c61dc83b",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 244312,
"upload_time": "2024-10-23T11:23:12",
"upload_time_iso_8601": "2024-10-23T11:23:12.663295Z",
"url": "https://files.pythonhosted.org/packages/7d/fe/efb4de2241809454ac9ea577e89797b99478f606554edfb34081201b039a/fastcrc-0.3.2-cp313-cp313-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ce615389387ac50e3c3fc2b2506bd2ce624546652cef800c3d5474c61f5713da",
"md5": "01b42ea8b0cc6a09c2f7c6c41dd48298",
"sha256": "e2d723fdf5df4444ed8ab1d3b8478d71162397243bbd26bd82f1e844a5ae4b88"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "01b42ea8b0cc6a09c2f7c6c41dd48298",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 240154,
"upload_time": "2024-10-23T11:23:13",
"upload_time_iso_8601": "2024-10-23T11:23:13.678645Z",
"url": "https://files.pythonhosted.org/packages/ce/61/5389387ac50e3c3fc2b2506bd2ce624546652cef800c3d5474c61f5713da/fastcrc-0.3.2-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4ad3109da183bfe5d668be7dfee370d93d8ec45240cee22d326d28cf99907f44",
"md5": "74616770812185e5956ee973fa929279",
"sha256": "4ec03598c258ab5267ed1303988d5d34f8c8d02839409bf0be04deb91f51a7d1"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "74616770812185e5956ee973fa929279",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 274644,
"upload_time": "2024-10-23T11:23:14",
"upload_time_iso_8601": "2024-10-23T11:23:14.673923Z",
"url": "https://files.pythonhosted.org/packages/4a/d3/109da183bfe5d668be7dfee370d93d8ec45240cee22d326d28cf99907f44/fastcrc-0.3.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0078f1e61abc2b621253d1fc6795261d51d9774e0e57c6d9ccbbbd2521f9ba68",
"md5": "06b81796c587ba0dc26eb172ae75a108",
"sha256": "d923e9ea11ee35d129dc742ef76b5ab86e489cf6b7f404e02e413c4b98e4c838"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "06b81796c587ba0dc26eb172ae75a108",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 278864,
"upload_time": "2024-10-23T11:23:16",
"upload_time_iso_8601": "2024-10-23T11:23:16.424325Z",
"url": "https://files.pythonhosted.org/packages/00/78/f1e61abc2b621253d1fc6795261d51d9774e0e57c6d9ccbbbd2521f9ba68/fastcrc-0.3.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "27c87783d0e6e8356a097524cbb05d0cb2d556f70219dc46b8fd4c8fe22e0a8b",
"md5": "be42f4f4875474c74cc80f3336f49e58",
"sha256": "f0c8c968237d580886e796da52c7d026e318652e60e0106d9557e2a25265c030"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "be42f4f4875474c74cc80f3336f49e58",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 312245,
"upload_time": "2024-10-23T11:23:17",
"upload_time_iso_8601": "2024-10-23T11:23:17.452555Z",
"url": "https://files.pythonhosted.org/packages/27/c8/7783d0e6e8356a097524cbb05d0cb2d556f70219dc46b8fd4c8fe22e0a8b/fastcrc-0.3.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cfdb82a55d8e6a83373c647dda5e65437a15b2de9e4efe507b093da2c6870b5f",
"md5": "fcf6b21b25183016e95c163ec4a93c4c",
"sha256": "4dd95f209a575edae4f223c55b508b43c18d1e4ffdb0262fcd6bc55be355a96a"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "fcf6b21b25183016e95c163ec4a93c4c",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 313637,
"upload_time": "2024-10-23T11:23:18",
"upload_time_iso_8601": "2024-10-23T11:23:18.492587Z",
"url": "https://files.pythonhosted.org/packages/cf/db/82a55d8e6a83373c647dda5e65437a15b2de9e4efe507b093da2c6870b5f/fastcrc-0.3.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "12e57ff34ede27114f61c508a4390feecf4d2cf23f2b63317e0b71d21d20419b",
"md5": "5b7058df9a3910ebb8912f83508a15d9",
"sha256": "9465678d0fe17e4ccd63b13aadefc550521f7bd1ba7b176b5b7e118952f0097f"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "5b7058df9a3910ebb8912f83508a15d9",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 274911,
"upload_time": "2024-10-23T11:23:19",
"upload_time_iso_8601": "2024-10-23T11:23:19.580198Z",
"url": "https://files.pythonhosted.org/packages/12/e5/7ff34ede27114f61c508a4390feecf4d2cf23f2b63317e0b71d21d20419b/fastcrc-0.3.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bfaa6a2c0cda69fe766fa82e19f76ec56b1de3fe69fe530b88100e7e13993298",
"md5": "8a1d0db82603b06ca58625f924abe459",
"sha256": "bf3aca3a8d4c369bebaf601831b25917a0808dc7cf0d3060955c97d2a72951ae"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "8a1d0db82603b06ca58625f924abe459",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 284885,
"upload_time": "2024-10-23T11:23:20",
"upload_time_iso_8601": "2024-10-23T11:23:20.693356Z",
"url": "https://files.pythonhosted.org/packages/bf/aa/6a2c0cda69fe766fa82e19f76ec56b1de3fe69fe530b88100e7e13993298/fastcrc-0.3.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ea99e4daf07394ff1f0b73a2f620199665990d0a7e776356e0367c51294dc312",
"md5": "2baaa030bf2ac23512bfb3fcc54ce91b",
"sha256": "86f3c9e5844e5ffbbec1c17f059198a9b3f36ec3061f1128076ae2eb625101a3"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp313-none-win32.whl",
"has_sig": false,
"md5_digest": "2baaa030bf2ac23512bfb3fcc54ce91b",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 137898,
"upload_time": "2024-10-23T11:23:22",
"upload_time_iso_8601": "2024-10-23T11:23:22.121133Z",
"url": "https://files.pythonhosted.org/packages/ea/99/e4daf07394ff1f0b73a2f620199665990d0a7e776356e0367c51294dc312/fastcrc-0.3.2-cp313-none-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "58a90d5518d525f2466551a836d918402aa1a26ec58057fe9cd4f225186ac2fa",
"md5": "f6d382b3817acaa3a033fd9d7e3b6993",
"sha256": "a5b68367c9a837773ad1dc98ae66adb4d097a58430665a21bff548982db8f3b9"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp313-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "f6d382b3817acaa3a033fd9d7e3b6993",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 144629,
"upload_time": "2024-10-23T11:23:23",
"upload_time_iso_8601": "2024-10-23T11:23:23.415906Z",
"url": "https://files.pythonhosted.org/packages/58/a9/0d5518d525f2466551a836d918402aa1a26ec58057fe9cd4f225186ac2fa/fastcrc-0.3.2-cp313-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8f6820d98c8e1dc944c018df94e845e631d90604737c96338f0213127f22a3c9",
"md5": "a3e09b808d2908880dc61979c13ded58",
"sha256": "adfb72a051655d943b62520ab99e50c16bbfecf6de82fbe3ed1f278e2dadf0ff"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp37-cp37m-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "a3e09b808d2908880dc61979c13ded58",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 245495,
"upload_time": "2024-10-23T11:23:24",
"upload_time_iso_8601": "2024-10-23T11:23:24.973188Z",
"url": "https://files.pythonhosted.org/packages/8f/68/20d98c8e1dc944c018df94e845e631d90604737c96338f0213127f22a3c9/fastcrc-0.3.2-cp37-cp37m-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8d75534733f27c007b8742e4c5cf5f8fa6e2e7be39d6f36369efdf1244cf9be0",
"md5": "b7d43ce46a5b7c217fb626fbca684ee3",
"sha256": "92f77198f107aad60654866256c33a4ec02e741c2dfde6be01c1a1921cbffe18"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp37-cp37m-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "b7d43ce46a5b7c217fb626fbca684ee3",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 241147,
"upload_time": "2024-10-23T11:23:26",
"upload_time_iso_8601": "2024-10-23T11:23:26.145694Z",
"url": "https://files.pythonhosted.org/packages/8d/75/534733f27c007b8742e4c5cf5f8fa6e2e7be39d6f36369efdf1244cf9be0/fastcrc-0.3.2-cp37-cp37m-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "917f1353de4ea1e916a8fc35014be3d3d3eaf9d58f4003ce95997f6890cafcff",
"md5": "03ded6890e28a5a0345418b4d8dccfb2",
"sha256": "3f11bdfe6ea8035ef87afd7abb9925978a565ad22f94b8dacd24a2b43cf7d7f9"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "03ded6890e28a5a0345418b4d8dccfb2",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 275733,
"upload_time": "2024-10-23T11:23:28",
"upload_time_iso_8601": "2024-10-23T11:23:28.016420Z",
"url": "https://files.pythonhosted.org/packages/91/7f/1353de4ea1e916a8fc35014be3d3d3eaf9d58f4003ce95997f6890cafcff/fastcrc-0.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "44123d3cef33a9c7d61d9ee6de549d316bc7e3397c531d5fc816631fc5a83968",
"md5": "d2bbd7762c24f5312258f46fe0d8cba1",
"sha256": "bfccbc71a2eff9702ebb400eea92079507e33f1ad7ace291b71966643ecae61c"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "d2bbd7762c24f5312258f46fe0d8cba1",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 279379,
"upload_time": "2024-10-23T11:23:34",
"upload_time_iso_8601": "2024-10-23T11:23:34.585999Z",
"url": "https://files.pythonhosted.org/packages/44/12/3d3cef33a9c7d61d9ee6de549d316bc7e3397c531d5fc816631fc5a83968/fastcrc-0.3.2-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0268835e568e0e5c061ee7a25b88ea8fdbcdd2febf0e5b0a62da30ef20eea77e",
"md5": "8aa989ce8eadf2aa0ef3937503507a2a",
"sha256": "9eb591276a6b4857979670d695ff177c6e7a2017a95bfde465265eb82844b593"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "8aa989ce8eadf2aa0ef3937503507a2a",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 312508,
"upload_time": "2024-10-23T11:23:36",
"upload_time_iso_8601": "2024-10-23T11:23:36.506322Z",
"url": "https://files.pythonhosted.org/packages/02/68/835e568e0e5c061ee7a25b88ea8fdbcdd2febf0e5b0a62da30ef20eea77e/fastcrc-0.3.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0d0ed191148f6fe04e18648b94c9f536572af734be22ca4c7e86859ad2dde3a6",
"md5": "855b010eb90f4925f166217c2a0ac09b",
"sha256": "5757b206096b1b5e7a2b5c80134f235d06310343fa2bb0ff5158bddb7aacb72e"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "855b010eb90f4925f166217c2a0ac09b",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 317121,
"upload_time": "2024-10-23T11:23:37",
"upload_time_iso_8601": "2024-10-23T11:23:37.632138Z",
"url": "https://files.pythonhosted.org/packages/0d/0e/d191148f6fe04e18648b94c9f536572af734be22ca4c7e86859ad2dde3a6/fastcrc-0.3.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d0d57c2b2868655e93d39722a52bec96c9364078eb736b5eac4cc1cbadf2ca29",
"md5": "c57799a55e040acef2aaae2306a9fe3c",
"sha256": "a84f4c799791182e05f82f4069489416a648ee45f94d8003d97adc91f96f3703"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "c57799a55e040acef2aaae2306a9fe3c",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 275772,
"upload_time": "2024-10-23T11:23:38",
"upload_time_iso_8601": "2024-10-23T11:23:38.886705Z",
"url": "https://files.pythonhosted.org/packages/d0/d5/7c2b2868655e93d39722a52bec96c9364078eb736b5eac4cc1cbadf2ca29/fastcrc-0.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "47fbce8aa418029780c916a456979bc79cebe78163091a3776cbfc1e9d4d7746",
"md5": "e43de462796d3bf6eefb19013c27f767",
"sha256": "e3c8b88c8526221661f534aa27a40a0627cc848345e2c543beeb838ecd96d755"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "e43de462796d3bf6eefb19013c27f767",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 286087,
"upload_time": "2024-10-23T11:23:39",
"upload_time_iso_8601": "2024-10-23T11:23:39.939533Z",
"url": "https://files.pythonhosted.org/packages/47/fb/ce8aa418029780c916a456979bc79cebe78163091a3776cbfc1e9d4d7746/fastcrc-0.3.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fd46a76968e384d6df2ddb6aff46de4442bbc6da244477987bd1264acf1d7e42",
"md5": "3f348314e271042ac4a36a11bf80be2d",
"sha256": "037101135517a02fbbac072749e7e82fa59f8517aa1ed7f9001e60e5e8ebade1"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp37-none-win32.whl",
"has_sig": false,
"md5_digest": "3f348314e271042ac4a36a11bf80be2d",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 138129,
"upload_time": "2024-10-23T11:23:40",
"upload_time_iso_8601": "2024-10-23T11:23:40.983583Z",
"url": "https://files.pythonhosted.org/packages/fd/46/a76968e384d6df2ddb6aff46de4442bbc6da244477987bd1264acf1d7e42/fastcrc-0.3.2-cp37-none-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "80c35a7fc91ddec5cdfcd5267a56fd5e4709fb4ed65c0ad6e3577c35e357e91e",
"md5": "8dddf67798ec31711fad4ce77f868d34",
"sha256": "c19f66dd360823e5aa42d5f19c031813f9c6f314a91720d1e21e06a83a5e3817"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp37-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "8dddf67798ec31711fad4ce77f868d34",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 145139,
"upload_time": "2024-10-23T11:23:41",
"upload_time_iso_8601": "2024-10-23T11:23:41.983031Z",
"url": "https://files.pythonhosted.org/packages/80/c3/5a7fc91ddec5cdfcd5267a56fd5e4709fb4ed65c0ad6e3577c35e357e91e/fastcrc-0.3.2-cp37-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ddf67f10af32c3f505ef345a7bad6f02158fb09aa52b0acc65585e820e892ba1",
"md5": "ac9c38505fb307888fbf47b833f4c2b7",
"sha256": "82d1a989b037b2a5a2c60216c02d24646510308eaf37db4ab1c28f319f5f06cb"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp38-cp38-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "ac9c38505fb307888fbf47b833f4c2b7",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 245421,
"upload_time": "2024-10-23T11:23:43",
"upload_time_iso_8601": "2024-10-23T11:23:43.054308Z",
"url": "https://files.pythonhosted.org/packages/dd/f6/7f10af32c3f505ef345a7bad6f02158fb09aa52b0acc65585e820e892ba1/fastcrc-0.3.2-cp38-cp38-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "db4b7afb21b80fbfafa8b8779f6dcb21f505cfc954a110100d1c462a6384b665",
"md5": "892409312317f104236c81e5db22875e",
"sha256": "aff75d87f8840fd91eaa6e722d91dfeece6abded1aa18cab9592f5886bbde199"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp38-cp38-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "892409312317f104236c81e5db22875e",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 241020,
"upload_time": "2024-10-23T11:23:44",
"upload_time_iso_8601": "2024-10-23T11:23:44.202544Z",
"url": "https://files.pythonhosted.org/packages/db/4b/7afb21b80fbfafa8b8779f6dcb21f505cfc954a110100d1c462a6384b665/fastcrc-0.3.2-cp38-cp38-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8df05cf894a03fb7bb77b905516927e1e564144acb06c54a17efc9adfc25c7ad",
"md5": "d1c5efeb4752bfdd2cb859884f44ea9a",
"sha256": "34a6e12e8c698606c86dc01152a52612a43f910a53dcd614d5d6f446c7904921"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "d1c5efeb4752bfdd2cb859884f44ea9a",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 275798,
"upload_time": "2024-10-23T11:23:45",
"upload_time_iso_8601": "2024-10-23T11:23:45.373881Z",
"url": "https://files.pythonhosted.org/packages/8d/f0/5cf894a03fb7bb77b905516927e1e564144acb06c54a17efc9adfc25c7ad/fastcrc-0.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "033e251be5fb21e9e1b771a58ac61fa3fddfeeb55755853f2577356c263dd737",
"md5": "460936c741d54383262cff4938187ade",
"sha256": "fb5f8a445e4f4600be53fd92e5016fc09b0d31d4428387f13fe6385cc499a4af"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "460936c741d54383262cff4938187ade",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 279342,
"upload_time": "2024-10-23T11:23:46",
"upload_time_iso_8601": "2024-10-23T11:23:46.491301Z",
"url": "https://files.pythonhosted.org/packages/03/3e/251be5fb21e9e1b771a58ac61fa3fddfeeb55755853f2577356c263dd737/fastcrc-0.3.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a98d63a3b978d50567e11855d89a1c13cb30c72e74c1d0e9779895e2ec079b66",
"md5": "09082040aca3540ae94763868e7cad37",
"sha256": "9e33252ad8ec345f239ac2caaac56cd310478f8d1f7a5b4109c6fc4deeb62080"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "09082040aca3540ae94763868e7cad37",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 312540,
"upload_time": "2024-10-23T11:23:48",
"upload_time_iso_8601": "2024-10-23T11:23:48.204352Z",
"url": "https://files.pythonhosted.org/packages/a9/8d/63a3b978d50567e11855d89a1c13cb30c72e74c1d0e9779895e2ec079b66/fastcrc-0.3.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "16878582bb987fdadc6b458161e7a24cf03433ee78ff4a9f7699d03673a6a94a",
"md5": "2903b2452821fac079b5f8e50aeb06bb",
"sha256": "c9fd18be90a5ee0b472e92292f75061d687edbeea86419db4d85a4126b8a48ea"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "2903b2452821fac079b5f8e50aeb06bb",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 317107,
"upload_time": "2024-10-23T11:23:49",
"upload_time_iso_8601": "2024-10-23T11:23:49.875115Z",
"url": "https://files.pythonhosted.org/packages/16/87/8582bb987fdadc6b458161e7a24cf03433ee78ff4a9f7699d03673a6a94a/fastcrc-0.3.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c7b2d2052c4fac9d6f65db34c808943b75354c1f5e13d871e581d49217172622",
"md5": "4f113ecc4f73e0f78b88242593c8186b",
"sha256": "215fbc340a28d4028741758d929901bd4a406430d2d2cde5d80e8b1df20143b1"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "4f113ecc4f73e0f78b88242593c8186b",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 275737,
"upload_time": "2024-10-23T11:23:51",
"upload_time_iso_8601": "2024-10-23T11:23:51.212290Z",
"url": "https://files.pythonhosted.org/packages/c7/b2/d2052c4fac9d6f65db34c808943b75354c1f5e13d871e581d49217172622/fastcrc-0.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ebca61e753399a80e599a3375348386c7dd99edbf409a732a01c7e3573e62649",
"md5": "d3863f0e02ed632469a79db9ef9d985e",
"sha256": "c0632f9e9ffcb736872924268a486a02991726314e9dd870ca718ef6caaead51"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "d3863f0e02ed632469a79db9ef9d985e",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 286042,
"upload_time": "2024-10-23T11:23:53",
"upload_time_iso_8601": "2024-10-23T11:23:53.026702Z",
"url": "https://files.pythonhosted.org/packages/eb/ca/61e753399a80e599a3375348386c7dd99edbf409a732a01c7e3573e62649/fastcrc-0.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fa9e6f4e6463c725539c8eeeb278a1486887428d57d164fa7fa5b9326e03ffed",
"md5": "f24e9583410b51aae2bcf635cfb55c6e",
"sha256": "675bceda4fc316a3bd4ad99bb89f98a3596254299d23a4ffe85764a26890fd85"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp38-none-win32.whl",
"has_sig": false,
"md5_digest": "f24e9583410b51aae2bcf635cfb55c6e",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 138231,
"upload_time": "2024-10-23T11:23:54",
"upload_time_iso_8601": "2024-10-23T11:23:54.287316Z",
"url": "https://files.pythonhosted.org/packages/fa/9e/6f4e6463c725539c8eeeb278a1486887428d57d164fa7fa5b9326e03ffed/fastcrc-0.3.2-cp38-none-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f7abc4417c1472828afd13063a187906dc23aa990f7b45f76f7be0cf10b45f1f",
"md5": "7089f721bca619d687868516d26982a9",
"sha256": "774ec86687bed8e3d5e2d2315a117545adf24bf6e08b19c307d986d129dfef04"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp38-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "7089f721bca619d687868516d26982a9",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 145159,
"upload_time": "2024-10-23T11:23:55",
"upload_time_iso_8601": "2024-10-23T11:23:55.953196Z",
"url": "https://files.pythonhosted.org/packages/f7/ab/c4417c1472828afd13063a187906dc23aa990f7b45f76f7be0cf10b45f1f/fastcrc-0.3.2-cp38-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b09dc25531567fd994bb5d4d894ba33e9fefce40720b29c5543a8f276d052d66",
"md5": "8f488e383915f1a8695321bd56f74967",
"sha256": "0e579a2b6de60eef3317091cccd6dc9679e87358a58cfb0466d488dd9415d223"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp39-cp39-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "8f488e383915f1a8695321bd56f74967",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 245830,
"upload_time": "2024-10-23T11:23:57",
"upload_time_iso_8601": "2024-10-23T11:23:57.233082Z",
"url": "https://files.pythonhosted.org/packages/b0/9d/c25531567fd994bb5d4d894ba33e9fefce40720b29c5543a8f276d052d66/fastcrc-0.3.2-cp39-cp39-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "aae71b93bad4e0ea83126294d035a25654988a9b9b38225a317837656b8e0d99",
"md5": "01933a6452a0d1438360526dd95d7468",
"sha256": "0525b29f469f79a1f12617fdbd9fc4b45c66ac90198179a2bf64243b651dabfc"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "01933a6452a0d1438360526dd95d7468",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 241028,
"upload_time": "2024-10-23T11:23:59",
"upload_time_iso_8601": "2024-10-23T11:23:59.210746Z",
"url": "https://files.pythonhosted.org/packages/aa/e7/1b93bad4e0ea83126294d035a25654988a9b9b38225a317837656b8e0d99/fastcrc-0.3.2-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1661c93f7b460589a83b0bc43e01b665d4c438dfe1bd2a7e10714e8ed237f5e5",
"md5": "8d4b46be576cae1cc6ee7be80adcbd8a",
"sha256": "219245eb79a24efe5a0c7350bfed2bcbe63488d976a3900aff6aed8562e17f35"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "8d4b46be576cae1cc6ee7be80adcbd8a",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 275606,
"upload_time": "2024-10-23T11:24:00",
"upload_time_iso_8601": "2024-10-23T11:24:00.411891Z",
"url": "https://files.pythonhosted.org/packages/16/61/c93f7b460589a83b0bc43e01b665d4c438dfe1bd2a7e10714e8ed237f5e5/fastcrc-0.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c75d1e756ca6b7a990a1c000401a83637528bf13cb1a52f547c39f35844056b5",
"md5": "3cf537b5ab854508eb287ede0df633cd",
"sha256": "078a21d6ada812be671d5d861066fd04f0c395594a46b1db99a4fa0923cefa24"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "3cf537b5ab854508eb287ede0df633cd",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 279559,
"upload_time": "2024-10-23T11:24:01",
"upload_time_iso_8601": "2024-10-23T11:24:01.473633Z",
"url": "https://files.pythonhosted.org/packages/c7/5d/1e756ca6b7a990a1c000401a83637528bf13cb1a52f547c39f35844056b5/fastcrc-0.3.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d4c2cd5c896e57d1cf8883158581a07286c02d32c563be35e51f044cf9cb00cf",
"md5": "59233ba27f1b63065a9208b90d3d471f",
"sha256": "27713218416252b195a1a2df6292450f1860b4c54469ffc16652d167540228e0"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "59233ba27f1b63065a9208b90d3d471f",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 312693,
"upload_time": "2024-10-23T11:24:03",
"upload_time_iso_8601": "2024-10-23T11:24:03.746081Z",
"url": "https://files.pythonhosted.org/packages/d4/c2/cd5c896e57d1cf8883158581a07286c02d32c563be35e51f044cf9cb00cf/fastcrc-0.3.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e9ca0150456c4129ef4529a3499c3c49930e3ecd3fb6c67f0f1b5b40108610c7",
"md5": "d86ac738be090762d842d31cf6558165",
"sha256": "176e6a03a570e93b8868f7051985e67ef30742c4bd1df4677421f7384ccbd2c7"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "d86ac738be090762d842d31cf6558165",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 317180,
"upload_time": "2024-10-23T11:24:04",
"upload_time_iso_8601": "2024-10-23T11:24:04.924706Z",
"url": "https://files.pythonhosted.org/packages/e9/ca/0150456c4129ef4529a3499c3c49930e3ecd3fb6c67f0f1b5b40108610c7/fastcrc-0.3.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e3a62fbbc8c3c89fc5fabb7a13bb1c7f09a50580438c681b807d8cc76c484f5b",
"md5": "41662ef373c1b379044649b3fbc5bdcd",
"sha256": "c184e19f93ad5dba3b1578d2c04ffb26c8bb9788b58ee03e8f956523b65c7d9e"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "41662ef373c1b379044649b3fbc5bdcd",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 275662,
"upload_time": "2024-10-23T11:24:06",
"upload_time_iso_8601": "2024-10-23T11:24:06.192084Z",
"url": "https://files.pythonhosted.org/packages/e3/a6/2fbbc8c3c89fc5fabb7a13bb1c7f09a50580438c681b807d8cc76c484f5b/fastcrc-0.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7b4b4f76cdcd4bd16cd6b619fc622356c428e1e3ebcf3aad64fae7dc074aa527",
"md5": "ad4292ee4ea4e60858edf3f7aa5d6403",
"sha256": "b974f419ba9117cea8c54745475be8786ec00d85c9251bceab1ab8937aac2b2c"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "ad4292ee4ea4e60858edf3f7aa5d6403",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 286397,
"upload_time": "2024-10-23T11:24:07",
"upload_time_iso_8601": "2024-10-23T11:24:07.274710Z",
"url": "https://files.pythonhosted.org/packages/7b/4b/4f76cdcd4bd16cd6b619fc622356c428e1e3ebcf3aad64fae7dc074aa527/fastcrc-0.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "195c3c48e821cf2bee95d4bc314417f4d58eab792f0efe4ce5c459d4d953c88a",
"md5": "5cdf270e1963b8f0a77505b220fd7d46",
"sha256": "93b72d799eea4a17d3df042de455339368d39f9f96e07e7c19c530f00811ea0a"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp39-none-win32.whl",
"has_sig": false,
"md5_digest": "5cdf270e1963b8f0a77505b220fd7d46",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 138418,
"upload_time": "2024-10-23T11:24:08",
"upload_time_iso_8601": "2024-10-23T11:24:08.491327Z",
"url": "https://files.pythonhosted.org/packages/19/5c/3c48e821cf2bee95d4bc314417f4d58eab792f0efe4ce5c459d4d953c88a/fastcrc-0.3.2-cp39-none-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "04fd0f79aa0c3993d287b69bbe6d3ae9a640864c301cec76d7ad419c47ebac11",
"md5": "60bc304146bb1b86d3f9d55231fd2a19",
"sha256": "46716bc4aa48b56cc03e64f0e6d973b255910237345c36b69c832753e06426bc"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-cp39-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "60bc304146bb1b86d3f9d55231fd2a19",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 145218,
"upload_time": "2024-10-23T11:24:09",
"upload_time_iso_8601": "2024-10-23T11:24:09.571824Z",
"url": "https://files.pythonhosted.org/packages/04/fd/0f79aa0c3993d287b69bbe6d3ae9a640864c301cec76d7ad419c47ebac11/fastcrc-0.3.2-cp39-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "dc4965ecfbf504efdc1368678a81e2296b1b4716e41e821a0963fcf709a389de",
"md5": "40c573cf205b40e14cf598bf7ea6f8ac",
"sha256": "70c3d660acafbe684e2b7ee548f0bb8b661a7481756c86d8b1408d78a071bf3d"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "40c573cf205b40e14cf598bf7ea6f8ac",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.7",
"size": 245938,
"upload_time": "2024-10-23T11:24:10",
"upload_time_iso_8601": "2024-10-23T11:24:10.754878Z",
"url": "https://files.pythonhosted.org/packages/dc/49/65ecfbf504efdc1368678a81e2296b1b4716e41e821a0963fcf709a389de/fastcrc-0.3.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7ee568f68edca51d3bdc6d8461b56c167f5bdaa5f95b6b7fa1fa138fedf577ad",
"md5": "fa17ccdada6ab48f08562c304cf5a9c5",
"sha256": "2fc3489d5be7ee5a940c38cddde52bb7b7c3dc8c9a8787301ab0eecac9096cf2"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "fa17ccdada6ab48f08562c304cf5a9c5",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.7",
"size": 241707,
"upload_time": "2024-10-23T11:24:12",
"upload_time_iso_8601": "2024-10-23T11:24:12.087265Z",
"url": "https://files.pythonhosted.org/packages/7e/e5/68f68edca51d3bdc6d8461b56c167f5bdaa5f95b6b7fa1fa138fedf577ad/fastcrc-0.3.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a3e260f04956b60fec5d5632e6f01d7d5114d47dc4c268b6d22048749dc2380f",
"md5": "c311cfc86e7e38758316c072a49a4697",
"sha256": "a822a37575c0a1fc0ffcf4ee3b6cf23b3c238a856685654c84be347b3b192abe"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "c311cfc86e7e38758316c072a49a4697",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.7",
"size": 276639,
"upload_time": "2024-10-23T11:24:13",
"upload_time_iso_8601": "2024-10-23T11:24:13.425808Z",
"url": "https://files.pythonhosted.org/packages/a3/e2/60f04956b60fec5d5632e6f01d7d5114d47dc4c268b6d22048749dc2380f/fastcrc-0.3.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "412d527f8738f7f09614cf49f8dea533802801ae9d784744d1cfb168f2f0329b",
"md5": "6f8f2ec3dbeb7bc2e549363136203552",
"sha256": "efe319719fb2912d9b1c33d8bcc9f3a66547a7ff131b55ad252c3c01e2126603"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "6f8f2ec3dbeb7bc2e549363136203552",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.7",
"size": 279944,
"upload_time": "2024-10-23T11:24:14",
"upload_time_iso_8601": "2024-10-23T11:24:14.599842Z",
"url": "https://files.pythonhosted.org/packages/41/2d/527f8738f7f09614cf49f8dea533802801ae9d784744d1cfb168f2f0329b/fastcrc-0.3.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f523ca72bb979528231659da5bc03384de2ee658c6d26d1b981963f4000f9e44",
"md5": "4d0d810dd478acf2613e523455f33624",
"sha256": "2521637ddcac21fa90761068bb2b2ee6cad0554b85ab320431e7a74504c33adf"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "4d0d810dd478acf2613e523455f33624",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.7",
"size": 313246,
"upload_time": "2024-10-23T11:24:15",
"upload_time_iso_8601": "2024-10-23T11:24:15.732944Z",
"url": "https://files.pythonhosted.org/packages/f5/23/ca72bb979528231659da5bc03384de2ee658c6d26d1b981963f4000f9e44/fastcrc-0.3.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "50c0bbfd38a0d197b36b73d26a1a636389879ce36f710fc92fa44b3359590bbc",
"md5": "d92826ef984eb7639f707cf7de79e91b",
"sha256": "f97bf58d86bdf145b9635117dbb21afc137deb2f1f6869430c4f8c585aaa1619"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "d92826ef984eb7639f707cf7de79e91b",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.7",
"size": 317547,
"upload_time": "2024-10-23T11:24:17",
"upload_time_iso_8601": "2024-10-23T11:24:17.269383Z",
"url": "https://files.pythonhosted.org/packages/50/c0/bbfd38a0d197b36b73d26a1a636389879ce36f710fc92fa44b3359590bbc/fastcrc-0.3.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "39e36f2f670f94ca37ef45b8b947c721447a100df441523c1bb728ee1703934f",
"md5": "a4339df4e3aa4cb2d03516326547bdc8",
"sha256": "e33373b9b7325d93af5486c6414404b57e0ab48a0a1ea0125712c42607c6efcc"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "a4339df4e3aa4cb2d03516326547bdc8",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.7",
"size": 276362,
"upload_time": "2024-10-23T11:24:18",
"upload_time_iso_8601": "2024-10-23T11:24:18.429942Z",
"url": "https://files.pythonhosted.org/packages/39/e3/6f2f670f94ca37ef45b8b947c721447a100df441523c1bb728ee1703934f/fastcrc-0.3.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f2cf1d9cabfafd05600f818b473577092de61823219a79628b62c0d49673651e",
"md5": "dca3148cc61457b740e9a5fbe2548165",
"sha256": "fa14a0f06b38e1c5689c4f6c6bfcdeee24de219385af5bd2356a73afdcdee896"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "dca3148cc61457b740e9a5fbe2548165",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.7",
"size": 286994,
"upload_time": "2024-10-23T11:24:19",
"upload_time_iso_8601": "2024-10-23T11:24:19.983395Z",
"url": "https://files.pythonhosted.org/packages/f2/cf/1d9cabfafd05600f818b473577092de61823219a79628b62c0d49673651e/fastcrc-0.3.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cd2f18386dade933ebfb46fd2d173cd3a6a1842610b7c3de32108cbc91fc9b9f",
"md5": "37845c0f41e08951662b5da6de86f8ca",
"sha256": "b6fd2d2276f02f095104672a8797d032ea142b6d3973404b934f8c02c79cce12"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-pp38-pypy38_pp73-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "37845c0f41e08951662b5da6de86f8ca",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.7",
"size": 246422,
"upload_time": "2024-10-23T11:24:21",
"upload_time_iso_8601": "2024-10-23T11:24:21.466432Z",
"url": "https://files.pythonhosted.org/packages/cd/2f/18386dade933ebfb46fd2d173cd3a6a1842610b7c3de32108cbc91fc9b9f/fastcrc-0.3.2-pp38-pypy38_pp73-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4ac4942f2a6b88c9486e587e1e83635941a05199425ddaf1a6ce18e57b8f6802",
"md5": "72a4047a0e3674e05549d515659758ff",
"sha256": "db3b31239f0f4fe74de37cd7c823716b52cf7e6bb7ce6b54e2fafa5d67e05246"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "72a4047a0e3674e05549d515659758ff",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.7",
"size": 242205,
"upload_time": "2024-10-23T11:24:23",
"upload_time_iso_8601": "2024-10-23T11:24:23.199873Z",
"url": "https://files.pythonhosted.org/packages/4a/c4/942f2a6b88c9486e587e1e83635941a05199425ddaf1a6ce18e57b8f6802/fastcrc-0.3.2-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8db5ec16ea905073b9c0d191ec798233990c5ea40d537a114a8508d092b81adc",
"md5": "6cb776539196347b973e67098734fecf",
"sha256": "5fd80edbc3994f449656e3d95aa42a3b08c3c6fc55d3619d87fdf01fca149480"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "6cb776539196347b973e67098734fecf",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.7",
"size": 276853,
"upload_time": "2024-10-23T11:24:24",
"upload_time_iso_8601": "2024-10-23T11:24:24.985110Z",
"url": "https://files.pythonhosted.org/packages/8d/b5/ec16ea905073b9c0d191ec798233990c5ea40d537a114a8508d092b81adc/fastcrc-0.3.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a7258218d45d870517725d5a96f56bed9ad2e5f8d03f1144e9e4cfdaf22fd9ee",
"md5": "a4654af77097fc711859bda17b22f3e0",
"sha256": "c465a4ee71594ccb2a46227fe64d41d643c8e3ce673b19106f4bb7273da0747f"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "a4654af77097fc711859bda17b22f3e0",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.7",
"size": 280261,
"upload_time": "2024-10-23T11:24:26",
"upload_time_iso_8601": "2024-10-23T11:24:26.642427Z",
"url": "https://files.pythonhosted.org/packages/a7/25/8218d45d870517725d5a96f56bed9ad2e5f8d03f1144e9e4cfdaf22fd9ee/fastcrc-0.3.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f4bb0bbe0d8823b23edcb8e68b93d1170e8f5474aa9cde091852af1f9c5d247f",
"md5": "6a6e12defdab758fcffe5c657439a50f",
"sha256": "10617a0a57adb7162f26d6f8c4a4a0fa770a0ef734e5faf7b832ef177344e791"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "6a6e12defdab758fcffe5c657439a50f",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.7",
"size": 313571,
"upload_time": "2024-10-23T11:24:27",
"upload_time_iso_8601": "2024-10-23T11:24:27.880499Z",
"url": "https://files.pythonhosted.org/packages/f4/bb/0bbe0d8823b23edcb8e68b93d1170e8f5474aa9cde091852af1f9c5d247f/fastcrc-0.3.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "00738c131fde205ac92f70f89acb5287e4166303af06374d2dd44e5f2db602de",
"md5": "538a3dbfc6d634f028b2c43082285690",
"sha256": "2859472ab4c8ab620c01a2ae00536541e5981fe565b95eb84e49ec4321154252"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "538a3dbfc6d634f028b2c43082285690",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.7",
"size": 318422,
"upload_time": "2024-10-23T11:24:29",
"upload_time_iso_8601": "2024-10-23T11:24:29.115028Z",
"url": "https://files.pythonhosted.org/packages/00/73/8c131fde205ac92f70f89acb5287e4166303af06374d2dd44e5f2db602de/fastcrc-0.3.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "10414ccc3e74d982f74463b16a2be536f1989bc8b0430aae6d6c2a5c4f5c2736",
"md5": "bf86baa0d1a3c7f052129ae5998cd623",
"sha256": "fa1499a719e445a7d87709a13f4959265b76ff9f7b316268157d43f1d0f08434"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "bf86baa0d1a3c7f052129ae5998cd623",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.7",
"size": 276803,
"upload_time": "2024-10-23T11:24:30",
"upload_time_iso_8601": "2024-10-23T11:24:30.542780Z",
"url": "https://files.pythonhosted.org/packages/10/41/4ccc3e74d982f74463b16a2be536f1989bc8b0430aae6d6c2a5c4f5c2736/fastcrc-0.3.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7b3856cfbf3c753995b941ff13b96c9acb4b39be98d01cea3fb0ecc9f23bbf4a",
"md5": "b27f412e07f5da98344d8e32613436ec",
"sha256": "f0612ba25f1e4503f3001188cb5ddc03ea5085dab836cd5843edf2655545e043"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "b27f412e07f5da98344d8e32613436ec",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.7",
"size": 287142,
"upload_time": "2024-10-23T11:24:32",
"upload_time_iso_8601": "2024-10-23T11:24:32.735753Z",
"url": "https://files.pythonhosted.org/packages/7b/38/56cfbf3c753995b941ff13b96c9acb4b39be98d01cea3fb0ecc9f23bbf4a/fastcrc-0.3.2-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "926ee2891766168408117f190cb69df8e601a1271d80d2467b9727649b60c5f0",
"md5": "891f4b0dac74849b84a609372e5dd991",
"sha256": "7d2a7350fbb83528d72cac1d2ede9282aa9a3d1597e0e8ac307898986f67693e"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "891f4b0dac74849b84a609372e5dd991",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.7",
"size": 246416,
"upload_time": "2024-10-23T11:24:33",
"upload_time_iso_8601": "2024-10-23T11:24:33.906694Z",
"url": "https://files.pythonhosted.org/packages/92/6e/e2891766168408117f190cb69df8e601a1271d80d2467b9727649b60c5f0/fastcrc-0.3.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "81e79d0d3649da9fe77f59bff071207723bb4b46c588053e503851a2b438b03e",
"md5": "a9cb1f5440d5da6dbfe9b80fa53a2624",
"sha256": "2113206dd9c4e8938948a1fe4d0a984813c1e05bd6aed76bc94e5e8db950f6e2"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "a9cb1f5440d5da6dbfe9b80fa53a2624",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.7",
"size": 242262,
"upload_time": "2024-10-23T11:24:35",
"upload_time_iso_8601": "2024-10-23T11:24:35.078377Z",
"url": "https://files.pythonhosted.org/packages/81/e7/9d0d3649da9fe77f59bff071207723bb4b46c588053e503851a2b438b03e/fastcrc-0.3.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ca6b06942aa4ab1501018fc69ae9fef33eb5a326983c77a794ac1df671171110",
"md5": "79979edc6f115f34ec63a146369aacd9",
"sha256": "2ef696e7981dad4b478e5e72b96ca85d35a37c66cb1cb83c4c2f596435910f0c"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "79979edc6f115f34ec63a146369aacd9",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.7",
"size": 276882,
"upload_time": "2024-10-23T11:24:36",
"upload_time_iso_8601": "2024-10-23T11:24:36.294826Z",
"url": "https://files.pythonhosted.org/packages/ca/6b/06942aa4ab1501018fc69ae9fef33eb5a326983c77a794ac1df671171110/fastcrc-0.3.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b4bb1b04e1ff629b0ab9d6274e790eeb97ac063ddf8275e7dc00726453198225",
"md5": "15597d393f6822f356c7b98270a1177e",
"sha256": "f6d928d05b9d99615abba45dd4d6c7a8643f3b2fb58156c20ed49c3f44fae3bd"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "15597d393f6822f356c7b98270a1177e",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.7",
"size": 280181,
"upload_time": "2024-10-23T11:24:37",
"upload_time_iso_8601": "2024-10-23T11:24:37.456067Z",
"url": "https://files.pythonhosted.org/packages/b4/bb/1b04e1ff629b0ab9d6274e790eeb97ac063ddf8275e7dc00726453198225/fastcrc-0.3.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "00745e3abffe311e67889e51dafc3c7e67482e6007c46141e6d2c31fd639e5bb",
"md5": "bc63335467583d2de8596c721a9abe6a",
"sha256": "28581d371928a0507b5e8c329241432f8779eb63d202d53e08dce6c506185586"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "bc63335467583d2de8596c721a9abe6a",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.7",
"size": 313569,
"upload_time": "2024-10-23T11:24:38",
"upload_time_iso_8601": "2024-10-23T11:24:38.621057Z",
"url": "https://files.pythonhosted.org/packages/00/74/5e3abffe311e67889e51dafc3c7e67482e6007c46141e6d2c31fd639e5bb/fastcrc-0.3.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9d5db3583db8f71d031f9f5a0ca987b397983996b51e9e28246c1c5b8df5da58",
"md5": "2a42ebf68988a6686fb2b7ccae59b3a3",
"sha256": "cffeec911796bc8e51f14e2eb0a55461363bc5cad27e35c270e7afe85df1c530"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "2a42ebf68988a6686fb2b7ccae59b3a3",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.7",
"size": 318376,
"upload_time": "2024-10-23T11:24:39",
"upload_time_iso_8601": "2024-10-23T11:24:39.853221Z",
"url": "https://files.pythonhosted.org/packages/9d/5d/b3583db8f71d031f9f5a0ca987b397983996b51e9e28246c1c5b8df5da58/fastcrc-0.3.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "37c5f967f5b9d892c0ba8a0342b8f2662c54bc7564a387d3a9cdae1073b3a39d",
"md5": "9cc62a34333b0f2353cf977c25c874f5",
"sha256": "8ee171a8fa8f879e0904df99e690f5e3c04439e027138af1df942df3dc1f061a"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "9cc62a34333b0f2353cf977c25c874f5",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.7",
"size": 276781,
"upload_time": "2024-10-23T11:24:41",
"upload_time_iso_8601": "2024-10-23T11:24:41.483238Z",
"url": "https://files.pythonhosted.org/packages/37/c5/f967f5b9d892c0ba8a0342b8f2662c54bc7564a387d3a9cdae1073b3a39d/fastcrc-0.3.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d96088bba64477da54a4125ab91ee0e82874f448d800ca71e7de848d806c3e32",
"md5": "f8486b7f0628d7804902b2ab6056272f",
"sha256": "e9cc2cca642cdd6c855e7e126b107ff7a8d159ff1b38793e15c3236b8f7579cf"
},
"downloads": -1,
"filename": "fastcrc-0.3.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
"has_sig": false,
"md5_digest": "f8486b7f0628d7804902b2ab6056272f",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.7",
"size": 287205,
"upload_time": "2024-10-23T11:24:42",
"upload_time_iso_8601": "2024-10-23T11:24:42.710205Z",
"url": "https://files.pythonhosted.org/packages/d9/60/88bba64477da54a4125ab91ee0e82874f448d800ca71e7de848d806c3e32/fastcrc-0.3.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f4fa32bac317708588b845800ea12b026003ea6239035b21d464f48152ca512a",
"md5": "dde62adcda8c4fede111947829500521",
"sha256": "22362bb54e1bafc4f3e35544e40162481b2822c48ede1f5c2784820afad2c561"
},
"downloads": -1,
"filename": "fastcrc-0.3.2.tar.gz",
"has_sig": false,
"md5_digest": "dde62adcda8c4fede111947829500521",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 11913,
"upload_time": "2024-10-23T11:24:43",
"upload_time_iso_8601": "2024-10-23T11:24:43.948325Z",
"url": "https://files.pythonhosted.org/packages/f4/fa/32bac317708588b845800ea12b026003ea6239035b21d464f48152ca512a/fastcrc-0.3.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-23 11:24:43",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "overcat",
"github_project": "fastcrc",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "fastcrc"
}