Cython


NameCython JSON
Version 3.0.11 PyPI version JSON
download
home_pagehttps://cython.org/
SummaryThe Cython compiler for writing C extensions in the Python language.
upload_time2024-08-05 15:03:02
maintainerNone
docs_urlNone
authorRobert Bradshaw, Stefan Behnel, Dag Seljebotn, Greg Ewing, et al.
requires_python!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            The Cython language makes writing C extensions for the Python language as
easy as Python itself.  Cython is a source code translator based on Pyrex_,
but supports more cutting edge functionality and optimizations.

The Cython language is a superset of the Python language (almost all Python
code is also valid Cython code), but Cython additionally supports optional
static typing to natively call C functions, operate with C++ classes and
declare fast C types on variables and class attributes.  This allows the
compiler to generate very efficient C code from Cython code.

This makes Cython the ideal language for writing glue code for external
C/C++ libraries, and for fast C modules that speed up the execution of
Python code.

Note that for one-time builds, e.g. for CI/testing, on platforms that are not
covered by one of the wheel packages provided on PyPI *and* the pure Python wheel
that we provide is not used, it is substantially faster than a full source build
to install an uncompiled (slower) version of Cython with::

    pip install Cython --install-option="--no-cython-compile"

.. _Pyrex: https://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/

            

