xlwings


Namexlwings JSON
Version 0.33.9 PyPI version JSON
download
home_pageNone
SummaryMake Excel fly: Interact with Excel from Python and vice versa.
upload_time2025-02-17 21:03:48
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseBSD 3-clause
keywords xls excel spreadsheet workbook vba macro
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            xlwings - Make Excel fly with Python!
=====================================

xlwings (Open Source)
---------------------

xlwings is a `BSD-licensed <http://opensource.org/licenses/BSD-3-Clause>`_ Python library that makes it easy to call Python from Excel and vice versa:

* **Scripting**: Automate/interact with Excel from Python using a syntax that is close to VBA.
* **Macros**: Replace your messy VBA macros with clean and powerful Python code.
* **UDFs**: Write User Defined Functions (UDFs) in Python (Windows only).

**Numpy arrays** and **Pandas Series/DataFrames** are fully supported. xlwings-powered workbooks are easy to distribute and work
on **Windows** and **macOS**.

xlwings includes all files in the xlwings package except the ``pro`` folder, i.e., the ``xlwings.pro`` subpackage.

xlwings PRO
-----------

xlwings PRO offers additional functionality on top of xlwings (Open Source), including:

* xlwings Server: No local Python installation required, supports Excel on the web and Google Sheets in addition to Excel on Windows and macOS. Integrates with VBA, Office Scripts and Office.js and supports custom functions on all platforms. See `GitHub repo <https://github.com/xlwings/xlwings-server>`_ and `xlwings Server docs <https://server.xlwings.org/>`_.
* xlwings Reports: the flexible, template-based reporting system
* xlwings Reader: A faster and more feature-rich alternative for ``pandas.read_excel()`` (no Excel installation required)
* Easy deployment via 1-click installer and embedded code
* See the `full list of PRO features <https://www.xlwings.org/pricing>`_

xlwings PRO is `source available <https://en.wikipedia.org/wiki/Source-available_software>`_ and dual-licensed under one of the following licenses:

* `PolyForm Noncommercial License 1.0.0 <https://polyformproject.org/licenses/noncommercial/1.0.0>`_ (noncommercial use is free)
* `xlwings PRO License <https://github.com/xlwings/xlwings/blob/main/LICENSE_PRO.txt>`_ (commercial use requires a `paid plan <https://www.xlwings.org/pricing>`_)

**License Key**

