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/2e/d6/9be27d3404a3ff304dbcb2c6e41598e8c04c13b0b587c887d847c2c5f5a9/xlwings-0.33.3.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.3",
"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": "0269c0db8139bff7e9cd425cbcba15be95f02645fc3d74ee437847fc89fef39e",
"md5": "c5cf99e454d40232b7a00ec9d7b09d83",
"sha256": "db7aa5e8911451c78bd722e8bef50d0f2914856591c97fe6f2f8346bf0410806"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp310-cp310-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "c5cf99e454d40232b7a00ec9d7b09d83",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 1413628,
"upload_time": "2024-10-21T19:52:04",
"upload_time_iso_8601": "2024-10-21T19:52:04.881710Z",
"url": "https://files.pythonhosted.org/packages/02/69/c0db8139bff7e9cd425cbcba15be95f02645fc3d74ee437847fc89fef39e/xlwings-0.33.3-cp310-cp310-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3692d87b9ada48f2531ce4d6371b3e36260032d219002d421946df0e47a50188",
"md5": "068fd4d5d6546b9f78b3b19d4bdd6b78",
"sha256": "ad607de2a6ca47b3b11e2fc2759461feabd201ee660799be2bbc25a102f11c8f"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "068fd4d5d6546b9f78b3b19d4bdd6b78",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 1399668,
"upload_time": "2024-10-21T19:52:06",
"upload_time_iso_8601": "2024-10-21T19:52:06.401213Z",
"url": "https://files.pythonhosted.org/packages/36/92/d87b9ada48f2531ce4d6371b3e36260032d219002d421946df0e47a50188/xlwings-0.33.3-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "946ce768c4d62939fac6e74b8c54db4285789654c85c72d2d5f750e425da08a3",
"md5": "369585b21719137cf8d90a462dff140c",
"sha256": "8ce0826eb6aaddafd9e0b1fb0c5b781d1468649856b1837e0774015c158534db"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "369585b21719137cf8d90a462dff140c",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 1460973,
"upload_time": "2024-10-21T19:52:08",
"upload_time_iso_8601": "2024-10-21T19:52:08.549108Z",
"url": "https://files.pythonhosted.org/packages/94/6c/e768c4d62939fac6e74b8c54db4285789654c85c72d2d5f750e425da08a3/xlwings-0.33.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e137b9c619321ddbf5570970ee589d24d4a501118bc038d5c18fc5ed7afab9e5",
"md5": "a90284e5e16ed001b5ae8124da3f8ed7",
"sha256": "d06f5aeb19301d7d15c26c10ebf4abde2ba98f256a824bfe0ca3b3b6c83cd895"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "a90284e5e16ed001b5ae8124da3f8ed7",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 1467235,
"upload_time": "2024-10-21T19:52:10",
"upload_time_iso_8601": "2024-10-21T19:52:10.179561Z",
"url": "https://files.pythonhosted.org/packages/e1/37/b9c619321ddbf5570970ee589d24d4a501118bc038d5c18fc5ed7afab9e5/xlwings-0.33.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "20495f0e1efbec0b116e74a1911b55bc71b6fe02ab696c02378f2bb2c1d7191f",
"md5": "942551c50c28cf9e4c46d1d1021c66e4",
"sha256": "4d2761d449885703ab3f921a6fa42242ad2f58eafec031fa7d1deac8fe8c2ae6"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "942551c50c28cf9e4c46d1d1021c66e4",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 1468849,
"upload_time": "2024-10-21T19:52:12",
"upload_time_iso_8601": "2024-10-21T19:52:12.330415Z",
"url": "https://files.pythonhosted.org/packages/20/49/5f0e1efbec0b116e74a1911b55bc71b6fe02ab696c02378f2bb2c1d7191f/xlwings-0.33.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6517d9ce492200534aa0d488cfafe785af6ab482eb3e5cb91a4eed306afbb3e1",
"md5": "77fe2509e88aba6b8cd66f8c3aca2866",
"sha256": "1386d74ba504077c4601f3e2e3a9090651b4edf11194c19ab3610b5aeba77f51"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp310-cp310-musllinux_1_1_aarch64.whl",
"has_sig": false,
"md5_digest": "77fe2509e88aba6b8cd66f8c3aca2866",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 1646147,
"upload_time": "2024-10-21T19:52:14",
"upload_time_iso_8601": "2024-10-21T19:52:14.147849Z",
"url": "https://files.pythonhosted.org/packages/65/17/d9ce492200534aa0d488cfafe785af6ab482eb3e5cb91a4eed306afbb3e1/xlwings-0.33.3-cp310-cp310-musllinux_1_1_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7b1e24308609cd043ebaa69d9bdb42f8b6ce7a12e2cceacf30f0285a338062bb",
"md5": "6976100e736df7405fc6d2bb65f11d6e",
"sha256": "e805d52837c789015346ae55bd28abea1049b63faf0ddd313dd5e5fe2af9ea93"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp310-cp310-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "6976100e736df7405fc6d2bb65f11d6e",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 1628324,
"upload_time": "2024-10-21T19:52:16",
"upload_time_iso_8601": "2024-10-21T19:52:16.364147Z",
"url": "https://files.pythonhosted.org/packages/7b/1e/24308609cd043ebaa69d9bdb42f8b6ce7a12e2cceacf30f0285a338062bb/xlwings-0.33.3-cp310-cp310-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c3fc4c3988c795aac5c74a5525ed2c87779a363389eb846176c1ef590bc10621",
"md5": "6afa9fc8395d2dc900841b53f4680ddd",
"sha256": "9b323a9173c13437bc7ad8ca7c53ddd2ce573bc10838e1afb8e2fe3e00f4e551"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "6afa9fc8395d2dc900841b53f4680ddd",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 1647336,
"upload_time": "2024-10-21T19:52:18",
"upload_time_iso_8601": "2024-10-21T19:52:18.900080Z",
"url": "https://files.pythonhosted.org/packages/c3/fc/4c3988c795aac5c74a5525ed2c87779a363389eb846176c1ef590bc10621/xlwings-0.33.3-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "411940186d86716b8c11ed46f6560c4d35a3f3cc08b62a81149a88193ec6c96f",
"md5": "11a4bc946cd4ee212adf5e81bb1cb101",
"sha256": "a05ebc44553616564232c8d24689fc233c93faa89b578c1d8340bee66cdde54e"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp311-cp311-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "11a4bc946cd4ee212adf5e81bb1cb101",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 1413678,
"upload_time": "2024-10-21T19:52:20",
"upload_time_iso_8601": "2024-10-21T19:52:20.477102Z",
"url": "https://files.pythonhosted.org/packages/41/19/40186d86716b8c11ed46f6560c4d35a3f3cc08b62a81149a88193ec6c96f/xlwings-0.33.3-cp311-cp311-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "763b801e01cc3066d9a703bb9ee541fc1b6c132b8db1a4f70b729a76b40b2dcd",
"md5": "62c5c9c25965b1397bc25001be161974",
"sha256": "0d1c43a53e0763725e505f4c85d0e58ca9aeb0adf713998663f3395393ff74ec"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "62c5c9c25965b1397bc25001be161974",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 1399725,
"upload_time": "2024-10-21T19:52:22",
"upload_time_iso_8601": "2024-10-21T19:52:22.702393Z",
"url": "https://files.pythonhosted.org/packages/76/3b/801e01cc3066d9a703bb9ee541fc1b6c132b8db1a4f70b729a76b40b2dcd/xlwings-0.33.3-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7c7c86894d80a495085e6ac87690d76c2f16e66dd185e146bd4899b40a6f612f",
"md5": "62cc1382d213b7fd65757e3889495fc9",
"sha256": "9e146f636f7eff1eb327bf85f72fee120089d468d67520563eebc7d9f014364e"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "62cc1382d213b7fd65757e3889495fc9",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 1460997,
"upload_time": "2024-10-21T19:52:24",
"upload_time_iso_8601": "2024-10-21T19:52:24.261017Z",
"url": "https://files.pythonhosted.org/packages/7c/7c/86894d80a495085e6ac87690d76c2f16e66dd185e146bd4899b40a6f612f/xlwings-0.33.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "12c0cd46ce07b4062abcbbe7b04ac50390963be5e1df937a1a0a207d49d6fff4",
"md5": "a79a534cb29e3006d4de87dc7253897f",
"sha256": "d2b192cb64ea901371552ad958f9ebbf736c7326a01d73c5d866f116c9fde7ba"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "a79a534cb29e3006d4de87dc7253897f",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 1467424,
"upload_time": "2024-10-21T19:52:25",
"upload_time_iso_8601": "2024-10-21T19:52:25.786918Z",
"url": "https://files.pythonhosted.org/packages/12/c0/cd46ce07b4062abcbbe7b04ac50390963be5e1df937a1a0a207d49d6fff4/xlwings-0.33.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "623c84f61c1d25d771cdcb558375916c9dcc7321de63ce6eb2f26deeda9efe7f",
"md5": "25814f4ddcabe4492afc3633e8c5f149",
"sha256": "225f9ca9416a3dad68a0043e69bdb4984dd5eaad532192a701d934f63a369d3a"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "25814f4ddcabe4492afc3633e8c5f149",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 1468919,
"upload_time": "2024-10-21T19:52:28",
"upload_time_iso_8601": "2024-10-21T19:52:28.522103Z",
"url": "https://files.pythonhosted.org/packages/62/3c/84f61c1d25d771cdcb558375916c9dcc7321de63ce6eb2f26deeda9efe7f/xlwings-0.33.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5c9a22b1a273213be0f83dd84ab8a4deec0052463f745e05856fab2eb35ddd95",
"md5": "ce2bec931884b05eb20c08eeb69806c8",
"sha256": "c03f31a24cc7124875da1bcae25851cdb3f15cb192cf1fa1d8137a47cbfd3e51"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp311-cp311-musllinux_1_1_aarch64.whl",
"has_sig": false,
"md5_digest": "ce2bec931884b05eb20c08eeb69806c8",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 1646205,
"upload_time": "2024-10-21T19:52:30",
"upload_time_iso_8601": "2024-10-21T19:52:30.686149Z",
"url": "https://files.pythonhosted.org/packages/5c/9a/22b1a273213be0f83dd84ab8a4deec0052463f745e05856fab2eb35ddd95/xlwings-0.33.3-cp311-cp311-musllinux_1_1_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a927e3a232a61f28443da902b5543011b7230f165cc05c4a5d65580c57f7cd7e",
"md5": "83ddd038d075463e5e52a36874b147c5",
"sha256": "2540d30f883abe705830aaee60f487e2a9430df580a81ca7ee49384bd45e1d4e"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp311-cp311-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "83ddd038d075463e5e52a36874b147c5",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 1628287,
"upload_time": "2024-10-21T19:52:32",
"upload_time_iso_8601": "2024-10-21T19:52:32.341341Z",
"url": "https://files.pythonhosted.org/packages/a9/27/e3a232a61f28443da902b5543011b7230f165cc05c4a5d65580c57f7cd7e/xlwings-0.33.3-cp311-cp311-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "97d9ee6e5a59832911f0975d466507fbb20211c77c3149e6f6f77341d80bb1e3",
"md5": "876e26e26b775370ec5ef61eb57a7b73",
"sha256": "949f48728cdc53280140fab44e22b6ff4ee7297569473721b3872528d143e1a7"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "876e26e26b775370ec5ef61eb57a7b73",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 1647344,
"upload_time": "2024-10-21T19:52:33",
"upload_time_iso_8601": "2024-10-21T19:52:33.811078Z",
"url": "https://files.pythonhosted.org/packages/97/d9/ee6e5a59832911f0975d466507fbb20211c77c3149e6f6f77341d80bb1e3/xlwings-0.33.3-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3f742376cc171b04df77f595fd52c268a99b6b52900ceb2ff46d4881ea43a1b8",
"md5": "102db3db3e6e15213b606a938affca22",
"sha256": "88172a4fb4966ae900104417e1cec8b0b553be27ce22c9df9e467a3b32af60ff"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp312-cp312-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "102db3db3e6e15213b606a938affca22",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 1412898,
"upload_time": "2024-10-21T19:52:35",
"upload_time_iso_8601": "2024-10-21T19:52:35.234197Z",
"url": "https://files.pythonhosted.org/packages/3f/74/2376cc171b04df77f595fd52c268a99b6b52900ceb2ff46d4881ea43a1b8/xlwings-0.33.3-cp312-cp312-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "21c9826b1f31eed15174a37caa06c42998adb709b4b7b43f13aa172fa1549c77",
"md5": "af0a886ea7d3afe115a3e5c2eb316f7a",
"sha256": "15d77f6be8a276cbfd963ca0558a95bb99bc59efb86f72dbb8794601c04a6b4e"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "af0a886ea7d3afe115a3e5c2eb316f7a",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 1399916,
"upload_time": "2024-10-21T19:52:37",
"upload_time_iso_8601": "2024-10-21T19:52:37.495927Z",
"url": "https://files.pythonhosted.org/packages/21/c9/826b1f31eed15174a37caa06c42998adb709b4b7b43f13aa172fa1549c77/xlwings-0.33.3-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "dcbd1193de73401b3a0d6fefd8dfe58e4874752c1146ff3ecc5da9f5af556a20",
"md5": "b97382a754d2fee82e40dab20334ef23",
"sha256": "9eba058209fb2ea0b2c44a986c05076e8f10d7a8fddbebe64becb3e03615dfd9"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "b97382a754d2fee82e40dab20334ef23",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 1461010,
"upload_time": "2024-10-21T19:52:39",
"upload_time_iso_8601": "2024-10-21T19:52:39.795939Z",
"url": "https://files.pythonhosted.org/packages/dc/bd/1193de73401b3a0d6fefd8dfe58e4874752c1146ff3ecc5da9f5af556a20/xlwings-0.33.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "881f5ff89b2502d4e0e06da6b891d9b68e946f984dd94d3ba6b61b928d71279a",
"md5": "5503b367956fad99851d7c7f1d0d320d",
"sha256": "4beda585bb2a9108e3a2841a0565eaa81b057d8facd2b98e1e0e3cb33b0914e2"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "5503b367956fad99851d7c7f1d0d320d",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 1465442,
"upload_time": "2024-10-21T19:52:42",
"upload_time_iso_8601": "2024-10-21T19:52:42.003638Z",
"url": "https://files.pythonhosted.org/packages/88/1f/5ff89b2502d4e0e06da6b891d9b68e946f984dd94d3ba6b61b928d71279a/xlwings-0.33.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "83fdd4c533228f08288709e95830ef35daac3896632846d189a8de6c2495e203",
"md5": "9bbf2a312c4f30a2acf12c5d542bb3be",
"sha256": "645e2d9c354a0f0167ec77bf8aa6aa4949cbbda7422b99ebd910d743062cae16"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "9bbf2a312c4f30a2acf12c5d542bb3be",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 1468529,
"upload_time": "2024-10-21T19:52:43",
"upload_time_iso_8601": "2024-10-21T19:52:43.482605Z",
"url": "https://files.pythonhosted.org/packages/83/fd/d4c533228f08288709e95830ef35daac3896632846d189a8de6c2495e203/xlwings-0.33.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fcb22129c8d6a10b726e6d46efcd8eac17bffd4840dcec63bdd373616699e1cd",
"md5": "b99be1e91c749e12d6812366e3624c0e",
"sha256": "6f9c26f0348b5a53f26de341d62c25f49a9347eead9a768ee64668e488226e61"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp312-cp312-musllinux_1_1_aarch64.whl",
"has_sig": false,
"md5_digest": "b99be1e91c749e12d6812366e3624c0e",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 1646230,
"upload_time": "2024-10-21T19:52:45",
"upload_time_iso_8601": "2024-10-21T19:52:45.752931Z",
"url": "https://files.pythonhosted.org/packages/fc/b2/2129c8d6a10b726e6d46efcd8eac17bffd4840dcec63bdd373616699e1cd/xlwings-0.33.3-cp312-cp312-musllinux_1_1_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8d53c7af0a9e2c842595282c5e9aab3322f69ffd7c2bcefe67dc80a788f32d43",
"md5": "eabf07905dba6aa5854958bac23aef1d",
"sha256": "27d5574e8e40fc7f93108ad8f603081b5ce2ec57a0305b2200bb0854b044912a"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp312-cp312-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "eabf07905dba6aa5854958bac23aef1d",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 1628312,
"upload_time": "2024-10-21T19:52:47",
"upload_time_iso_8601": "2024-10-21T19:52:47.246373Z",
"url": "https://files.pythonhosted.org/packages/8d/53/c7af0a9e2c842595282c5e9aab3322f69ffd7c2bcefe67dc80a788f32d43/xlwings-0.33.3-cp312-cp312-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0e22b5e43f296129addbcd50b27b725c44d760bce5c6a4d9d0c9b3d897df92a1",
"md5": "f5dc572d6752601494168157e37dc128",
"sha256": "4ed19d33856943018228064d309ec2888128589c0d334b89353821e544b9cf11"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "f5dc572d6752601494168157e37dc128",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 1647725,
"upload_time": "2024-10-21T19:52:48",
"upload_time_iso_8601": "2024-10-21T19:52:48.695980Z",
"url": "https://files.pythonhosted.org/packages/0e/22/b5e43f296129addbcd50b27b725c44d760bce5c6a4d9d0c9b3d897df92a1/xlwings-0.33.3-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "18751b93d0443db0fc820e21defbc9669da891c4e23706ebe8fe2b2af4cb4e59",
"md5": "51affc8b7b033ca4ce79cbd1e8321421",
"sha256": "2661ac071eace3f9a6c5c85c0274b51f21527023a219f296a181410031b8daec"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp313-cp313-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "51affc8b7b033ca4ce79cbd1e8321421",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 1412899,
"upload_time": "2024-10-21T19:52:50",
"upload_time_iso_8601": "2024-10-21T19:52:50.841067Z",
"url": "https://files.pythonhosted.org/packages/18/75/1b93d0443db0fc820e21defbc9669da891c4e23706ebe8fe2b2af4cb4e59/xlwings-0.33.3-cp313-cp313-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b1da6756ab1d2853f983ab73af78ada86c2635964533abdf1d158d71055dd571",
"md5": "678cd24130208878fe9f84092c80a2b1",
"sha256": "143e6a3a509a9637c88af3552a6a40f5a2cf89ef1ddba620f5b2a777d5953f3a"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "678cd24130208878fe9f84092c80a2b1",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 1399919,
"upload_time": "2024-10-21T19:52:52",
"upload_time_iso_8601": "2024-10-21T19:52:52.999786Z",
"url": "https://files.pythonhosted.org/packages/b1/da/6756ab1d2853f983ab73af78ada86c2635964533abdf1d158d71055dd571/xlwings-0.33.3-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4c66a5fd60662fe941de0062aae1e6c29bafff7f8773e3434f36c8cd4a4ff761",
"md5": "3f71dd6850f5eefb3fdfb7f844890690",
"sha256": "0e9c40d4a6a5277305244101e4555f87cb83d64df1a4874c45c521b06c32549a"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "3f71dd6850f5eefb3fdfb7f844890690",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 1461011,
"upload_time": "2024-10-21T19:52:54",
"upload_time_iso_8601": "2024-10-21T19:52:54.725960Z",
"url": "https://files.pythonhosted.org/packages/4c/66/a5fd60662fe941de0062aae1e6c29bafff7f8773e3434f36c8cd4a4ff761/xlwings-0.33.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8bb81e03ea2b35d5e20d383b56a48ef0a384636f4b065f33e2de72b9995296db",
"md5": "74a9c43bc758440de592df6134fb3ab0",
"sha256": "c1cfcc7d1a64db131074cf0656a85a6a247344e9fec5af9ece414d9ce5e6bb1d"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "74a9c43bc758440de592df6134fb3ab0",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 1465442,
"upload_time": "2024-10-21T19:52:56",
"upload_time_iso_8601": "2024-10-21T19:52:56.988001Z",
"url": "https://files.pythonhosted.org/packages/8b/b8/1e03ea2b35d5e20d383b56a48ef0a384636f4b065f33e2de72b9995296db/xlwings-0.33.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ba6912472b1896f6dc1d8e5b954062eb8a27fcd822b695092145063292eb3950",
"md5": "e3dd4e4bfafa510adfb69a38e2c5dcbd",
"sha256": "dd210688b41bfb393c317de41d79e70d69aa7c36127893ca57cee5a4a8a4b6ff"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "e3dd4e4bfafa510adfb69a38e2c5dcbd",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 1468531,
"upload_time": "2024-10-21T19:52:59",
"upload_time_iso_8601": "2024-10-21T19:52:59.390500Z",
"url": "https://files.pythonhosted.org/packages/ba/69/12472b1896f6dc1d8e5b954062eb8a27fcd822b695092145063292eb3950/xlwings-0.33.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8ec462186b38c2530b48975b167535f715a05487f7e6f4aefed38938dfb1e07d",
"md5": "f40f151e6b8ff601af8ec42d532726c2",
"sha256": "a304515b32d736f14ed15a2f8cd886e5f0f8132206ce0136873782167771f3bb"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp313-cp313-musllinux_1_1_aarch64.whl",
"has_sig": false,
"md5_digest": "f40f151e6b8ff601af8ec42d532726c2",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 1646230,
"upload_time": "2024-10-21T19:53:01",
"upload_time_iso_8601": "2024-10-21T19:53:01.787059Z",
"url": "https://files.pythonhosted.org/packages/8e/c4/62186b38c2530b48975b167535f715a05487f7e6f4aefed38938dfb1e07d/xlwings-0.33.3-cp313-cp313-musllinux_1_1_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ab14d4cf99f1f8cd984e12ba7ff392e5739d564ae81b0454c0ffc25979d68b15",
"md5": "0a73e4cb331dfb6221e4e488499e32f6",
"sha256": "a7bd534178e9b7ef93b8267f2799bf9c3d3771ba44575ed183084979a1004117"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp313-cp313-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "0a73e4cb331dfb6221e4e488499e32f6",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 1628311,
"upload_time": "2024-10-21T19:53:03",
"upload_time_iso_8601": "2024-10-21T19:53:03.415731Z",
"url": "https://files.pythonhosted.org/packages/ab/14/d4cf99f1f8cd984e12ba7ff392e5739d564ae81b0454c0ffc25979d68b15/xlwings-0.33.3-cp313-cp313-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e486475d93c66246a0f93e4d66abd17016aa5b0f88fb3a5076c834ce6366652f",
"md5": "912832919444855af68435771e7c0e7b",
"sha256": "2d2f767f1f19d443384e802cac63bdb612b866c9cd181768dccd198097bde27a"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "912832919444855af68435771e7c0e7b",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.9",
"size": 1647726,
"upload_time": "2024-10-21T19:53:04",
"upload_time_iso_8601": "2024-10-21T19:53:04.885038Z",
"url": "https://files.pythonhosted.org/packages/e4/86/475d93c66246a0f93e4d66abd17016aa5b0f88fb3a5076c834ce6366652f/xlwings-0.33.3-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bb9429e622ba7608d7593ff7739650f022022b453c112474b63d5524ba22a62d",
"md5": "d9ac139f0abe03b974716db5e1bbd2d9",
"sha256": "14836a59f04e61984753c5628fd9be905659a3b485dbd19953b81ca8330f887f"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp39-cp39-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "d9ac139f0abe03b974716db5e1bbd2d9",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 1413671,
"upload_time": "2024-10-21T19:53:06",
"upload_time_iso_8601": "2024-10-21T19:53:06.672279Z",
"url": "https://files.pythonhosted.org/packages/bb/94/29e622ba7608d7593ff7739650f022022b453c112474b63d5524ba22a62d/xlwings-0.33.3-cp39-cp39-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bca8774cf4598f6ccd6aa855f797fa11056323953575dad9f4066a5779904be8",
"md5": "b720e328604f6836378ddeb3a2f8a925",
"sha256": "289231373c47a2657aec173b2b8430f5e2441110f6716d620839af63a03affb5"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "b720e328604f6836378ddeb3a2f8a925",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 1399674,
"upload_time": "2024-10-21T19:53:08",
"upload_time_iso_8601": "2024-10-21T19:53:08.523570Z",
"url": "https://files.pythonhosted.org/packages/bc/a8/774cf4598f6ccd6aa855f797fa11056323953575dad9f4066a5779904be8/xlwings-0.33.3-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fe76e8faa186d88cca94265d5c5ab994327619ef81c1f7f615c0d3eae968c496",
"md5": "90732c778ffe142be3866fc8c8a3d20a",
"sha256": "f054fa7bce960e7c006646cfd0d88e65f5219e8bc9ef461c8c311ec3d958b490"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "90732c778ffe142be3866fc8c8a3d20a",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 1460712,
"upload_time": "2024-10-21T19:53:11",
"upload_time_iso_8601": "2024-10-21T19:53:11.223715Z",
"url": "https://files.pythonhosted.org/packages/fe/76/e8faa186d88cca94265d5c5ab994327619ef81c1f7f615c0d3eae968c496/xlwings-0.33.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c80f5b7b27ea01a33e696a2e93d2d2242385350bdf99d4f632da6e4d2de73c2e",
"md5": "33611de31c31b962276dd95c2793e122",
"sha256": "c01413a91c8e3d4d2e8d797e70e91e12446ed01e513fe7bc7c888f067eeb762a"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "33611de31c31b962276dd95c2793e122",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 1467370,
"upload_time": "2024-10-21T19:53:12",
"upload_time_iso_8601": "2024-10-21T19:53:12.853021Z",
"url": "https://files.pythonhosted.org/packages/c8/0f/5b7b27ea01a33e696a2e93d2d2242385350bdf99d4f632da6e4d2de73c2e/xlwings-0.33.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d40adf8252ac45592c453f5a28ef8731dea50d5301e8d9e44cf0f27120b73daf",
"md5": "197f2cf07b7e4218f81468c915fe28b9",
"sha256": "f88031e9c2499f332306dce60401a11364dc8fc37b0fa89b577c988fb3bab184"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "197f2cf07b7e4218f81468c915fe28b9",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 1468766,
"upload_time": "2024-10-21T19:53:14",
"upload_time_iso_8601": "2024-10-21T19:53:14.405459Z",
"url": "https://files.pythonhosted.org/packages/d4/0a/df8252ac45592c453f5a28ef8731dea50d5301e8d9e44cf0f27120b73daf/xlwings-0.33.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6c660c7a6f6eaae8f19753de30627052e2bc60167f253e75b48bc1cb5f01177e",
"md5": "b1b770a74e13a7c678a3797271f6b8f7",
"sha256": "2df4d201964fe16026d6fd94f5474a13830e33ccabbaec5eb63860042f14401b"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp39-cp39-musllinux_1_1_aarch64.whl",
"has_sig": false,
"md5_digest": "b1b770a74e13a7c678a3797271f6b8f7",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 1646153,
"upload_time": "2024-10-21T19:53:15",
"upload_time_iso_8601": "2024-10-21T19:53:15.945962Z",
"url": "https://files.pythonhosted.org/packages/6c/66/0c7a6f6eaae8f19753de30627052e2bc60167f253e75b48bc1cb5f01177e/xlwings-0.33.3-cp39-cp39-musllinux_1_1_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "02ec84913a537a211b5cc08c738bc4749b2b8df5e2f43b268656daadaccbd29e",
"md5": "9d360897119a3093b190d9a6e979d774",
"sha256": "69cdfb343a4c23fe04ab804c027ac86327f3ef4ea15a2fb210c17c61b18acaf1"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp39-cp39-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "9d360897119a3093b190d9a6e979d774",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 1628359,
"upload_time": "2024-10-21T19:53:17",
"upload_time_iso_8601": "2024-10-21T19:53:17.534199Z",
"url": "https://files.pythonhosted.org/packages/02/ec/84913a537a211b5cc08c738bc4749b2b8df5e2f43b268656daadaccbd29e/xlwings-0.33.3-cp39-cp39-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "97d5292ed2247817f6134bd221845b6300dbebd0b7447afd662827f036f840a3",
"md5": "55d6e929b7a3dd06163f0323de50331a",
"sha256": "1f2f03c5f7fddee3c6d9ce9b63cd6ef3fe61b738b19c71d58fc95d1bd6a930c5"
},
"downloads": -1,
"filename": "xlwings-0.33.3-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "55d6e929b7a3dd06163f0323de50331a",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 1647047,
"upload_time": "2024-10-21T19:53:19",
"upload_time_iso_8601": "2024-10-21T19:53:19.059743Z",
"url": "https://files.pythonhosted.org/packages/97/d5/292ed2247817f6134bd221845b6300dbebd0b7447afd662827f036f840a3/xlwings-0.33.3-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "601dd57807e7446ac9b18445e9071002e58d40340febc2654d1fcbad44b260c5",
"md5": "7ab7b16bed9501177815645f76e170b7",
"sha256": "a5f1826a080c9cfdeaf0add8fa8c28f59ec1bc02e7b2a2ce2f1bb337ac4561fc"
},
"downloads": -1,
"filename": "xlwings-0.33.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7ab7b16bed9501177815645f76e170b7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 743097,
"upload_time": "2024-10-21T19:53:20",
"upload_time_iso_8601": "2024-10-21T19:53:20.453530Z",
"url": "https://files.pythonhosted.org/packages/60/1d/d57807e7446ac9b18445e9071002e58d40340febc2654d1fcbad44b260c5/xlwings-0.33.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2ed69be27d3404a3ff304dbcb2c6e41598e8c04c13b0b587c887d847c2c5f5a9",
"md5": "5f96586ffad9db86fcc58a71af56378c",
"sha256": "12c031b7bb61e208d93b4b0d5d49eed5e9af741d6eee249fc7493dc37232063f"
},
"downloads": -1,
"filename": "xlwings-0.33.3.tar.gz",
"has_sig": false,
"md5_digest": "5f96586ffad9db86fcc58a71af56378c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 1109573,
"upload_time": "2024-10-21T19:52:02",
"upload_time_iso_8601": "2024-10-21T19:52:02.424758Z",
"url": "https://files.pythonhosted.org/packages/2e/d6/9be27d3404a3ff304dbcb2c6e41598e8c04c13b0b587c887d847c2c5f5a9/xlwings-0.33.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-21 19:52:02",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "xlwings",
"github_project": "xlwings",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "xlwings"
}