Raw data

            {
    "_id": null,
    "home_page": "https://cython.org/",
    "name": "Cython",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Robert Bradshaw, Stefan Behnel, Dag Seljebotn, Greg Ewing, et al.",
    "author_email": "cython-devel@python.org",
    "download_url": "https://files.pythonhosted.org/packages/84/4d/b720d6000f4ca77f030bd70f12550820f0766b568e43f11af7f7ad9061aa/cython-3.0.11.tar.gz",
    "platform": null,
    "description": "The Cython language makes writing C extensions for the Python language as\neasy as Python itself.  Cython is a source code translator based on Pyrex_,\nbut supports more cutting edge functionality and optimizations.\n\nThe Cython language is a superset of the Python language (almost all Python\ncode is also valid Cython code), but Cython additionally supports optional\nstatic typing to natively call C functions, operate with C++ classes and\ndeclare fast C types on variables and class attributes.  This allows the\ncompiler to generate very efficient C code from Cython code.\n\nThis makes Cython the ideal language for writing glue code for external\nC/C++ libraries, and for fast C modules that speed up the execution of\nPython code.\n\nNote that for one-time builds, e.g. for CI/testing, on platforms that are not\ncovered by one of the wheel packages provided on PyPI *and* the pure Python wheel\nthat we provide is not used, it is substantially faster than a full source build\nto install an uncompiled (slower) version of Cython with::\n\n    pip install Cython --install-option=\"--no-cython-compile\"\n\n.. _Pyrex: https://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "The Cython compiler for writing C extensions in the Python language.",
    "version": "3.0.11",
    "project_urls": {
        "Bug Tracker": "https://github.com/cython/cython/issues",
        "Documentation": "https://cython.readthedocs.io/",
        "Donate": "https://cython.readthedocs.io/en/latest/src/donating.html",
        "Homepage": "https://cython.org/",
        "Source Code": "https://github.com/cython/cython",
        "User Group": "https://groups.google.com/g/cython-users"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "137fab5796a0951328d7818b771c36fe7e1a2077cffa28c917d9fa4a642728c3",
                "md5": "f43d8851b679ec47b173979b3627cc6c",
                "sha256": "44292aae17524abb4b70a25111fe7dec1a0ad718711d47e3786a211d5408fdaa"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f43d8851b679ec47b173979b3627cc6c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3100879,
            "upload_time": "2024-08-05T15:03:18",
            "upload_time_iso_8601": "2024-08-05T15:03:18.806532Z",
            "url": "https://files.pythonhosted.org/packages/13/7f/ab5796a0951328d7818b771c36fe7e1a2077cffa28c917d9fa4a642728c3/Cython-3.0.11-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d83b67480e609537e9fc899864847910ded481b82d033fea1b7fcf85893a2fc4",
                "md5": "5c25797d4c91417cc80fc01280736832",
                "sha256": "a75d45fbc20651c1b72e4111149fed3b33d270b0a4fb78328c54d965f28d55e1"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5c25797d4c91417cc80fc01280736832",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3461957,
            "upload_time": "2024-08-05T15:03:22",
            "upload_time_iso_8601": "2024-08-05T15:03:22.856924Z",
            "url": "https://files.pythonhosted.org/packages/d8/3b/67480e609537e9fc899864847910ded481b82d033fea1b7fcf85893a2fc4/Cython-3.0.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f089b1ae45689abecca777f95462781a76e67ff46b55495a481ec5a73a739994",
                "md5": "f1f541cb86345f6652c225111e544c54",
                "sha256": "d89a82937ce4037f092e9848a7bbcc65bc8e9fc9aef2bb74f5c15e7d21a73080"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f1f541cb86345f6652c225111e544c54",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3627062,
            "upload_time": "2024-08-05T15:03:26",
            "upload_time_iso_8601": "2024-08-05T15:03:26.222568Z",
            "url": "https://files.pythonhosted.org/packages/f0/89/b1ae45689abecca777f95462781a76e67ff46b55495a481ec5a73a739994/Cython-3.0.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4477a651da74d5d41c6045bbe0b6990b1515bf4850cd7a8d8580333c90dfce2e",
                "md5": "b02e1e673bd9148527a91f0568ff3b6e",
                "sha256": "2a8ea2e7e2d3bc0d8630dafe6c4a5a89485598ff8a61885b74f8ed882597efd5"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "b02e1e673bd9148527a91f0568ff3b6e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3680431,
            "upload_time": "2024-08-05T15:03:29",
            "upload_time_iso_8601": "2024-08-05T15:03:29.408531Z",
            "url": "https://files.pythonhosted.org/packages/44/77/a651da74d5d41c6045bbe0b6990b1515bf4850cd7a8d8580333c90dfce2e/Cython-3.0.11-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "594560e7e8db93c3eb8b2af8c64020c1fa502e355f4b762886a24d46e433f395",
                "md5": "6a524a7a3a4b3679e6f92cb9bd3c214b",
                "sha256": "cee29846471ce60226b18e931d8c1c66a158db94853e3e79bc2da9bd22345008"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6a524a7a3a4b3679e6f92cb9bd3c214b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3497314,
            "upload_time": "2024-08-05T15:03:38",
            "upload_time_iso_8601": "2024-08-05T15:03:38.891418Z",
            "url": "https://files.pythonhosted.org/packages/59/45/60e7e8db93c3eb8b2af8c64020c1fa502e355f4b762886a24d46e433f395/Cython-3.0.11-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f80b6919025958926625319f83523ee7f45e7e7ae516b8054dcff6eb710daf32",
                "md5": "06a8863a27e6c44bb0420cda2edfa5a9",
                "sha256": "eeb6860b0f4bfa402de8929833fe5370fa34069c7ebacb2d543cb017f21fb891"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "06a8863a27e6c44bb0420cda2edfa5a9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3709091,
            "upload_time": "2024-08-05T15:03:42",
            "upload_time_iso_8601": "2024-08-05T15:03:42.761098Z",
            "url": "https://files.pythonhosted.org/packages/f8/0b/6919025958926625319f83523ee7f45e7e7ae516b8054dcff6eb710daf32/Cython-3.0.11-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "523cc21b9b9271dfaa46fa2938de730f62fc94b9c2ec25ec400585e372f35dcd",
                "md5": "d54313923b25a743dc0105bc14ec9c5b",
                "sha256": "3699391125ab344d8d25438074d1097d9ba0fb674d0320599316cfe7cf5f002a"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "d54313923b25a743dc0105bc14ec9c5b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 2576110,
            "upload_time": "2024-08-05T15:03:45",
            "upload_time_iso_8601": "2024-08-05T15:03:45.584173Z",
            "url": "https://files.pythonhosted.org/packages/52/3c/c21b9b9271dfaa46fa2938de730f62fc94b9c2ec25ec400585e372f35dcd/Cython-3.0.11-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f9de19fdd1c7a52e0534bf5f544e0346c15d71d20338dbd013117f763b94613f",
                "md5": "b9523a41171bf7d5ad8b16f6716a987d",
                "sha256": "d02f4ebe15aac7cdacce1a628e556c1983f26d140fd2e0ac5e0a090e605a2d38"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b9523a41171bf7d5ad8b16f6716a987d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 2776386,
            "upload_time": "2024-08-05T15:03:48",
            "upload_time_iso_8601": "2024-08-05T15:03:48.982668Z",
            "url": "https://files.pythonhosted.org/packages/f9/de/19fdd1c7a52e0534bf5f544e0346c15d71d20338dbd013117f763b94613f/Cython-3.0.11-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f873e55be864199cd674cb3426a052726c205589b1ac66fb0090e7fe793b60b3",
                "md5": "07cd85e4aae79eca89f1fdbde00e7ce5",
                "sha256": "75ba1c70b6deeaffbac123856b8d35f253da13552207aa969078611c197377e4"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "07cd85e4aae79eca89f1fdbde00e7ce5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3113599,
            "upload_time": "2024-08-05T15:03:52",
            "upload_time_iso_8601": "2024-08-05T15:03:52.416796Z",
            "url": "https://files.pythonhosted.org/packages/f8/73/e55be864199cd674cb3426a052726c205589b1ac66fb0090e7fe793b60b3/Cython-3.0.11-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09c9537108d0980beffff55336baaf8b34162ad0f3f33ededcb5db07069bc8ef",
                "md5": "19491ee2d5c0e7b163dd01e057e66789",
                "sha256": "af91497dc098718e634d6ec8f91b182aea6bb3690f333fc9a7777bc70abe8810"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "19491ee2d5c0e7b163dd01e057e66789",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3441131,
            "upload_time": "2024-08-05T15:03:56",
            "upload_time_iso_8601": "2024-08-05T15:03:56.138352Z",
            "url": "https://files.pythonhosted.org/packages/09/c9/537108d0980beffff55336baaf8b34162ad0f3f33ededcb5db07069bc8ef/Cython-3.0.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9303e330b241ad8aa12bb9d98b58fb76d4eb7dcbe747479aab5c29fce937b9e7",
                "md5": "b627e5fd73330dcab1e976646e191c6c",
                "sha256": "3999fb52d3328a6a5e8c63122b0a8bd110dfcdb98dda585a3def1426b991cba7"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b627e5fd73330dcab1e976646e191c6c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3595065,
            "upload_time": "2024-08-05T15:03:59",
            "upload_time_iso_8601": "2024-08-05T15:03:59.174194Z",
            "url": "https://files.pythonhosted.org/packages/93/03/e330b241ad8aa12bb9d98b58fb76d4eb7dcbe747479aab5c29fce937b9e7/Cython-3.0.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a84a3c40f2c0439d425daa5aa4e3a6fdbbb41341a14a6fd97f94906f528d9a4",
                "md5": "5ba9442e893e05e858693e44aa3f9e69",
                "sha256": "d566a4e09b8979be8ab9f843bac0dd216c81f5e5f45661a9b25cd162ed80508c"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "5ba9442e893e05e858693e44aa3f9e69",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3641667,
            "upload_time": "2024-08-05T15:04:02",
            "upload_time_iso_8601": "2024-08-05T15:04:02.719644Z",
            "url": "https://files.pythonhosted.org/packages/4a/84/a3c40f2c0439d425daa5aa4e3a6fdbbb41341a14a6fd97f94906f528d9a4/Cython-3.0.11-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6d93bdb61e0254ed8f1d21a14088a473584ecb1963d68dba5682158aa45c70ef",
                "md5": "167f04c655f50ae93aebc6227779d751",
                "sha256": "46aec30f217bdf096175a1a639203d44ac73a36fe7fa3dd06bd012e8f39eca0f"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "167f04c655f50ae93aebc6227779d751",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3503650,
            "upload_time": "2024-08-05T15:04:07",
            "upload_time_iso_8601": "2024-08-05T15:04:07.434444Z",
            "url": "https://files.pythonhosted.org/packages/6d/93/bdb61e0254ed8f1d21a14088a473584ecb1963d68dba5682158aa45c70ef/Cython-3.0.11-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f8620da548144c71176155ff5355c4cc40fb28b9effe22e830b55cec8072bdf2",
                "md5": "7bc0848a454d4bfd8371bef0eab4a6a8",
                "sha256": "ddd1fe25af330f4e003421636746a546474e4ccd8f239f55d2898d80983d20ed"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7bc0848a454d4bfd8371bef0eab4a6a8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3709662,
            "upload_time": "2024-08-05T15:04:10",
            "upload_time_iso_8601": "2024-08-05T15:04:10.990621Z",
            "url": "https://files.pythonhosted.org/packages/f8/62/0da548144c71176155ff5355c4cc40fb28b9effe22e830b55cec8072bdf2/Cython-3.0.11-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56d3d9c9eaf3611a9fe5256266d07b6a5f9069aa84d20d9f6aa5824289513315",
                "md5": "54899db3cf4a18f39d5b7f71e40c4edb",
                "sha256": "221de0b48bf387f209003508e602ce839a80463522fc6f583ad3c8d5c890d2c1"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "54899db3cf4a18f39d5b7f71e40c4edb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 2577870,
            "upload_time": "2024-08-05T15:04:14",
            "upload_time_iso_8601": "2024-08-05T15:04:14.693955Z",
            "url": "https://files.pythonhosted.org/packages/56/d3/d9c9eaf3611a9fe5256266d07b6a5f9069aa84d20d9f6aa5824289513315/Cython-3.0.11-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd10236fcc0306f85a2db1b8bc147aea714b66a2f27bac4d9e09e5b2c5d5dcca",
                "md5": "578eaed88794a92a24207bdaa6ce6170",
                "sha256": "3ff8ac1f0ecd4f505db4ab051e58e4531f5d098b6ac03b91c3b902e8d10c67b3"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "578eaed88794a92a24207bdaa6ce6170",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 2785053,
            "upload_time": "2024-08-05T15:04:18",
            "upload_time_iso_8601": "2024-08-05T15:04:18.058852Z",
            "url": "https://files.pythonhosted.org/packages/fd/10/236fcc0306f85a2db1b8bc147aea714b66a2f27bac4d9e09e5b2c5d5dcca/Cython-3.0.11-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5850fbb23239efe2183e4eaf76689270d6f5b3bbcf9be9ad1eb97cc34349e6fc",
                "md5": "739a091ef569e134fce3335707b5afe8",
                "sha256": "11996c40c32abf843ba652a6d53cb15944c88d91f91fc4e6f0028f5df8a8f8a1"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "739a091ef569e134fce3335707b5afe8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3141274,
            "upload_time": "2024-08-05T15:04:20",
            "upload_time_iso_8601": "2024-08-05T15:04:20.821408Z",
            "url": "https://files.pythonhosted.org/packages/58/50/fbb23239efe2183e4eaf76689270d6f5b3bbcf9be9ad1eb97cc34349e6fc/Cython-3.0.11-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "87e576379edb21fd5bb9e2aaa1d305492bc35bba96dfb51f5d96867d9863b6df",
                "md5": "69c2646ab1380f9ba8b999b4cb84e592",
                "sha256": "63f2c892e9f9c1698ecfee78205541623eb31cd3a1b682668be7ac12de94aa8e"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "69c2646ab1380f9ba8b999b4cb84e592",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3340904,
            "upload_time": "2024-08-05T15:04:24",
            "upload_time_iso_8601": "2024-08-05T15:04:24.314393Z",
            "url": "https://files.pythonhosted.org/packages/87/e5/76379edb21fd5bb9e2aaa1d305492bc35bba96dfb51f5d96867d9863b6df/Cython-3.0.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9aef44af6aded89444dc45f4466ff207a05d3376c641cf1146c03fd14c55ae64",
                "md5": "2aecc3ea0c4a826b7fec252b2de328c1",
                "sha256": "8b14c24f1dc4c4c9d997cca8d1b7fb01187a218aab932328247dcf5694a10102"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2aecc3ea0c4a826b7fec252b2de328c1",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3514052,
            "upload_time": "2024-08-05T15:04:28",
            "upload_time_iso_8601": "2024-08-05T15:04:28.001002Z",
            "url": "https://files.pythonhosted.org/packages/9a/ef/44af6aded89444dc45f4466ff207a05d3376c641cf1146c03fd14c55ae64/Cython-3.0.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e0d5ef8c7b6aa7a83c508f5c3bf0dfb9eb0a2a9be910c0b1f205f842128269c3",
                "md5": "81128e316680ce75ab9b23f65fc98a4f",
                "sha256": "c8eed5c015685106db15dd103fd040948ddca9197b1dd02222711815ea782a27"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "81128e316680ce75ab9b23f65fc98a4f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3573721,
            "upload_time": "2024-08-05T15:04:30",
            "upload_time_iso_8601": "2024-08-05T15:04:30.973195Z",
            "url": "https://files.pythonhosted.org/packages/e0/d5/ef8c7b6aa7a83c508f5c3bf0dfb9eb0a2a9be910c0b1f205f842128269c3/Cython-3.0.11-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e54a58d6c208563504a35febff94904bb291b368a8b0f28a5e0593c770967caa",
                "md5": "5314376eba4f3536af02d1df930765ef",
                "sha256": "780f89c95b8aec1e403005b3bf2f0a2afa060b3eba168c86830f079339adad89"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5314376eba4f3536af02d1df930765ef",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3393594,
            "upload_time": "2024-08-05T15:04:33",
            "upload_time_iso_8601": "2024-08-05T15:04:33.570197Z",
            "url": "https://files.pythonhosted.org/packages/e5/4a/58d6c208563504a35febff94904bb291b368a8b0f28a5e0593c770967caa/Cython-3.0.11-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a092a60a400be286dc661609da9db903680bba1423362000b689cf8ef0aec811",
                "md5": "fb1c465b8141302774cbf4dbdefec228",
                "sha256": "a690f2ff460682ea985e8d38ec541be97e0977fa0544aadc21efc116ff8d7579"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fb1c465b8141302774cbf4dbdefec228",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3601319,
            "upload_time": "2024-08-05T15:04:36",
            "upload_time_iso_8601": "2024-08-05T15:04:36.585436Z",
            "url": "https://files.pythonhosted.org/packages/a0/92/a60a400be286dc661609da9db903680bba1423362000b689cf8ef0aec811/Cython-3.0.11-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac11f02fc24d1a071b93e1d07497b0a528687b1f93bb4945c635119480fab3c0",
                "md5": "3f93e46de0e58ec8d5985247ef0739f7",
                "sha256": "2252b5aa57621848e310fe7fa6f7dce5f73aa452884a183d201a8bcebfa05a00"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "3f93e46de0e58ec8d5985247ef0739f7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 2608335,
            "upload_time": "2024-08-05T15:04:40",
            "upload_time_iso_8601": "2024-08-05T15:04:40.312329Z",
            "url": "https://files.pythonhosted.org/packages/ac/11/f02fc24d1a071b93e1d07497b0a528687b1f93bb4945c635119480fab3c0/Cython-3.0.11-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "350078ffea3a0ab176267a25ff049518b2582db7ac265bbf27944243d1a81ce2",
                "md5": "a03856bec1ecdfefb20a1a288c8dd4ba",
                "sha256": "da394654c6da15c1d37f0b7ec5afd325c69a15ceafee2afba14b67a5df8a82c8"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a03856bec1ecdfefb20a1a288c8dd4ba",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 2792586,
            "upload_time": "2024-08-05T15:04:43",
            "upload_time_iso_8601": "2024-08-05T15:04:43.830878Z",
            "url": "https://files.pythonhosted.org/packages/35/00/78ffea3a0ab176267a25ff049518b2582db7ac265bbf27944243d1a81ce2/Cython-3.0.11-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb191d7164b724f62b67c59aa3531a2be8ed1a0c7e4e80afcc6502d8409c4ee3",
                "md5": "1528dd6deeb7b322dcc75c9fadde9f54",
                "sha256": "4341d6a64d47112884e0bcf31e6c075268220ee4cd02223047182d4dda94d637"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp313-cp313-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1528dd6deeb7b322dcc75c9fadde9f54",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3134881,
            "upload_time": "2024-08-05T15:04:46",
            "upload_time_iso_8601": "2024-08-05T15:04:46.845302Z",
            "url": "https://files.pythonhosted.org/packages/eb/19/1d7164b724f62b67c59aa3531a2be8ed1a0c7e4e80afcc6502d8409c4ee3/Cython-3.0.11-cp313-cp313-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ad78d834d7ec4b6e55db857f44e328246d40cb527917040fabf3c48d27609b3",
                "md5": "1f4d6337e9db12952c4512ebc6f5c7ad",
                "sha256": "351955559b37e6c98b48aecb178894c311be9d731b297782f2b78d111f0c9015"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1f4d6337e9db12952c4512ebc6f5c7ad",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3330582,
            "upload_time": "2024-08-05T15:04:50",
            "upload_time_iso_8601": "2024-08-05T15:04:50.185329Z",
            "url": "https://files.pythonhosted.org/packages/0a/d7/8d834d7ec4b6e55db857f44e328246d40cb527917040fabf3c48d27609b3/Cython-3.0.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1caed520f3cd94a8926bc47275a968e51bbc669a28f27a058cdfc5c3081fbbf7",
                "md5": "0a7c283f057e2b3736382c5007cc0fef",
                "sha256": "9c02361af9bfa10ff1ccf967fc75159e56b1c8093caf565739ed77a559c1f29f"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0a7c283f057e2b3736382c5007cc0fef",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3503750,
            "upload_time": "2024-08-05T15:04:53",
            "upload_time_iso_8601": "2024-08-05T15:04:53.127515Z",
            "url": "https://files.pythonhosted.org/packages/1c/ae/d520f3cd94a8926bc47275a968e51bbc669a28f27a058cdfc5c3081fbbf7/Cython-3.0.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ee445c556f4a6d40b6938368d420d3c985bbef9088b7d4a8d8c6648d50e4a94",
                "md5": "b7e0565dcdc908d9bed2e2429928ba35",
                "sha256": "6823aef13669a32caf18bbb036de56065c485d9f558551a9b55061acf9c4c27f"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "b7e0565dcdc908d9bed2e2429928ba35",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3566498,
            "upload_time": "2024-08-05T15:04:55",
            "upload_time_iso_8601": "2024-08-05T15:04:55.768735Z",
            "url": "https://files.pythonhosted.org/packages/6e/e4/45c556f4a6d40b6938368d420d3c985bbef9088b7d4a8d8c6648d50e4a94/Cython-3.0.11-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce2d544f6aa3cab31b99ddb07e7eaaaca6a43db52fe0dc59090195c48fc0b033",
                "md5": "0035172dadb0692188b276c30400d17e",
                "sha256": "6fb68cef33684f8cc97987bee6ae919eee7e18ee6a3ad7ed9516b8386ef95ae6"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp313-cp313-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0035172dadb0692188b276c30400d17e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3389063,
            "upload_time": "2024-08-05T15:04:59",
            "upload_time_iso_8601": "2024-08-05T15:04:59.310808Z",
            "url": "https://files.pythonhosted.org/packages/ce/2d/544f6aa3cab31b99ddb07e7eaaaca6a43db52fe0dc59090195c48fc0b033/Cython-3.0.11-cp313-cp313-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "551a9d871cc1514df273cd2ccfe3efe5ff1df509ce11768c02a834052709f152",
                "md5": "04a77bd7ce93b24f1dd48207cac71a06",
                "sha256": "790263b74432cb997740d73665f4d8d00b9cd1cecbdd981d93591ddf993d4f12"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "04a77bd7ce93b24f1dd48207cac71a06",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3596353,
            "upload_time": "2024-08-05T15:05:02",
            "upload_time_iso_8601": "2024-08-05T15:05:02.881254Z",
            "url": "https://files.pythonhosted.org/packages/55/1a/9d871cc1514df273cd2ccfe3efe5ff1df509ce11768c02a834052709f152/Cython-3.0.11-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "474e4db412f595de4b2224a81ea5332ce107ce3e93bf87275c78648f2e3e37b8",
                "md5": "f006aac090fcdc373c06dcaa3c1e1c84",
                "sha256": "e6dd395d1a704e34a9fac00b25f0036dce6654c6b898be6f872ac2bb4f2eda48"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "f006aac090fcdc373c06dcaa3c1e1c84",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 2602768,
            "upload_time": "2024-08-05T15:05:06",
            "upload_time_iso_8601": "2024-08-05T15:05:06.119958Z",
            "url": "https://files.pythonhosted.org/packages/47/4e/4db412f595de4b2224a81ea5332ce107ce3e93bf87275c78648f2e3e37b8/Cython-3.0.11-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7918a29e1bce2f8a893a4c24874943b64e8ede14fac9990bd4a3f13a46c2720",
                "md5": "7f0749d8a88679b65e2d970c43b0b5c9",
                "sha256": "52186101d51497519e99b60d955fd5cb3bf747c67f00d742e70ab913f1e42d31"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7f0749d8a88679b65e2d970c43b0b5c9",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 2784414,
            "upload_time": "2024-08-05T15:05:08",
            "upload_time_iso_8601": "2024-08-05T15:05:08.800786Z",
            "url": "https://files.pythonhosted.org/packages/e7/91/8a29e1bce2f8a893a4c24874943b64e8ede14fac9990bd4a3f13a46c2720/Cython-3.0.11-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07d415719179c0fcaa4318f45970f4a0c9b9c3ef92ec5227659d5d793d807349",
                "md5": "4456ae8528d4480747e9294bc02af2de",
                "sha256": "c69d5cad51388522b98a99b4be1b77316de85b0c0523fa865e0ea58bbb622e0a"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp36-cp36m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4456ae8528d4480747e9294bc02af2de",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 2978766,
            "upload_time": "2024-08-05T15:05:12",
            "upload_time_iso_8601": "2024-08-05T15:05:12.029644Z",
            "url": "https://files.pythonhosted.org/packages/07/d4/15719179c0fcaa4318f45970f4a0c9b9c3ef92ec5227659d5d793d807349/Cython-3.0.11-cp36-cp36m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "de010bba5dcbad60f6e65227e37d41bb61b6e425692550bdc63108bcc43e0fc9",
                "md5": "3e5420090d8cc67220cfd4bba5752c53",
                "sha256": "8acdc87e9009110adbceb7569765eb0980129055cc954c62f99fe9f094c9505e"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3e5420090d8cc67220cfd4bba5752c53",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3318391,
            "upload_time": "2024-08-05T15:05:15",
            "upload_time_iso_8601": "2024-08-05T15:05:15.086449Z",
            "url": "https://files.pythonhosted.org/packages/de/01/0bba5dcbad60f6e65227e37d41bb61b6e425692550bdc63108bcc43e0fc9/Cython-3.0.11-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e27f839870b87857e00ae035cc1ef5466b2f124b6ce2c087f898b4a8409db40",
                "md5": "eddd9c5c12b605e8ad7b5cf1bacfa723",
                "sha256": "1dd47865f4c0a224da73acf83d113f93488d17624e2457dce1753acdfb1cc40c"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "eddd9c5c12b605e8ad7b5cf1bacfa723",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3459239,
            "upload_time": "2024-08-05T15:05:20",
            "upload_time_iso_8601": "2024-08-05T15:05:20.763672Z",
            "url": "https://files.pythonhosted.org/packages/2e/27/f839870b87857e00ae035cc1ef5466b2f124b6ce2c087f898b4a8409db40/Cython-3.0.11-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8199a555fa4a7d4506effbe237e0fac94a3c960c48ea797435458102c9a201b4",
                "md5": "8291b4c89c6e69f631d8c5313bde552a",
                "sha256": "301bde949b4f312a1c70e214b0c3bc51a3f955d466010d2f68eb042df36447b0"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "8291b4c89c6e69f631d8c5313bde552a",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3539710,
            "upload_time": "2024-08-05T15:05:23",
            "upload_time_iso_8601": "2024-08-05T15:05:23.839434Z",
            "url": "https://files.pythonhosted.org/packages/81/99/a555fa4a7d4506effbe237e0fac94a3c960c48ea797435458102c9a201b4/Cython-3.0.11-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "89ed626899eb95e7211d8399f467ab2b674072bd06c8b094d144bd8ed7597dcd",
                "md5": "7cc420e595deb9a79f920402cd896675",
                "sha256": "f3953d2f504176f929862e5579cfc421860c33e9707f585d70d24e1096accdf7"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp36-cp36m-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7cc420e595deb9a79f920402cd896675",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3367379,
            "upload_time": "2024-08-05T15:05:26",
            "upload_time_iso_8601": "2024-08-05T15:05:26.882832Z",
            "url": "https://files.pythonhosted.org/packages/89/ed/626899eb95e7211d8399f467ab2b674072bd06c8b094d144bd8ed7597dcd/Cython-3.0.11-cp36-cp36m-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f95f0273e9e1e0f2b847f5e667965dc8da34848bca768ba680d65665b4265fa4",
                "md5": "a57e486408d2bfb554553bc62420bd16",
                "sha256": "3f2b062f6df67e8a56c75e500ca330cf62c85ac26dd7fd006f07ef0f83aebfa3"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp36-cp36m-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a57e486408d2bfb554553bc62420bd16",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3568936,
            "upload_time": "2024-08-05T15:05:29",
            "upload_time_iso_8601": "2024-08-05T15:05:29.792579Z",
            "url": "https://files.pythonhosted.org/packages/f9/5f/0273e9e1e0f2b847f5e667965dc8da34848bca768ba680d65665b4265fa4/Cython-3.0.11-cp36-cp36m-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3206b552a7b71f3cfcb6e04ee08423a1a3f69662c2be60c717b2a5d49c4c04cb",
                "md5": "e31f98834f67730365ad495b65213a81",
                "sha256": "c3d68751668c66c7a140b6023dba5d5d507f72063407bb609d3a5b0f3b8dfbe4"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp36-cp36m-win32.whl",
            "has_sig": false,
            "md5_digest": "e31f98834f67730365ad495b65213a81",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 2607007,
            "upload_time": "2024-08-05T15:05:33",
            "upload_time_iso_8601": "2024-08-05T15:05:33.796015Z",
            "url": "https://files.pythonhosted.org/packages/32/06/b552a7b71f3cfcb6e04ee08423a1a3f69662c2be60c717b2a5d49c4c04cb/Cython-3.0.11-cp36-cp36m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6eed8371946117042ea097c2fbdd4c64b24bd23d93cbfee94f60c6de0c87eb33",
                "md5": "37271fb3d49f5bff11569e2d8f81196c",
                "sha256": "bcd29945fafd12484cf37b1d84f12f0e7a33ba3eac5836531c6bd5283a6b3a0c"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp36-cp36m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "37271fb3d49f5bff11569e2d8f81196c",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 2835957,
            "upload_time": "2024-08-05T15:05:39",
            "upload_time_iso_8601": "2024-08-05T15:05:39.688761Z",
            "url": "https://files.pythonhosted.org/packages/6e/ed/8371946117042ea097c2fbdd4c64b24bd23d93cbfee94f60c6de0c87eb33/Cython-3.0.11-cp36-cp36m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "81f1a629c5f41f7bbf2581be7077fb427ceddfa62a59728a98e5a381a8254cdb",
                "md5": "065be429e54758fa3278a1d32086487e",
                "sha256": "4e9a8d92978b15a0c7ca7f98447c6c578dc8923a0941d9d172d0b077cb69c576"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp37-cp37m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "065be429e54758fa3278a1d32086487e",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3025669,
            "upload_time": "2024-08-05T15:05:42",
            "upload_time_iso_8601": "2024-08-05T15:05:42.620161Z",
            "url": "https://files.pythonhosted.org/packages/81/f1/a629c5f41f7bbf2581be7077fb427ceddfa62a59728a98e5a381a8254cdb/Cython-3.0.11-cp37-cp37m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07510290cc4b9438a9a28d46506d21959ed6743f7550b79b626bc9440caf8180",
                "md5": "62dafaecf402e7ddedb0b162a676a8ea",
                "sha256": "421017466e9260aca86823974e26e158e6358622f27c0f4da9c682f3b6d2e624"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "62dafaecf402e7ddedb0b162a676a8ea",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3415933,
            "upload_time": "2024-08-05T15:05:46",
            "upload_time_iso_8601": "2024-08-05T15:05:46.300353Z",
            "url": "https://files.pythonhosted.org/packages/07/51/0290cc4b9438a9a28d46506d21959ed6743f7550b79b626bc9440caf8180/Cython-3.0.11-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c136aba1e7f0d1a795d3d153853f57ce01af4e8fa20c17fd577f5da240a3f0a4",
                "md5": "184ff4b5303a7760c45f03c766bffa90",
                "sha256": "d80a7232938d523c1a12f6b1794ab5efb1ae77ad3fde79de4bb558d8ab261619"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "184ff4b5303a7760c45f03c766bffa90",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3565193,
            "upload_time": "2024-08-05T15:05:49",
            "upload_time_iso_8601": "2024-08-05T15:05:49.182478Z",
            "url": "https://files.pythonhosted.org/packages/c1/36/aba1e7f0d1a795d3d153853f57ce01af4e8fa20c17fd577f5da240a3f0a4/Cython-3.0.11-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d9b07ac7bf7eb8865c9c8e969fd9bb8cca7df40a70d9e4d5b6fb1e2ab487028c",
                "md5": "4dc498c8effbaab2c2bb0a92545566cf",
                "sha256": "bfa550d9ae39e827a6e7198076df763571cb53397084974a6948af558355e028"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "4dc498c8effbaab2c2bb0a92545566cf",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3638786,
            "upload_time": "2024-08-05T15:05:52",
            "upload_time_iso_8601": "2024-08-05T15:05:52.864365Z",
            "url": "https://files.pythonhosted.org/packages/d9/b0/7ac7bf7eb8865c9c8e969fd9bb8cca7df40a70d9e4d5b6fb1e2ab487028c/Cython-3.0.11-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0aa331ee98010ca19716648fdba773d5d01f78f504e6c249539407d6ee11f656",
                "md5": "9e1e14fc38d24c84b6129ebdf7528799",
                "sha256": "aedceb6090a60854b31bf9571dc55f642a3fa5b91f11b62bcef167c52cac93d8"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp37-cp37m-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9e1e14fc38d24c84b6129ebdf7528799",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3478627,
            "upload_time": "2024-08-05T15:05:56",
            "upload_time_iso_8601": "2024-08-05T15:05:56.192719Z",
            "url": "https://files.pythonhosted.org/packages/0a/a3/31ee98010ca19716648fdba773d5d01f78f504e6c249539407d6ee11f656/Cython-3.0.11-cp37-cp37m-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9900124fea4aef5a49575d6812cf82b7db4066af683d7883f170ac1947116538",
                "md5": "d9f8913fafa0eb2e4ae1dd5025ad7b92",
                "sha256": "473d35681d9f93ce380e6a7c8feb2d65fc6333bd7117fbc62989e404e241dbb0"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp37-cp37m-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d9f8913fafa0eb2e4ae1dd5025ad7b92",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3683579,
            "upload_time": "2024-08-05T15:05:59",
            "upload_time_iso_8601": "2024-08-05T15:05:59.180810Z",
            "url": "https://files.pythonhosted.org/packages/99/00/124fea4aef5a49575d6812cf82b7db4066af683d7883f170ac1947116538/Cython-3.0.11-cp37-cp37m-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "00840782e0d25fc6783426f4372d47d491633240abbfb05831dd4a10ee65b476",
                "md5": "4c1aa8766bd36e4d78aa4e7e4667ab81",
                "sha256": "3379c6521e25aa6cd7703bb7d635eaca75c0f9c7f1b0fdd6dd15a03bfac5f68d"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp37-cp37m-win32.whl",
            "has_sig": false,
            "md5_digest": "4c1aa8766bd36e4d78aa4e7e4667ab81",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 2545229,
            "upload_time": "2024-08-05T15:06:02",
            "upload_time_iso_8601": "2024-08-05T15:06:02.035923Z",
            "url": "https://files.pythonhosted.org/packages/00/84/0782e0d25fc6783426f4372d47d491633240abbfb05831dd4a10ee65b476/Cython-3.0.11-cp37-cp37m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "313bdb8c7867df600f6ef6a9231eba46e20cb9881e80d39a4af884e2302229ed",
                "md5": "391f628e9cd9c801344800b0e8ae9e14",
                "sha256": "14701edb3107a5d9305a82d9d646c4f28bfecbba74b26cc1ee2f4be08f602057"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "391f628e9cd9c801344800b0e8ae9e14",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 2726686,
            "upload_time": "2024-08-05T15:06:05",
            "upload_time_iso_8601": "2024-08-05T15:06:05.166129Z",
            "url": "https://files.pythonhosted.org/packages/31/3b/db8c7867df600f6ef6a9231eba46e20cb9881e80d39a4af884e2302229ed/Cython-3.0.11-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f15a68cfb5030d157e287897aa220b3de5e6e34f07e69c8aa7f311707d3dd95",
                "md5": "98d71b8eb7e7eb239c0409e85630c69e",
                "sha256": "598699165cfa7c6d69513ee1bffc9e1fdd63b00b624409174c388538aa217975"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "98d71b8eb7e7eb239c0409e85630c69e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3080700,
            "upload_time": "2024-08-05T15:06:09",
            "upload_time_iso_8601": "2024-08-05T15:06:09.040080Z",
            "url": "https://files.pythonhosted.org/packages/7f/15/a68cfb5030d157e287897aa220b3de5e6e34f07e69c8aa7f311707d3dd95/Cython-3.0.11-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "392da878b758eacb591ac925550b71005a2f872d6d0006bb25535f8a4c005ed4",
                "md5": "c30350e42df21e091117ae23705f3ea5",
                "sha256": "a0583076c4152b417a3a8a5d81ec02f58c09b67d3f22d5857e64c8734ceada8c"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c30350e42df21e091117ae23705f3ea5",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3472633,
            "upload_time": "2024-08-05T15:06:12",
            "upload_time_iso_8601": "2024-08-05T15:06:12.191152Z",
            "url": "https://files.pythonhosted.org/packages/39/2d/a878b758eacb591ac925550b71005a2f872d6d0006bb25535f8a4c005ed4/Cython-3.0.11-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b252eda119f98071ccde04a9a1c9c9a18fd6def025651c9d0cd01ad51d0dba36",
                "md5": "490ef5bb0e29522dffac444575c57f7a",
                "sha256": "52205347e916dd65d2400b977df4c697390c3aae0e96275a438cc4ae85dadc08"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "490ef5bb0e29522dffac444575c57f7a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3639407,
            "upload_time": "2024-08-05T15:06:15",
            "upload_time_iso_8601": "2024-08-05T15:06:15.186137Z",
            "url": "https://files.pythonhosted.org/packages/b2/52/eda119f98071ccde04a9a1c9c9a18fd6def025651c9d0cd01ad51d0dba36/Cython-3.0.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "757cc5f22f77af33deb39ab893aeaa1076f42635668ef29831d683d35e07d58a",
                "md5": "95a21227c0474ed36184f6ef9d12281c",
                "sha256": "989899a85f0d9a57cebb508bd1f194cb52f0e3f7e22ac259f33d148d6422375c"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "95a21227c0474ed36184f6ef9d12281c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3688287,
            "upload_time": "2024-08-05T15:06:18",
            "upload_time_iso_8601": "2024-08-05T15:06:18.491748Z",
            "url": "https://files.pythonhosted.org/packages/75/7c/c5f22f77af33deb39ab893aeaa1076f42635668ef29831d683d35e07d58a/Cython-3.0.11-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "99299542256ae2e8a7dbdc9da76ce8c0c6fede4749cf7513f9f88b28c96298f7",
                "md5": "3f56fe0335109d85a0355eb344245a44",
                "sha256": "53b6072a89049a991d07f42060f65398448365c59c9cb515c5925b9bdc9d71f8"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp38-cp38-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3f56fe0335109d85a0355eb344245a44",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3533271,
            "upload_time": "2024-08-05T15:06:21",
            "upload_time_iso_8601": "2024-08-05T15:06:21.385629Z",
            "url": "https://files.pythonhosted.org/packages/99/29/9542256ae2e8a7dbdc9da76ce8c0c6fede4749cf7513f9f88b28c96298f7/Cython-3.0.11-cp38-cp38-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24249c14542b18427873c282f3854b0faa7fd3ca6021902f37548717c50a782b",
                "md5": "afa1152977e6710f0687ffa6346c7d95",
                "sha256": "f988f7f8164a6079c705c39e2d75dbe9967e3dacafe041420d9af7b9ee424162"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp38-cp38-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "afa1152977e6710f0687ffa6346c7d95",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3753243,
            "upload_time": "2024-08-05T15:06:24",
            "upload_time_iso_8601": "2024-08-05T15:06:24.524237Z",
            "url": "https://files.pythonhosted.org/packages/24/24/9c14542b18427873c282f3854b0faa7fd3ca6021902f37548717c50a782b/Cython-3.0.11-cp38-cp38-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f6fcf6f46f3a398daa6cccba9b00e6bc47f04bfcfeef0bac94613d281ae725d",
                "md5": "ea7d11285a42a16edbe0fb2a4a0f77f4",
                "sha256": "a1f4cbc70f6b7f0c939522118820e708e0d490edca42d852fa8004ec16780be2"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "ea7d11285a42a16edbe0fb2a4a0f77f4",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 2587902,
            "upload_time": "2024-08-05T15:06:27",
            "upload_time_iso_8601": "2024-08-05T15:06:27.739337Z",
            "url": "https://files.pythonhosted.org/packages/9f/6f/cf6f46f3a398daa6cccba9b00e6bc47f04bfcfeef0bac94613d281ae725d/Cython-3.0.11-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba946b136b81ba12427adb69ca648c1fa6599c16122d25c7cfe537636473f228",
                "md5": "0ef4b2f963c19158f481e8b45a2ae37f",
                "sha256": "187685e25e037320cae513b8cc4bf9dbc4465c037051aede509cbbf207524de2"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0ef4b2f963c19158f481e8b45a2ae37f",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 2790201,
            "upload_time": "2024-08-05T15:06:31",
            "upload_time_iso_8601": "2024-08-05T15:06:31.047145Z",
            "url": "https://files.pythonhosted.org/packages/ba/94/6b136b81ba12427adb69ca648c1fa6599c16122d25c7cfe537636473f228/Cython-3.0.11-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5dcb1354a36c7460083b38baceb7ce62a1cb667e72308321f1232b26a7f1c90",
                "md5": "3b77e2ade439b036b34d530fbf5dd5f0",
                "sha256": "0fc6fdd6fa493be7bdda22355689d5446ac944cd71286f6f44a14b0d67ee3ff5"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3b77e2ade439b036b34d530fbf5dd5f0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3107281,
            "upload_time": "2024-08-05T15:06:33",
            "upload_time_iso_8601": "2024-08-05T15:06:33.998381Z",
            "url": "https://files.pythonhosted.org/packages/c5/dc/b1354a36c7460083b38baceb7ce62a1cb667e72308321f1232b26a7f1c90/Cython-3.0.11-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5294287440d85047181cdd764efe58bf76320cd93d07c2396c634461ae40793e",
                "md5": "c51d53d009786f385054eae6ecc69065",
                "sha256": "0b1d1f6f94cc5d42a4591f6d60d616786b9cd15576b112bc92a23131fcf38020"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c51d53d009786f385054eae6ecc69065",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3467418,
            "upload_time": "2024-08-05T15:06:37",
            "upload_time_iso_8601": "2024-08-05T15:06:37.467462Z",
            "url": "https://files.pythonhosted.org/packages/52/94/287440d85047181cdd764efe58bf76320cd93d07c2396c634461ae40793e/Cython-3.0.11-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "644273859619d9261c2de163f293144064f6df613b0f4e3fcf5cfd0543804f98",
                "md5": "4daa19fdd03fc894c668c8d7bcf1c5fa",
                "sha256": "b4ab2b92a3e6ed552adbe9350fd2ef3aa0cc7853cf91569f9dbed0c0699bbeab"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4daa19fdd03fc894c668c8d7bcf1c5fa",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3633865,
            "upload_time": "2024-08-05T15:06:40",
            "upload_time_iso_8601": "2024-08-05T15:06:40.669754Z",
            "url": "https://files.pythonhosted.org/packages/64/42/73859619d9261c2de163f293144064f6df613b0f4e3fcf5cfd0543804f98/Cython-3.0.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff9301316711aa4f4f0ba9326355f28421889cd2ffdf4cf6c8dfa007f9b0be93",
                "md5": "d62f6a46a7d23cc404b313b5ffc4a613",
                "sha256": "104d6f2f2c827ccc5e9e42c80ef6773a6aa94752fe6bc5b24a4eab4306fb7f07"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "d62f6a46a7d23cc404b313b5ffc4a613",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3686380,
            "upload_time": "2024-08-05T15:06:43",
            "upload_time_iso_8601": "2024-08-05T15:06:43.670526Z",
            "url": "https://files.pythonhosted.org/packages/ff/93/01316711aa4f4f0ba9326355f28421889cd2ffdf4cf6c8dfa007f9b0be93/Cython-3.0.11-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f65470a0a5613d9c727c2ab5a96e9e7c089c7f8202d0bb775af2f40b13e5d48d",
                "md5": "4ad383b8588daedf0db7e4201bbfcd50",
                "sha256": "13062ce556a1e98d2821f7a0253b50569fdc98c36efd6653a65b21e3f8bbbf5f"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4ad383b8588daedf0db7e4201bbfcd50",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3501121,
            "upload_time": "2024-08-05T15:06:46",
            "upload_time_iso_8601": "2024-08-05T15:06:46.901888Z",
            "url": "https://files.pythonhosted.org/packages/f6/54/70a0a5613d9c727c2ab5a96e9e7c089c7f8202d0bb775af2f40b13e5d48d/Cython-3.0.11-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ab7eda6e807a9766d6cbc3a5d5d8b346a88ac6fc73809cd6481687642756050c",
                "md5": "59e6a7b2757d83bb726e663ed298420d",
                "sha256": "525d09b3405534763fa73bd78c8e51ac8264036ce4c16d37dfd1555a7da6d3a7"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "59e6a7b2757d83bb726e663ed298420d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 3714315,
            "upload_time": "2024-08-05T15:06:49",
            "upload_time_iso_8601": "2024-08-05T15:06:49.903858Z",
            "url": "https://files.pythonhosted.org/packages/ab/7e/da6e807a9766d6cbc3a5d5d8b346a88ac6fc73809cd6481687642756050c/Cython-3.0.11-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5381852c564404baf477185f983caafcba046fad89570d6320c34d917ea6c82d",
                "md5": "1af6ddc2fc0b469eb1b3e1db7b2e184e",
                "sha256": "b8c7e514075696ca0f60c337f9e416e61d7ccbc1aa879a56c39181ed90ec3059"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "1af6ddc2fc0b469eb1b3e1db7b2e184e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 2581172,
            "upload_time": "2024-08-05T15:06:53",
            "upload_time_iso_8601": "2024-08-05T15:06:53.488875Z",
            "url": "https://files.pythonhosted.org/packages/53/81/852c564404baf477185f983caafcba046fad89570d6320c34d917ea6c82d/Cython-3.0.11-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b4e2e676c55da4274ca15342fab67b3b48aa8ba17447495cdaadc67fd37a16c",
                "md5": "56df1c1595cc8720cc3d750063672e86",
                "sha256": "8948802e1f5677a673ea5d22a1e7e273ca5f83e7a452786ca286eebf97cee67c"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "56df1c1595cc8720cc3d750063672e86",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 2781468,
            "upload_time": "2024-08-05T15:06:56",
            "upload_time_iso_8601": "2024-08-05T15:06:56.353109Z",
            "url": "https://files.pythonhosted.org/packages/1b/4e/2e676c55da4274ca15342fab67b3b48aa8ba17447495cdaadc67fd37a16c/Cython-3.0.11-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4339bdbec9142bc46605b54d674bf158a78b191c2b75be527c6dcf3e6dfe90b8",
                "md5": "bc4450d3f95637b61fb5ff3372294001",
                "sha256": "0e25f6425ad4a700d7f77cd468da9161e63658837d1bc34861a9861a4ef6346d"
            },
            "downloads": -1,
            "filename": "Cython-3.0.11-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bc4450d3f95637b61fb5ff3372294001",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 1171267,
            "upload_time": "2024-08-05T15:02:57",
            "upload_time_iso_8601": "2024-08-05T15:02:57.729934Z",
            "url": "https://files.pythonhosted.org/packages/43/39/bdbec9142bc46605b54d674bf158a78b191c2b75be527c6dcf3e6dfe90b8/Cython-3.0.11-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "844db720d6000f4ca77f030bd70f12550820f0766b568e43f11af7f7ad9061aa",
                "md5": "388b85b7c23f501320d19d991b169f5d",
                "sha256": "7146dd2af8682b4ca61331851e6aebce9fe5158e75300343f80c07ca80b1faff"
            },
            "downloads": -1,
            "filename": "cython-3.0.11.tar.gz",
            "has_sig": false,
            "md5_digest": "388b85b7c23f501320d19d991b169f5d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
            "size": 2755544,
            "upload_time": "2024-08-05T15:03:02",
            "upload_time_iso_8601": "2024-08-05T15:03:02.254006Z",
            "url": "https://files.pythonhosted.org/packages/84/4d/b720d6000f4ca77f030bd70f12550820f0766b568e43f11af7f7ad9061aa/cython-3.0.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-05 15:03:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cython",
    "github_project": "cython",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "cython"
}
        
Elapsed time: 0.42115s