To use xlwings PRO, you need to install a license key on a Terminal/Command Prompt like so (alternatively, set the env var ``XLWINGS_LICENSE_KEY``::

    xlwings license update -k YOUR_LICENSE_KEY

See `the docs <https://docs.xlwings.org/en/latest/pro/license_key.html>`_ for more details.

**License key for noncommercial purpose**:

* To use xlwings PRO for free in a noncommercial context, use the following license key: ``noncommercial``.

**License key for commercial purpose**:

* To try xlwings PRO for free in a commercial context, request a trial license key: https://www.xlwings.org/trial
* To use xlwings PRO in a commercial context beyond the trial, you need to enroll in a paid plan (they include additional services like support and the ability to create one-click installers): https://www.xlwings.org/pricing

xlwings PRO licenses are developer licenses, are verified offline (i.e., no telemetry/license server involved) and allow royalty-free deployments to unlimited internal and external end-users and servers for a hassle-free management. Deployments use deploy keys that don't expire but instead are bound to a specific version of xlwings.

Links
-----

* Homepage: https://www.xlwings.org
* Quickstart: https://docs.xlwings.org/en/stable/quickstart.html
* Documentation: https://docs.xlwings.org
* Book (O'Reilly, 2021): https://www.xlwings.org/book
* Video Course: https://training.xlwings.org/p/xlwings
* Source Code: https://github.com/xlwings/xlwings
* xltrail (Version control for Excel files): https://www.xltrail.com 


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "xlwings",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "xls, excel, spreadsheet, workbook, vba, macro",
    "author": null,
    "author_email": "Felix Zumstein <felix.zumstein@zoomeranalytics.com>",
    "download_url": "https://files.pythonhosted.org/packages/f8/58/f40549d71c56a1891a03ecbdacdca38c4cffde7f781f97e2019b88129328/xlwings-0.33.9.tar.gz",
    "platform": null,
    "description": "xlwings - Make Excel fly with Python!\r\n=====================================\r\n\r\nxlwings (Open Source)\r\n---------------------\r\n\r\nxlwings is a `BSD-licensed <http://opensource.org/licenses/BSD-3-Clause>`_ Python library that makes it easy to call Python from Excel and vice versa:\r\n\r\n* **Scripting**: Automate/interact with Excel from Python using a syntax that is close to VBA.\r\n* **Macros**: Replace your messy VBA macros with clean and powerful Python code.\r\n* **UDFs**: Write User Defined Functions (UDFs) in Python (Windows only).\r\n\r\n**Numpy arrays** and **Pandas Series/DataFrames** are fully supported. xlwings-powered workbooks are easy to distribute and work\r\non **Windows** and **macOS**.\r\n\r\nxlwings includes all files in the xlwings package except the ``pro`` folder, i.e., the ``xlwings.pro`` subpackage.\r\n\r\nxlwings PRO\r\n-----------\r\n\r\nxlwings PRO offers additional functionality on top of xlwings (Open Source), including:\r\n\r\n* xlwings Server: No local Python installation required, supports Excel on the web and Google Sheets in addition to Excel on Windows and macOS. Integrates with VBA, Office Scripts and Office.js and supports custom functions on all platforms. See `GitHub repo <https://github.com/xlwings/xlwings-server>`_ and `xlwings Server docs <https://server.xlwings.org/>`_.\r\n* xlwings Reports: the flexible, template-based reporting system\r\n* xlwings Reader: A faster and more feature-rich alternative for ``pandas.read_excel()`` (no Excel installation required)\r\n* Easy deployment via 1-click installer and embedded code\r\n* See the `full list of PRO features <https://www.xlwings.org/pricing>`_\r\n\r\nxlwings PRO is `source available <https://en.wikipedia.org/wiki/Source-available_software>`_ and dual-licensed under one of the following licenses:\r\n\r\n* `PolyForm Noncommercial License 1.0.0 <https://polyformproject.org/licenses/noncommercial/1.0.0>`_ (noncommercial use is free)\r\n* `xlwings PRO License <https://github.com/xlwings/xlwings/blob/main/LICENSE_PRO.txt>`_ (commercial use requires a `paid plan <https://www.xlwings.org/pricing>`_)\r\n\r\n**License Key**\r\n\r\nTo use xlwings PRO, you need to install a license key on a Terminal/Command Prompt like so (alternatively, set the env var ``XLWINGS_LICENSE_KEY``::\r\n\r\n    xlwings license update -k YOUR_LICENSE_KEY\r\n\r\nSee `the docs <https://docs.xlwings.org/en/latest/pro/license_key.html>`_ for more details.\r\n\r\n**License key for noncommercial purpose**:\r\n\r\n* To use xlwings PRO for free in a noncommercial context, use the following license key: ``noncommercial``.\r\n\r\n**License key for commercial purpose**:\r\n\r\n* To try xlwings PRO for free in a commercial context, request a trial license key: https://www.xlwings.org/trial\r\n* To use xlwings PRO in a commercial context beyond the trial, you need to enroll in a paid plan (they include additional services like support and the ability to create one-click installers): https://www.xlwings.org/pricing\r\n\r\nxlwings PRO licenses are developer licenses, are verified offline (i.e., no telemetry/license server involved) and allow royalty-free deployments to unlimited internal and external end-users and servers for a hassle-free management. Deployments use deploy keys that don't expire but instead are bound to a specific version of xlwings.\r\n\r\nLinks\r\n-----\r\n\r\n* Homepage: https://www.xlwings.org\r\n* Quickstart: https://docs.xlwings.org/en/stable/quickstart.html\r\n* Documentation: https://docs.xlwings.org\r\n* Book (O'Reilly, 2021): https://www.xlwings.org/book\r\n* Video Course: https://training.xlwings.org/p/xlwings\r\n* Source Code: https://github.com/xlwings/xlwings\r\n* xltrail (Version control for Excel files): https://www.xltrail.com \r\n\n",
    "bugtrack_url": null,
    "license": "BSD 3-clause",
    "summary": "Make Excel fly: Interact with Excel from Python and vice versa.",
    "version": "0.33.9",
    "project_urls": {
        "Changelog": "https://docs.xlwings.org/en/stable/whatsnew.html",
        "Documentation": "https://docs.xlwings.org",
        "Funding": "https://www.xlwings.org/pricing",
        "Homepage": "https://www.xlwings.org",
        "Source": "https://github.com/xlwings/xlwings"
    },
    "split_keywords": [
        "xls",
        " excel",
        " spreadsheet",
        " workbook",
        " vba",
        " macro"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "73f2bb4554cdb180a7576c32823c4b96c25ef094af4d419e156d678b553902c1",
                "md5": "abd349f59548acc119fcd10c03208e33",
                "sha256": "f23e500ae4066f4db2a58e04c5cb18b88d44625ffc621e4410178435197d7178"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp310-cp310-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "abd349f59548acc119fcd10c03208e33",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1420445,
            "upload_time": "2025-02-17T21:03:57",
            "upload_time_iso_8601": "2025-02-17T21:03:57.145985Z",
            "url": "https://files.pythonhosted.org/packages/73/f2/bb4554cdb180a7576c32823c4b96c25ef094af4d419e156d678b553902c1/xlwings-0.33.9-cp310-cp310-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "eead89d05a0280fc422579dc59b4aaae4d27e5920c69fe29c95605620b8c6c9d",
                "md5": "efa3e866b7d5344b2f77133e8a364361",
                "sha256": "3d3f07623430b25c3abfc9c0df72deea6951f995630774841850541bb2922f25"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "efa3e866b7d5344b2f77133e8a364361",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1408694,
            "upload_time": "2025-02-17T21:03:59",
            "upload_time_iso_8601": "2025-02-17T21:03:59.278208Z",
            "url": "https://files.pythonhosted.org/packages/ee/ad/89d05a0280fc422579dc59b4aaae4d27e5920c69fe29c95605620b8c6c9d/xlwings-0.33.9-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6b4ae418c9737bdb3ada9a6610241af8f06425b4a9f66ed67f0dc6626ae8b4dc",
                "md5": "eb499583824b201b2eef647a96f073dd",
                "sha256": "cba629040017f94c08a9b5ffc84a5fdfa5370dce4104bda9eb4b8f94381d2ee1"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "eb499583824b201b2eef647a96f073dd",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1465683,
            "upload_time": "2025-02-17T21:04:01",
            "upload_time_iso_8601": "2025-02-17T21:04:01.491070Z",
            "url": "https://files.pythonhosted.org/packages/6b/4a/e418c9737bdb3ada9a6610241af8f06425b4a9f66ed67f0dc6626ae8b4dc/xlwings-0.33.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e69d8c45a861ac996010c8d7e546465782a3db67936410d1551fa6b56c079b89",
                "md5": "831b7df64e87a3b4c7593db0e3f19257",
                "sha256": "c210f5996635b8f3c6253367711753d51a6c70e183e94a6915b693c8013bff35"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "831b7df64e87a3b4c7593db0e3f19257",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1474574,
            "upload_time": "2025-02-17T21:04:03",
            "upload_time_iso_8601": "2025-02-17T21:04:03.653612Z",
            "url": "https://files.pythonhosted.org/packages/e6/9d/8c45a861ac996010c8d7e546465782a3db67936410d1551fa6b56c079b89/xlwings-0.33.9-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "394f1044f9da4a7a83518535179b8f6ed5ca4038ebae9e37dc000dcf81b84b11",
                "md5": "162d59da3816b144216633af7041d0d1",
                "sha256": "2fc9dbb3ccab809b0ba9da4e4df60a7e0d5f10660cf1d1864c069c29743f06a7"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "162d59da3816b144216633af7041d0d1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1475524,
            "upload_time": "2025-02-17T21:04:05",
            "upload_time_iso_8601": "2025-02-17T21:04:05.937350Z",
            "url": "https://files.pythonhosted.org/packages/39/4f/1044f9da4a7a83518535179b8f6ed5ca4038ebae9e37dc000dcf81b84b11/xlwings-0.33.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "75f7d201d4bd8c2ffa7ac944534688a582faba0075ea8992c9561cf51110eb06",
                "md5": "5711d174a07d10d60b8da4882c233e3d",
                "sha256": "d87383e9d3168230e4716e58a129da367cdaff5bd093c5317a15410a0358fa5e"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp310-cp310-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5711d174a07d10d60b8da4882c233e3d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1634584,
            "upload_time": "2025-02-17T21:04:07",
            "upload_time_iso_8601": "2025-02-17T21:04:07.550445Z",
            "url": "https://files.pythonhosted.org/packages/75/f7/d201d4bd8c2ffa7ac944534688a582faba0075ea8992c9561cf51110eb06/xlwings-0.33.9-cp310-cp310-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a2aa3fec67e41cf8a41e16d9600606e9c00f41413f2871937a534f3b3b21fae6",
                "md5": "96771ab8a96dce5af35178523d76bc28",
                "sha256": "d062f8577af39c23fbb48f7396451835acea4b41995f3148a0a0c7a7d11c668d"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "96771ab8a96dce5af35178523d76bc28",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1636176,
            "upload_time": "2025-02-17T21:04:09",
            "upload_time_iso_8601": "2025-02-17T21:04:09.056292Z",
            "url": "https://files.pythonhosted.org/packages/a2/aa/3fec67e41cf8a41e16d9600606e9c00f41413f2871937a534f3b3b21fae6/xlwings-0.33.9-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "94b75aa7b9ac5c5dbbae9a276a1dd8ab638400a184925a7fc0bad140109f5ac6",
                "md5": "9973b697e484f8fc5e5b54629f74e6b7",
                "sha256": "97a0002edef203f2cd919a07472e5ee7d19afa6fe0139b4843d1abde4310ba31"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9973b697e484f8fc5e5b54629f74e6b7",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1629242,
            "upload_time": "2025-02-17T21:04:11",
            "upload_time_iso_8601": "2025-02-17T21:04:11.220210Z",
            "url": "https://files.pythonhosted.org/packages/94/b7/5aa7b9ac5c5dbbae9a276a1dd8ab638400a184925a7fc0bad140109f5ac6/xlwings-0.33.9-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0b527d7218bc4288de4639d8ac8a0328ecff8742762a252554c90ac5c9f0d727",
                "md5": "f3bb8ecc71ddcd1697d5c675d56981c4",
                "sha256": "346823f1ead521ab34fc5db33342fcb3fbc5596e43683c239c0164f0b23f8248"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f3bb8ecc71ddcd1697d5c675d56981c4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1420534,
            "upload_time": "2025-02-17T21:04:13",
            "upload_time_iso_8601": "2025-02-17T21:04:13.657287Z",
            "url": "https://files.pythonhosted.org/packages/0b/52/7d7218bc4288de4639d8ac8a0328ecff8742762a252554c90ac5c9f0d727/xlwings-0.33.9-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "885a982a09e0259c757307347c3cbd9af27fbeb624fd24757632d6205a7de800",
                "md5": "9e699115c78f5f5247d34c6835599d1b",
                "sha256": "24e34c8df1c1f977b10e3126ad12bacce5f75a3fe78638ded5aa814356a45c7a"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "9e699115c78f5f5247d34c6835599d1b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1408777,
            "upload_time": "2025-02-17T21:04:15",
            "upload_time_iso_8601": "2025-02-17T21:04:15.808278Z",
            "url": "https://files.pythonhosted.org/packages/88/5a/982a09e0259c757307347c3cbd9af27fbeb624fd24757632d6205a7de800/xlwings-0.33.9-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7420e58d849b2124f1db11d884132cf52070f44e3c2e5d2ff4962d2e1c19619f",
                "md5": "ee5738925987c5f1955bd0d9f8b0f1ca",
                "sha256": "1b3094bd483bceaaa740798c2fc3e6917f8c693423748890f46e838b123ca9a9"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ee5738925987c5f1955bd0d9f8b0f1ca",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1465722,
            "upload_time": "2025-02-17T21:04:18",
            "upload_time_iso_8601": "2025-02-17T21:04:18.341788Z",
            "url": "https://files.pythonhosted.org/packages/74/20/e58d849b2124f1db11d884132cf52070f44e3c2e5d2ff4962d2e1c19619f/xlwings-0.33.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fcb045791caf76088bc92b8656c5249f754d0e30ed5281b43a0ccf9371f42850",
                "md5": "4a3e72911cf712a881da14a90a8ce793",
                "sha256": "56f2180d64ad0784b337144e9d9da6cb362442a20a06cfc4fa83ffd4c8a844d1"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "4a3e72911cf712a881da14a90a8ce793",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1474732,
            "upload_time": "2025-02-17T21:04:19",
            "upload_time_iso_8601": "2025-02-17T21:04:19.812003Z",
            "url": "https://files.pythonhosted.org/packages/fc/b0/45791caf76088bc92b8656c5249f754d0e30ed5281b43a0ccf9371f42850/xlwings-0.33.9-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "907f7bdd4df924fc5fc2a3ee2315810020eabe78c95baeb7a9293d4fc2f6d45a",
                "md5": "1315808255135b626ae5dbdf40cbef2d",
                "sha256": "3ddc0f0af31fe44ab048688f2b66ae781abaa41e96cf181e3ac6f7bf0e1a34d0"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1315808255135b626ae5dbdf40cbef2d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1475559,
            "upload_time": "2025-02-17T21:04:21",
            "upload_time_iso_8601": "2025-02-17T21:04:21.204025Z",
            "url": "https://files.pythonhosted.org/packages/90/7f/7bdd4df924fc5fc2a3ee2315810020eabe78c95baeb7a9293d4fc2f6d45a/xlwings-0.33.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "52d267fdc49b93dffd5e8a01d87eeae5b32b817c9e0e7d718c7bb864e70d6ed6",
                "md5": "37d40da99fa90e268f9be8f74091f2b1",
                "sha256": "679d1916b7a9ab22b1b0820ffbcf3525506da10652e79c829e43e898e1102f3d"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp311-cp311-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "37d40da99fa90e268f9be8f74091f2b1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1634654,
            "upload_time": "2025-02-17T21:04:22",
            "upload_time_iso_8601": "2025-02-17T21:04:22.715035Z",
            "url": "https://files.pythonhosted.org/packages/52/d2/67fdc49b93dffd5e8a01d87eeae5b32b817c9e0e7d718c7bb864e70d6ed6/xlwings-0.33.9-cp311-cp311-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0b6ebe71fa25dac4f7e823adaee9efc83ec60bff64e93504eebbb20de81f9b0a",
                "md5": "b3feaaa207b732fb3d0e68a3f0396162",
                "sha256": "df4c667c42eb7bb5c268e17a0b80ff511932f0fd63ad23775629519d486484a6"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b3feaaa207b732fb3d0e68a3f0396162",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1636277,
            "upload_time": "2025-02-17T21:04:25",
            "upload_time_iso_8601": "2025-02-17T21:04:25.036269Z",
            "url": "https://files.pythonhosted.org/packages/0b/6e/be71fa25dac4f7e823adaee9efc83ec60bff64e93504eebbb20de81f9b0a/xlwings-0.33.9-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5ce2dfbecec628ecbec8a7c68bbd505acbb6332dae1ea7ff0a1dd0d08a0c6cef",
                "md5": "6daf6d3291d26ffb1053af52917e65b8",
                "sha256": "a466884fe79f7399de1f0ecf272fe179c28cdfdaba7c7e2a5bb77b47b9b810e3"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6daf6d3291d26ffb1053af52917e65b8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1629251,
            "upload_time": "2025-02-17T21:04:27",
            "upload_time_iso_8601": "2025-02-17T21:04:27.751770Z",
            "url": "https://files.pythonhosted.org/packages/5c/e2/dfbecec628ecbec8a7c68bbd505acbb6332dae1ea7ff0a1dd0d08a0c6cef/xlwings-0.33.9-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "33a9940dd9730e813e8cbf8d80b553a896920103e45a0e8eb19bfa78c339a44e",
                "md5": "e6222df0c139964630af6ccf1b86a6b7",
                "sha256": "3b40ee02bf289950e52ed1a8fd212161431bf8685071bc5e162bcbbf7f8e1374"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e6222df0c139964630af6ccf1b86a6b7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1420792,
            "upload_time": "2025-02-17T21:04:29",
            "upload_time_iso_8601": "2025-02-17T21:04:29.234088Z",
            "url": "https://files.pythonhosted.org/packages/33/a9/940dd9730e813e8cbf8d80b553a896920103e45a0e8eb19bfa78c339a44e/xlwings-0.33.9-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4e6db54c7b7e2e50799042243119d5cbafb485d7e0f661f5b41f9bdf746e1a86",
                "md5": "09d4e03577620a5540671be5f52c0b02",
                "sha256": "195baebe770329b26d3063169468beef4d044d459fb9c46f173fa87b82073671"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "09d4e03577620a5540671be5f52c0b02",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1408729,
            "upload_time": "2025-02-17T21:04:30",
            "upload_time_iso_8601": "2025-02-17T21:04:30.993896Z",
            "url": "https://files.pythonhosted.org/packages/4e/6d/b54c7b7e2e50799042243119d5cbafb485d7e0f661f5b41f9bdf746e1a86/xlwings-0.33.9-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4613223002becf603d9ce85dcb9b2b3f0dfc2a03f9ab2303dbe53d3b000e9fb5",
                "md5": "f799df19ea7b7198f1c75b9c55da10b6",
                "sha256": "9a3c76b2a8f3d074a7f98930b70b218239a55cd515b2785d2602af80f3321d35"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f799df19ea7b7198f1c75b9c55da10b6",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1465319,
            "upload_time": "2025-02-17T21:04:32",
            "upload_time_iso_8601": "2025-02-17T21:04:32.445130Z",
            "url": "https://files.pythonhosted.org/packages/46/13/223002becf603d9ce85dcb9b2b3f0dfc2a03f9ab2303dbe53d3b000e9fb5/xlwings-0.33.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e6de67adaaa9526f88aa25adf4e207e5218da202140aa6d69a1bcc0bb4a0919d",
                "md5": "9cb4d712fefd3a24e9c5ef8b499a4062",
                "sha256": "6cbf6cc34b851aff1f83f5b418b9c39ca859a92fa07de0ab32b1643b8b91a2e8"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "9cb4d712fefd3a24e9c5ef8b499a4062",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1474147,
            "upload_time": "2025-02-17T21:04:35",
            "upload_time_iso_8601": "2025-02-17T21:04:35.516900Z",
            "url": "https://files.pythonhosted.org/packages/e6/de/67adaaa9526f88aa25adf4e207e5218da202140aa6d69a1bcc0bb4a0919d/xlwings-0.33.9-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fcbe74155447411f33b09d2c47653b43cde78864d5c59e5448b04b8f3a3cc232",
                "md5": "7113c2f6dc610d1b06ddf240771aac20",
                "sha256": "a78b1ec24e7ca188aa336a097bad22c07d0b507cb72e28489490dd1d2d9313f0"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7113c2f6dc610d1b06ddf240771aac20",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1476155,
            "upload_time": "2025-02-17T21:04:38",
            "upload_time_iso_8601": "2025-02-17T21:04:38.210406Z",
            "url": "https://files.pythonhosted.org/packages/fc/be/74155447411f33b09d2c47653b43cde78864d5c59e5448b04b8f3a3cc232/xlwings-0.33.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f2c78a3325afc36c391e920fe8c880521126d3550af654cf431eda2c8b99bfbf",
                "md5": "ef9f1aa8288bbcec770df8fc7a21a09b",
                "sha256": "b39f6565b51a1cef2207faffb1faa462a06da25f923ac44b139f75c24ad7f78f"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp312-cp312-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ef9f1aa8288bbcec770df8fc7a21a09b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1634407,
            "upload_time": "2025-02-17T21:04:39",
            "upload_time_iso_8601": "2025-02-17T21:04:39.610816Z",
            "url": "https://files.pythonhosted.org/packages/f2/c7/8a3325afc36c391e920fe8c880521126d3550af654cf431eda2c8b99bfbf/xlwings-0.33.9-cp312-cp312-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d1945f666f6b0f7822c1d1d70d5d565288b475b0fe7ec570115ce418db7f63e7",
                "md5": "6b400d1b6bd0c267a9b4a311cdef1bdc",
                "sha256": "0a4475c39ad0a241d2d9e983a4346fc713d8a3dba5dd8d50293cbd688db97cea"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6b400d1b6bd0c267a9b4a311cdef1bdc",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1636807,
            "upload_time": "2025-02-17T21:04:41",
            "upload_time_iso_8601": "2025-02-17T21:04:41.004690Z",
            "url": "https://files.pythonhosted.org/packages/d1/94/5f666f6b0f7822c1d1d70d5d565288b475b0fe7ec570115ce418db7f63e7/xlwings-0.33.9-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8c6459b1062b08cbd266585a459e26026de9d26698fc9c40d3d5f0e9ecda0379",
                "md5": "60ce4a942162e72e4588bd34d8927499",
                "sha256": "31cabe91bdb8f0ef54ac1dde50b061c2868049e4c01f6193bcd04c851ea531e9"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "60ce4a942162e72e4588bd34d8927499",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1630514,
            "upload_time": "2025-02-17T21:04:42",
            "upload_time_iso_8601": "2025-02-17T21:04:42.460585Z",
            "url": "https://files.pythonhosted.org/packages/8c/64/59b1062b08cbd266585a459e26026de9d26698fc9c40d3d5f0e9ecda0379/xlwings-0.33.9-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ed3a9958c66ed82f1e817bd6cbdb9448d6b7c484012f54f8de07cb9452ce4d27",
                "md5": "f748007ebe2da13535c0ab12f0bb6c16",
                "sha256": "7891788ff7362afc6bda5df95e2c1c7ad4340fe04928aecb7e085766b0065fa9"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp313-cp313-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f748007ebe2da13535c0ab12f0bb6c16",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1420788,
            "upload_time": "2025-02-17T21:04:44",
            "upload_time_iso_8601": "2025-02-17T21:04:44.582124Z",
            "url": "https://files.pythonhosted.org/packages/ed/3a/9958c66ed82f1e817bd6cbdb9448d6b7c484012f54f8de07cb9452ce4d27/xlwings-0.33.9-cp313-cp313-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1cdffd1ab2b9ed33b55d6920531ab4517f3a40ddcd61cd4a579ebf7541104702",
                "md5": "54b6ee6a2d9cff2e0cc4c3317b1fac81",
                "sha256": "c804bf4c012f71291c8a76c06b2f0cdfcabc4eb308c98f99e0867c96f2d2ee8c"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "54b6ee6a2d9cff2e0cc4c3317b1fac81",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1408728,
            "upload_time": "2025-02-17T21:04:45",
            "upload_time_iso_8601": "2025-02-17T21:04:45.916353Z",
            "url": "https://files.pythonhosted.org/packages/1c/df/fd1ab2b9ed33b55d6920531ab4517f3a40ddcd61cd4a579ebf7541104702/xlwings-0.33.9-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "db08ab9fdaa34c23a95cc3428afd2401601c92d47562157906be40bf4c58598e",
                "md5": "1b73a3ab93e2ef90c9dae206a62441df",
                "sha256": "7b42d3c933d757835b27c4d0ba654b5e50460d30bae7dadfa19de8d333c21c04"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1b73a3ab93e2ef90c9dae206a62441df",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1465318,
            "upload_time": "2025-02-17T21:04:47",
            "upload_time_iso_8601": "2025-02-17T21:04:47.301356Z",
            "url": "https://files.pythonhosted.org/packages/db/08/ab9fdaa34c23a95cc3428afd2401601c92d47562157906be40bf4c58598e/xlwings-0.33.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0d94a714aeaf9af9a6d834578f2970bfad2e27b1a3dc8fab968adefaa68cc665",
                "md5": "ffe6473067189751e050cfa9517abb9f",
                "sha256": "8095a309015ff21aff6d4d9215be84e7ea6f01d22b1c95b37f5fa5f64213c710"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "ffe6473067189751e050cfa9517abb9f",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1474147,
            "upload_time": "2025-02-17T21:04:48",
            "upload_time_iso_8601": "2025-02-17T21:04:48.699782Z",
            "url": "https://files.pythonhosted.org/packages/0d/94/a714aeaf9af9a6d834578f2970bfad2e27b1a3dc8fab968adefaa68cc665/xlwings-0.33.9-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c68287fe5698f85d3adb9c8c9f6cbdaf6509ae4f4fcdcb86b425e8c0a2d2d7a2",
                "md5": "66481e93e866b5c1b3a495eb77e00f74",
                "sha256": "2c8934c6a3c88b4af264611249077fa6cb4c2cbb8c4a4a854c523e136e86fc61"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "66481e93e866b5c1b3a495eb77e00f74",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1476157,
            "upload_time": "2025-02-17T21:04:50",
            "upload_time_iso_8601": "2025-02-17T21:04:50.005984Z",
            "url": "https://files.pythonhosted.org/packages/c6/82/87fe5698f85d3adb9c8c9f6cbdaf6509ae4f4fcdcb86b425e8c0a2d2d7a2/xlwings-0.33.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "edd41b2fefc67f55a46510751991129bd86d27b99895430a16f01aff1b79bdff",
                "md5": "0314bea1fb84c8f10606067778d57533",
                "sha256": "62b5b4036b711b49ca941f045aa12fbabd0dde01837ec089829edd6d936c0e31"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp313-cp313-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0314bea1fb84c8f10606067778d57533",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1634407,
            "upload_time": "2025-02-17T21:04:52",
            "upload_time_iso_8601": "2025-02-17T21:04:52.199877Z",
            "url": "https://files.pythonhosted.org/packages/ed/d4/1b2fefc67f55a46510751991129bd86d27b99895430a16f01aff1b79bdff/xlwings-0.33.9-cp313-cp313-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "171645f673e97aa6e574b8bd7000d78f016c37aef29b8087dddd56bec7da6bf3",
                "md5": "1f975a139381526ceb71bff246793360",
                "sha256": "ec6bc7fae95299c4e3ef2a9f99c0b8a5b24a900f9a163a9e1cee0299c47f2a60"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp313-cp313-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1f975a139381526ceb71bff246793360",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1636806,
            "upload_time": "2025-02-17T21:04:53",
            "upload_time_iso_8601": "2025-02-17T21:04:53.444595Z",
            "url": "https://files.pythonhosted.org/packages/17/16/45f673e97aa6e574b8bd7000d78f016c37aef29b8087dddd56bec7da6bf3/xlwings-0.33.9-cp313-cp313-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "678613435c6127772d2636035d25374145442c0140bc2e7641280b1bb33821a1",
                "md5": "a83beefa2ec4475bd34471905ed77039",
                "sha256": "85c293996fc07cbe1daebf514d525fb098b340c895f8e6206a6545b9ac20c253"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a83beefa2ec4475bd34471905ed77039",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1630512,
            "upload_time": "2025-02-17T21:04:55",
            "upload_time_iso_8601": "2025-02-17T21:04:55.007606Z",
            "url": "https://files.pythonhosted.org/packages/67/86/13435c6127772d2636035d25374145442c0140bc2e7641280b1bb33821a1/xlwings-0.33.9-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cda34cde797cab42235e50190d3981f202da3c33a3c855d2c9901ba2e8e63674",
                "md5": "44969df5bfc24877dd28c931a4a9b0c3",
                "sha256": "3b2429167b7333ce240cbf77cbcda0d65fbe879ddf03c8dc6c9c4eceb93e1a50"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp39-cp39-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "44969df5bfc24877dd28c931a4a9b0c3",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1420619,
            "upload_time": "2025-02-17T21:04:56",
            "upload_time_iso_8601": "2025-02-17T21:04:56.703397Z",
            "url": "https://files.pythonhosted.org/packages/cd/a3/4cde797cab42235e50190d3981f202da3c33a3c855d2c9901ba2e8e63674/xlwings-0.33.9-cp39-cp39-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5dc4d0aa182c95c74a4db5f858525b88ed9b2d92719047a411f524b7e6a17436",
                "md5": "2e66e155ba6e30940ae5a5de8106a578",
                "sha256": "ebe307525a5ced39275dc14c85cb92f749a30b11f35adbf98c1ba8471820eb99"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "2e66e155ba6e30940ae5a5de8106a578",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1408693,
            "upload_time": "2025-02-17T21:04:58",
            "upload_time_iso_8601": "2025-02-17T21:04:58.825763Z",
            "url": "https://files.pythonhosted.org/packages/5d/c4/d0aa182c95c74a4db5f858525b88ed9b2d92719047a411f524b7e6a17436/xlwings-0.33.9-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e2ee4dcd5d1705652811a4b6f8321fa6b80a3da02e0709328c46bef32f7851c3",
                "md5": "7f87eb9572cf38ac9bd56f4a5f47d8ee",
                "sha256": "1ec030f47b3ac1c993739e983c08e9740b0d0b27c4a8dc5fe26ce10dff0cf959"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7f87eb9572cf38ac9bd56f4a5f47d8ee",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1465533,
            "upload_time": "2025-02-17T21:05:00",
            "upload_time_iso_8601": "2025-02-17T21:05:00.305225Z",
            "url": "https://files.pythonhosted.org/packages/e2/ee/4dcd5d1705652811a4b6f8321fa6b80a3da02e0709328c46bef32f7851c3/xlwings-0.33.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "de06500b061b8b40114d1c07a4a1d1f57307e1879c0e421c42394e8f94a54219",
                "md5": "44d94b5f12eae1f704daadfdf245c9af",
                "sha256": "5b74605a7e8a1bd909c8a8d03a6d5b01ecbd17293add5833252c243b0c266502"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "44d94b5f12eae1f704daadfdf245c9af",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1474406,
            "upload_time": "2025-02-17T21:05:01",
            "upload_time_iso_8601": "2025-02-17T21:05:01.803155Z",
            "url": "https://files.pythonhosted.org/packages/de/06/500b061b8b40114d1c07a4a1d1f57307e1879c0e421c42394e8f94a54219/xlwings-0.33.9-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "43f33a4c8a7624aebf13792594abd06ceeca54049b8c639c2917ab04a64fc9df",
                "md5": "c678af8ddff0c43078647f887093f575",
                "sha256": "14ea8df3b64d31ec827629c39116dac16341f819848b94cbd259185bf5adeab4"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c678af8ddff0c43078647f887093f575",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1475639,
            "upload_time": "2025-02-17T21:05:04",
            "upload_time_iso_8601": "2025-02-17T21:05:04.007001Z",
            "url": "https://files.pythonhosted.org/packages/43/f3/3a4c8a7624aebf13792594abd06ceeca54049b8c639c2917ab04a64fc9df/xlwings-0.33.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "37aebd2a805b4901458c76db81359e5c468721f4de440e2635733493c2a43596",
                "md5": "24dc2dd35613d3948744900194633edc",
                "sha256": "a31b8e2a15aa3be31d8c58792228cc126379aa987ac9004709bb82e6d5eddf1c"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp39-cp39-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "24dc2dd35613d3948744900194633edc",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1634494,
            "upload_time": "2025-02-17T21:05:05",
            "upload_time_iso_8601": "2025-02-17T21:05:05.796263Z",
            "url": "https://files.pythonhosted.org/packages/37/ae/bd2a805b4901458c76db81359e5c468721f4de440e2635733493c2a43596/xlwings-0.33.9-cp39-cp39-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0e6702c72c409bb13ca27752767756659bbb3cba29e716a46756e3c3c0766335",
                "md5": "989ea40f437c3e3bdd43f91f7e83b6d8",
                "sha256": "84ef1a39484b4b7a4d883b9773ef78cdf0c2a20798fd20743c89723fac3c74d5"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "989ea40f437c3e3bdd43f91f7e83b6d8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1636180,
            "upload_time": "2025-02-17T21:05:07",
            "upload_time_iso_8601": "2025-02-17T21:05:07.156445Z",
            "url": "https://files.pythonhosted.org/packages/0e/67/02c72c409bb13ca27752767756659bbb3cba29e716a46756e3c3c0766335/xlwings-0.33.9-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "579b0bf1af59c9698d23fcfa648f185d13a60be12b3e48383e021eadf1385b72",
                "md5": "9eb29fd64de0b3261a12a6f9441c7284",
                "sha256": "3e87a5ad9165dce1084f34f0c4518a34b0a954dec1bb529516233ca26e58d6c1"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9eb29fd64de0b3261a12a6f9441c7284",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1629578,
            "upload_time": "2025-02-17T21:05:08",
            "upload_time_iso_8601": "2025-02-17T21:05:08.659773Z",
            "url": "https://files.pythonhosted.org/packages/57/9b/0bf1af59c9698d23fcfa648f185d13a60be12b3e48383e021eadf1385b72/xlwings-0.33.9-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f5c02a33917a2aa6524c1e12b5496de9fb3653c263dbfe83efc7765ed36a0efc",
                "md5": "95e968c2121b4c9e5143290d304799e5",
                "sha256": "228bdc4e90938ca2a87917b095883b96ce3dc68d610871034590638cd8688e59"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "95e968c2121b4c9e5143290d304799e5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 729924,
            "upload_time": "2025-02-17T21:05:09",
            "upload_time_iso_8601": "2025-02-17T21:05:09.976374Z",
            "url": "https://files.pythonhosted.org/packages/f5/c0/2a33917a2aa6524c1e12b5496de9fb3653c263dbfe83efc7765ed36a0efc/xlwings-0.33.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f858f40549d71c56a1891a03ecbdacdca38c4cffde7f781f97e2019b88129328",
                "md5": "14a2fc86ff9a60117df08ad27193e6d3",
                "sha256": "3c2f73abf482c54b09280e17d8fb342a911a6d97628085d20bbf4cc9dbf413bc"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.9.tar.gz",
            "has_sig": false,
            "md5_digest": "14a2fc86ff9a60117df08ad27193e6d3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 15701028,
            "upload_time": "2025-02-17T21:03:48",
            "upload_time_iso_8601": "2025-02-17T21:03:48.710561Z",
            "url": "https://files.pythonhosted.org/packages/f8/58/f40549d71c56a1891a03ecbdacdca38c4cffde7f781f97e2019b88129328/xlwings-0.33.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-17 21:03:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "xlwings",
    "github_project": "xlwings",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "xlwings"
}
        
Elapsed time: 2.22268s