xlwings


Namexlwings JSON
Version 0.31.0 PyPI version JSON
download
home_pagehttps://www.xlwings.org
SummaryMake Excel fly: Interact with Excel from Python and vice versa.
upload_time2024-03-26 11:17:35
maintainerNone
docs_urlNone
authorZoomer Analytics LLC
requires_python>=3.8
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.
* 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.8",
    "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/e7/6f/5f27c7268d8cc34fd495e6083c8d7c46b9266612f883d7b8c97c05d02b3d/xlwings-0.31.0.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.\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.31.0",
    "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": "3b209e82d9dade204b90ee60a17bd43e60db02e03ab319c0aa0c7c6c9d5cb11f",
                "md5": "5ef9af87e8b0a441a130b37d87aa87c5",
                "sha256": "1ca67ae0966bf57df245a297e89190e08edad36a113b20e01aba1b32dcb0259b"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp310-cp310-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5ef9af87e8b0a441a130b37d87aa87c5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1473553,
            "upload_time": "2024-03-26T11:17:38",
            "upload_time_iso_8601": "2024-03-26T11:17:38.413346Z",
            "url": "https://files.pythonhosted.org/packages/3b/20/9e82d9dade204b90ee60a17bd43e60db02e03ab319c0aa0c7c6c9d5cb11f/xlwings-0.31.0-cp310-cp310-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b601fb08f7148287037ae7748823566ca988f1434b55b7f58c3c4fac278cf9cb",
                "md5": "edfbb23af1ca0b0c829330b014932c14",
                "sha256": "fbb1f6f1c88021ce8b2b4385b402c6e34267a87d24ffc5267b7b16aece2a1164"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "edfbb23af1ca0b0c829330b014932c14",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1464311,
            "upload_time": "2024-03-26T11:17:40",
            "upload_time_iso_8601": "2024-03-26T11:17:40.887545Z",
            "url": "https://files.pythonhosted.org/packages/b6/01/fb08f7148287037ae7748823566ca988f1434b55b7f58c3c4fac278cf9cb/xlwings-0.31.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d3f99ed2d573e384ea49849e0a96b901e11993ceb74c15098726679b3808723",
                "md5": "a006ef6b6652a415f1f6ea29c0ae9cd4",
                "sha256": "008b55cf09b6f22bda61b1a0785a7d11308a74d197a4894d8a776836cd15c188"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a006ef6b6652a415f1f6ea29c0ae9cd4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2272252,
            "upload_time": "2024-03-26T11:17:43",
            "upload_time_iso_8601": "2024-03-26T11:17:43.283722Z",
            "url": "https://files.pythonhosted.org/packages/8d/3f/99ed2d573e384ea49849e0a96b901e11993ceb74c15098726679b3808723/xlwings-0.31.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "52967d317f0765ecbd6bc40aca8de9ad9d6f659f13580c6037b9d85b3058b1cb",
                "md5": "b371a26a3131c7c29ba6accca8258463",
                "sha256": "8b16d9484ec79bd956ae4ba34034d5a83270f56ceecb7e07f4e34ee22a889e3b"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "b371a26a3131c7c29ba6accca8258463",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2287698,
            "upload_time": "2024-03-26T11:17:45",
            "upload_time_iso_8601": "2024-03-26T11:17:45.360416Z",
            "url": "https://files.pythonhosted.org/packages/52/96/7d317f0765ecbd6bc40aca8de9ad9d6f659f13580c6037b9d85b3058b1cb/xlwings-0.31.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33d104ad3ad0b0be52ee3c975e52054263de9fd880c9c60e09ae4c1d78921654",
                "md5": "958356dd59209ec86e0b061aae1be547",
                "sha256": "b54f9a3bad5b469baeae967d54892003d7f4f378733a720ec345aa471b4bca28"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "958356dd59209ec86e0b061aae1be547",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2279530,
            "upload_time": "2024-03-26T11:17:47",
            "upload_time_iso_8601": "2024-03-26T11:17:47.306638Z",
            "url": "https://files.pythonhosted.org/packages/33/d1/04ad3ad0b0be52ee3c975e52054263de9fd880c9c60e09ae4c1d78921654/xlwings-0.31.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "62a10b085f03d0d8e07cb6c8de3293884f799c4144fd5c2cf1082f3676f07193",
                "md5": "bb9f2e380e3c1bca56067eeedd7d535b",
                "sha256": "34f05f366d5595fc1b31d4538db09e97ae512ff36a8d02146c7df25801ad92b5"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp310-cp310-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "bb9f2e380e3c1bca56067eeedd7d535b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2444916,
            "upload_time": "2024-03-26T11:17:49",
            "upload_time_iso_8601": "2024-03-26T11:17:49.415463Z",
            "url": "https://files.pythonhosted.org/packages/62/a1/0b085f03d0d8e07cb6c8de3293884f799c4144fd5c2cf1082f3676f07193/xlwings-0.31.0-cp310-cp310-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae2d2101c05c9b47c310dd2027b5c0b5d14eb424f81f8012607cb978a314aa9d",
                "md5": "3022f8d0139937d499ca60028d055d1b",
                "sha256": "81f6e0321824a26725329c0251059b9e422f6c035f0515a334e4daa00a992c63"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3022f8d0139937d499ca60028d055d1b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2448506,
            "upload_time": "2024-03-26T11:17:52",
            "upload_time_iso_8601": "2024-03-26T11:17:52.158993Z",
            "url": "https://files.pythonhosted.org/packages/ae/2d/2101c05c9b47c310dd2027b5c0b5d14eb424f81f8012607cb978a314aa9d/xlwings-0.31.0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76cf3f0db06f48004f8e9cd45133cba5e08febcc246b0934b1aeb30f455c86fd",
                "md5": "e67aeecafbd5a5c06bd7738bb165b27d",
                "sha256": "6ad0a022c51ad566a915cc18c5c918c11d0d34d653e4b1af4fa361c59439da45"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e67aeecafbd5a5c06bd7738bb165b27d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1685207,
            "upload_time": "2024-03-26T11:17:54",
            "upload_time_iso_8601": "2024-03-26T11:17:54.779813Z",
            "url": "https://files.pythonhosted.org/packages/76/cf/3f0db06f48004f8e9cd45133cba5e08febcc246b0934b1aeb30f455c86fd/xlwings-0.31.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7190e28e3fd657e8b993e436d9729af3979f127df32306544d950ae6cb00ddc2",
                "md5": "53972c6f6944b8c86f7dbc6de1753edb",
                "sha256": "a413a498520605c85c5a25aaf25cb9d2268c93948ddbe2a05b141942e8cafd76"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "53972c6f6944b8c86f7dbc6de1753edb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1473560,
            "upload_time": "2024-03-26T11:17:57",
            "upload_time_iso_8601": "2024-03-26T11:17:57.598699Z",
            "url": "https://files.pythonhosted.org/packages/71/90/e28e3fd657e8b993e436d9729af3979f127df32306544d950ae6cb00ddc2/xlwings-0.31.0-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf08f2655bfc7f4b7a13179a92ab4df21575a04cc6da2a5b33dd01fe0a57c20c",
                "md5": "a9111a161ca97ee9980dd1f30a1b2805",
                "sha256": "35854beaaabf2ad80d2f128584205cbc586dd7dd3a429f5396ccff63d93eaf9c"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a9111a161ca97ee9980dd1f30a1b2805",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1464333,
            "upload_time": "2024-03-26T11:17:59",
            "upload_time_iso_8601": "2024-03-26T11:17:59.403061Z",
            "url": "https://files.pythonhosted.org/packages/bf/08/f2655bfc7f4b7a13179a92ab4df21575a04cc6da2a5b33dd01fe0a57c20c/xlwings-0.31.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9dcd2530aa57ee38f1a90af9b92a3e8bc32e43a6c86f52f43b5a2ada815d3a58",
                "md5": "960909215363b1472f30cf33525e35fc",
                "sha256": "d5a1a823b6dba26c338cef29d2d1ddc4cabe8c7e013a3ed4b7155839c99a032a"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "960909215363b1472f30cf33525e35fc",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2272366,
            "upload_time": "2024-03-26T11:18:01",
            "upload_time_iso_8601": "2024-03-26T11:18:01.360757Z",
            "url": "https://files.pythonhosted.org/packages/9d/cd/2530aa57ee38f1a90af9b92a3e8bc32e43a6c86f52f43b5a2ada815d3a58/xlwings-0.31.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5507acccab8ece69f769ef9e0b08aa74220c3d71c6d480d60a34fd54971cd0ab",
                "md5": "cb43d6cadaff10dfa5a718f9846cfcca",
                "sha256": "b409ff7fba023da778e6e6f27f392d37eb54db30bc4345baea0992c2f75bdbc1"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "cb43d6cadaff10dfa5a718f9846cfcca",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2287766,
            "upload_time": "2024-03-26T11:18:03",
            "upload_time_iso_8601": "2024-03-26T11:18:03.512723Z",
            "url": "https://files.pythonhosted.org/packages/55/07/acccab8ece69f769ef9e0b08aa74220c3d71c6d480d60a34fd54971cd0ab/xlwings-0.31.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "187ebf25e8e5f9012fa4b68af1a7165efb4b30dc442d472a583c49543b70d1b7",
                "md5": "75baebaf103760aa64d768d5d830a20f",
                "sha256": "cf333a735aa09828cd69deb8661a5ac4d1afc6c36e24633f0da48362637b99b8"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "75baebaf103760aa64d768d5d830a20f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2279546,
            "upload_time": "2024-03-26T11:18:05",
            "upload_time_iso_8601": "2024-03-26T11:18:05.349480Z",
            "url": "https://files.pythonhosted.org/packages/18/7e/bf25e8e5f9012fa4b68af1a7165efb4b30dc442d472a583c49543b70d1b7/xlwings-0.31.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2eb9f38b90e6ef13f2ccf6880a264013f6232847364ef69f3fa20e27f6a30def",
                "md5": "1581c4ad1e78367f6f8766b4d1c662f5",
                "sha256": "7e00b32f4527e58e7d8fdc268c72f5692c007d0c5b772939321c6e73627a0ad2"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp311-cp311-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1581c4ad1e78367f6f8766b4d1c662f5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2445082,
            "upload_time": "2024-03-26T11:18:07",
            "upload_time_iso_8601": "2024-03-26T11:18:07.521319Z",
            "url": "https://files.pythonhosted.org/packages/2e/b9/f38b90e6ef13f2ccf6880a264013f6232847364ef69f3fa20e27f6a30def/xlwings-0.31.0-cp311-cp311-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "991dc69d008d58944fec289a881be874faf778294c9264cfed1baea27388213d",
                "md5": "30810cc805671c40d0c87148a2bcbd0d",
                "sha256": "34c4b535ace32839863171973ddb8c507b6b288d41da0b2d0728344d515fafdd"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "30810cc805671c40d0c87148a2bcbd0d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2448579,
            "upload_time": "2024-03-26T11:18:09",
            "upload_time_iso_8601": "2024-03-26T11:18:09.358265Z",
            "url": "https://files.pythonhosted.org/packages/99/1d/c69d008d58944fec289a881be874faf778294c9264cfed1baea27388213d/xlwings-0.31.0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef6a6d08a21cbc52f028b62fa983316135f6a9462067e7e31e5a26c740760fbb",
                "md5": "7c5639bbbd629b0304b841d028c840aa",
                "sha256": "380e60c8c62a752a281b9a183ddf73d657decc3d76e1d0868354e754a066df6f"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7c5639bbbd629b0304b841d028c840aa",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1685217,
            "upload_time": "2024-03-26T11:18:12",
            "upload_time_iso_8601": "2024-03-26T11:18:12.010549Z",
            "url": "https://files.pythonhosted.org/packages/ef/6a/6d08a21cbc52f028b62fa983316135f6a9462067e7e31e5a26c740760fbb/xlwings-0.31.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b5d4797c3281b1fd435584b8f4cba51de0ee5bacbf02a45c8847e8b8b69b724e",
                "md5": "70921830c6a569d5f04e614aa3195ba4",
                "sha256": "c763352e5ac8b238718049bd5692ca44ba735ec09e6f49cac04bfae5a5a4af54"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "70921830c6a569d5f04e614aa3195ba4",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1474330,
            "upload_time": "2024-03-26T11:18:14",
            "upload_time_iso_8601": "2024-03-26T11:18:14.488952Z",
            "url": "https://files.pythonhosted.org/packages/b5/d4/797c3281b1fd435584b8f4cba51de0ee5bacbf02a45c8847e8b8b69b724e/xlwings-0.31.0-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6fbdb9d51b65411c8109130c48308e338fc67904b9add1617c1c2af819aded51",
                "md5": "b982c8207e5703a309c65112bc0f2ab8",
                "sha256": "f3d35201db02c319cfd032b35616c4f7ca9b3d9a98365a15c8ab3f9e71bcf931"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "b982c8207e5703a309c65112bc0f2ab8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1464858,
            "upload_time": "2024-03-26T11:18:16",
            "upload_time_iso_8601": "2024-03-26T11:18:16.509421Z",
            "url": "https://files.pythonhosted.org/packages/6f/bd/b9d51b65411c8109130c48308e338fc67904b9add1617c1c2af819aded51/xlwings-0.31.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da664cbb69e774ebb46a3717966430d9f4a6c0abdbf19b5f70f82d9b5f6f5bee",
                "md5": "565a01d767e72f27cf1000f931ddf484",
                "sha256": "1d4b61939565774178a053b25d0c8e3996ad5759f41022201170fdec501d1033"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "565a01d767e72f27cf1000f931ddf484",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2273205,
            "upload_time": "2024-03-26T11:18:18",
            "upload_time_iso_8601": "2024-03-26T11:18:18.502039Z",
            "url": "https://files.pythonhosted.org/packages/da/66/4cbb69e774ebb46a3717966430d9f4a6c0abdbf19b5f70f82d9b5f6f5bee/xlwings-0.31.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a1c1f1914f441cb05217cec4eb0eb4a64c255a1f27c5ec0bf3d869b8bde550a",
                "md5": "b97b1ba11ad4bafa1f2cb797ae6cac63",
                "sha256": "a7c169561e6db133ad5789050dc556a9ed344240dff893500f283d67379678b2"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "b97b1ba11ad4bafa1f2cb797ae6cac63",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2287618,
            "upload_time": "2024-03-26T11:18:20",
            "upload_time_iso_8601": "2024-03-26T11:18:20.539667Z",
            "url": "https://files.pythonhosted.org/packages/2a/1c/1f1914f441cb05217cec4eb0eb4a64c255a1f27c5ec0bf3d869b8bde550a/xlwings-0.31.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97e7c1dd26443a8f1c944d9471bb89c9d08ad40b5f5184e1b6f7deab68d6c344",
                "md5": "89689c49586e65614160237a231281ec",
                "sha256": "40c327f7ce66ff8b8fe4a6ca19252760eef1df38ac0ce75f41cfa7728fe6a089"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "89689c49586e65614160237a231281ec",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2280385,
            "upload_time": "2024-03-26T11:18:23",
            "upload_time_iso_8601": "2024-03-26T11:18:23.044034Z",
            "url": "https://files.pythonhosted.org/packages/97/e7/c1dd26443a8f1c944d9471bb89c9d08ad40b5f5184e1b6f7deab68d6c344/xlwings-0.31.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d40912db70ed374296bbaaf6bf8950f5021730ffd7611c37884c3a256f03e75e",
                "md5": "0e63e4e999b6ecb689addffa727653ed",
                "sha256": "099246ce52ef21c4eff5016991bf21346a6bf2cbfac474faafc83f414b9d7157"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp312-cp312-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0e63e4e999b6ecb689addffa727653ed",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2445322,
            "upload_time": "2024-03-26T11:18:25",
            "upload_time_iso_8601": "2024-03-26T11:18:25.544711Z",
            "url": "https://files.pythonhosted.org/packages/d4/09/12db70ed374296bbaaf6bf8950f5021730ffd7611c37884c3a256f03e75e/xlwings-0.31.0-cp312-cp312-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c6e70b456e5ee99ff3b894d0364e518889ad8c55deca437bd73d0a8c5f736a1",
                "md5": "0acbe53d6d101405f977d86a75ff2fb2",
                "sha256": "ee8ddb780911086cf0ae2a7974d8a98609f21a6b8902bdde19935b896d0db606"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0acbe53d6d101405f977d86a75ff2fb2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2449197,
            "upload_time": "2024-03-26T11:18:27",
            "upload_time_iso_8601": "2024-03-26T11:18:27.534801Z",
            "url": "https://files.pythonhosted.org/packages/1c/6e/70b456e5ee99ff3b894d0364e518889ad8c55deca437bd73d0a8c5f736a1/xlwings-0.31.0-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c8f698fbd0510f682483e59e74773a202b28b3be9545b4eba783befb0f8239d",
                "md5": "20ea5a57e18676b8514b4d82439a02d5",
                "sha256": "c22b127ea370d248952afd13013bf8958c92f32c2d7a3f17bbf0255c020bb783"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "20ea5a57e18676b8514b4d82439a02d5",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1685403,
            "upload_time": "2024-03-26T11:18:30",
            "upload_time_iso_8601": "2024-03-26T11:18:30.137839Z",
            "url": "https://files.pythonhosted.org/packages/8c/8f/698fbd0510f682483e59e74773a202b28b3be9545b4eba783befb0f8239d/xlwings-0.31.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6782cc1efe6ab894d953de3896f961aa61b5b9a53f9294a8bda552519b122f70",
                "md5": "107ffa106360a5d33b47da1c6c43a08c",
                "sha256": "f7052bea522bb9c408ff8000b2d77d2d8cfb6565d70e16779deff33f82b30782"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp38-cp38-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "107ffa106360a5d33b47da1c6c43a08c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1473867,
            "upload_time": "2024-03-26T11:18:31",
            "upload_time_iso_8601": "2024-03-26T11:18:31.961095Z",
            "url": "https://files.pythonhosted.org/packages/67/82/cc1efe6ab894d953de3896f961aa61b5b9a53f9294a8bda552519b122f70/xlwings-0.31.0-cp38-cp38-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9c83f709f167d886dde8d9dc9894143e913b94c0a70391a30c42be5a07449a34",
                "md5": "714d0e3f72017a08da82c97ce754a9bd",
                "sha256": "cb877e033b93c3111ac9a7506f9c36eb7cfba33eeea3fe9da69bea9bbaf6f1e8"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "714d0e3f72017a08da82c97ce754a9bd",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1464902,
            "upload_time": "2024-03-26T11:18:33",
            "upload_time_iso_8601": "2024-03-26T11:18:33.933167Z",
            "url": "https://files.pythonhosted.org/packages/9c/83/f709f167d886dde8d9dc9894143e913b94c0a70391a30c42be5a07449a34/xlwings-0.31.0-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8a4dcaf4822c15d647711024b23bc1961be6d88fef8ebe34f3519ec9dce09bd4",
                "md5": "6f93e1e28989212e8a5384bee7456098",
                "sha256": "44a6a65e6e185fcfe09252ecc500ca0befa21ea2d73c213c2ed8c3a091571a57"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6f93e1e28989212e8a5384bee7456098",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2273055,
            "upload_time": "2024-03-26T11:18:35",
            "upload_time_iso_8601": "2024-03-26T11:18:35.856448Z",
            "url": "https://files.pythonhosted.org/packages/8a/4d/caf4822c15d647711024b23bc1961be6d88fef8ebe34f3519ec9dce09bd4/xlwings-0.31.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "31db8991d850af5b99fdffe313e6cccac3dc8a3c657a404ccce72b317cac46dd",
                "md5": "1216ff2bcdca1faed723ef6d0363adfc",
                "sha256": "246d2c91fc3a99e68896a6bc3a38572b8a64bde57d64ac96f770814af7d2e181"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "1216ff2bcdca1faed723ef6d0363adfc",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2287786,
            "upload_time": "2024-03-26T11:18:37",
            "upload_time_iso_8601": "2024-03-26T11:18:37.659231Z",
            "url": "https://files.pythonhosted.org/packages/31/db/8991d850af5b99fdffe313e6cccac3dc8a3c657a404ccce72b317cac46dd/xlwings-0.31.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe408d2b7069f8561e3dc4cc464cf52964282b8ff1e2b723f9cfc11ab8279fdc",
                "md5": "3d71617429ce814e9453ac21c791eda5",
                "sha256": "895b520c117bc02ccec94d198d3f079abc0c4c93e96b83f1f06efac6c7039c12"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3d71617429ce814e9453ac21c791eda5",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2279693,
            "upload_time": "2024-03-26T11:18:39",
            "upload_time_iso_8601": "2024-03-26T11:18:39.448566Z",
            "url": "https://files.pythonhosted.org/packages/fe/40/8d2b7069f8561e3dc4cc464cf52964282b8ff1e2b723f9cfc11ab8279fdc/xlwings-0.31.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af438f8bc2999f844c06979fd202592e9d6d6e607de539367482b70ee47bd3ed",
                "md5": "ab551dd5aa3efff541dc77658a710639",
                "sha256": "1c078a1b5fd1e1cf63a970745645457cfa59dfd768b6ac8c54e96291d67d825f"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp38-cp38-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ab551dd5aa3efff541dc77658a710639",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2445446,
            "upload_time": "2024-03-26T11:18:42",
            "upload_time_iso_8601": "2024-03-26T11:18:42.314344Z",
            "url": "https://files.pythonhosted.org/packages/af/43/8f8bc2999f844c06979fd202592e9d6d6e607de539367482b70ee47bd3ed/xlwings-0.31.0-cp38-cp38-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d410f7dfa10026e880fd6841810f317ae64fa65067b81e38b5fac53798d32ffd",
                "md5": "a2913dec8e8836d2b294e8b3665837a8",
                "sha256": "55f0f2a9d331fcafda29facc5496dee12926fbf12964a0e07cde52312d95b104"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a2913dec8e8836d2b294e8b3665837a8",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2448854,
            "upload_time": "2024-03-26T11:18:44",
            "upload_time_iso_8601": "2024-03-26T11:18:44.651498Z",
            "url": "https://files.pythonhosted.org/packages/d4/10/f7dfa10026e880fd6841810f317ae64fa65067b81e38b5fac53798d32ffd/xlwings-0.31.0-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a339de632d9e7de24bdaf8aef94af1dc2d78bb278b01f2d2822d582eee9f724",
                "md5": "b80c261c815fb6a95bcc5fc667ba97bf",
                "sha256": "0bafdc58b3550f0907c9397ea14f7cf3db0fe9fbd9360961aaae4b09b225b4b6"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b80c261c815fb6a95bcc5fc667ba97bf",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1685470,
            "upload_time": "2024-03-26T11:18:46",
            "upload_time_iso_8601": "2024-03-26T11:18:46.754996Z",
            "url": "https://files.pythonhosted.org/packages/6a/33/9de632d9e7de24bdaf8aef94af1dc2d78bb278b01f2d2822d582eee9f724/xlwings-0.31.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7a7d414be90880e9dad1e311fee68d6735625f74b0b999ea2262d1730e41215",
                "md5": "e0a34fdd9218413bafc66d5006a8a6ce",
                "sha256": "c7c57cb0e3efe3c201dea7b9e27581291c4ebc28414bfa3e57bc73c97e8b07da"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp39-cp39-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e0a34fdd9218413bafc66d5006a8a6ce",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1473703,
            "upload_time": "2024-03-26T11:18:49",
            "upload_time_iso_8601": "2024-03-26T11:18:49.544065Z",
            "url": "https://files.pythonhosted.org/packages/a7/a7/d414be90880e9dad1e311fee68d6735625f74b0b999ea2262d1730e41215/xlwings-0.31.0-cp39-cp39-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a1a7c9f1151594d6342bfcfb4bbf20ae5fdf71e4aa4989c3e76c35ab94c12211",
                "md5": "8e79e6d042fe26213ca602b8c3256c13",
                "sha256": "2ddab51b7237c62c8074ddd9f19abb9eec90a3f43b9b40e6275fa803c7058cad"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "8e79e6d042fe26213ca602b8c3256c13",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1464414,
            "upload_time": "2024-03-26T11:18:53",
            "upload_time_iso_8601": "2024-03-26T11:18:53.277584Z",
            "url": "https://files.pythonhosted.org/packages/a1/a7/c9f1151594d6342bfcfb4bbf20ae5fdf71e4aa4989c3e76c35ab94c12211/xlwings-0.31.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36ced328a24509b5f7fdee196aa7e038160d8a626f429b223fb882ea0594e43b",
                "md5": "a85d1ef6ea24f847a67ce26226184996",
                "sha256": "2f39824b03038e9a2a6a51c4e70cb93f44355db9452b36c53fdf9b50f77f98d1"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a85d1ef6ea24f847a67ce26226184996",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2272832,
            "upload_time": "2024-03-26T11:18:55",
            "upload_time_iso_8601": "2024-03-26T11:18:55.774990Z",
            "url": "https://files.pythonhosted.org/packages/36/ce/d328a24509b5f7fdee196aa7e038160d8a626f429b223fb882ea0594e43b/xlwings-0.31.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9db4b5ced7ab908d8a5b92978e56d7b9f74685712f8bb6770875e5e5b67603b",
                "md5": "4c2967e86facaba8751140ed44fffd48",
                "sha256": "597a8095a4f3b84a2322710c2fad68512043eef66f868e29648ea571d70fc33d"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "4c2967e86facaba8751140ed44fffd48",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2287670,
            "upload_time": "2024-03-26T11:18:57",
            "upload_time_iso_8601": "2024-03-26T11:18:57.915393Z",
            "url": "https://files.pythonhosted.org/packages/b9/db/4b5ced7ab908d8a5b92978e56d7b9f74685712f8bb6770875e5e5b67603b/xlwings-0.31.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f9e2ae61c18af874c7a77b2f6bf1f979e0071af7d20fb50d38645f4ca07fb8d",
                "md5": "62eec1ab8846cdec622d3679b43692f2",
                "sha256": "7f88f8c25c5d9c1a41e2e3963bd9002e747caf780278f99b56a3ba4a85a835cc"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "62eec1ab8846cdec622d3679b43692f2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2279621,
            "upload_time": "2024-03-26T11:19:00",
            "upload_time_iso_8601": "2024-03-26T11:19:00.811995Z",
            "url": "https://files.pythonhosted.org/packages/2f/9e/2ae61c18af874c7a77b2f6bf1f979e0071af7d20fb50d38645f4ca07fb8d/xlwings-0.31.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "277fada74b2b0ae92c73b45aa2a9147ec4f17858b59b85030552a06d6e4239f0",
                "md5": "d1d42429c15547ba7bc95f18247fe7e8",
                "sha256": "720e6bfba534d3e45189d3da21b218e18de1889d06ea12bfc32e53f4fa480c5c"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp39-cp39-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d1d42429c15547ba7bc95f18247fe7e8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2445325,
            "upload_time": "2024-03-26T11:19:07",
            "upload_time_iso_8601": "2024-03-26T11:19:07.932689Z",
            "url": "https://files.pythonhosted.org/packages/27/7f/ada74b2b0ae92c73b45aa2a9147ec4f17858b59b85030552a06d6e4239f0/xlwings-0.31.0-cp39-cp39-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e1884c8804523004a95c3d892b246a6861110ca514e29a3ad378fa76aa05fa7",
                "md5": "f25fd8b5361eeb808ac5c8b420a076a1",
                "sha256": "8700bb60b59504417cdb5abf08317576a8219e5da07a228915f4539a7e5f4412"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f25fd8b5361eeb808ac5c8b420a076a1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2448763,
            "upload_time": "2024-03-26T11:19:10",
            "upload_time_iso_8601": "2024-03-26T11:19:10.723462Z",
            "url": "https://files.pythonhosted.org/packages/7e/18/84c8804523004a95c3d892b246a6861110ca514e29a3ad378fa76aa05fa7/xlwings-0.31.0-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d2776b3e32d579c9e622dbe98db0f480c4d098e9416bf6286671acd1af8b53d",
                "md5": "eb53f39ea6e246f7a470c463ab99116d",
                "sha256": "e09bddd0c2c19a56e52d75a57affd388cd5edddae8f4e4923198e3f19293f4fa"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "eb53f39ea6e246f7a470c463ab99116d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1685251,
            "upload_time": "2024-03-26T11:19:13",
            "upload_time_iso_8601": "2024-03-26T11:19:13.591043Z",
            "url": "https://files.pythonhosted.org/packages/8d/27/76b3e32d579c9e622dbe98db0f480c4d098e9416bf6286671acd1af8b53d/xlwings-0.31.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e76f5f27c7268d8cc34fd495e6083c8d7c46b9266612f883d7b8c97c05d02b3d",
                "md5": "4ce584ed4b6c866bde564e6f200e62e0",
                "sha256": "2ceddbd5d4e53266bbb673c170b8dd6ef449030f8452085934f684895db47b75"
            },
            "downloads": -1,
            "filename": "xlwings-0.31.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4ce584ed4b6c866bde564e6f200e62e0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 1148413,
            "upload_time": "2024-03-26T11:17:35",
            "upload_time_iso_8601": "2024-03-26T11:17:35.365205Z",
            "url": "https://files.pythonhosted.org/packages/e7/6f/5f27c7268d8cc34fd495e6083c8d7c46b9266612f883d7b8c97c05d02b3d/xlwings-0.31.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-26 11:17:35",
    "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: 0.22281s