fastcrc


Namefastcrc JSON
Version 0.3.0 PyPI version JSON
download
home_pagehttps://github.com/overcat/fastcrc
SummaryA hyper-fast Python module for computing CRC(8, 16, 32, 64) checksum
upload_time2024-01-02 12:53:11
maintainer
docs_urlNone
authorovercat <4catcode@gmail.com>
requires_python>=3.7
licenseMIT License
keywords crc crc8 crc16 crc32 crc64
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =======
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": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "crc,crc8,crc16,crc32,crc64",
    "author": "overcat <4catcode@gmail.com>",
    "author_email": "overcat <4catcode@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/00/8e/ddd7b0f1a96b17d1e359caf01e558260bb675c3de4e84477861f78a8bf22/fastcrc-0.3.0.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.0",
    "project_urls": {
        "Homepage": "https://github.com/overcat/fastcrc",
        "Source Code": "https://github.com/overcat/fastcrc"
    },
    "split_keywords": [
        "crc",
        "crc8",
        "crc16",
        "crc32",
        "crc64"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "545b58211c0a5ef77bce2d5d0a7e1ebd8a41bad6cc1559583c8ae59528dc116d",
                "md5": "62afe78d1a2156252312ab61c1ede8ea",
                "sha256": "a0470d8eb7d477759a17f01d257ca54221d2e966618aeb13d38affa7c97f422a"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "62afe78d1a2156252312ab61c1ede8ea",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1108636,
            "upload_time": "2024-01-02T12:50:49",
            "upload_time_iso_8601": "2024-01-02T12:50:49.604034Z",
            "url": "https://files.pythonhosted.org/packages/54/5b/58211c0a5ef77bce2d5d0a7e1ebd8a41bad6cc1559583c8ae59528dc116d/fastcrc-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5e6c2cb94916c6481d76b9943e2a3d039016d5d8298f2b012261880f6650ed9",
                "md5": "55fc7b4f4f09d651fba93da5510d16f6",
                "sha256": "04f0640af0d358fb77862b43c831db71b0c55099cc8c8c0e6d254ef4eb752415"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "55fc7b4f4f09d651fba93da5510d16f6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1122323,
            "upload_time": "2024-01-02T12:50:51",
            "upload_time_iso_8601": "2024-01-02T12:50:51.977478Z",
            "url": "https://files.pythonhosted.org/packages/c5/e6/c2cb94916c6481d76b9943e2a3d039016d5d8298f2b012261880f6650ed9/fastcrc-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ac8f4a873f8e5d63b2187308a7c083c212bdaed4601853767da2ce92b611f7a",
                "md5": "c9e8edf8a8f5cae637ce08661b4c7003",
                "sha256": "dcf9c7e484337eb81e01fddd00fd877c1d1f2f58caff32728d9d8d710449f846"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "c9e8edf8a8f5cae637ce08661b4c7003",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1221351,
            "upload_time": "2024-01-02T12:50:53",
            "upload_time_iso_8601": "2024-01-02T12:50:53.982695Z",
            "url": "https://files.pythonhosted.org/packages/3a/c8/f4a873f8e5d63b2187308a7c083c212bdaed4601853767da2ce92b611f7a/fastcrc-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ef983d316ab3f38be640179ff03ceb389d88e326b60361e513d9ed6aa583c53",
                "md5": "3dd875f07bbf8339552e3bfeff794925",
                "sha256": "2e8fb45fa8b8a54c76b12300b88ff7465fbe9ffc7446055d82d18c4b5ea67419"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "3dd875f07bbf8339552e3bfeff794925",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1253295,
            "upload_time": "2024-01-02T12:50:56",
            "upload_time_iso_8601": "2024-01-02T12:50:56.182717Z",
            "url": "https://files.pythonhosted.org/packages/6e/f9/83d316ab3f38be640179ff03ceb389d88e326b60361e513d9ed6aa583c53/fastcrc-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f64d16f6195e9aa2b98f2673f42611d245ca15bf614877bd072255e33a02705a",
                "md5": "39f12667bae673fb0df1f53586f4523f",
                "sha256": "b37e925c985ae4b6a26ce9cff4505d2e441aba357efa84b700d477ae80ce7603"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "39f12667bae673fb0df1f53586f4523f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1116963,
            "upload_time": "2024-01-02T12:50:57",
            "upload_time_iso_8601": "2024-01-02T12:50:57.537000Z",
            "url": "https://files.pythonhosted.org/packages/f6/4d/16f6195e9aa2b98f2673f42611d245ca15bf614877bd072255e33a02705a/fastcrc-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "34d24af1bf14272d866bd98f1c74e7ce8c192843b12c08d588ae830d828c7268",
                "md5": "71c07069e4f1f8f2b3acbbe504e5ca63",
                "sha256": "254bf3f4c22d9d81f2119ff09c50376f74f99a9a7990f072992153df431426fd"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "71c07069e4f1f8f2b3acbbe504e5ca63",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1137638,
            "upload_time": "2024-01-02T12:50:59",
            "upload_time_iso_8601": "2024-01-02T12:50:59.426488Z",
            "url": "https://files.pythonhosted.org/packages/34/d2/4af1bf14272d866bd98f1c74e7ce8c192843b12c08d588ae830d828c7268/fastcrc-0.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "582eea15bed2a504e9f83ab6262ffc89a6c804f3565a4b8539725a18a54dfaee",
                "md5": "fe24298bc11988aee76ca7ba10863914",
                "sha256": "d676759e2ec55aeda2b9e18866bab06f62782f9b921bc979ab944b4475df76cb"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp310-none-win32.whl",
            "has_sig": false,
            "md5_digest": "fe24298bc11988aee76ca7ba10863914",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 150028,
            "upload_time": "2024-01-02T12:51:01",
            "upload_time_iso_8601": "2024-01-02T12:51:01.815467Z",
            "url": "https://files.pythonhosted.org/packages/58/2e/ea15bed2a504e9f83ab6262ffc89a6c804f3565a4b8539725a18a54dfaee/fastcrc-0.3.0-cp310-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6d00af93c0aa63d1ac4d66c0be6fc3de47eb0a695ba2e5c47dc5a8f228e540dd",
                "md5": "5ff15cb038b6aa6541b4a60ac1899f73",
                "sha256": "6f95ea80ff0d1d04f15bb6e2725b44196a2b34ce67d23d6fba506838fe37b8d7"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp310-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5ff15cb038b6aa6541b4a60ac1899f73",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 153480,
            "upload_time": "2024-01-02T12:51:03",
            "upload_time_iso_8601": "2024-01-02T12:51:03.212503Z",
            "url": "https://files.pythonhosted.org/packages/6d/00/af93c0aa63d1ac4d66c0be6fc3de47eb0a695ba2e5c47dc5a8f228e540dd/fastcrc-0.3.0-cp310-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "03f7da0705ab71c9dcb339a83fea490a47a4b6c554ef51ccd28e184d74e733ac",
                "md5": "afeed5b91054c56e03f9478b2760d773",
                "sha256": "497424ad3adfa8f2bd6cd47b2e0778148a94968e9e30978aca17711f8f3b4dd8"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "afeed5b91054c56e03f9478b2760d773",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 280788,
            "upload_time": "2024-01-02T12:51:04",
            "upload_time_iso_8601": "2024-01-02T12:51:04.550055Z",
            "url": "https://files.pythonhosted.org/packages/03/f7/da0705ab71c9dcb339a83fea490a47a4b6c554ef51ccd28e184d74e733ac/fastcrc-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ccf59c97ea8efb7ce4ccc8cc92958c9640f09cb39a8b42881268b6426758d91b",
                "md5": "3e3d2f64751cc35737d97292b7f207e8",
                "sha256": "f233d6480fce1e359698e4f41f4db1e9c1c9f34669f2fd237a85129527e83d15"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "3e3d2f64751cc35737d97292b7f207e8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 281512,
            "upload_time": "2024-01-02T12:51:06",
            "upload_time_iso_8601": "2024-01-02T12:51:06.495466Z",
            "url": "https://files.pythonhosted.org/packages/cc/f5/9c97ea8efb7ce4ccc8cc92958c9640f09cb39a8b42881268b6426758d91b/fastcrc-0.3.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "954bee3107290826047efaa079320e48865aeea6a418f2640544ba1711ff6164",
                "md5": "52430bc3b6b7c155cf14b41d5856952b",
                "sha256": "70f895c4b4c8cb2c9438a61d60fac5bbbfa7f5a32f63ade8b0afcb0bc7ebc7ef"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "52430bc3b6b7c155cf14b41d5856952b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1108734,
            "upload_time": "2024-01-02T12:51:08",
            "upload_time_iso_8601": "2024-01-02T12:51:08.712379Z",
            "url": "https://files.pythonhosted.org/packages/95/4b/ee3107290826047efaa079320e48865aeea6a418f2640544ba1711ff6164/fastcrc-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eda2824d0213f76f41baab75adb3b2b7e84582dac6f1ddbbf33786d9af745991",
                "md5": "b3b3eff6051edd51aa493ae58518acda",
                "sha256": "657e7ba563e3904ce5af5bd4c26fe15c6b57a973ab28a82baacc305b243abe0a"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "b3b3eff6051edd51aa493ae58518acda",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1122397,
            "upload_time": "2024-01-02T12:51:10",
            "upload_time_iso_8601": "2024-01-02T12:51:10.724955Z",
            "url": "https://files.pythonhosted.org/packages/ed/a2/824d0213f76f41baab75adb3b2b7e84582dac6f1ddbbf33786d9af745991/fastcrc-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a1fd2d4be92f948585045e85c3e4bd42cd17a50d27975141fa10d69eaa9c1a18",
                "md5": "eade6cc7031372f55a2249072a258132",
                "sha256": "b072a71e042c5e3c7f8f10a6787be293825982d3e35edc3cb4ae7ba8175a6e70"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "eade6cc7031372f55a2249072a258132",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1221351,
            "upload_time": "2024-01-02T12:51:12",
            "upload_time_iso_8601": "2024-01-02T12:51:12.089651Z",
            "url": "https://files.pythonhosted.org/packages/a1/fd/2d4be92f948585045e85c3e4bd42cd17a50d27975141fa10d69eaa9c1a18/fastcrc-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bbbd6f44f7d788dbc1e920570f1fe00e6186ddd2dba999b94e356655bd9b4b97",
                "md5": "4bf2dcfc468fe34c00271a035d7423f7",
                "sha256": "087057342cd43a97ffe640ed0b453a3719cf43cadcdde38c9b3ee15a89b11859"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "4bf2dcfc468fe34c00271a035d7423f7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1253300,
            "upload_time": "2024-01-02T12:51:14",
            "upload_time_iso_8601": "2024-01-02T12:51:14.197736Z",
            "url": "https://files.pythonhosted.org/packages/bb/bd/6f44f7d788dbc1e920570f1fe00e6186ddd2dba999b94e356655bd9b4b97/fastcrc-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b115303795b6f9e58b4d9081edfc829030382aafa0998b7252530ee9451942b7",
                "md5": "93dd913330cd41e87af4096bc1c2591b",
                "sha256": "f6f1d5270ecd2254c60e94700e5d88ac1d0afe9084fa2eb80453de44a3ebae0c"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "93dd913330cd41e87af4096bc1c2591b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1117034,
            "upload_time": "2024-01-02T12:51:15",
            "upload_time_iso_8601": "2024-01-02T12:51:15.565804Z",
            "url": "https://files.pythonhosted.org/packages/b1/15/303795b6f9e58b4d9081edfc829030382aafa0998b7252530ee9451942b7/fastcrc-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ae75a9fa985dcae968fc538981700be84ac0ed60e739eeff9d18224483ac3aa",
                "md5": "f54ea8cce10005e799d2ee8bcf66c1f9",
                "sha256": "a1991f35ab89809cb760a7ec60d51cc39b150841ca8c620ddef30e56f65844f0"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "f54ea8cce10005e799d2ee8bcf66c1f9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1137736,
            "upload_time": "2024-01-02T12:51:17",
            "upload_time_iso_8601": "2024-01-02T12:51:17.222981Z",
            "url": "https://files.pythonhosted.org/packages/3a/e7/5a9fa985dcae968fc538981700be84ac0ed60e739eeff9d18224483ac3aa/fastcrc-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b97c3e4e86e4235d52d6101dd79e8846aa7d5e2ff4733d7a285f2ef7d8c72833",
                "md5": "a82fc8f9e7f9720c9289e7da098643c5",
                "sha256": "a81c5615ac1a633adf7180e76d35dbbc2406acb93cab1bc48ea1e65cb0e645bc"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp311-none-win32.whl",
            "has_sig": false,
            "md5_digest": "a82fc8f9e7f9720c9289e7da098643c5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 150025,
            "upload_time": "2024-01-02T12:51:19",
            "upload_time_iso_8601": "2024-01-02T12:51:19.189333Z",
            "url": "https://files.pythonhosted.org/packages/b9/7c/3e4e86e4235d52d6101dd79e8846aa7d5e2ff4733d7a285f2ef7d8c72833/fastcrc-0.3.0-cp311-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cad18ee33ea16de3bd340f9504aa266c8f0aa3a08f9cdf0af08514fc81976c49",
                "md5": "529e0a7c851244e2d6b31f9a66e2ba10",
                "sha256": "368d7df2131305781a9459d418c5a3885ba32a5312132afc803e374d122d4e9b"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp311-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "529e0a7c851244e2d6b31f9a66e2ba10",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 153318,
            "upload_time": "2024-01-02T12:51:20",
            "upload_time_iso_8601": "2024-01-02T12:51:20.868948Z",
            "url": "https://files.pythonhosted.org/packages/ca/d1/8ee33ea16de3bd340f9504aa266c8f0aa3a08f9cdf0af08514fc81976c49/fastcrc-0.3.0-cp311-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1d3c1eabbd63c035ffee031da12e7ec07fef39410e64c961ec7795313679b98",
                "md5": "996fbb2a2d42557233852103796fc5c6",
                "sha256": "c2a7b827dff62f7aa94219cc79719087db3bb9e59b302a79989cffc6417a1f19"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "996fbb2a2d42557233852103796fc5c6",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 279637,
            "upload_time": "2024-01-02T12:51:22",
            "upload_time_iso_8601": "2024-01-02T12:51:22.099966Z",
            "url": "https://files.pythonhosted.org/packages/e1/d3/c1eabbd63c035ffee031da12e7ec07fef39410e64c961ec7795313679b98/fastcrc-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7571ca65159723598519a49878938f08a388e821c464b6f8eb4cf0a4ab09849a",
                "md5": "6af83f278ce6b7c29db682c0f389b5f8",
                "sha256": "3ae8898aa6f6c99c496f2d6f0426727be66b5391c0ee06c88e405b80dadb35ec"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "6af83f278ce6b7c29db682c0f389b5f8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 280556,
            "upload_time": "2024-01-02T12:51:23",
            "upload_time_iso_8601": "2024-01-02T12:51:23.925119Z",
            "url": "https://files.pythonhosted.org/packages/75/71/ca65159723598519a49878938f08a388e821c464b6f8eb4cf0a4ab09849a/fastcrc-0.3.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c623c3d6c3eff06bc4e8b99835f8fd4953f81ebacd225705f5cad3645a229bde",
                "md5": "95d975f4f637dc7e551f9d74be126d51",
                "sha256": "4e3b2fe0abe02ca87089439fe5a076eed442afe8b649012a19e784c330c76779"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "95d975f4f637dc7e551f9d74be126d51",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1108383,
            "upload_time": "2024-01-02T12:51:25",
            "upload_time_iso_8601": "2024-01-02T12:51:25.773656Z",
            "url": "https://files.pythonhosted.org/packages/c6/23/c3d6c3eff06bc4e8b99835f8fd4953f81ebacd225705f5cad3645a229bde/fastcrc-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc4adb2845080ba57c5eb5ff46bed3c58757648a9b972cd737239e129055f84e",
                "md5": "7595165c0ddbb5133d85e72b14517272",
                "sha256": "9a8cdd92bd014db7d8c27de956b20a22b9a1157a1e2471a688b2e6aebf21a086"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "7595165c0ddbb5133d85e72b14517272",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1121897,
            "upload_time": "2024-01-02T12:51:27",
            "upload_time_iso_8601": "2024-01-02T12:51:27.301759Z",
            "url": "https://files.pythonhosted.org/packages/bc/4a/db2845080ba57c5eb5ff46bed3c58757648a9b972cd737239e129055f84e/fastcrc-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76e146778f276cd23d0aa0a1e61ebb7ca1bca9ecb8117549a219f5354753e296",
                "md5": "cf7e0f5a1f3ebb4aa5350f6889862881",
                "sha256": "426e462b4c60daa6f5afd4a31de0cd48b1d9930ab28ab64231cd6dd5c2226747"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "cf7e0f5a1f3ebb4aa5350f6889862881",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1221895,
            "upload_time": "2024-01-02T12:51:28",
            "upload_time_iso_8601": "2024-01-02T12:51:28.608570Z",
            "url": "https://files.pythonhosted.org/packages/76/e1/46778f276cd23d0aa0a1e61ebb7ca1bca9ecb8117549a219f5354753e296/fastcrc-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ee937d8e29082fba7b1823a5b4b42c86715b1a3bea076b8091bb00672920a9a",
                "md5": "9da476fd34938e8971f6cfced73969e6",
                "sha256": "a1f4f3f1322c05ca84bae6fa234c119a8f05fde5d13414c5b148e1ff90a89181"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "9da476fd34938e8971f6cfced73969e6",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1241974,
            "upload_time": "2024-01-02T12:51:30",
            "upload_time_iso_8601": "2024-01-02T12:51:30.560244Z",
            "url": "https://files.pythonhosted.org/packages/7e/e9/37d8e29082fba7b1823a5b4b42c86715b1a3bea076b8091bb00672920a9a/fastcrc-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2febceefdec770c1d3c2299e831cfdc1b13558655e5ccaf880e1a8ab4ef50d57",
                "md5": "3cab201ef91a27a9df9c7c377c87b455",
                "sha256": "85131d9435e16b579c1227230dd1ae2bb649a12642e55b5a95092f718efee91c"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3cab201ef91a27a9df9c7c377c87b455",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1116958,
            "upload_time": "2024-01-02T12:51:32",
            "upload_time_iso_8601": "2024-01-02T12:51:32.512330Z",
            "url": "https://files.pythonhosted.org/packages/2f/eb/ceefdec770c1d3c2299e831cfdc1b13558655e5ccaf880e1a8ab4ef50d57/fastcrc-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5563cca156d3bf244527973a1579fae61d5ba6b058eca610e411f177e29fa339",
                "md5": "7e29b958b02d13014e24ec14bc4bf55a",
                "sha256": "57deab4c31ac2b8cf7c3fe58488b63fabab352bc383519b0277144ca27f21882"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "7e29b958b02d13014e24ec14bc4bf55a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1136557,
            "upload_time": "2024-01-02T12:51:33",
            "upload_time_iso_8601": "2024-01-02T12:51:33.782097Z",
            "url": "https://files.pythonhosted.org/packages/55/63/cca156d3bf244527973a1579fae61d5ba6b058eca610e411f177e29fa339/fastcrc-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f3103a2becbf7e22ebe6f7f5e413908ec3f7733d50084868963e34bad2de722",
                "md5": "e599619144aac3839ca4fef089005db0",
                "sha256": "3e5deb32cf3073dee8a742e985e0b12737eae95040dea2ca38bc7efe29bcd2b1"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp312-none-win32.whl",
            "has_sig": false,
            "md5_digest": "e599619144aac3839ca4fef089005db0",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 149098,
            "upload_time": "2024-01-02T12:51:35",
            "upload_time_iso_8601": "2024-01-02T12:51:35.143545Z",
            "url": "https://files.pythonhosted.org/packages/0f/31/03a2becbf7e22ebe6f7f5e413908ec3f7733d50084868963e34bad2de722/fastcrc-0.3.0-cp312-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "75fcb93ec7a6c21ff7c1d3212cfcdf7e17635f3980076238b054757860a94731",
                "md5": "6a3ee0ff394f4ead39e2dbc1079e837f",
                "sha256": "8c390905fcec5e63de691b58e092dc3964a3c72ca1bb361da498fcddc84aeb86"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp312-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6a3ee0ff394f4ead39e2dbc1079e837f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 153137,
            "upload_time": "2024-01-02T12:51:36",
            "upload_time_iso_8601": "2024-01-02T12:51:36.367378Z",
            "url": "https://files.pythonhosted.org/packages/75/fc/b93ec7a6c21ff7c1d3212cfcdf7e17635f3980076238b054757860a94731/fastcrc-0.3.0-cp312-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f2f6c516f59447e863eb62305d4a8421cca2db806dbcc827f9539dd8a017e52a",
                "md5": "f6147ee5ba97849de35776a42e1d7b03",
                "sha256": "8d320e8f3fb0ebee4226d2aca1a12d3b19de66355d4e44184fd4828449c019f3"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f6147ee5ba97849de35776a42e1d7b03",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 1108383,
            "upload_time": "2024-01-02T12:51:38",
            "upload_time_iso_8601": "2024-01-02T12:51:38.230831Z",
            "url": "https://files.pythonhosted.org/packages/f2/f6/c516f59447e863eb62305d4a8421cca2db806dbcc827f9539dd8a017e52a/fastcrc-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6e9b7a877bdebfbcaee43876df3f5410fddfd5f2415111a422d8f85ae962317",
                "md5": "f638ea9d3c5690f769de72b365adf085",
                "sha256": "82f5bbed607fcf39024335916190fc4990a208cfd92dd916d70b31ecc9122014"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "f638ea9d3c5690f769de72b365adf085",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 1121899,
            "upload_time": "2024-01-02T12:51:39",
            "upload_time_iso_8601": "2024-01-02T12:51:39.431835Z",
            "url": "https://files.pythonhosted.org/packages/f6/e9/b7a877bdebfbcaee43876df3f5410fddfd5f2415111a422d8f85ae962317/fastcrc-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39b067b614f8012ebaf511de1466dd397ec68c47f5fd6578f514e683ef21c401",
                "md5": "7e0b157d0ac66543cc6a064af61d682a",
                "sha256": "f354a0859f0b6f42538bdf7699eb68c22e352a1c798e92379c0ee047cfd81817"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "7e0b157d0ac66543cc6a064af61d682a",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 1221896,
            "upload_time": "2024-01-02T12:51:40",
            "upload_time_iso_8601": "2024-01-02T12:51:40.817799Z",
            "url": "https://files.pythonhosted.org/packages/39/b0/67b614f8012ebaf511de1466dd397ec68c47f5fd6578f514e683ef21c401/fastcrc-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f5d794a960f29e347964158fef23f190d96ba32e2fa66bd676bf42078b71022",
                "md5": "c364db34b35b2a990b11dcff260f3f45",
                "sha256": "792b168e133b24d437c6d909a870ddc14c9e0249e36f601a1f3e0c063c8e9417"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "c364db34b35b2a990b11dcff260f3f45",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 1241973,
            "upload_time": "2024-01-02T12:51:42",
            "upload_time_iso_8601": "2024-01-02T12:51:42.215629Z",
            "url": "https://files.pythonhosted.org/packages/4f/5d/794a960f29e347964158fef23f190d96ba32e2fa66bd676bf42078b71022/fastcrc-0.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56e4a6dae39624337fb1c1492ba9e2d553841f8fde2102ed47f67ee8482eb20f",
                "md5": "216e7ef2add55f360c3177ebbbf76ffd",
                "sha256": "7ae32c512b26f41d32dc1cf3ce36350078cef854e1cbf35c3414b27a742a6033"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "216e7ef2add55f360c3177ebbbf76ffd",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1108817,
            "upload_time": "2024-01-02T12:51:43",
            "upload_time_iso_8601": "2024-01-02T12:51:43.590358Z",
            "url": "https://files.pythonhosted.org/packages/56/e4/a6dae39624337fb1c1492ba9e2d553841f8fde2102ed47f67ee8482eb20f/fastcrc-0.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9227acbaf656db70d641ea60c3b7ccca812bec26890b23b12ae34f4522f76b39",
                "md5": "9f080fd5baf81816b843427e2bb6bcd7",
                "sha256": "9598651d86b38d51b01bdcd34c88074ad1b9d4f87a81f738e2411e72b73f3b70"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "9f080fd5baf81816b843427e2bb6bcd7",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1122126,
            "upload_time": "2024-01-02T12:51:45",
            "upload_time_iso_8601": "2024-01-02T12:51:45.669377Z",
            "url": "https://files.pythonhosted.org/packages/92/27/acbaf656db70d641ea60c3b7ccca812bec26890b23b12ae34f4522f76b39/fastcrc-0.3.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb0b282f38f65e67750a1d6208d84a1537c676199df22e8d4071a20d94e80f6a",
                "md5": "7b9fff625098d73b4bf935abc8d0fc2d",
                "sha256": "ebd35fc5fd7a76c67e6db10a46cbeaa0c60b3bc0dbf43106483941a8ac8a2e78"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "7b9fff625098d73b4bf935abc8d0fc2d",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1221887,
            "upload_time": "2024-01-02T12:51:47",
            "upload_time_iso_8601": "2024-01-02T12:51:47.044861Z",
            "url": "https://files.pythonhosted.org/packages/bb/0b/282f38f65e67750a1d6208d84a1537c676199df22e8d4071a20d94e80f6a/fastcrc-0.3.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5189958d5a7f292b2971a1487b77a286fb1fc4f542d689fb01dcef75c8e17e08",
                "md5": "6be38215dc3b2df3564ac1be6802c6c2",
                "sha256": "93277528611a5eddcd3513d878db45e89476bee988c045d08761954295964f4b"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "6be38215dc3b2df3564ac1be6802c6c2",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1253272,
            "upload_time": "2024-01-02T12:51:48",
            "upload_time_iso_8601": "2024-01-02T12:51:48.620450Z",
            "url": "https://files.pythonhosted.org/packages/51/89/958d5a7f292b2971a1487b77a286fb1fc4f542d689fb01dcef75c8e17e08/fastcrc-0.3.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e771ceee1c5fb054e523d4363af5650ec459972beac29e5ba928b246cfaa12d7",
                "md5": "c8c917b41f06f2aa27aa98c5acb88f2d",
                "sha256": "21e8504b6e29a17a5b10456ba36d9111856bb3308c5ae65750014af0ba153993"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c8c917b41f06f2aa27aa98c5acb88f2d",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1116962,
            "upload_time": "2024-01-02T12:51:49",
            "upload_time_iso_8601": "2024-01-02T12:51:49.922411Z",
            "url": "https://files.pythonhosted.org/packages/e7/71/ceee1c5fb054e523d4363af5650ec459972beac29e5ba928b246cfaa12d7/fastcrc-0.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb313a9698c08caec557ed90103961f8c3d392bcf3941b70712936b0ed38d631",
                "md5": "ee948fdf0c36e3f9bfe66c93515dfde9",
                "sha256": "d309e2cbfec9861e254e5b94d001ae12d1c8bcd610b8100f58096198791a4846"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "ee948fdf0c36e3f9bfe66c93515dfde9",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1137279,
            "upload_time": "2024-01-02T12:51:51",
            "upload_time_iso_8601": "2024-01-02T12:51:51.927129Z",
            "url": "https://files.pythonhosted.org/packages/bb/31/3a9698c08caec557ed90103961f8c3d392bcf3941b70712936b0ed38d631/fastcrc-0.3.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8077c02240fd8e52e1bbc917cb330aeab7d30ebb71805e7299624b6f2f77c37b",
                "md5": "2e8f17e9081b7315fdd90653d4e7ce45",
                "sha256": "c409b54135be11e35e2f9f74bd84aa20a66ad4f0b0a0cdf7f18e614a94148dc4"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp37-none-win32.whl",
            "has_sig": false,
            "md5_digest": "2e8f17e9081b7315fdd90653d4e7ce45",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 149919,
            "upload_time": "2024-01-02T12:51:53",
            "upload_time_iso_8601": "2024-01-02T12:51:53.250793Z",
            "url": "https://files.pythonhosted.org/packages/80/77/c02240fd8e52e1bbc917cb330aeab7d30ebb71805e7299624b6f2f77c37b/fastcrc-0.3.0-cp37-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "008d7c5d1bb58dcae73b3a6dfdcc4e6142001e4c8bd5cbd2b23a98061d097df8",
                "md5": "d2b9071ae2001193f234c8ca10ef3458",
                "sha256": "287ccb6ce92651824f6ecb4b4d4cca94e94a8433f397c74fbf780ebf174257ed"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp37-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d2b9071ae2001193f234c8ca10ef3458",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 152989,
            "upload_time": "2024-01-02T12:51:54",
            "upload_time_iso_8601": "2024-01-02T12:51:54.427696Z",
            "url": "https://files.pythonhosted.org/packages/00/8d/7c5d1bb58dcae73b3a6dfdcc4e6142001e4c8bd5cbd2b23a98061d097df8/fastcrc-0.3.0-cp37-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76e9ad186be9bed5f2f7bdcd4f544a8130964a544e19e462c4181795a52da9fe",
                "md5": "fb232b797865d5e535e5ad0aa417daa3",
                "sha256": "a24331203bf8de8d022899d5d8d1e40eec78a5a32fda9864792a3847668a93dd"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "fb232b797865d5e535e5ad0aa417daa3",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1108749,
            "upload_time": "2024-01-02T12:51:55",
            "upload_time_iso_8601": "2024-01-02T12:51:55.696267Z",
            "url": "https://files.pythonhosted.org/packages/76/e9/ad186be9bed5f2f7bdcd4f544a8130964a544e19e462c4181795a52da9fe/fastcrc-0.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e06ef8e9a0d762c2081769babb0c333f06c00d76d137a20db35c6a5ab8c8228a",
                "md5": "5654217e7ea4b2ab34fd5123044a1399",
                "sha256": "9a1694319ed051023403e90a208bf7a7183d6a2b717b0b25d3c3f8c9d76b9dc1"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "5654217e7ea4b2ab34fd5123044a1399",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1122138,
            "upload_time": "2024-01-02T12:51:57",
            "upload_time_iso_8601": "2024-01-02T12:51:57.216076Z",
            "url": "https://files.pythonhosted.org/packages/e0/6e/f8e9a0d762c2081769babb0c333f06c00d76d137a20db35c6a5ab8c8228a/fastcrc-0.3.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9916e9ec08d24fb432e4824c6f9b5e3579d22ed33d74700d0e36f8f76e6ab2e3",
                "md5": "2d7c250ca03929f06867e79b4f2ebc14",
                "sha256": "471eb998dded03d869850c2551ff64dd2e778f9fe018d36eebcc5479b429ca13"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "2d7c250ca03929f06867e79b4f2ebc14",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1222018,
            "upload_time": "2024-01-02T12:51:58",
            "upload_time_iso_8601": "2024-01-02T12:51:58.495627Z",
            "url": "https://files.pythonhosted.org/packages/99/16/e9ec08d24fb432e4824c6f9b5e3579d22ed33d74700d0e36f8f76e6ab2e3/fastcrc-0.3.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e579e3dd461697bdc7501df70686d881f6c2ed1803e74a702f141fa7af9ad4e6",
                "md5": "aecaf26c3abb3963389209b54ef4c77a",
                "sha256": "a304a722060bbe4a7ff8e059e559d0edece98112983c9597a225c09f92a2a8aa"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "aecaf26c3abb3963389209b54ef4c77a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1253687,
            "upload_time": "2024-01-02T12:52:01",
            "upload_time_iso_8601": "2024-01-02T12:52:01.301935Z",
            "url": "https://files.pythonhosted.org/packages/e5/79/e3dd461697bdc7501df70686d881f6c2ed1803e74a702f141fa7af9ad4e6/fastcrc-0.3.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0dc953e978c9c6f1b354cb76d3380a5e9cdb275d67630c9fbed57748c922b9c2",
                "md5": "d706e26b4c6117d68808919f0b744eb9",
                "sha256": "b1d90bf1191cb977add91ebbd2699cad759082b8293edb1abd3289ddbf6699e9"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d706e26b4c6117d68808919f0b744eb9",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1117118,
            "upload_time": "2024-01-02T12:52:02",
            "upload_time_iso_8601": "2024-01-02T12:52:02.924136Z",
            "url": "https://files.pythonhosted.org/packages/0d/c9/53e978c9c6f1b354cb76d3380a5e9cdb275d67630c9fbed57748c922b9c2/fastcrc-0.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "792a164424ab243b09d9c2c166a2372f5e2cad41432c63e8f46a36d46b82040b",
                "md5": "44ab0dee07f28ba6a09a2c88891fe7a6",
                "sha256": "987630caff0051353cdce73191273623a7558b260eb9b5b0fee9612f1d80d83f"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "44ab0dee07f28ba6a09a2c88891fe7a6",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1137332,
            "upload_time": "2024-01-02T12:52:04",
            "upload_time_iso_8601": "2024-01-02T12:52:04.939463Z",
            "url": "https://files.pythonhosted.org/packages/79/2a/164424ab243b09d9c2c166a2372f5e2cad41432c63e8f46a36d46b82040b/fastcrc-0.3.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e10594ccbd0be8cc083cbb81215aa1c4f4b52d6faf9f00160372fdfe9fa5c848",
                "md5": "4ce26298eaa894d44fdef3d8fbfc27e8",
                "sha256": "d3999174a205681cdfa860da38feb65aaa75a09ad622fa8466a339ac01ff3598"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp38-none-win32.whl",
            "has_sig": false,
            "md5_digest": "4ce26298eaa894d44fdef3d8fbfc27e8",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 149976,
            "upload_time": "2024-01-02T12:52:08",
            "upload_time_iso_8601": "2024-01-02T12:52:08.326106Z",
            "url": "https://files.pythonhosted.org/packages/e1/05/94ccbd0be8cc083cbb81215aa1c4f4b52d6faf9f00160372fdfe9fa5c848/fastcrc-0.3.0-cp38-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "398d0cdb02edbc6cb5f1c9908cb210c294ee4148c9297473cecdbe26c0db949e",
                "md5": "df21c842ec7dea37e3120a908f626aac",
                "sha256": "b7c4fdcbe5c8e05087e52e2cd43cb6e1d35b380e3f3c9b95682cb49aa478eaf5"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp38-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "df21c842ec7dea37e3120a908f626aac",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 153015,
            "upload_time": "2024-01-02T12:52:09",
            "upload_time_iso_8601": "2024-01-02T12:52:09.553883Z",
            "url": "https://files.pythonhosted.org/packages/39/8d/0cdb02edbc6cb5f1c9908cb210c294ee4148c9297473cecdbe26c0db949e/fastcrc-0.3.0-cp38-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "691a83033b7be4dc6c8fc0bdb5ff9328f639d679bc3c066fe8c09a2f198146d7",
                "md5": "ee213487bb2535aa48dc6644d4d3b6a2",
                "sha256": "4e7907a4d79aa370b6fe4c23836c05a7985c8ad6df26c333977fd0b2cfdbf301"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ee213487bb2535aa48dc6644d4d3b6a2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1108677,
            "upload_time": "2024-01-02T12:52:10",
            "upload_time_iso_8601": "2024-01-02T12:52:10.876958Z",
            "url": "https://files.pythonhosted.org/packages/69/1a/83033b7be4dc6c8fc0bdb5ff9328f639d679bc3c066fe8c09a2f198146d7/fastcrc-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8bc4c937d2cd92c6c79506c90b22de952f06c3ff04d067db5909f02ad6fb1f1a",
                "md5": "df940cd42731af5b42688c298b5ebf6e",
                "sha256": "851f2e99565fe44d9e02a98a3fe14d914feca59150d3d9f3f9cd96f8cc358cbe"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "df940cd42731af5b42688c298b5ebf6e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1122205,
            "upload_time": "2024-01-02T12:52:12",
            "upload_time_iso_8601": "2024-01-02T12:52:12.259343Z",
            "url": "https://files.pythonhosted.org/packages/8b/c4/c937d2cd92c6c79506c90b22de952f06c3ff04d067db5909f02ad6fb1f1a/fastcrc-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae9534b94de289e2ba6ddcd4b7185ac8e8bb97754b82efc2509de5a0bb1c59ff",
                "md5": "903b99f5feaa7a8971f1d74cc297e260",
                "sha256": "8c2374a26b76081b02a018ae8c2a74e1d4d3570e128c89a83eb4209a1e6ee54a"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "903b99f5feaa7a8971f1d74cc297e260",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1222174,
            "upload_time": "2024-01-02T12:52:15",
            "upload_time_iso_8601": "2024-01-02T12:52:15.192522Z",
            "url": "https://files.pythonhosted.org/packages/ae/95/34b94de289e2ba6ddcd4b7185ac8e8bb97754b82efc2509de5a0bb1c59ff/fastcrc-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ab617e87fb701620aa71423b87297e8e6a8b1f36af43f9d62a0dab76bfd60f6e",
                "md5": "19d718c9b4b5c3b1d4e065aef21310e5",
                "sha256": "4313038c176884b4feb9d730b47ae6b51b4295cc0cfa8297f8c737a8469b1a37"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "19d718c9b4b5c3b1d4e065aef21310e5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1253984,
            "upload_time": "2024-01-02T12:52:17",
            "upload_time_iso_8601": "2024-01-02T12:52:17.131476Z",
            "url": "https://files.pythonhosted.org/packages/ab/61/7e87fb701620aa71423b87297e8e6a8b1f36af43f9d62a0dab76bfd60f6e/fastcrc-0.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4aa734ca19f5a51f6093c10967b7cada569f70f630d4b515b77243a6be05db4",
                "md5": "93248b3c7bd56de083c0fdd04fdd63e9",
                "sha256": "5260fa2a83143747acb94a481efa453ae8841f1a8f0b595edc2f1c5168ab924a"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "93248b3c7bd56de083c0fdd04fdd63e9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1116850,
            "upload_time": "2024-01-02T12:52:19",
            "upload_time_iso_8601": "2024-01-02T12:52:19.700901Z",
            "url": "https://files.pythonhosted.org/packages/c4/aa/734ca19f5a51f6093c10967b7cada569f70f630d4b515b77243a6be05db4/fastcrc-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76e9bad20e5f2e7c2871c17c1d4b866238fed19db966b83b45bde356dbf33bd0",
                "md5": "193957ea4db9840f8fb332db15ef1c81",
                "sha256": "aa192f0b5fa85474a0c5144e18ec894a39da6c7dd1e413237ed9126a74783509"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "193957ea4db9840f8fb332db15ef1c81",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1137450,
            "upload_time": "2024-01-02T12:52:21",
            "upload_time_iso_8601": "2024-01-02T12:52:21.059723Z",
            "url": "https://files.pythonhosted.org/packages/76/e9/bad20e5f2e7c2871c17c1d4b866238fed19db966b83b45bde356dbf33bd0/fastcrc-0.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72519b34d6b9e1412fc69f32a93ab608c2d6d4809bb45c1ffc89a9ecb9fedf99",
                "md5": "db6e3fc4e0a38737ae03c88669974a96",
                "sha256": "735c4bad52155eb84dba9e988a69297628c9f3ab5abbd21954733b1a27dff9a5"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp39-none-win32.whl",
            "has_sig": false,
            "md5_digest": "db6e3fc4e0a38737ae03c88669974a96",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 150275,
            "upload_time": "2024-01-02T12:52:23",
            "upload_time_iso_8601": "2024-01-02T12:52:23.952568Z",
            "url": "https://files.pythonhosted.org/packages/72/51/9b34d6b9e1412fc69f32a93ab608c2d6d4809bb45c1ffc89a9ecb9fedf99/fastcrc-0.3.0-cp39-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3cd02b9555835f9ea3b85455c21ec6933fc61b53c1005d1fbd7bdf2852bc908f",
                "md5": "85e0856310d213f8bc4f75ce0aeba5ba",
                "sha256": "d8efe36ed89775e58435b6143e4df9e1d15cc6118f0ba75d6ea11e4c419b3e9a"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-cp39-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "85e0856310d213f8bc4f75ce0aeba5ba",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 153679,
            "upload_time": "2024-01-02T12:52:25",
            "upload_time_iso_8601": "2024-01-02T12:52:25.378604Z",
            "url": "https://files.pythonhosted.org/packages/3c/d0/2b9555835f9ea3b85455c21ec6933fc61b53c1005d1fbd7bdf2852bc908f/fastcrc-0.3.0-cp39-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cfb93d4019440cac4286bffb73e7d9a2962a2760846fcc572eeaa45efa32b721",
                "md5": "efffae93ff48930f46f4d28b1f691391",
                "sha256": "b09c6cf4cd583ec7d50aeaaed7441ae56b02896fb041e43b9266f378763195ca"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "efffae93ff48930f46f4d28b1f691391",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 1108536,
            "upload_time": "2024-01-02T12:52:26",
            "upload_time_iso_8601": "2024-01-02T12:52:26.871460Z",
            "url": "https://files.pythonhosted.org/packages/cf/b9/3d4019440cac4286bffb73e7d9a2962a2760846fcc572eeaa45efa32b721/fastcrc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3bf6e33757322fb5b1b0dd56b49d9533bce8ed79e092112b03f23d1d008fe92",
                "md5": "a6599f875f6a2499eff282f67c104de9",
                "sha256": "e836767b09422d0adb0e726e81291bba90b1500635f413a3c57b5a90f8d2c2b1"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "a6599f875f6a2499eff282f67c104de9",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 1121890,
            "upload_time": "2024-01-02T12:52:29",
            "upload_time_iso_8601": "2024-01-02T12:52:29.392580Z",
            "url": "https://files.pythonhosted.org/packages/d3/bf/6e33757322fb5b1b0dd56b49d9533bce8ed79e092112b03f23d1d008fe92/fastcrc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "218b16bd654d49a8f6a8ea686b699deb3848c274ecbee3fc6c6b994469e3a464",
                "md5": "c71849dc4e415d295a1a01bfe13db566",
                "sha256": "16b961b3b87c84f547f4bdb0caa920bca323d68a7d7be26b32796b49c322e749"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "c71849dc4e415d295a1a01bfe13db566",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 1221763,
            "upload_time": "2024-01-02T12:52:32",
            "upload_time_iso_8601": "2024-01-02T12:52:32.134530Z",
            "url": "https://files.pythonhosted.org/packages/21/8b/16bd654d49a8f6a8ea686b699deb3848c274ecbee3fc6c6b994469e3a464/fastcrc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e9d14616e5d06245fd2f2942e29138d940c6b53006a801a2859124fecd2de343",
                "md5": "b538a54745d7d97bcc17dca533b331e6",
                "sha256": "f03c23100637a6e8760b2d0b1782d9b510721a57f94a0e62ae0649e6f8d673b6"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "b538a54745d7d97bcc17dca533b331e6",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 1252396,
            "upload_time": "2024-01-02T12:52:33",
            "upload_time_iso_8601": "2024-01-02T12:52:33.551460Z",
            "url": "https://files.pythonhosted.org/packages/e9/d1/4616e5d06245fd2f2942e29138d940c6b53006a801a2859124fecd2de343/fastcrc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "393e4ab7221dd5f4d09b5cf59be469d0ccae23248f83b8acdb8153e899c43f78",
                "md5": "3e87d64057ecde57a807cf81fcae001a",
                "sha256": "03d955c1fbdf60868a2127566963fcff27f48385a79976e4dc990f9d6da49b49"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3e87d64057ecde57a807cf81fcae001a",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 1116673,
            "upload_time": "2024-01-02T12:52:34",
            "upload_time_iso_8601": "2024-01-02T12:52:34.903934Z",
            "url": "https://files.pythonhosted.org/packages/39/3e/4ab7221dd5f4d09b5cf59be469d0ccae23248f83b8acdb8153e899c43f78/fastcrc-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e5e4d107986e74a7a9330e915f9fbd0110a80c0ae952a71b975481294a19491",
                "md5": "bda32c6d51ca045831e70881ea624ff0",
                "sha256": "a893692017a694aa5eda1934b2b023b7d621149321a54c2edc0be463a5bec9ef"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "bda32c6d51ca045831e70881ea624ff0",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 1137183,
            "upload_time": "2024-01-02T12:52:37",
            "upload_time_iso_8601": "2024-01-02T12:52:37.886040Z",
            "url": "https://files.pythonhosted.org/packages/5e/5e/4d107986e74a7a9330e915f9fbd0110a80c0ae952a71b975481294a19491/fastcrc-0.3.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "283c00d302061d61d3b36fdb7431982d869385a6bcac2f552aa78671e721b3b7",
                "md5": "1c40e1f69f946b1ddd9e9b2758cbcdc1",
                "sha256": "d3ef7e88466735427d5c22829daf50e5b01ba2ad18bb40a1674692f201598639"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1c40e1f69f946b1ddd9e9b2758cbcdc1",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 1111570,
            "upload_time": "2024-01-02T12:52:39",
            "upload_time_iso_8601": "2024-01-02T12:52:39.380092Z",
            "url": "https://files.pythonhosted.org/packages/28/3c/00d302061d61d3b36fdb7431982d869385a6bcac2f552aa78671e721b3b7/fastcrc-0.3.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "969b8c7d84e2a2be320193f0b4fffe7422ad92e254df34e299af177f685d87c4",
                "md5": "2e3d2ec4e6ea5d57ab9dc65e3ebcd635",
                "sha256": "f482bf79a819ca9b92f91cd9155f60913759fc47344ac8c1ad2d2579b8c35625"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "2e3d2ec4e6ea5d57ab9dc65e3ebcd635",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 1124712,
            "upload_time": "2024-01-02T12:52:42",
            "upload_time_iso_8601": "2024-01-02T12:52:42.043813Z",
            "url": "https://files.pythonhosted.org/packages/96/9b/8c7d84e2a2be320193f0b4fffe7422ad92e254df34e299af177f685d87c4/fastcrc-0.3.0-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "de6d5996afbf4a87db9d934db3a5e636534c7d0b970a2e8243180cead7c197ef",
                "md5": "2344311318ca8cfa3a0440224f361e1c",
                "sha256": "91153e32c810714bbd909443e406ce9e996d9d7af0195ebbdc6877315084828e"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "2344311318ca8cfa3a0440224f361e1c",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 1223649,
            "upload_time": "2024-01-02T12:52:44",
            "upload_time_iso_8601": "2024-01-02T12:52:44.183546Z",
            "url": "https://files.pythonhosted.org/packages/de/6d/5996afbf4a87db9d934db3a5e636534c7d0b970a2e8243180cead7c197ef/fastcrc-0.3.0-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c272370bb911068ba0f90f7ad062e577e45efdad7afd3cdf0ee61bc1d841ad5",
                "md5": "38ea192dd99814cb1a9bd71e938e53e3",
                "sha256": "54c8483cc2f08e99de1334d76e6d1f0bc02dde734672d6355bf1bf8bf74d9d4d"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "38ea192dd99814cb1a9bd71e938e53e3",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 1256291,
            "upload_time": "2024-01-02T12:52:46",
            "upload_time_iso_8601": "2024-01-02T12:52:46.469135Z",
            "url": "https://files.pythonhosted.org/packages/2c/27/2370bb911068ba0f90f7ad062e577e45efdad7afd3cdf0ee61bc1d841ad5/fastcrc-0.3.0-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "40e6d3422fbcf0f8faa49a119bbb8b19188ff9c613907dadff75550d2ed5c974",
                "md5": "0e0b644f73d48d4ad46493f9cb4ff9a0",
                "sha256": "72f51b275aa610b1c079d064373ee4a6937e698bd6f0eb4cc2da2168e15bd144"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0e0b644f73d48d4ad46493f9cb4ff9a0",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 1119427,
            "upload_time": "2024-01-02T12:52:48",
            "upload_time_iso_8601": "2024-01-02T12:52:48.492212Z",
            "url": "https://files.pythonhosted.org/packages/40/e6/d3422fbcf0f8faa49a119bbb8b19188ff9c613907dadff75550d2ed5c974/fastcrc-0.3.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dbb49b41730064f72b05971d4e7561ef3d658bcea9b9268c88b8d7004c5bc38e",
                "md5": "6d9c0d758fa3d6168cd5a7f9b2e5c3cc",
                "sha256": "81de32735a3a322d6a62bf76e2731f7c97d01ff17d309a986d6eaa05ae727a43"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "6d9c0d758fa3d6168cd5a7f9b2e5c3cc",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 1140014,
            "upload_time": "2024-01-02T12:52:50",
            "upload_time_iso_8601": "2024-01-02T12:52:50.078604Z",
            "url": "https://files.pythonhosted.org/packages/db/b4/9b41730064f72b05971d4e7561ef3d658bcea9b9268c88b8d7004c5bc38e/fastcrc-0.3.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b224021bfe4a3e3899a3a3057fe2c407e71b76032f866b75664d76fb6070ce0",
                "md5": "9bd0cb00cad6a372eed18f1f30dc5feb",
                "sha256": "eff86710634eade8c2b49a89cc2a0e39cfd4823a57479f1c828f268f6351ae80"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9bd0cb00cad6a372eed18f1f30dc5feb",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 1108433,
            "upload_time": "2024-01-02T12:52:51",
            "upload_time_iso_8601": "2024-01-02T12:52:51.601954Z",
            "url": "https://files.pythonhosted.org/packages/8b/22/4021bfe4a3e3899a3a3057fe2c407e71b76032f866b75664d76fb6070ce0/fastcrc-0.3.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d41fc3e27d894be9989e45fcd59f830aae2437da2ed43d317d158cbd6cf765e",
                "md5": "655c94b5cc7446681273a2d29bace316",
                "sha256": "4056b60dcde72b5b4bbf725e1b9f6095370fcc00f7a13dbc6ed00b2e3367f476"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "655c94b5cc7446681273a2d29bace316",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 1122074,
            "upload_time": "2024-01-02T12:52:54",
            "upload_time_iso_8601": "2024-01-02T12:52:54.645283Z",
            "url": "https://files.pythonhosted.org/packages/9d/41/fc3e27d894be9989e45fcd59f830aae2437da2ed43d317d158cbd6cf765e/fastcrc-0.3.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "66d872648f2cc1fb3e100a58d4f94fa7e0d2f68a6d7073d95b7fba963f9f3d30",
                "md5": "c35c80307026e42770ed20213b44b6d0",
                "sha256": "a0a3cbd6a527b0fd0d9cbbd824886cd037a661c3a1c058363804fbd87a029973"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "c35c80307026e42770ed20213b44b6d0",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 1221131,
            "upload_time": "2024-01-02T12:52:56",
            "upload_time_iso_8601": "2024-01-02T12:52:56.420312Z",
            "url": "https://files.pythonhosted.org/packages/66/d8/72648f2cc1fb3e100a58d4f94fa7e0d2f68a6d7073d95b7fba963f9f3d30/fastcrc-0.3.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36f1742a2c5dc9a607571ac029426975abbf8261fadac2510fd574a7644bc5c7",
                "md5": "6a2114f92daeb6ab98528675dd512066",
                "sha256": "0ffb4fe893e3c936f5585e3d24b34d3fe71d441c120a7ee117e77c76e1bfd0dd"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "6a2114f92daeb6ab98528675dd512066",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 1252055,
            "upload_time": "2024-01-02T12:52:57",
            "upload_time_iso_8601": "2024-01-02T12:52:57.964423Z",
            "url": "https://files.pythonhosted.org/packages/36/f1/742a2c5dc9a607571ac029426975abbf8261fadac2510fd574a7644bc5c7/fastcrc-0.3.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ffb7d08782a642e994b7299f5dfd257ba3f876fefd221848fd687aec22de4c0",
                "md5": "2977ae4876fa28fb39ee5be0c6498355",
                "sha256": "6cdf20f9b3b500ef6b5ad39ed7809c06aa24e4b38e7f5d0ebb3188eb29b62c36"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2977ae4876fa28fb39ee5be0c6498355",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 1116280,
            "upload_time": "2024-01-02T12:52:59",
            "upload_time_iso_8601": "2024-01-02T12:52:59.703464Z",
            "url": "https://files.pythonhosted.org/packages/2f/fb/7d08782a642e994b7299f5dfd257ba3f876fefd221848fd687aec22de4c0/fastcrc-0.3.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3aa64c223d4612301066e3906517c50b99930d0d8237a64c33d1751f6953b6c8",
                "md5": "1f2c47ff75fba1137d61033ce5e77ab0",
                "sha256": "be9fcfecb32e3d86aeb866fa52f67408e7867726f61a281de61f6584e234c26f"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "1f2c47ff75fba1137d61033ce5e77ab0",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 1137102,
            "upload_time": "2024-01-02T12:53:01",
            "upload_time_iso_8601": "2024-01-02T12:53:01.402626Z",
            "url": "https://files.pythonhosted.org/packages/3a/a6/4c223d4612301066e3906517c50b99930d0d8237a64c33d1751f6953b6c8/fastcrc-0.3.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "755eb4b6d1c81af0838486056fcd44bdfe235cbf6832725a026aa131b68a6ed8",
                "md5": "ff551a9a6bcdb1b4b04ce7ead71b14bd",
                "sha256": "55953188c1f45ad053475318557ae56b1eaa3445e4d0af5e8d934b2a3c839a8e"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ff551a9a6bcdb1b4b04ce7ead71b14bd",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 1108505,
            "upload_time": "2024-01-02T12:53:03",
            "upload_time_iso_8601": "2024-01-02T12:53:03.051970Z",
            "url": "https://files.pythonhosted.org/packages/75/5e/b4b6d1c81af0838486056fcd44bdfe235cbf6832725a026aa131b68a6ed8/fastcrc-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "68a1db2854bb19248ecc5ef7cb9b86aeb9b56cf18fbb4a6f11a0dc862ce7a174",
                "md5": "adf84033b5978a8a328f16af81aac610",
                "sha256": "49cdd83f49763faa58186f32a2956777bd1e49cfa692bff6ab175fdd8ecf5260"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "adf84033b5978a8a328f16af81aac610",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 1121823,
            "upload_time": "2024-01-02T12:53:04",
            "upload_time_iso_8601": "2024-01-02T12:53:04.610278Z",
            "url": "https://files.pythonhosted.org/packages/68/a1/db2854bb19248ecc5ef7cb9b86aeb9b56cf18fbb4a6f11a0dc862ce7a174/fastcrc-0.3.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bed6912142111cbd81ba9cf9ea7bff65e3316dea1ce7b7cedd7d36b6705038cd",
                "md5": "b82bca6319f319f6f04e1eea785140aa",
                "sha256": "239219455077baa438ff3dfd31e25248f6b00a408c505d21a6bed69a792fae14"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "b82bca6319f319f6f04e1eea785140aa",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 1221699,
            "upload_time": "2024-01-02T12:53:06",
            "upload_time_iso_8601": "2024-01-02T12:53:06.033663Z",
            "url": "https://files.pythonhosted.org/packages/be/d6/912142111cbd81ba9cf9ea7bff65e3316dea1ce7b7cedd7d36b6705038cd/fastcrc-0.3.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6fdc3ccb52251d33a5bdcff00f447b13df28fb783aec96894dc1e9d2cf7e188b",
                "md5": "2d34546c5fa27903621d710e7f74350c",
                "sha256": "e6bd5b3f87c21940f758852ab076e57239707c296f3e403b1bf9151dfb253e19"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "2d34546c5fa27903621d710e7f74350c",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 1252294,
            "upload_time": "2024-01-02T12:53:07",
            "upload_time_iso_8601": "2024-01-02T12:53:07.420633Z",
            "url": "https://files.pythonhosted.org/packages/6f/dc/3ccb52251d33a5bdcff00f447b13df28fb783aec96894dc1e9d2cf7e188b/fastcrc-0.3.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "589d2204e1e8a2b022b1c44f7d659f24ac07bbd72d9b8dc5674c4f608cded60e",
                "md5": "cb01dac29e39a3ca401c0d3c3bcd96e8",
                "sha256": "f6ff8fe3ef9d5c3a306ed4afcad5a0e3905378b2291972976df4d1b9e6a05d15"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cb01dac29e39a3ca401c0d3c3bcd96e8",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 1116692,
            "upload_time": "2024-01-02T12:53:08",
            "upload_time_iso_8601": "2024-01-02T12:53:08.819526Z",
            "url": "https://files.pythonhosted.org/packages/58/9d/2204e1e8a2b022b1c44f7d659f24ac07bbd72d9b8dc5674c4f608cded60e/fastcrc-0.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4fcfe1c719923218edea4442aafa41a293c7101067645f67c0f4751021a735f",
                "md5": "5b58033ccee3b2b8bf457b9ed89a5cd0",
                "sha256": "131d0966b5fd4a467e94b83e6772cb9d27251cdfe55288cb974f5e415640fc6d"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "5b58033ccee3b2b8bf457b9ed89a5cd0",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 1137110,
            "upload_time": "2024-01-02T12:53:10",
            "upload_time_iso_8601": "2024-01-02T12:53:10.147850Z",
            "url": "https://files.pythonhosted.org/packages/a4/fc/fe1c719923218edea4442aafa41a293c7101067645f67c0f4751021a735f/fastcrc-0.3.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "008eddd7b0f1a96b17d1e359caf01e558260bb675c3de4e84477861f78a8bf22",
                "md5": "e905d7dda9292ae1f79b7c82f1d930c4",
                "sha256": "4e2a75359d97a59469bbcbd77513e801d3f3666a9169629578f88012c0f2d7fe"
            },
            "downloads": -1,
            "filename": "fastcrc-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e905d7dda9292ae1f79b7c82f1d930c4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 11945,
            "upload_time": "2024-01-02T12:53:11",
            "upload_time_iso_8601": "2024-01-02T12:53:11.528618Z",
            "url": "https://files.pythonhosted.org/packages/00/8e/ddd7b0f1a96b17d1e359caf01e558260bb675c3de4e84477861f78a8bf22/fastcrc-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-02 12:53:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "overcat",
    "github_project": "fastcrc",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "fastcrc"
}
        
Elapsed time: 0.16538s