xlwings


Namexlwings JSON
Version 0.33.6 PyPI version JSON
download
home_pagehttps://www.xlwings.org
SummaryMake Excel fly: Interact with Excel from Python and vice versa.
upload_time2025-01-09 14:38:54
maintainerNone
docs_urlNone
authorZoomer Analytics LLC
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": "https://www.xlwings.org",
    "name": "xlwings",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "xls, excel, spreadsheet, workbook, vba, macro",
    "author": "Zoomer Analytics LLC",
    "author_email": "felix.zumstein@zoomeranalytics.com",
    "download_url": "https://files.pythonhosted.org/packages/46/68/fa0f9403b8bc6f3e394f1b6f89bff44f32bd8c845324c815ef7a9ee6f590/xlwings-0.33.6.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",
    "bugtrack_url": null,
    "license": "BSD 3-clause",
    "summary": "Make Excel fly: Interact with Excel from Python and vice versa.",
    "version": "0.33.6",
    "project_urls": {
        "Documentation": "https://docs.xlwings.org",
        "Homepage": "https://www.xlwings.org",
        "Source": "https://github.com/xlwings/xlwings"
    },
    "split_keywords": [
        "xls",
        " excel",
        " spreadsheet",
        " workbook",
        " vba",
        " macro"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1cb4db0427b6f2182701c7441ab9ed9329213baaa3e1afd7aeb43b3468459079",
                "md5": "12a78177be3deeeab7aa70d2cce5d5b2",
                "sha256": "0da4c22e6c8845e1e009b67ca023d3c7efe6ec8315ef030397d787302b593139"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp310-cp310-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "12a78177be3deeeab7aa70d2cce5d5b2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1408112,
            "upload_time": "2025-01-09T14:38:59",
            "upload_time_iso_8601": "2025-01-09T14:38:59.159181Z",
            "url": "https://files.pythonhosted.org/packages/1c/b4/db0427b6f2182701c7441ab9ed9329213baaa3e1afd7aeb43b3468459079/xlwings-0.33.6-cp310-cp310-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e8fc3b33695fb3f30e0b3db5ba0b2d980a5f28b827bf859371295468294e701a",
                "md5": "ddf6f16ad67a1209df93565b68b75ac9",
                "sha256": "37f8d02d9541d5d883d6389f1b9be4eb68d7dd8cdffbc4b22fa9bba139b8c24f"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "ddf6f16ad67a1209df93565b68b75ac9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1394979,
            "upload_time": "2025-01-09T14:39:01",
            "upload_time_iso_8601": "2025-01-09T14:39:01.968724Z",
            "url": "https://files.pythonhosted.org/packages/e8/fc/3b33695fb3f30e0b3db5ba0b2d980a5f28b827bf859371295468294e701a/xlwings-0.33.6-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "573a184b6b97cd7a7324abafd0dcd6fe7096def5eea4e3ed2c20b560dca6747c",
                "md5": "1442b248ba0a4cc34f9a024050875203",
                "sha256": "d983f847a0565ab7481ab2a1287fd5d4c963def77f93cc1b7ec7ac15bb2fde60"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1442b248ba0a4cc34f9a024050875203",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1456354,
            "upload_time": "2025-01-09T14:39:04",
            "upload_time_iso_8601": "2025-01-09T14:39:04.561947Z",
            "url": "https://files.pythonhosted.org/packages/57/3a/184b6b97cd7a7324abafd0dcd6fe7096def5eea4e3ed2c20b560dca6747c/xlwings-0.33.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "86164e57993c49f9c6baf038ad80136da7c9afda8648a7c972df388ce7f688d2",
                "md5": "4c0a7491d756a9d8c2221ab946ce14da",
                "sha256": "14934b1f61790a930800a16c8d2006db7fd856e7545cbfdf307239bf1de8cc53"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "4c0a7491d756a9d8c2221ab946ce14da",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1458351,
            "upload_time": "2025-01-09T14:39:07",
            "upload_time_iso_8601": "2025-01-09T14:39:07.124777Z",
            "url": "https://files.pythonhosted.org/packages/86/16/4e57993c49f9c6baf038ad80136da7c9afda8648a7c972df388ce7f688d2/xlwings-0.33.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2280a12d0fd668f5abf4f0c744c9cd0a4399e5b4890e2ba5cf0782098df43a86",
                "md5": "bfb7e4b481348c90767d9cf687619a0e",
                "sha256": "2b7eb8b01acfc74f285cdf7e02f4e70d73921ecf46c2d63120b01e6b0715b59b"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bfb7e4b481348c90767d9cf687619a0e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1465242,
            "upload_time": "2025-01-09T14:39:11",
            "upload_time_iso_8601": "2025-01-09T14:39:11.798166Z",
            "url": "https://files.pythonhosted.org/packages/22/80/a12d0fd668f5abf4f0c744c9cd0a4399e5b4890e2ba5cf0782098df43a86/xlwings-0.33.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cccd19aaf9674f3b0851f89765fb5ca0a761a5a39f5b3e885083fc703b68c609",
                "md5": "ca9877d96c34a0b50ee084890ddf3c1a",
                "sha256": "54dddcd7c706b74b94c3fcf071f70ed373e57e80a19e4f317d4321fca5f58642"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp310-cp310-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ca9877d96c34a0b50ee084890ddf3c1a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1634379,
            "upload_time": "2025-01-09T14:39:13",
            "upload_time_iso_8601": "2025-01-09T14:39:13.332517Z",
            "url": "https://files.pythonhosted.org/packages/cc/cd/19aaf9674f3b0851f89765fb5ca0a761a5a39f5b3e885083fc703b68c609/xlwings-0.33.6-cp310-cp310-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92e1dc6444178797991f1185bce37af4ba61220728550b8e2f4448e6c6610c74",
                "md5": "772772577cb811047e4c3055fc4b1a99",
                "sha256": "1ad8e735167f48fc8cd5753958685835d4bbe6d62b8feff68eaea14058924916"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "772772577cb811047e4c3055fc4b1a99",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1636056,
            "upload_time": "2025-01-09T14:39:14",
            "upload_time_iso_8601": "2025-01-09T14:39:14.878047Z",
            "url": "https://files.pythonhosted.org/packages/92/e1/dc6444178797991f1185bce37af4ba61220728550b8e2f4448e6c6610c74/xlwings-0.33.6-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b89b54903136e4ce7efc7353baaa8c307fb4e3fbacf6bcf7635abd37c53ffd0",
                "md5": "36703dac85896a58085e7d33c948a382",
                "sha256": "84aa28e23db9ea3e830d3500ea2bf42700f11997c9e65daadf83470b7ccd3007"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "36703dac85896a58085e7d33c948a382",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1622067,
            "upload_time": "2025-01-09T14:39:17",
            "upload_time_iso_8601": "2025-01-09T14:39:17.774839Z",
            "url": "https://files.pythonhosted.org/packages/0b/89/b54903136e4ce7efc7353baaa8c307fb4e3fbacf6bcf7635abd37c53ffd0/xlwings-0.33.6-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "78e6e417ecdf7c1d32fb928df465e37d64b7e9e42c76528fe9d69794b8e2f4e1",
                "md5": "9384ac6508719ea8e20e1f6d7b6854b8",
                "sha256": "7f1d17c6d8995657a8acbd3038bc6130247f029864a9d9c39b5ffaccbc52b43a"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9384ac6508719ea8e20e1f6d7b6854b8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1408147,
            "upload_time": "2025-01-09T14:39:20",
            "upload_time_iso_8601": "2025-01-09T14:39:20.743136Z",
            "url": "https://files.pythonhosted.org/packages/78/e6/e417ecdf7c1d32fb928df465e37d64b7e9e42c76528fe9d69794b8e2f4e1/xlwings-0.33.6-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "68901aec53c5e9af11bf3867b99f2c3c1c9897d304edc2d8115bc216cfc7f8a4",
                "md5": "4b8c45f279d6b621fe37de0cb990a472",
                "sha256": "824d583945f63adca985441ebec03bbcbcd10884e8bae4123da26d356e0828ad"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "4b8c45f279d6b621fe37de0cb990a472",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1395041,
            "upload_time": "2025-01-09T14:39:22",
            "upload_time_iso_8601": "2025-01-09T14:39:22.441071Z",
            "url": "https://files.pythonhosted.org/packages/68/90/1aec53c5e9af11bf3867b99f2c3c1c9897d304edc2d8115bc216cfc7f8a4/xlwings-0.33.6-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d0438205149f3eabe7ca2e3e696a097c6bfecf6a430790808a8e17da9cdb8c7",
                "md5": "a921d5e465d01cb0a8edf5a3aaf9b4bd",
                "sha256": "37df60b260a809671d03c14d92a95221810d053831c87239c704cbd7558d5d3d"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a921d5e465d01cb0a8edf5a3aaf9b4bd",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1456412,
            "upload_time": "2025-01-09T14:39:25",
            "upload_time_iso_8601": "2025-01-09T14:39:25.565710Z",
            "url": "https://files.pythonhosted.org/packages/2d/04/38205149f3eabe7ca2e3e696a097c6bfecf6a430790808a8e17da9cdb8c7/xlwings-0.33.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "35ebeee6b1a017fb5f9f9adb51ffc0b26db5aa3b1f1b654a7032e164d18b33eb",
                "md5": "6e3d8e847410839fef7340c72c50a397",
                "sha256": "822fd56efe3b80278e4864126f106748a6f4455cdd7a00aa88d76344878537f4"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "6e3d8e847410839fef7340c72c50a397",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1458512,
            "upload_time": "2025-01-09T14:39:27",
            "upload_time_iso_8601": "2025-01-09T14:39:27.100002Z",
            "url": "https://files.pythonhosted.org/packages/35/eb/eee6b1a017fb5f9f9adb51ffc0b26db5aa3b1f1b654a7032e164d18b33eb/xlwings-0.33.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51642e285943038f5c01a4502fbfb175a9c575e989e8f9733be9a7b12c3cd674",
                "md5": "72ebb0581138665a1638ad8fc0435d9d",
                "sha256": "9f0c69d790e3b59c848e1329e8bf3d58db5fb66193cc7c7fd6f94a01333bdb78"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "72ebb0581138665a1638ad8fc0435d9d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1465398,
            "upload_time": "2025-01-09T14:39:28",
            "upload_time_iso_8601": "2025-01-09T14:39:28.799013Z",
            "url": "https://files.pythonhosted.org/packages/51/64/2e285943038f5c01a4502fbfb175a9c575e989e8f9733be9a7b12c3cd674/xlwings-0.33.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3df96e8b0c8b8199193908970df68c5ce152ed65dac2178eb5f7552edabb7fea",
                "md5": "7c626e06de735b4a7e0700f9a1aebfb7",
                "sha256": "35e6b73d75cc79dcde406e208c010f996ab60bec2d53116232661733dfdf40a1"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp311-cp311-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7c626e06de735b4a7e0700f9a1aebfb7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1634494,
            "upload_time": "2025-01-09T14:39:33",
            "upload_time_iso_8601": "2025-01-09T14:39:33.132497Z",
            "url": "https://files.pythonhosted.org/packages/3d/f9/6e8b0c8b8199193908970df68c5ce152ed65dac2178eb5f7552edabb7fea/xlwings-0.33.6-cp311-cp311-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "84a2095766ca5ad2cd8df530da1b59749514158ea49ad801680a0f60c2611cda",
                "md5": "6fd7efaff5438d82fabac1c94b08b43e",
                "sha256": "1f710938736dfe597f64063872dc9e85174b7a3313f86bc41ccbaa4da77e700b"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6fd7efaff5438d82fabac1c94b08b43e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1636152,
            "upload_time": "2025-01-09T14:39:35",
            "upload_time_iso_8601": "2025-01-09T14:39:35.786504Z",
            "url": "https://files.pythonhosted.org/packages/84/a2/095766ca5ad2cd8df530da1b59749514158ea49ad801680a0f60c2611cda/xlwings-0.33.6-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "57a432a62e0e310dc4e726c9778ac9fb0830005f467141a5823ac4d588362656",
                "md5": "46ebabb23f469ab67d5bd59585186b3d",
                "sha256": "beb4749735d1407280f5e9ba8ff55a7ecce4d80b3b6fccafc2cac0075bd3ca36"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "46ebabb23f469ab67d5bd59585186b3d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1622069,
            "upload_time": "2025-01-09T14:39:38",
            "upload_time_iso_8601": "2025-01-09T14:39:38.827548Z",
            "url": "https://files.pythonhosted.org/packages/57/a4/32a62e0e310dc4e726c9778ac9fb0830005f467141a5823ac4d588362656/xlwings-0.33.6-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e345d5c3e58cd8e240057e2012a0413a95349b96929330ce215b50bc6f591ea8",
                "md5": "44c650eaef99d4be391ac24e43302c61",
                "sha256": "e74235bd184a951ce1edc5a8c8dfbb9574a559550d68f3a65344aa2ceb382a7e"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "44c650eaef99d4be391ac24e43302c61",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1408131,
            "upload_time": "2025-01-09T14:39:40",
            "upload_time_iso_8601": "2025-01-09T14:39:40.333977Z",
            "url": "https://files.pythonhosted.org/packages/e3/45/d5c3e58cd8e240057e2012a0413a95349b96929330ce215b50bc6f591ea8/xlwings-0.33.6-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b72802bae2a71baf7e52bf089284899252940014172f2d2611501703c6221075",
                "md5": "eeff489d8375a51d7d02cff98301076b",
                "sha256": "b7cbd140aa2320f2a469c94f84579594c8be05de735b11651c05d88bf682ca66"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "eeff489d8375a51d7d02cff98301076b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1394075,
            "upload_time": "2025-01-09T14:39:41",
            "upload_time_iso_8601": "2025-01-09T14:39:41.779737Z",
            "url": "https://files.pythonhosted.org/packages/b7/28/02bae2a71baf7e52bf089284899252940014172f2d2611501703c6221075/xlwings-0.33.6-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8162c27618bff79bf5ad5ecc603eb9e7f24e500957a8a3ba4e49c72f1d75289e",
                "md5": "b526d9c2f82d669d45fba38b274627da",
                "sha256": "a37ddae557fc54023fc3087c681458d6108ebffa9b85cd7b892270f935e1d1f2"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b526d9c2f82d669d45fba38b274627da",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1456222,
            "upload_time": "2025-01-09T14:39:43",
            "upload_time_iso_8601": "2025-01-09T14:39:43.512379Z",
            "url": "https://files.pythonhosted.org/packages/81/62/c27618bff79bf5ad5ecc603eb9e7f24e500957a8a3ba4e49c72f1d75289e/xlwings-0.33.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42c9b06a2b895756759da08d9c0c3ad07238a53d9b38ab9f77f614f1b32d7c3e",
                "md5": "8a3aabe834eca8edfdee180fd51d7fb7",
                "sha256": "f7e489e064188b47b9e2c34e78a08da8e1dec922af65bfe11683511fdef62384"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "8a3aabe834eca8edfdee180fd51d7fb7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1458089,
            "upload_time": "2025-01-09T14:39:45",
            "upload_time_iso_8601": "2025-01-09T14:39:45.617751Z",
            "url": "https://files.pythonhosted.org/packages/42/c9/b06a2b895756759da08d9c0c3ad07238a53d9b38ab9f77f614f1b32d7c3e/xlwings-0.33.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23486364b3a77e209f6c39d0645bf02cd51a69cc2f9f3dde4639b893f2c492e5",
                "md5": "3e0f9a1ac9033257bee7cd66da7d4d70",
                "sha256": "5f37e99a1fd6b49cfb3c446f1aaeaff730df5730f6695e95b97fe96fb82ee86d"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3e0f9a1ac9033257bee7cd66da7d4d70",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1465322,
            "upload_time": "2025-01-09T14:39:47",
            "upload_time_iso_8601": "2025-01-09T14:39:47.350259Z",
            "url": "https://files.pythonhosted.org/packages/23/48/6364b3a77e209f6c39d0645bf02cd51a69cc2f9f3dde4639b893f2c492e5/xlwings-0.33.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ddd71fa41cdd8705adff58dba5b0427cc50795d8ffe7f1c00e91bbc8d183f87",
                "md5": "c9a143224301b0fbf6a31f915bedf464",
                "sha256": "783ce247e218d651fc632c94ba9bfcea233787f6d3e08a1a4972f18702fbb1c6"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp312-cp312-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c9a143224301b0fbf6a31f915bedf464",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1634182,
            "upload_time": "2025-01-09T14:39:49",
            "upload_time_iso_8601": "2025-01-09T14:39:49.693445Z",
            "url": "https://files.pythonhosted.org/packages/1d/dd/71fa41cdd8705adff58dba5b0427cc50795d8ffe7f1c00e91bbc8d183f87/xlwings-0.33.6-cp312-cp312-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0aa130cdc5ee4137895b0dfb33666c9bef631e3419e2046bbf128ba72240ac8c",
                "md5": "b1305ac83af889d06c2613ba91618a5a",
                "sha256": "d992cfc1057b094103640b76b29dc6efb33fafdc1fe79c6eac50bf984c60bd75"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b1305ac83af889d06c2613ba91618a5a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1636589,
            "upload_time": "2025-01-09T14:39:51",
            "upload_time_iso_8601": "2025-01-09T14:39:51.905047Z",
            "url": "https://files.pythonhosted.org/packages/0a/a1/30cdc5ee4137895b0dfb33666c9bef631e3419e2046bbf128ba72240ac8c/xlwings-0.33.6-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e25b3aee9e51610a7461ea8d278aa613dd2ec5e235221c3171ab403f0d989f20",
                "md5": "4388cba1bbc9464bdaed720e615f1c3b",
                "sha256": "ace2a3bff9a101aa5c312c2fb489357b149b0ab408f5aa521653c608aabb13ee"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4388cba1bbc9464bdaed720e615f1c3b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1623224,
            "upload_time": "2025-01-09T14:39:54",
            "upload_time_iso_8601": "2025-01-09T14:39:54.112483Z",
            "url": "https://files.pythonhosted.org/packages/e2/5b/3aee9e51610a7461ea8d278aa613dd2ec5e235221c3171ab403f0d989f20/xlwings-0.33.6-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "824d510c6957c5befd05f6291cb8e8e2465d0982203e19d1d28fe36b01437ce4",
                "md5": "afc54c6f1a91c2615e5e17fc9dda48d5",
                "sha256": "029ee9b5b96e15e9623eb0ac0a504358decf98cbf949177c646465dd0f02894f"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp313-cp313-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "afc54c6f1a91c2615e5e17fc9dda48d5",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1408133,
            "upload_time": "2025-01-09T14:39:56",
            "upload_time_iso_8601": "2025-01-09T14:39:56.706928Z",
            "url": "https://files.pythonhosted.org/packages/82/4d/510c6957c5befd05f6291cb8e8e2465d0982203e19d1d28fe36b01437ce4/xlwings-0.33.6-cp313-cp313-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4565efd3cd6e6850077d0aa1605c5df8a864645f40be4647d6662902089c37bb",
                "md5": "5ebe13a420babe17679d2877260a8069",
                "sha256": "ecd157986855ac5e23b77667e59e4b6c076c82735a8b0029642e0aeeae2df574"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "5ebe13a420babe17679d2877260a8069",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1394076,
            "upload_time": "2025-01-09T14:39:59",
            "upload_time_iso_8601": "2025-01-09T14:39:59.790636Z",
            "url": "https://files.pythonhosted.org/packages/45/65/efd3cd6e6850077d0aa1605c5df8a864645f40be4647d6662902089c37bb/xlwings-0.33.6-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b48355e57768f558b47d4a63eae205b5aae350c13900564d57a5f11a34d3f9b",
                "md5": "c9fbf4816d793a0a867b2617f38c4027",
                "sha256": "d031b87f32f67e78dd4a151b3a6a388b148437cdc8e26e13956336a97a55bfee"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c9fbf4816d793a0a867b2617f38c4027",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1456222,
            "upload_time": "2025-01-09T14:40:01",
            "upload_time_iso_8601": "2025-01-09T14:40:01.702333Z",
            "url": "https://files.pythonhosted.org/packages/8b/48/355e57768f558b47d4a63eae205b5aae350c13900564d57a5f11a34d3f9b/xlwings-0.33.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c11183d6b1d5952bfe08b432db0020d94a841eac630c6c7a05adb12b95e18423",
                "md5": "6dc1146afb44852b99a50a0bedc497d9",
                "sha256": "8b53ff3945d085adc972598bcd54203423ca2f4a1796b60df45d33453c236488"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "6dc1146afb44852b99a50a0bedc497d9",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1458087,
            "upload_time": "2025-01-09T14:40:03",
            "upload_time_iso_8601": "2025-01-09T14:40:03.904468Z",
            "url": "https://files.pythonhosted.org/packages/c1/11/83d6b1d5952bfe08b432db0020d94a841eac630c6c7a05adb12b95e18423/xlwings-0.33.6-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ef386e33df50b6368970915dd500c6aea95717d7872e6680447fc85bb79da1d",
                "md5": "bb1330974e6e34077ee6903b76200be8",
                "sha256": "f432a38c0efa27c9b87975583362d814516695b49ef6a0afd2fe4168ff5251a4"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bb1330974e6e34077ee6903b76200be8",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1465324,
            "upload_time": "2025-01-09T14:40:05",
            "upload_time_iso_8601": "2025-01-09T14:40:05.886658Z",
            "url": "https://files.pythonhosted.org/packages/7e/f3/86e33df50b6368970915dd500c6aea95717d7872e6680447fc85bb79da1d/xlwings-0.33.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "60cf498e07f2997399cd8e374179ad6f5205bee51262e7cea688f9cef857cfe7",
                "md5": "4a83c913ef2555d020165e1f99391ee9",
                "sha256": "271a52897caa7e1eaacfd5e2923ca533e59f5722f820f0a52de6d95a4a492f13"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp313-cp313-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4a83c913ef2555d020165e1f99391ee9",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1634181,
            "upload_time": "2025-01-09T14:40:08",
            "upload_time_iso_8601": "2025-01-09T14:40:08.066604Z",
            "url": "https://files.pythonhosted.org/packages/60/cf/498e07f2997399cd8e374179ad6f5205bee51262e7cea688f9cef857cfe7/xlwings-0.33.6-cp313-cp313-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ced0cab557214a364280bad330b9acf07a6d4fffe97da88cb9aac981096a2365",
                "md5": "b2edddc064d3f05b7cfae5a72a32e21c",
                "sha256": "33916a802b708c94d1011528d4df9bd7a3ac9d22255ce740f1e8c41da21dbe7a"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp313-cp313-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b2edddc064d3f05b7cfae5a72a32e21c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1636589,
            "upload_time": "2025-01-09T14:40:10",
            "upload_time_iso_8601": "2025-01-09T14:40:10.191064Z",
            "url": "https://files.pythonhosted.org/packages/ce/d0/cab557214a364280bad330b9acf07a6d4fffe97da88cb9aac981096a2365/xlwings-0.33.6-cp313-cp313-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d410d99a0081271ce978b417dc91b120655ba8a18f3c4f12ac10da49c8ceb77c",
                "md5": "640a1758f9a13ef36afc98fb2cefeec8",
                "sha256": "4280c26bb049f101419b117326a8918abf30d79bfac8d7586d078dba9f19cad2"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "640a1758f9a13ef36afc98fb2cefeec8",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1623225,
            "upload_time": "2025-01-09T14:40:16",
            "upload_time_iso_8601": "2025-01-09T14:40:16.191198Z",
            "url": "https://files.pythonhosted.org/packages/d4/10/d99a0081271ce978b417dc91b120655ba8a18f3c4f12ac10da49c8ceb77c/xlwings-0.33.6-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "89c4b8f7e9aeec2b8aa5ac366940c92ef2a7cd3abb610e242a36f6b1e4fce92d",
                "md5": "7a73d4662e9e6567e097841dc265df85",
                "sha256": "570d0f6c8af501be8717d9798951f1e78d6bcc6524e8871e2e58a188ab7d6cc2"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp39-cp39-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7a73d4662e9e6567e097841dc265df85",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1408061,
            "upload_time": "2025-01-09T14:40:19",
            "upload_time_iso_8601": "2025-01-09T14:40:19.317807Z",
            "url": "https://files.pythonhosted.org/packages/89/c4/b8f7e9aeec2b8aa5ac366940c92ef2a7cd3abb610e242a36f6b1e4fce92d/xlwings-0.33.6-cp39-cp39-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a8a86e6d8141e610ec93bef6e49a0c4a638aecba430e14d1dda272f0e24a969e",
                "md5": "a1540f09476866d1705650b072c933f3",
                "sha256": "1d1bf2d9b622b815c7fc1c19fcf77b24082e47adddcc473ed66c34b97f03b20d"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a1540f09476866d1705650b072c933f3",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1394905,
            "upload_time": "2025-01-09T14:40:21",
            "upload_time_iso_8601": "2025-01-09T14:40:21.050222Z",
            "url": "https://files.pythonhosted.org/packages/a8/a8/6e6d8141e610ec93bef6e49a0c4a638aecba430e14d1dda272f0e24a969e/xlwings-0.33.6-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76f208a343152b996362b1acc5f145460354f1cbbf9080e6fb76004d11bd2155",
                "md5": "48cffd7dfb7d68e34ad53c390c5fe67b",
                "sha256": "42b02dd9959146acd1da80f7d9b6a5ed01f93c3447db4368582368cd41490af8"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "48cffd7dfb7d68e34ad53c390c5fe67b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1456165,
            "upload_time": "2025-01-09T14:40:24",
            "upload_time_iso_8601": "2025-01-09T14:40:24.201524Z",
            "url": "https://files.pythonhosted.org/packages/76/f2/08a343152b996362b1acc5f145460354f1cbbf9080e6fb76004d11bd2155/xlwings-0.33.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e43401ae4363d8eab75e87d3bb722f560b4752e2516eb6a4f0d91c51d2a9ba2",
                "md5": "c5f1cf45a3d19738a6aa47c6e0dfffde",
                "sha256": "81bbcedfd2ad55e76bdde19e3acc8daf93c24b7cbebc2230f6c9a39fc4624432"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "c5f1cf45a3d19738a6aa47c6e0dfffde",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1458753,
            "upload_time": "2025-01-09T14:40:26",
            "upload_time_iso_8601": "2025-01-09T14:40:26.022897Z",
            "url": "https://files.pythonhosted.org/packages/3e/43/401ae4363d8eab75e87d3bb722f560b4752e2516eb6a4f0d91c51d2a9ba2/xlwings-0.33.6-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3a0e614652444479a8847fb6b786bd06718b22259092c6578422289022283568",
                "md5": "291f22e877dc6f8a024e499c06a3ee5a",
                "sha256": "d9b96751b1af8d5419e015be611f4f68403aa6eda152d8d31147639b5961cd35"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "291f22e877dc6f8a024e499c06a3ee5a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1465099,
            "upload_time": "2025-01-09T14:40:27",
            "upload_time_iso_8601": "2025-01-09T14:40:27.640093Z",
            "url": "https://files.pythonhosted.org/packages/3a/0e/614652444479a8847fb6b786bd06718b22259092c6578422289022283568/xlwings-0.33.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0835554cefe86e3c6781307b2e8e63f0ae7f5df6726387ccc72ad95784d43fe3",
                "md5": "8691d4298885f9223353b2a66bc4dd1c",
                "sha256": "8814212971313caa93ece8bee9f9e8ea5d4a697aa258db6d521c892ee7145cf1"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp39-cp39-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8691d4298885f9223353b2a66bc4dd1c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1634343,
            "upload_time": "2025-01-09T14:40:29",
            "upload_time_iso_8601": "2025-01-09T14:40:29.489361Z",
            "url": "https://files.pythonhosted.org/packages/08/35/554cefe86e3c6781307b2e8e63f0ae7f5df6726387ccc72ad95784d43fe3/xlwings-0.33.6-cp39-cp39-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e5a3d8c87777a40a46044ce11dd677ef674645af14da9c414f203307d90b97f7",
                "md5": "ab950f15f9f851e20ce09fa5da07a3dc",
                "sha256": "47246206b43968eb421829c34dc90cca6d5e2da4431f591825b258ef88695b82"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ab950f15f9f851e20ce09fa5da07a3dc",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1636043,
            "upload_time": "2025-01-09T14:40:32",
            "upload_time_iso_8601": "2025-01-09T14:40:32.489234Z",
            "url": "https://files.pythonhosted.org/packages/e5/a3/d8c87777a40a46044ce11dd677ef674645af14da9c414f203307d90b97f7/xlwings-0.33.6-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb71daa296414d15401d0407e7433942ce08c1eb1d4f19d27ecad9a9f29d4e79",
                "md5": "b022caac064773763694addf0db9c24b",
                "sha256": "3bcc8f1601f7cb9dccd38e3be4ac8d8eb439e51112f06c4d9e97f02c88dc04af"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b022caac064773763694addf0db9c24b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1622275,
            "upload_time": "2025-01-09T14:40:34",
            "upload_time_iso_8601": "2025-01-09T14:40:34.255451Z",
            "url": "https://files.pythonhosted.org/packages/bb/71/daa296414d15401d0407e7433942ce08c1eb1d4f19d27ecad9a9f29d4e79/xlwings-0.33.6-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e03e3512984d3704c3924e19420238d7fcd6b05ed6380c552e0e791c75014aba",
                "md5": "6617b8eccc48bab1e6934d86bf03f925",
                "sha256": "2f42797e031d98da9ba97c79ce183baa88e494f5ba6b20698302ad375133d106"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6617b8eccc48bab1e6934d86bf03f925",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 729789,
            "upload_time": "2025-01-09T14:40:36",
            "upload_time_iso_8601": "2025-01-09T14:40:36.025726Z",
            "url": "https://files.pythonhosted.org/packages/e0/3e/3512984d3704c3924e19420238d7fcd6b05ed6380c552e0e791c75014aba/xlwings-0.33.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4668fa0f9403b8bc6f3e394f1b6f89bff44f32bd8c845324c815ef7a9ee6f590",
                "md5": "89df9c4f44d0a17e9f2c58902787136d",
                "sha256": "04559d399416a890b64ff1e486cf28e19f52a236beb5333745e1a35fa631caca"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.6.tar.gz",
            "has_sig": false,
            "md5_digest": "89df9c4f44d0a17e9f2c58902787136d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 1087546,
            "upload_time": "2025-01-09T14:38:54",
            "upload_time_iso_8601": "2025-01-09T14:38:54.625547Z",
            "url": "https://files.pythonhosted.org/packages/46/68/fa0f9403b8bc6f3e394f1b6f89bff44f32bd8c845324c815ef7a9ee6f590/xlwings-0.33.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-09 14:38:54",
    "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: 3.61327s