xlwings


Namexlwings JSON
Version 0.33.4 PyPI version JSON
download
home_pagehttps://www.xlwings.org
SummaryMake Excel fly: Interact with Excel from Python and vice versa.
upload_time2024-11-22 20:47:36
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/8f/d9/9ac7d91fa46e0f49fe5a73dfab2ab96b8715bb6f66a061a66ce76c1cd08a/xlwings-0.33.4.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.4",
    "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": "55da676eb9c7d510c0bc735c012b29b051b66ea648b90ea8909ea296653dfe4f",
                "md5": "af14af056f30931b44f08d19125e860e",
                "sha256": "eb1b9eda87a5ff0d4ae1d4e85cdc93b2b1c09898d94c47d89b874d76251df726"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp310-cp310-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "af14af056f30931b44f08d19125e860e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1410970,
            "upload_time": "2024-11-22T20:47:40",
            "upload_time_iso_8601": "2024-11-22T20:47:40.379438Z",
            "url": "https://files.pythonhosted.org/packages/55/da/676eb9c7d510c0bc735c012b29b051b66ea648b90ea8909ea296653dfe4f/xlwings-0.33.4-cp310-cp310-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "91a083ab2c5c9802340de4f51c5a9012012d91ffd1b038defd1ff2900cefe282",
                "md5": "48642572abec4868bb2cb9debda7d121",
                "sha256": "d281b32e1ef2f0257ffd4955664a41f90640528a4810fa2f4699a65b5ad5c0b3"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "48642572abec4868bb2cb9debda7d121",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1397141,
            "upload_time": "2024-11-22T20:47:42",
            "upload_time_iso_8601": "2024-11-22T20:47:42.587527Z",
            "url": "https://files.pythonhosted.org/packages/91/a0/83ab2c5c9802340de4f51c5a9012012d91ffd1b038defd1ff2900cefe282/xlwings-0.33.4-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2e03544644d93f8f70353948a2d6f5049472bb2c255cadadd23023807657b9c",
                "md5": "8061a33151ad6c0209a67c1139c7b705",
                "sha256": "99b5ecbd5ef4899292acf6daee41e3a32a5a0a0b1b7365fdfde2b3f67cf92881"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8061a33151ad6c0209a67c1139c7b705",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1458497,
            "upload_time": "2024-11-22T20:47:44",
            "upload_time_iso_8601": "2024-11-22T20:47:44.046137Z",
            "url": "https://files.pythonhosted.org/packages/b2/e0/3544644d93f8f70353948a2d6f5049472bb2c255cadadd23023807657b9c/xlwings-0.33.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4fde515df911e20ab3f36155da2928aee189d9e4995ea1bf18fd74b65c8dfac",
                "md5": "cd4781340e2b57353011959357db314d",
                "sha256": "2a44d29e66af8a2070b71062078e9afcf94726915a284e5af083d6ef823697cf"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "cd4781340e2b57353011959357db314d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1464787,
            "upload_time": "2024-11-22T20:47:45",
            "upload_time_iso_8601": "2024-11-22T20:47:45.316232Z",
            "url": "https://files.pythonhosted.org/packages/a4/fd/e515df911e20ab3f36155da2928aee189d9e4995ea1bf18fd74b65c8dfac/xlwings-0.33.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "85327fb58aca7fc9ad80b1d2ec8d20801d979afddc815d1fcff280cdd378d849",
                "md5": "41c024744ecbf49c7e588a5ec5869ed4",
                "sha256": "9a6a0dd2347da15387598e47675757ff0ddb1b287c19d32c6f7309ec80bdaac7"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "41c024744ecbf49c7e588a5ec5869ed4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1466404,
            "upload_time": "2024-11-22T20:47:47",
            "upload_time_iso_8601": "2024-11-22T20:47:47.238725Z",
            "url": "https://files.pythonhosted.org/packages/85/32/7fb58aca7fc9ad80b1d2ec8d20801d979afddc815d1fcff280cdd378d849/xlwings-0.33.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4befdbe37eb21e42394df0592ca6be51f7165694d4610c372c2f12138f72f14",
                "md5": "18a3e1aa86ce8d36d6c8d0edd9191a1b",
                "sha256": "a1ab3213a558268bfe5561c394d3f1946e087fe897b04cd7905672d99937c36d"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp310-cp310-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "18a3e1aa86ce8d36d6c8d0edd9191a1b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1637471,
            "upload_time": "2024-11-22T20:47:48",
            "upload_time_iso_8601": "2024-11-22T20:47:48.553161Z",
            "url": "https://files.pythonhosted.org/packages/c4/be/fdbe37eb21e42394df0592ca6be51f7165694d4610c372c2f12138f72f14/xlwings-0.33.4-cp310-cp310-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a539b691d8945426252619dfefdf9bbb96db3abd81128f4fecc89b07bf92f996",
                "md5": "3d248653e4ce4635fdc39b353b63d33a",
                "sha256": "137c7c2363853fe28595c7bf26506deff8a523b9a62236af176edd9afa702ad1"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3d248653e4ce4635fdc39b353b63d33a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1637269,
            "upload_time": "2024-11-22T20:47:49",
            "upload_time_iso_8601": "2024-11-22T20:47:49.820925Z",
            "url": "https://files.pythonhosted.org/packages/a5/39/b691d8945426252619dfefdf9bbb96db3abd81128f4fecc89b07bf92f996/xlwings-0.33.4-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "744dc730ae1ca7cf63111e4277b930dff905e927913757ca117cef1a1b7effce",
                "md5": "265e6bdabeb2c6f2a9ef07514d9a36f6",
                "sha256": "3eb422c952cc149dcedee654bb1ae705f8cae2dc6835430a74c42ef92c3b0d75"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "265e6bdabeb2c6f2a9ef07514d9a36f6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1624176,
            "upload_time": "2024-11-22T20:47:51",
            "upload_time_iso_8601": "2024-11-22T20:47:51.733859Z",
            "url": "https://files.pythonhosted.org/packages/74/4d/c730ae1ca7cf63111e4277b930dff905e927913757ca117cef1a1b7effce/xlwings-0.33.4-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1460fcdda20cec86fdaa362a709a61bfe8b309ecb6ee13af0abb262a7efed218",
                "md5": "60e2b8b95cb6476768878f5f0c1533dd",
                "sha256": "8438010d89ad4b9768a29f0d975f3f04e05a60179c497ff61b74d9c3f2f16b42"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "60e2b8b95cb6476768878f5f0c1533dd",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1411044,
            "upload_time": "2024-11-22T20:47:52",
            "upload_time_iso_8601": "2024-11-22T20:47:52.959881Z",
            "url": "https://files.pythonhosted.org/packages/14/60/fcdda20cec86fdaa362a709a61bfe8b309ecb6ee13af0abb262a7efed218/xlwings-0.33.4-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f4331a2d8eee3d426ae0625e0029724c08686a9dcdcdfc5a23af49709eb4426",
                "md5": "970c3593a517ddea85e3cd94646d3187",
                "sha256": "d667a241ce41cf3b2643f7c5bf228e4556273d680a5e21f1f04cb2d956734d19"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "970c3593a517ddea85e3cd94646d3187",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1397167,
            "upload_time": "2024-11-22T20:47:55",
            "upload_time_iso_8601": "2024-11-22T20:47:55.458593Z",
            "url": "https://files.pythonhosted.org/packages/4f/43/31a2d8eee3d426ae0625e0029724c08686a9dcdcdfc5a23af49709eb4426/xlwings-0.33.4-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d4d19ff00ea40fc2ccd3479c12bad642df6770210c575c94e7e4e459671c51b8",
                "md5": "92cb638bab4addf738ca0c785e0c600b",
                "sha256": "65eaa0c417a522fcc021e6d70ac5b7988768f01e13eecf2f991ab1b24b4bc2b8"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "92cb638bab4addf738ca0c785e0c600b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1458572,
            "upload_time": "2024-11-22T20:47:57",
            "upload_time_iso_8601": "2024-11-22T20:47:57.405250Z",
            "url": "https://files.pythonhosted.org/packages/d4/d1/9ff00ea40fc2ccd3479c12bad642df6770210c575c94e7e4e459671c51b8/xlwings-0.33.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3deb1a012e871fb1eaa50740752502f900ca05654128b91320d40ebb2e97d265",
                "md5": "a217c7d03543fdb40fa6b979b8fa24ef",
                "sha256": "719118ca20792852f65e6b73acace92ebf3ae4919e696e4d6e75f0347e713434"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "a217c7d03543fdb40fa6b979b8fa24ef",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1464853,
            "upload_time": "2024-11-22T20:47:58",
            "upload_time_iso_8601": "2024-11-22T20:47:58.802393Z",
            "url": "https://files.pythonhosted.org/packages/3d/eb/1a012e871fb1eaa50740752502f900ca05654128b91320d40ebb2e97d265/xlwings-0.33.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c78ee4930c1b21af4600c55078704bb29cc2833c23475dd0ac8318c37d04c641",
                "md5": "de28ca72b17cb794e2c73c96e03c6778",
                "sha256": "2bcc7784c2539705720bccb1ec4a2e72437e7cc354fa681b724510a6224c17c9"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "de28ca72b17cb794e2c73c96e03c6778",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1466456,
            "upload_time": "2024-11-22T20:48:00",
            "upload_time_iso_8601": "2024-11-22T20:48:00.115242Z",
            "url": "https://files.pythonhosted.org/packages/c7/8e/e4930c1b21af4600c55078704bb29cc2833c23475dd0ac8318c37d04c641/xlwings-0.33.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8fdbd22d00f014e7203051d04dc30aa12c7b221f3b6ec4cf6b4b655cc6662fac",
                "md5": "15c03120f27d3a4d4b04bb49596e5d91",
                "sha256": "5fa736ff6a662da76f15795e07b34e2a448796697b149bb26e83616c573b51fc"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp311-cp311-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "15c03120f27d3a4d4b04bb49596e5d91",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1637482,
            "upload_time": "2024-11-22T20:48:01",
            "upload_time_iso_8601": "2024-11-22T20:48:01.458951Z",
            "url": "https://files.pythonhosted.org/packages/8f/db/d22d00f014e7203051d04dc30aa12c7b221f3b6ec4cf6b4b655cc6662fac/xlwings-0.33.4-cp311-cp311-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33f4ec1cf857ff9031777f0a9f2618ce2b9cbc76d1304d6c6426093156b40c75",
                "md5": "abda14929c12052badc3b03bcd0f9c69",
                "sha256": "cc25a5b45be140cedf432fd2ca03636ba467b7d7a86a222e74729ffa7d9f6b70"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "abda14929c12052badc3b03bcd0f9c69",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1637288,
            "upload_time": "2024-11-22T20:48:02",
            "upload_time_iso_8601": "2024-11-22T20:48:02.757181Z",
            "url": "https://files.pythonhosted.org/packages/33/f4/ec1cf857ff9031777f0a9f2618ce2b9cbc76d1304d6c6426093156b40c75/xlwings-0.33.4-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a87acb263fc1df582aecd21cff3a396e5202128b126a2265e13a4e61e2f50ea9",
                "md5": "5e0cdcd8dc8fb11ab9c572e2f3c48bd9",
                "sha256": "75af7857132609d0a0ad162cac0ea5e090a333b2f9c66be22655eb953d75de1c"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5e0cdcd8dc8fb11ab9c572e2f3c48bd9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1624186,
            "upload_time": "2024-11-22T20:48:04",
            "upload_time_iso_8601": "2024-11-22T20:48:04.400124Z",
            "url": "https://files.pythonhosted.org/packages/a8/7a/cb263fc1df582aecd21cff3a396e5202128b126a2265e13a4e61e2f50ea9/xlwings-0.33.4-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e51c16a4fa6ad98e312a22d4e8f49179b318489ce088ef4dd38987e16e84d37a",
                "md5": "f6af4b003ebb0891b2e7155b7c21812d",
                "sha256": "907f47faf61bbafcc1f318e0dfd8f536ef5e930aa43e89221d7e308d3dea3c6b"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f6af4b003ebb0891b2e7155b7c21812d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1410330,
            "upload_time": "2024-11-22T20:48:06",
            "upload_time_iso_8601": "2024-11-22T20:48:06.374811Z",
            "url": "https://files.pythonhosted.org/packages/e5/1c/16a4fa6ad98e312a22d4e8f49179b318489ce088ef4dd38987e16e84d37a/xlwings-0.33.4-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "efcc160be5d4e01b4a7cfa8be6279d6dac675c9c089d7a620eaffc8c1782c1c4",
                "md5": "c09c743129ed97b68b6cb8db09257285",
                "sha256": "f7af2fead9f4988de46a22e16d3cab39b4e6779a28d60e8b92adb42ee7af96d6"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c09c743129ed97b68b6cb8db09257285",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1397321,
            "upload_time": "2024-11-22T20:48:07",
            "upload_time_iso_8601": "2024-11-22T20:48:07.655670Z",
            "url": "https://files.pythonhosted.org/packages/ef/cc/160be5d4e01b4a7cfa8be6279d6dac675c9c089d7a620eaffc8c1782c1c4/xlwings-0.33.4-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "002f3a5d35a532f302e78c31fc840899e45d9f0e9540e7517223813031d465a8",
                "md5": "af586cfdae1e0ba030729c5ca8e75c16",
                "sha256": "4cbc1053c5fe8c93379f5d6fd5c72709896351b987f688d90adce2303923a680"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "af586cfdae1e0ba030729c5ca8e75c16",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1458689,
            "upload_time": "2024-11-22T20:48:09",
            "upload_time_iso_8601": "2024-11-22T20:48:09.273544Z",
            "url": "https://files.pythonhosted.org/packages/00/2f/3a5d35a532f302e78c31fc840899e45d9f0e9540e7517223813031d465a8/xlwings-0.33.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bac85b22ecbdab4094cf30d05a792bc1ef3996f938ae510cd763220b47f94f6d",
                "md5": "8c365ea421c59eb5d93617cf02f2eded",
                "sha256": "b8c774aa582b56277f89dc9e25d2a4d87be925260d5db2a39a5b7e8fe2b7220d"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "8c365ea421c59eb5d93617cf02f2eded",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1462613,
            "upload_time": "2024-11-22T20:48:10",
            "upload_time_iso_8601": "2024-11-22T20:48:10.739910Z",
            "url": "https://files.pythonhosted.org/packages/ba/c8/5b22ecbdab4094cf30d05a792bc1ef3996f938ae510cd763220b47f94f6d/xlwings-0.33.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "073517359fac19c118fa8274d680d9aa8a5f79f16fa1522dc5db9e5f6ff29a5a",
                "md5": "2a2dcaa965285a9e2c623ac237639545",
                "sha256": "bc42ff28d83feb1a4ba6ff3395375e565f2dfc2981570d9cbeef4f48ae104fcc"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2a2dcaa965285a9e2c623ac237639545",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1466050,
            "upload_time": "2024-11-22T20:48:12",
            "upload_time_iso_8601": "2024-11-22T20:48:12.076664Z",
            "url": "https://files.pythonhosted.org/packages/07/35/17359fac19c118fa8274d680d9aa8a5f79f16fa1522dc5db9e5f6ff29a5a/xlwings-0.33.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc2fc2c7292eeccafa598eaf3a8ef7b66a0bc035c8aefb3aba969753b1266993",
                "md5": "a39e3675bd6919547eebd93990040460",
                "sha256": "e50b40baaeecb5ec4ba0247d9a8d9f3a720901202dc36f562ed3cc19ed58132e"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp312-cp312-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a39e3675bd6919547eebd93990040460",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1637445,
            "upload_time": "2024-11-22T20:48:13",
            "upload_time_iso_8601": "2024-11-22T20:48:13.394491Z",
            "url": "https://files.pythonhosted.org/packages/cc/2f/c2c7292eeccafa598eaf3a8ef7b66a0bc035c8aefb3aba969753b1266993/xlwings-0.33.4-cp312-cp312-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e095c4740dccaafbdad4be529d33f5fedd7553bdac7eac786c8c7e2e3ceb9ad1",
                "md5": "01f3d3b74b0ac10693a10814a0022b98",
                "sha256": "d14c46af97e5a3967b9a52f3e7e4a39e6165adcb60c65bc06558eccf700f0b8d"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "01f3d3b74b0ac10693a10814a0022b98",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1637065,
            "upload_time": "2024-11-22T20:48:14",
            "upload_time_iso_8601": "2024-11-22T20:48:14.666937Z",
            "url": "https://files.pythonhosted.org/packages/e0/95/c4740dccaafbdad4be529d33f5fedd7553bdac7eac786c8c7e2e3ceb9ad1/xlwings-0.33.4-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b43a712f84e16d47652235fb212154dd6b500a5ae1385bb7d3f7a539266566c",
                "md5": "93ad5d4efa8d73668a576ea307d6913b",
                "sha256": "b17857d522d5096de22a303ab9ba94995cde7565e09d13c913a9450d0006e4b5"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "93ad5d4efa8d73668a576ea307d6913b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1624497,
            "upload_time": "2024-11-22T20:48:16",
            "upload_time_iso_8601": "2024-11-22T20:48:16.000829Z",
            "url": "https://files.pythonhosted.org/packages/8b/43/a712f84e16d47652235fb212154dd6b500a5ae1385bb7d3f7a539266566c/xlwings-0.33.4-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ded50df568ce3593b61a930920487d0d8f28cbbbe14f3f5cf00b62a61322ab0",
                "md5": "329e9130d63cb1e5804dc8cb52c78d20",
                "sha256": "b9612ddf7c26ebb07507f8b12a69c7b1082364d6e0f6fbb3ebab025b9a525a55"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp313-cp313-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "329e9130d63cb1e5804dc8cb52c78d20",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1410332,
            "upload_time": "2024-11-22T20:48:17",
            "upload_time_iso_8601": "2024-11-22T20:48:17.275831Z",
            "url": "https://files.pythonhosted.org/packages/1d/ed/50df568ce3593b61a930920487d0d8f28cbbbe14f3f5cf00b62a61322ab0/xlwings-0.33.4-cp313-cp313-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6fff5ae502c6c0836cd20ee08d0ab84404ba9d282c1504fa45e7113543aa6957",
                "md5": "d8d6575c73d807f501065f3f67ab016c",
                "sha256": "aba9886540426ebf621eb22a031a9482f47464d0dce5b5fce0cd48527230ed59"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d8d6575c73d807f501065f3f67ab016c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1397322,
            "upload_time": "2024-11-22T20:48:18",
            "upload_time_iso_8601": "2024-11-22T20:48:18.507513Z",
            "url": "https://files.pythonhosted.org/packages/6f/ff/5ae502c6c0836cd20ee08d0ab84404ba9d282c1504fa45e7113543aa6957/xlwings-0.33.4-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "616ef6b99b120bba29c3489e2ad07c547a2dfb2122c223d069695430817d29c4",
                "md5": "2f4729905c2a2bc7d7568144aca6405a",
                "sha256": "82a78e382113b5a988482f71f097105c116dece69562a3ccbc07bb5553999466"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2f4729905c2a2bc7d7568144aca6405a",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1458688,
            "upload_time": "2024-11-22T20:48:20",
            "upload_time_iso_8601": "2024-11-22T20:48:20.568113Z",
            "url": "https://files.pythonhosted.org/packages/61/6e/f6b99b120bba29c3489e2ad07c547a2dfb2122c223d069695430817d29c4/xlwings-0.33.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c7b7ac9a7a831cec8156e90b42b7d5b0a31558a029fb6ef53c5eb03026c6ea18",
                "md5": "25fb65f42f804ec839806479e83f9d06",
                "sha256": "39b3dabaf40259b33c35795cc6efe260c6259fc35fe53b3a67a88063e9001a78"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "25fb65f42f804ec839806479e83f9d06",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1462613,
            "upload_time": "2024-11-22T20:48:21",
            "upload_time_iso_8601": "2024-11-22T20:48:21.903017Z",
            "url": "https://files.pythonhosted.org/packages/c7/b7/ac9a7a831cec8156e90b42b7d5b0a31558a029fb6ef53c5eb03026c6ea18/xlwings-0.33.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db8825e6a7825f69e9379ef6006974522fab67aff93e43a2be3ed9d00305ec5a",
                "md5": "54abe182e7535f15975c7435f6467636",
                "sha256": "6d43d2f174e94662598bcd4c702d83183753b14fab7da08ab71b06de6bd813c6"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "54abe182e7535f15975c7435f6467636",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1466052,
            "upload_time": "2024-11-22T20:48:23",
            "upload_time_iso_8601": "2024-11-22T20:48:23.304590Z",
            "url": "https://files.pythonhosted.org/packages/db/88/25e6a7825f69e9379ef6006974522fab67aff93e43a2be3ed9d00305ec5a/xlwings-0.33.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21dce1e97738bb765cd5992fb1caa04da0e29c102e831044ba4088864bc45ff9",
                "md5": "2701fb7827d53dd8f73f86fd15df4c59",
                "sha256": "2bd2e2ab8774cb35a6d7116c951666d6b859c5173e4780f204c6064dbfdb13ab"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp313-cp313-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2701fb7827d53dd8f73f86fd15df4c59",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1637446,
            "upload_time": "2024-11-22T20:48:24",
            "upload_time_iso_8601": "2024-11-22T20:48:24.686061Z",
            "url": "https://files.pythonhosted.org/packages/21/dc/e1e97738bb765cd5992fb1caa04da0e29c102e831044ba4088864bc45ff9/xlwings-0.33.4-cp313-cp313-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf4cd4852735d160e4d4443812d6ee21d817fe8b8c41e831fa0b82e759e2a08f",
                "md5": "dc1a95ca07acb69bac843bb6fcdfd9d2",
                "sha256": "2d360abfdde259d9937a45f72650b717b84d7a90fdfc7d5a131bc8512b9acb5d"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp313-cp313-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dc1a95ca07acb69bac843bb6fcdfd9d2",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1637064,
            "upload_time": "2024-11-22T20:48:26",
            "upload_time_iso_8601": "2024-11-22T20:48:26.491319Z",
            "url": "https://files.pythonhosted.org/packages/cf/4c/d4852735d160e4d4443812d6ee21d817fe8b8c41e831fa0b82e759e2a08f/xlwings-0.33.4-cp313-cp313-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "703aeb294627718da569da3ee9b43c5d169fa2da2250b8747a609fe249546947",
                "md5": "0fa4a1acf43a0eff09202400ed1319a4",
                "sha256": "d1015aeb1cd444844e0bb1b7fbd0886ad3b69daefc754a7891e908cb9754af53"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0fa4a1acf43a0eff09202400ed1319a4",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1624496,
            "upload_time": "2024-11-22T20:48:28",
            "upload_time_iso_8601": "2024-11-22T20:48:28.756770Z",
            "url": "https://files.pythonhosted.org/packages/70/3a/eb294627718da569da3ee9b43c5d169fa2da2250b8747a609fe249546947/xlwings-0.33.4-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d0afb90b2880cc9faf585e89e29cf66cae567311bacfd26a3982b017c1a1d1d9",
                "md5": "00daea44cdc9fa2734492c016ae87e72",
                "sha256": "768a3e0fe0bebf1b14f648e4aaa91c9d2d163c809801a039df945fdc08c0a010"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp39-cp39-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "00daea44cdc9fa2734492c016ae87e72",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1410991,
            "upload_time": "2024-11-22T20:48:30",
            "upload_time_iso_8601": "2024-11-22T20:48:30.842979Z",
            "url": "https://files.pythonhosted.org/packages/d0/af/b90b2880cc9faf585e89e29cf66cae567311bacfd26a3982b017c1a1d1d9/xlwings-0.33.4-cp39-cp39-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fcf95140cb10b325523584cb4638dd0766260d4be72ca8e565f9b2dbf7cd5cf9",
                "md5": "7b51d6d5e5eb80a8bf23575cace6bdea",
                "sha256": "7c4d362d8e9979cb513367937e35a66c422e87f13e35e950c5a8ad46bb8dc961"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "7b51d6d5e5eb80a8bf23575cace6bdea",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1397088,
            "upload_time": "2024-11-22T20:48:32",
            "upload_time_iso_8601": "2024-11-22T20:48:32.206258Z",
            "url": "https://files.pythonhosted.org/packages/fc/f9/5140cb10b325523584cb4638dd0766260d4be72ca8e565f9b2dbf7cd5cf9/xlwings-0.33.4-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a577c9bc5a8ba216cb8582182a1b522eb3802ba04fdbed1889e03c472249b6b3",
                "md5": "d3e79ef0ed9a13a27b58fa6f12e04f24",
                "sha256": "dea4a8d858c0b1bf2139777cdf19fd65ce29d2c7739508d2041016611e30367b"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d3e79ef0ed9a13a27b58fa6f12e04f24",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1458269,
            "upload_time": "2024-11-22T20:48:33",
            "upload_time_iso_8601": "2024-11-22T20:48:33.550369Z",
            "url": "https://files.pythonhosted.org/packages/a5/77/c9bc5a8ba216cb8582182a1b522eb3802ba04fdbed1889e03c472249b6b3/xlwings-0.33.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0488f5540f15580df303f9f24717596c665f255ad571cd1b76757b256a15c2d4",
                "md5": "94b1e9bbb58f023160c6df8312cf09bd",
                "sha256": "73129aa75441e60c090193d2009376dd73fab8ddd5775590a9b6ccf814a67f82"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "94b1e9bbb58f023160c6df8312cf09bd",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1464986,
            "upload_time": "2024-11-22T20:48:35",
            "upload_time_iso_8601": "2024-11-22T20:48:35.736050Z",
            "url": "https://files.pythonhosted.org/packages/04/88/f5540f15580df303f9f24717596c665f255ad571cd1b76757b256a15c2d4/xlwings-0.33.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "255c775d632808cc7d35c95a0dd29e88ca6ba07470fb5836575e866020d28209",
                "md5": "94b9741cfab6a429e289a3457a13e7be",
                "sha256": "e8b0641286184c1aa81c1ba580b21fa6777d1c9c1d9e7e5e11ea182ce160bd04"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "94b9741cfab6a429e289a3457a13e7be",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1466306,
            "upload_time": "2024-11-22T20:48:37",
            "upload_time_iso_8601": "2024-11-22T20:48:37.746606Z",
            "url": "https://files.pythonhosted.org/packages/25/5c/775d632808cc7d35c95a0dd29e88ca6ba07470fb5836575e866020d28209/xlwings-0.33.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "98ba94a877852f7b8dcc3dfe6b4376590681a94d38ac71245de7c2ed3b07f7d2",
                "md5": "ac1669c311a1b97dc53f419a9c611027",
                "sha256": "1bd45de4b0113d91c6d601a4e1595566ea43bf071dd5fffb4c9933121a610803"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp39-cp39-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ac1669c311a1b97dc53f419a9c611027",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1637376,
            "upload_time": "2024-11-22T20:48:39",
            "upload_time_iso_8601": "2024-11-22T20:48:39.401689Z",
            "url": "https://files.pythonhosted.org/packages/98/ba/94a877852f7b8dcc3dfe6b4376590681a94d38ac71245de7c2ed3b07f7d2/xlwings-0.33.4-cp39-cp39-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f8c0fbe418fdf80444991979a75db2b434a13fd1f321d673c96cbcf13d92934",
                "md5": "5cfbba50eca48de220242f605a800231",
                "sha256": "95a2f9e0fcac5b037edf90dcdca3c2bc7904099b6983cfc64c0e79a31eba66ec"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5cfbba50eca48de220242f605a800231",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1637239,
            "upload_time": "2024-11-22T20:48:40",
            "upload_time_iso_8601": "2024-11-22T20:48:40.727042Z",
            "url": "https://files.pythonhosted.org/packages/7f/8c/0fbe418fdf80444991979a75db2b434a13fd1f321d673c96cbcf13d92934/xlwings-0.33.4-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ea736ddc31065d85c036be3ab90a1aaae2c5b2ed6551540a489876ebf53e01a",
                "md5": "7478b2accc1b8ba8bf9b9bed7496f854",
                "sha256": "a9bf9ecd66f229431a0c5e20149a3e84b97d1c505422f4580f0ff60ec08cad0c"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7478b2accc1b8ba8bf9b9bed7496f854",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1623888,
            "upload_time": "2024-11-22T20:48:42",
            "upload_time_iso_8601": "2024-11-22T20:48:42.211432Z",
            "url": "https://files.pythonhosted.org/packages/0e/a7/36ddc31065d85c036be3ab90a1aaae2c5b2ed6551540a489876ebf53e01a/xlwings-0.33.4-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eadd88c8efff42538857dd4466d755093aa8e8abc618ceb6b88d3ee3d0f38012",
                "md5": "b8124d801a4aa2a96ed279f3c955f368",
                "sha256": "b766832177e602e2d1388730c83bd9bf09cb0424362f11baf790150c6b584736"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b8124d801a4aa2a96ed279f3c955f368",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 730062,
            "upload_time": "2024-11-22T20:48:43",
            "upload_time_iso_8601": "2024-11-22T20:48:43.755059Z",
            "url": "https://files.pythonhosted.org/packages/ea/dd/88c8efff42538857dd4466d755093aa8e8abc618ceb6b88d3ee3d0f38012/xlwings-0.33.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8fd99ac7d91fa46e0f49fe5a73dfab2ab96b8715bb6f66a061a66ce76c1cd08a",
                "md5": "7bad38b4da7a5e6831fa2123192b6ce3",
                "sha256": "59c331af96ad178bc66401a9e3df62fd007dac5a5beeb022291fa0d276b06e6d"
            },
            "downloads": -1,
            "filename": "xlwings-0.33.4.tar.gz",
            "has_sig": false,
            "md5_digest": "7bad38b4da7a5e6831fa2123192b6ce3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 1087657,
            "upload_time": "2024-11-22T20:47:36",
            "upload_time_iso_8601": "2024-11-22T20:47:36.434449Z",
            "url": "https://files.pythonhosted.org/packages/8f/d9/9ac7d91fa46e0f49fe5a73dfab2ab96b8715bb6f66a061a66ce76c1cd08a/xlwings-0.33.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-22 20:47:36",
    "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.39140s