Name | cx-Freeze JSON |
Version |
7.2.7
JSON |
| download |
home_page | None |
Summary | Create standalone executables from Python scripts |
upload_time | 2024-11-29 22:36:52 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | # Licensing - Copyright © 2020-2024, Marcelo Duarte. - Copyright © 2007-2019, Anthony Tuininga. - Copyright © 2001-2006, Computronix (Canada) Ltd., Edmonton, Alberta, Canada. - All rights reserved. NOTE: This license is derived from the Python Software Foundation License which can be found at <https://docs.python.org/3/license.html#psf-license-agreement-for-python-release> ## License for cx_Freeze 1. This LICENSE AGREEMENT is between the copyright holders and the Individual or Organization (\"Licensee\") accessing and otherwise using cx_Freeze software in source or binary form and its associated documentation. 2. Subject to the terms and conditions of this License Agreement, the copyright holders hereby grant Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use cx_Freeze alone or in any derivative version, provided, however, that this License Agreement and this notice of copyright are retained in cx_Freeze alone or in any derivative version prepared by Licensee. 3. In the event Licensee prepares a derivative work that is based on or incorporates cx_Freeze or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to cx_Freeze. 4. The copyright holders are making cx_Freeze available to Licensee on an \"AS IS\" basis. THE COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, THE COPYRIGHT HOLDERS MAKE NO AND DISCLAIM ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF CX_FREEZE WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 5. THE COPYRIGHT HOLDERS SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF CX_FREEZE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING CX_FREEZE, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between the copyright holders and Licensee. This License Agreement does not grant permission to use copyright holder\'s trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party. 8. By copying, installing or otherwise using cx_Freeze, Licensee agrees to be bound by the terms and conditions of this License Agreement. Computronix® is a registered trademark of Computronix (Canada) Ltd. |
keywords |
cx-freeze
cxfreeze
cx_freeze
freeze
python
|
VCS |
|
bugtrack_url |
|
requirements |
filelock
importlib_metadata
packaging
setuptools
tomli
typing_extensions
patchelf
patchelf
patchelf
patchelf
patchelf
patchelf
dmgbuild
cabarchive
cx_Logging
lief
striprtf
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
**cx\_Freeze** creates standalone executables from Python scripts, with the
same performance, is cross-platform and should work on any platform that Python
itself works on.
#
[![PyPI version](https://img.shields.io/pypi/v/cx_Freeze)](https://pypi.org/project/cx-freeze/)
[![PyPi Downloads](https://img.shields.io/pypi/dm/cx_Freeze)](https://pypistats.org/packages/cx-freeze)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/cx_freeze.svg)](https://anaconda.org/conda-forge/cx_freeze)
[![Conda Downloads](https://anaconda.org/conda-forge/cx_freeze/badges/downloads.svg)](https://anaconda.org/conda-forge/cx_freeze)
[![Python](https://img.shields.io/pypi/pyversions/cx-freeze)](https://www.python.org/)
[![Actions status](https://github.com/marcelotduarte/cx_Freeze/workflows/CI/badge.svg)](https://github.com/marcelotduarte/cx_Freeze/actions/workflows/ci.yml)
[![CodeQL](https://github.com/marcelotduarte/cx_Freeze/workflows/CodeQL/badge.svg)](https://github.com/marcelotduarte/cx_Freeze/actions/workflows/codeql.yml)
[![Coverage](https://img.shields.io/codecov/c/github/marcelotduarte/cx_Freeze/main.svg?logo=codecov&logoColor=white)](https://codecov.io/gh/marcelotduarte/cx_Freeze)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Documentation Status](https://readthedocs.org/projects/cx-freeze/badge/?version=stable)](https://cx-freeze.readthedocs.io/en/stable/?badge=stable)
# Installation
In a virtual environment, install by issuing the command:
```
pip install --upgrade cx_Freeze
```
To install the latest development build:
```
pip uninstall cx_Freeze
pip install --extra-index-url https://test.pypi.org/simple/ cx_Freeze --pre --no-cache
```
Please check the
[installation](https://cx-freeze.readthedocs.io/en/latest/installation.html)
for more information and how to install in other environments.
# Documentation
The official documentation is available
[here](https://cx-freeze.readthedocs.io).
If you need help you can also ask on the
[discussion](https://github.com/marcelotduarte/cx_Freeze/discussions) channel.
# What's New v7.2:
- Improved bdist_dmg
- Add license for msi (bdist_msi)
- Minor improvements in bdist_appimage
- Drop rpm2_mode in bdist_rpm
- Use an optimized mode as default for pip installations of selected packages
- hooks: support numpy 2.0, rasterio, multiprocess (a multiprocessing fork), etc
- Regression fixes, bug fixes and improvements
# What's New v7.1:
- Added new option --zip-filename in build_exe
- Bug fixes and improvements
# What's New v7.0:
- Added support for [pyproject.toml](https://cx-freeze.readthedocs.io/en/stable/setup_script.html)
- Create Linux AppImage format: [bdist_appimage](https://cx-freeze.readthedocs.io/en/stable/bdist_appimage.html)
- Create an DEB distribution: [bdist_deb](https://cx-freeze.readthedocs.io/en/stable/bdist_deb.html)
- Improved bdist_mac
- New and updated hooks, including support for QtWebengine on macOS
- Python 3.12 support.
- Improved tests and coverage ( >80% ).
- Bug fixes and improvements
# License
cx\_Freeze uses a license derived from the
[Python Software Foundation License](https://www.python.org/psf/license).
You can read the cx\_Freeze license in the
[documentation](https://cx-freeze.readthedocs.io/en/stable/license.html)
or in the [source repository](LICENSE.md).
Raw data
{
"_id": null,
"home_page": null,
"name": "cx-Freeze",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "Marcelo Duarte <marcelotduarte@users.noreply.github.com>",
"keywords": "cx-freeze cxfreeze cx_Freeze freeze python",
"author": null,
"author_email": "Anthony Tuininga <anthony.tuininga@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/07/22/bdcee73874fbedcdeddb6b492124a29f47721d39ab2981095733e83fdb89/cx_freeze-7.2.7.tar.gz",
"platform": null,
"description": "**cx\\_Freeze** creates standalone executables from Python scripts, with the\nsame performance, is cross-platform and should work on any platform that Python\nitself works on.\n\n#\n\n[![PyPI version](https://img.shields.io/pypi/v/cx_Freeze)](https://pypi.org/project/cx-freeze/)\n[![PyPi Downloads](https://img.shields.io/pypi/dm/cx_Freeze)](https://pypistats.org/packages/cx-freeze)\n[![Conda Version](https://img.shields.io/conda/vn/conda-forge/cx_freeze.svg)](https://anaconda.org/conda-forge/cx_freeze)\n[![Conda Downloads](https://anaconda.org/conda-forge/cx_freeze/badges/downloads.svg)](https://anaconda.org/conda-forge/cx_freeze)\n[![Python](https://img.shields.io/pypi/pyversions/cx-freeze)](https://www.python.org/)\n[![Actions status](https://github.com/marcelotduarte/cx_Freeze/workflows/CI/badge.svg)](https://github.com/marcelotduarte/cx_Freeze/actions/workflows/ci.yml)\n[![CodeQL](https://github.com/marcelotduarte/cx_Freeze/workflows/CodeQL/badge.svg)](https://github.com/marcelotduarte/cx_Freeze/actions/workflows/codeql.yml)\n[![Coverage](https://img.shields.io/codecov/c/github/marcelotduarte/cx_Freeze/main.svg?logo=codecov&logoColor=white)](https://codecov.io/gh/marcelotduarte/cx_Freeze)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n[![Documentation Status](https://readthedocs.org/projects/cx-freeze/badge/?version=stable)](https://cx-freeze.readthedocs.io/en/stable/?badge=stable)\n\n# Installation\n\nIn a virtual environment, install by issuing the command:\n\n```\npip install --upgrade cx_Freeze\n```\n\nTo install the latest development build:\n\n```\npip uninstall cx_Freeze\npip install --extra-index-url https://test.pypi.org/simple/ cx_Freeze --pre --no-cache\n```\n\nPlease check the\n[installation](https://cx-freeze.readthedocs.io/en/latest/installation.html)\nfor more information and how to install in other environments.\n\n# Documentation\n\nThe official documentation is available\n[here](https://cx-freeze.readthedocs.io).\n\nIf you need help you can also ask on the\n[discussion](https://github.com/marcelotduarte/cx_Freeze/discussions) channel.\n\n# What's New v7.2:\n- Improved bdist_dmg\n- Add license for msi (bdist_msi)\n- Minor improvements in bdist_appimage\n- Drop rpm2_mode in bdist_rpm\n- Use an optimized mode as default for pip installations of selected packages\n- hooks: support numpy 2.0, rasterio, multiprocess (a multiprocessing fork), etc\n- Regression fixes, bug fixes and improvements\n\n# What's New v7.1:\n- Added new option --zip-filename in build_exe\n- Bug fixes and improvements\n\n# What's New v7.0:\n- Added support for [pyproject.toml](https://cx-freeze.readthedocs.io/en/stable/setup_script.html)\n- Create Linux AppImage format: [bdist_appimage](https://cx-freeze.readthedocs.io/en/stable/bdist_appimage.html)\n- Create an DEB distribution: [bdist_deb](https://cx-freeze.readthedocs.io/en/stable/bdist_deb.html)\n- Improved bdist_mac\n- New and updated hooks, including support for QtWebengine on macOS\n- Python 3.12 support.\n- Improved tests and coverage ( >80% ).\n- Bug fixes and improvements\n\n# License\n\ncx\\_Freeze uses a license derived from the\n[Python Software Foundation License](https://www.python.org/psf/license).\nYou can read the cx\\_Freeze license in the\n[documentation](https://cx-freeze.readthedocs.io/en/stable/license.html)\nor in the [source repository](LICENSE.md).\n",
"bugtrack_url": null,
"license": "# Licensing - Copyright \u00a9 2020-2024, Marcelo Duarte. - Copyright \u00a9 2007-2019, Anthony Tuininga. - Copyright \u00a9 2001-2006, Computronix (Canada) Ltd., Edmonton, Alberta, Canada. - All rights reserved. NOTE: This license is derived from the Python Software Foundation License which can be found at <https://docs.python.org/3/license.html#psf-license-agreement-for-python-release> ## License for cx_Freeze 1. This LICENSE AGREEMENT is between the copyright holders and the Individual or Organization (\\\"Licensee\\\") accessing and otherwise using cx_Freeze software in source or binary form and its associated documentation. 2. Subject to the terms and conditions of this License Agreement, the copyright holders hereby grant Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use cx_Freeze alone or in any derivative version, provided, however, that this License Agreement and this notice of copyright are retained in cx_Freeze alone or in any derivative version prepared by Licensee. 3. In the event Licensee prepares a derivative work that is based on or incorporates cx_Freeze or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to cx_Freeze. 4. The copyright holders are making cx_Freeze available to Licensee on an \\\"AS IS\\\" basis. THE COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, THE COPYRIGHT HOLDERS MAKE NO AND DISCLAIM ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF CX_FREEZE WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 5. THE COPYRIGHT HOLDERS SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF CX_FREEZE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING CX_FREEZE, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between the copyright holders and Licensee. This License Agreement does not grant permission to use copyright holder\\'s trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party. 8. By copying, installing or otherwise using cx_Freeze, Licensee agrees to be bound by the terms and conditions of this License Agreement. Computronix\u00ae is a registered trademark of Computronix (Canada) Ltd. ",
"summary": "Create standalone executables from Python scripts",
"version": "7.2.7",
"project_urls": {
"Changelog": "https://cx-freeze.readthedocs.io/en/stable/releasenotes.html",
"Documentation": "https://cx-freeze.readthedocs.io",
"Home": "https://marcelotduarte.github.io/cx_Freeze",
"Source": "https://github.com/marcelotduarte/cx_Freeze",
"Tracker": "https://github.com/marcelotduarte/cx_Freeze/issues",
"Workflows": "https://github.com/marcelotduarte/cx_Freeze/actions?query=branch:main"
},
"split_keywords": [
"cx-freeze",
"cxfreeze",
"cx_freeze",
"freeze",
"python"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "57369463bdfca19b921d7ec20f780dbfee4579af95821ab8bb873195785cc2b6",
"md5": "c36a17942d9a03e03cb3fa3cb0a34ca2",
"sha256": "5fd56b5bfc37d38cc64700b8f17ff76632dcb03f739ca5b0f6038f8ab39e136d"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp310-cp310-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "c36a17942d9a03e03cb3fa3cb0a34ca2",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 18975677,
"upload_time": "2024-11-29T21:49:02",
"upload_time_iso_8601": "2024-11-29T21:49:02.387699Z",
"url": "https://files.pythonhosted.org/packages/57/36/9463bdfca19b921d7ec20f780dbfee4579af95821ab8bb873195785cc2b6/cx_Freeze-7.2.7-cp310-cp310-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bc717598e7769dc1ec834e470798314786195a0c5de920d8145d86f62e6cf403",
"md5": "56d49777d6db021587f75e2c49d6d73b",
"sha256": "e065227b26477bfe8e0a2adc1e7b6bd318c7e0690b60bf1b2370598e5696c598"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "56d49777d6db021587f75e2c49d6d73b",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 11905690,
"upload_time": "2024-11-29T21:49:11",
"upload_time_iso_8601": "2024-11-29T21:49:11.503480Z",
"url": "https://files.pythonhosted.org/packages/bc/71/7598e7769dc1ec834e470798314786195a0c5de920d8145d86f62e6cf403/cx_Freeze-7.2.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "10ef3f66480bac7e4d29c521e854cc54685a64770140e639b25aca5779ed5876",
"md5": "7298ced0f05589bac4caf88d18862f20",
"sha256": "da55ecd56e5e05f9485151d9af0abf18150f86ce4c2734d9a71fabba3f3cd524"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "7298ced0f05589bac4caf88d18862f20",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 13171299,
"upload_time": "2024-11-29T21:49:24",
"upload_time_iso_8601": "2024-11-29T21:49:24.265193Z",
"url": "https://files.pythonhosted.org/packages/10/ef/3f66480bac7e4d29c521e854cc54685a64770140e639b25aca5779ed5876/cx_Freeze-7.2.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "36d3dc10cba6905160a4da44c197eca1d41b1d8c59fb0ae732d9690af88bcf79",
"md5": "1f1bb320d8de311a6482a29542de111c",
"sha256": "77866e408abe64869361590dc6aba8d57d7e7ab4693c06f1334eabc5d7155361"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "1f1bb320d8de311a6482a29542de111c",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 12020423,
"upload_time": "2024-11-29T21:49:54",
"upload_time_iso_8601": "2024-11-29T21:49:54.089709Z",
"url": "https://files.pythonhosted.org/packages/36/d3/dc10cba6905160a4da44c197eca1d41b1d8c59fb0ae732d9690af88bcf79/cx_Freeze-7.2.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cf5908c12a302992407a53469c3fc240665c06bbb307e2379f2a3f2fa6973a5b",
"md5": "140fd3cd9c4bf015576adbc632717417",
"sha256": "9b1a27ce838d4c262264e3aa6a5e7c5d4468a870ee873e3a49269a8752ab61fa"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp310-cp310-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "140fd3cd9c4bf015576adbc632717417",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 12923405,
"upload_time": "2024-11-29T21:50:07",
"upload_time_iso_8601": "2024-11-29T21:50:07.040433Z",
"url": "https://files.pythonhosted.org/packages/cf/59/08c12a302992407a53469c3fc240665c06bbb307e2379f2a3f2fa6973a5b/cx_Freeze-7.2.7-cp310-cp310-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "08e3de76d125dd6ac0d12d8a0c7d673cb23afaf6181422454c905c49a7c95d0f",
"md5": "b1c900acddc481099a447af988094825",
"sha256": "97a227c567e86b7d3b83ab5f96f96070b2396943c47d7c64d643770944acd5c5"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp310-cp310-musllinux_1_2_ppc64le.whl",
"has_sig": false,
"md5_digest": "b1c900acddc481099a447af988094825",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 13052188,
"upload_time": "2024-11-29T21:50:29",
"upload_time_iso_8601": "2024-11-29T21:50:29.075319Z",
"url": "https://files.pythonhosted.org/packages/08/e3/de76d125dd6ac0d12d8a0c7d673cb23afaf6181422454c905c49a7c95d0f/cx_Freeze-7.2.7-cp310-cp310-musllinux_1_2_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ea3299c9d1fdef6ae8f606dd396821f892cd52e0cf368187d28fd3e109a37922",
"md5": "3eb7dcf759de5c868348467d36b5aa76",
"sha256": "839140debb42792be2ff6f0e8b261f3e230d0dfe71164c06ee8fa1bbaf2ff1a9"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp310-cp310-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "3eb7dcf759de5c868348467d36b5aa76",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 12435839,
"upload_time": "2024-11-29T21:50:44",
"upload_time_iso_8601": "2024-11-29T21:50:44.234094Z",
"url": "https://files.pythonhosted.org/packages/ea/32/99c9d1fdef6ae8f606dd396821f892cd52e0cf368187d28fd3e109a37922/cx_Freeze-7.2.7-cp310-cp310-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "113d0ccdfb7f7d559bb3c6e67ad6c4c3811343dbb6ec12689ec96be663ce7267",
"md5": "267cb5fbcb7d540ce9d07f1b0ebd066c",
"sha256": "c34a6e85897f5cb1be84a204feef564adb6f1c753626bf0cf7713a8c4809ed27"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp310-cp310-win32.whl",
"has_sig": false,
"md5_digest": "267cb5fbcb7d540ce9d07f1b0ebd066c",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 2045061,
"upload_time": "2024-11-29T21:51:07",
"upload_time_iso_8601": "2024-11-29T21:51:07.699736Z",
"url": "https://files.pythonhosted.org/packages/11/3d/0ccdfb7f7d559bb3c6e67ad6c4c3811343dbb6ec12689ec96be663ce7267/cx_Freeze-7.2.7-cp310-cp310-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c2dc7cec5a53e76e4ba77a0bb9f26d842f103699e923a0de616e139e0e4e1dbe",
"md5": "cf91e0a1be6293b957a3057a6c369260",
"sha256": "5ea3f05d31a7432b0516a58e4b7301277c0a5ac693597d531d9ca913d79169ce"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "cf91e0a1be6293b957a3057a6c369260",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 2048050,
"upload_time": "2024-11-29T21:51:21",
"upload_time_iso_8601": "2024-11-29T21:51:21.133140Z",
"url": "https://files.pythonhosted.org/packages/c2/dc/7cec5a53e76e4ba77a0bb9f26d842f103699e923a0de616e139e0e4e1dbe/cx_Freeze-7.2.7-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "76036bca494b60dea12e63cfa0204768d8655fc72a14ff7195d57a3100e0e47d",
"md5": "492b3b23d039f9e8c7ea45e0f212ea58",
"sha256": "65e900cec673dc9bf6b8e21a760b3964b5b20b2586f274184c4c474c78e343f3"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp311-cp311-macosx_10_9_universal2.whl",
"has_sig": false,
"md5_digest": "492b3b23d039f9e8c7ea45e0f212ea58",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 21452464,
"upload_time": "2024-11-29T21:51:44",
"upload_time_iso_8601": "2024-11-29T21:51:44.978953Z",
"url": "https://files.pythonhosted.org/packages/76/03/6bca494b60dea12e63cfa0204768d8655fc72a14ff7195d57a3100e0e47d/cx_Freeze-7.2.7-cp311-cp311-macosx_10_9_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cae5c16cbe2bd1e284ceffb9b8e1ad9602dd049f604267f49f8788004a5bd2b3",
"md5": "788068b560e700313cf70aa8fc5e937e",
"sha256": "8c9119b8dbe93b362d4658ed817e28d9d2fd9c29d5ade565ca23cd0e049440a8"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp311-cp311-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "788068b560e700313cf70aa8fc5e937e",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 21448198,
"upload_time": "2024-11-29T21:52:02",
"upload_time_iso_8601": "2024-11-29T21:52:02.261205Z",
"url": "https://files.pythonhosted.org/packages/ca/e5/c16cbe2bd1e284ceffb9b8e1ad9602dd049f604267f49f8788004a5bd2b3/cx_Freeze-7.2.7-cp311-cp311-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a778e2449f38958c4bf557d4fb45fd8a3132f6a45b9e85c96384c83ba69baa35",
"md5": "f7f52e3286698c41d2d457a379d26578",
"sha256": "3a26b65bd4e2414bbab84307a906ea207de3c1f3198bc9f6286a81597ddebe38"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "f7f52e3286698c41d2d457a379d26578",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 21448026,
"upload_time": "2024-11-29T21:52:27",
"upload_time_iso_8601": "2024-11-29T21:52:27.801142Z",
"url": "https://files.pythonhosted.org/packages/a7/78/e2449f38958c4bf557d4fb45fd8a3132f6a45b9e85c96384c83ba69baa35/cx_Freeze-7.2.7-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "aa09aeca5e86a75b25b1a2455b7e0fa3166eae7ead07d795c0061c1bcedc5eb0",
"md5": "eee9470bcd1fdeec8e66342ba597aabb",
"sha256": "aa7e75e8dd4ffce44465141c2857fcf5fb5a31dfbcabbbee9929b55e79f051e2"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "eee9470bcd1fdeec8e66342ba597aabb",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 12271990,
"upload_time": "2024-11-29T21:52:39",
"upload_time_iso_8601": "2024-11-29T21:52:39.172634Z",
"url": "https://files.pythonhosted.org/packages/aa/09/aeca5e86a75b25b1a2455b7e0fa3166eae7ead07d795c0061c1bcedc5eb0/cx_Freeze-7.2.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a3f4a060909a2ea8f7425c5379ac9be74a192cc0847f612cd1c92649c1deeb86",
"md5": "d57b80f1fb74c7cfa1c854c9bf843eb0",
"sha256": "b7b1fe00f689a0c06197bef07ba3dce985d768c405e0042dfa796bbafa53d6b4"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "d57b80f1fb74c7cfa1c854c9bf843eb0",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 13547629,
"upload_time": "2024-11-29T21:53:06",
"upload_time_iso_8601": "2024-11-29T21:53:06.437564Z",
"url": "https://files.pythonhosted.org/packages/a3/f4/a060909a2ea8f7425c5379ac9be74a192cc0847f612cd1c92649c1deeb86/cx_Freeze-7.2.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "969fac656645d9c399b68811b5ef8e7f6bdabc324685b5c6b72ae5a9b937582d",
"md5": "791ba1b5aad4cd1643944ad2689dd809",
"sha256": "34d0ec5a41d59c55878711cf3812f46444d71f911c8ed1de467591c36aed9d6d"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "791ba1b5aad4cd1643944ad2689dd809",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 12395854,
"upload_time": "2024-11-29T21:53:19",
"upload_time_iso_8601": "2024-11-29T21:53:19.825751Z",
"url": "https://files.pythonhosted.org/packages/96/9f/ac656645d9c399b68811b5ef8e7f6bdabc324685b5c6b72ae5a9b937582d/cx_Freeze-7.2.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "11c67ba8245d9618d568aa4958b36902a448ccd1eecae14f0d6327e09348eef1",
"md5": "216d8d95181b0b24db8948dcf4a2d624",
"sha256": "3131a443473c21e019317419a9b3a82b2ae1cec5c76bce6c9e2f36f41803720a"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp311-cp311-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "216d8d95181b0b24db8948dcf4a2d624",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 13383597,
"upload_time": "2024-11-29T21:53:43",
"upload_time_iso_8601": "2024-11-29T21:53:43.110407Z",
"url": "https://files.pythonhosted.org/packages/11/c6/7ba8245d9618d568aa4958b36902a448ccd1eecae14f0d6327e09348eef1/cx_Freeze-7.2.7-cp311-cp311-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "aca0c2a430ff8fd42aab74e9f6175aae3b53dba868385caebbb71dfec2e71beb",
"md5": "1b8c3663a9d75bfda0bc95a6023bb0f3",
"sha256": "93179c236c3e1e64b6b8101d9012a8084df74736ed5cf10047721b4c7c2076ef"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp311-cp311-musllinux_1_2_ppc64le.whl",
"has_sig": false,
"md5_digest": "1b8c3663a9d75bfda0bc95a6023bb0f3",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 13531259,
"upload_time": "2024-11-29T21:53:56",
"upload_time_iso_8601": "2024-11-29T21:53:56.646886Z",
"url": "https://files.pythonhosted.org/packages/ac/a0/c2a430ff8fd42aab74e9f6175aae3b53dba868385caebbb71dfec2e71beb/cx_Freeze-7.2.7-cp311-cp311-musllinux_1_2_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d0ac746231afe6c3a13053f5fa575e70066d23702899f7fd69caffecc592c6d2",
"md5": "bd389f931c7040d73389c171c5dc2f74",
"sha256": "05dac0676586eed96fbde187fd63ace05ec0c4462ec64367a7d47af0d266008e"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "bd389f931c7040d73389c171c5dc2f74",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 12917453,
"upload_time": "2024-11-29T21:54:23",
"upload_time_iso_8601": "2024-11-29T21:54:23.829315Z",
"url": "https://files.pythonhosted.org/packages/d0/ac/746231afe6c3a13053f5fa575e70066d23702899f7fd69caffecc592c6d2/cx_Freeze-7.2.7-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c3fc7f84ec40ab8b25ccc362e08adfae4ab3c1fe3acac0863f2c1dc6d79fb219",
"md5": "359a05e0b6bcd2db31730fe6d74855c7",
"sha256": "909784281dad31c92c0f402894d99a6188bb81f22b593d9d55fc437d54ab35e0"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp311-cp311-win32.whl",
"has_sig": false,
"md5_digest": "359a05e0b6bcd2db31730fe6d74855c7",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 2141804,
"upload_time": "2024-11-29T21:54:40",
"upload_time_iso_8601": "2024-11-29T21:54:40.247188Z",
"url": "https://files.pythonhosted.org/packages/c3/fc/7f84ec40ab8b25ccc362e08adfae4ab3c1fe3acac0863f2c1dc6d79fb219/cx_Freeze-7.2.7-cp311-cp311-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b26fc92b2c12c47d388c8f9bcca63d1f823434df98f42633e4d0638424f28dae",
"md5": "026b03328602f0c3def3db88c233808e",
"sha256": "8fff35321128f680a825d28074edd14b81bdd68b98128d4fa655c6c8901de3ce"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "026b03328602f0c3def3db88c233808e",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 2144806,
"upload_time": "2024-11-29T21:55:05",
"upload_time_iso_8601": "2024-11-29T21:55:05.821850Z",
"url": "https://files.pythonhosted.org/packages/b2/6f/c92b2c12c47d388c8f9bcca63d1f823434df98f42633e4d0638424f28dae/cx_Freeze-7.2.7-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b17d7e6e2693cca37c95a943c967a1e62ce25c19b6548c28b18477eb0023edf1",
"md5": "8b89368a9200516eca847464a733c44f",
"sha256": "6e22b449cf401a7d152e97a5feec71b492083067ca0336b74eb988fbfebfb3a6"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp312-cp312-macosx_10_13_universal2.whl",
"has_sig": false,
"md5_digest": "8b89368a9200516eca847464a733c44f",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 21390857,
"upload_time": "2024-11-29T21:55:20",
"upload_time_iso_8601": "2024-11-29T21:55:20.451997Z",
"url": "https://files.pythonhosted.org/packages/b1/7d/7e6e2693cca37c95a943c967a1e62ce25c19b6548c28b18477eb0023edf1/cx_Freeze-7.2.7-cp312-cp312-macosx_10_13_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "70cf4fc0f3e360533c3e4bc2b7bebfb7c02c32e0933c2a33e71755b2b31b5c49",
"md5": "0d9885cda27c740c428373b5d819215c",
"sha256": "8611df6e740a7980145f2d6a3d9f9161fe4d6a12c0055da52ccccffe7d77d470"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp312-cp312-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "0d9885cda27c740c428373b5d819215c",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 21386752,
"upload_time": "2024-11-29T21:55:42",
"upload_time_iso_8601": "2024-11-29T21:55:42.685715Z",
"url": "https://files.pythonhosted.org/packages/70/cf/4fc0f3e360533c3e4bc2b7bebfb7c02c32e0933c2a33e71755b2b31b5c49/cx_Freeze-7.2.7-cp312-cp312-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1359fde9eb2428c32447c3b117d821dab8411d6ae0804c6cb70c895c77fa519e",
"md5": "75a18a3098353f1678a9fedce897a297",
"sha256": "66fa38df2423a3ded9c59a6a089293db3b7a6d3493a701b31d24f97cd29f2143"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "75a18a3098353f1678a9fedce897a297",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 21386692,
"upload_time": "2024-11-29T21:56:01",
"upload_time_iso_8601": "2024-11-29T21:56:01.883083Z",
"url": "https://files.pythonhosted.org/packages/13/59/fde9eb2428c32447c3b117d821dab8411d6ae0804c6cb70c895c77fa519e/cx_Freeze-7.2.7-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7779043d442716ec36f9a0d1e9ebc6fdc6b966da2c5131d7e481dbe3e6c45df8",
"md5": "92c49775899bbd42a866070d85158731",
"sha256": "41c6fd1e77a733fc1a0f4e3678e136726cc45a11b37ff5722ac18afdad703934"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "92c49775899bbd42a866070d85158731",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 12640332,
"upload_time": "2024-11-29T21:56:26",
"upload_time_iso_8601": "2024-11-29T21:56:26.337851Z",
"url": "https://files.pythonhosted.org/packages/77/79/043d442716ec36f9a0d1e9ebc6fdc6b966da2c5131d7e481dbe3e6c45df8/cx_Freeze-7.2.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2c323db0938fac59d082694c1aab3087354828a838d0853d0909116716a6bd3d",
"md5": "d686e67da434bee4985917cc359b0bcd",
"sha256": "d00dc0bf7ed9a30491ec34bfb8f4347446afae506febc2afc2531ecbf9db94bf"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "d686e67da434bee4985917cc359b0bcd",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 13939795,
"upload_time": "2024-11-29T21:56:40",
"upload_time_iso_8601": "2024-11-29T21:56:40.687922Z",
"url": "https://files.pythonhosted.org/packages/2c/32/3db0938fac59d082694c1aab3087354828a838d0853d0909116716a6bd3d/cx_Freeze-7.2.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1b06db74d3ab4a851cdd45254b3afdb305e454a6420f9d043159e80c0e3a6f9a",
"md5": "7f055a3f6fc2ee79a4f674b60c164903",
"sha256": "a5a27b2a1925138e122435ef3d52c281d185a57d1f67e08232ea61be83174cd0"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "7f055a3f6fc2ee79a4f674b60c164903",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 12777403,
"upload_time": "2024-11-29T21:56:46",
"upload_time_iso_8601": "2024-11-29T21:56:46.377621Z",
"url": "https://files.pythonhosted.org/packages/1b/06/db74d3ab4a851cdd45254b3afdb305e454a6420f9d043159e80c0e3a6f9a/cx_Freeze-7.2.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "66cb98f8344586bf75b762485f324a12940c15effa9d48e8e038abbb96fef0b2",
"md5": "887cc6cc5b7990c65430a81ba76ad0ad",
"sha256": "4ef57f4102a658e10704619294180b17a2d6c6595ff3753c9557b05e6a928c7f"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp312-cp312-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "887cc6cc5b7990c65430a81ba76ad0ad",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 13757200,
"upload_time": "2024-11-29T21:57:09",
"upload_time_iso_8601": "2024-11-29T21:57:09.113065Z",
"url": "https://files.pythonhosted.org/packages/66/cb/98f8344586bf75b762485f324a12940c15effa9d48e8e038abbb96fef0b2/cx_Freeze-7.2.7-cp312-cp312-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "44795c63a0d072a444eaf900d204c94fed208678b659a9750bc5d3ed951b6dff",
"md5": "6e13d6941d049dee2811cca54610d7a7",
"sha256": "caa77cbbcb0665c6e5a5b2e31a13b63e99201a8f258244bcfc1aed737484070f"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp312-cp312-musllinux_1_2_ppc64le.whl",
"has_sig": false,
"md5_digest": "6e13d6941d049dee2811cca54610d7a7",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 13933938,
"upload_time": "2024-11-29T21:57:21",
"upload_time_iso_8601": "2024-11-29T21:57:21.314588Z",
"url": "https://files.pythonhosted.org/packages/44/79/5c63a0d072a444eaf900d204c94fed208678b659a9750bc5d3ed951b6dff/cx_Freeze-7.2.7-cp312-cp312-musllinux_1_2_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bb9c379205b45421d86fb0618b569e6e473b22559d85b25ee6a1968c10a8b663",
"md5": "16d37e5da26e5e66eaa92e40d39cbd07",
"sha256": "58280540d54fd248120fa9acb1ac9d229fa9b508297f855da05e3f4ed9255a2e"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "16d37e5da26e5e66eaa92e40d39cbd07",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 13305766,
"upload_time": "2024-11-29T21:57:52",
"upload_time_iso_8601": "2024-11-29T21:57:52.083966Z",
"url": "https://files.pythonhosted.org/packages/bb/9c/379205b45421d86fb0618b569e6e473b22559d85b25ee6a1968c10a8b663/cx_Freeze-7.2.7-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "044309e892796ec99328801906b4297a87b769e6e269183019f65721d5d7ab1d",
"md5": "dccf1f56a9854b6c12410dce77d6465b",
"sha256": "344276a8354e4688c20dd3cf70c143d7666f1b93f56532ba9549718c2fac4e56"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp312-cp312-win32.whl",
"has_sig": false,
"md5_digest": "dccf1f56a9854b6c12410dce77d6465b",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 2126907,
"upload_time": "2024-11-29T21:58:11",
"upload_time_iso_8601": "2024-11-29T21:58:11.291512Z",
"url": "https://files.pythonhosted.org/packages/04/43/09e892796ec99328801906b4297a87b769e6e269183019f65721d5d7ab1d/cx_Freeze-7.2.7-cp312-cp312-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a620e7c4ab9aac37e885994d8caa15dcb68d4dd0f242694575ad18ec3409eb57",
"md5": "222c4ab80952e778fea627fc0106f01b",
"sha256": "9a727914e702d98648def98626b13864413a4a5d52b8bd7f6f0d8ffaf7b9207f"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "222c4ab80952e778fea627fc0106f01b",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 2129950,
"upload_time": "2024-11-29T21:58:37",
"upload_time_iso_8601": "2024-11-29T21:58:37.298942Z",
"url": "https://files.pythonhosted.org/packages/a6/20/e7c4ab9aac37e885994d8caa15dcb68d4dd0f242694575ad18ec3409eb57/cx_Freeze-7.2.7-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "617057f2c34bf8cdb103377d08ae9db88fca69b8dd0ac336de2697fa68f1c38f",
"md5": "e848b5151aaff0f64ded6e16b648989e",
"sha256": "ca1e82671db7ba48993a52bc351e34115eb2c5c91d8549d3ab60d717b941e6a3"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "e848b5151aaff0f64ded6e16b648989e",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 12434306,
"upload_time": "2024-11-29T21:58:52",
"upload_time_iso_8601": "2024-11-29T21:58:52.282291Z",
"url": "https://files.pythonhosted.org/packages/61/70/57f2c34bf8cdb103377d08ae9db88fca69b8dd0ac336de2697fa68f1c38f/cx_Freeze-7.2.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0ca50cec1917c50bbd4a99318c0bdd99d5cd339eabeca2865398d721c6adfc87",
"md5": "02df1e64487ece5100f5ccdc177e29b4",
"sha256": "58dbe6c30ab6583cf52f1b38a2f0901a57c80dee84f01271c9e6cfe3b7476ed0"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "02df1e64487ece5100f5ccdc177e29b4",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 13743750,
"upload_time": "2024-11-29T21:59:22",
"upload_time_iso_8601": "2024-11-29T21:59:22.414104Z",
"url": "https://files.pythonhosted.org/packages/0c/a5/0cec1917c50bbd4a99318c0bdd99d5cd339eabeca2865398d721c6adfc87/cx_Freeze-7.2.7-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a559b5927b79d7d599630cfe0772fbb98ab64e33d2cff6eb186b13ef102d3035",
"md5": "39ea19fa6076f595797ade0111e3e22d",
"sha256": "cdb6725bc74e6e501b3289f6b58604bec94e0790f7bd5112e6f35c3e2638c6eb"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "39ea19fa6076f595797ade0111e3e22d",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 12552020,
"upload_time": "2024-11-29T21:59:37",
"upload_time_iso_8601": "2024-11-29T21:59:37.136653Z",
"url": "https://files.pythonhosted.org/packages/a5/59/b5927b79d7d599630cfe0772fbb98ab64e33d2cff6eb186b13ef102d3035/cx_Freeze-7.2.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "262980412a071316a672f0af713f42ba1489ebe3fc6268cdbec76877cf36fee4",
"md5": "11df256801b9110069718fd2ec61e181",
"sha256": "dd3da95443bf0bc7eb1df23f55a35f42449f1d211c5edde59a2bd811030141c6"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp313-cp313-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "11df256801b9110069718fd2ec61e181",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 13556225,
"upload_time": "2024-11-29T21:59:41",
"upload_time_iso_8601": "2024-11-29T21:59:41.082109Z",
"url": "https://files.pythonhosted.org/packages/26/29/80412a071316a672f0af713f42ba1489ebe3fc6268cdbec76877cf36fee4/cx_Freeze-7.2.7-cp313-cp313-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3ae7056fa6471c045348ea085b1345e43c4b72bac1fc704d7595a6f2b35e3a72",
"md5": "210f28f51bba83b691d8173f9c4f0b1b",
"sha256": "0064f3de0dea0ee3a89cc864b13b1bd0382d163e28e23518e7cce5efd94a87a6"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp313-cp313-musllinux_1_2_ppc64le.whl",
"has_sig": false,
"md5_digest": "210f28f51bba83b691d8173f9c4f0b1b",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 13757528,
"upload_time": "2024-11-29T22:00:11",
"upload_time_iso_8601": "2024-11-29T22:00:11.061438Z",
"url": "https://files.pythonhosted.org/packages/3a/e7/056fa6471c045348ea085b1345e43c4b72bac1fc704d7595a6f2b35e3a72/cx_Freeze-7.2.7-cp313-cp313-musllinux_1_2_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c389456946f0e96f0c1d9cf4d3d959e75f9bc5bf6ef4d4ff7c0335db5ce56a7a",
"md5": "e9eb1d6eb9313878db7d388f5ce16738",
"sha256": "ca1ae3b12abc6472f9e9ab6e66265941e044770f29bc64db7c545eff5611af68"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp313-cp313-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "e9eb1d6eb9313878db7d388f5ce16738",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 13078897,
"upload_time": "2024-11-29T22:00:28",
"upload_time_iso_8601": "2024-11-29T22:00:28.307632Z",
"url": "https://files.pythonhosted.org/packages/c3/89/456946f0e96f0c1d9cf4d3d959e75f9bc5bf6ef4d4ff7c0335db5ce56a7a/cx_Freeze-7.2.7-cp313-cp313-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "65cb631364ba01ac4ca27ec78f7a09cb266309cff40fbd239cb8f35faba1f1d4",
"md5": "263e14af264805fd06b340d81cd1fa95",
"sha256": "546192ab868b9a4123c252d2fdd0af349b71242ae9706fff201b1c3dabe928c0"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp313-cp313-win32.whl",
"has_sig": false,
"md5_digest": "263e14af264805fd06b340d81cd1fa95",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 2130288,
"upload_time": "2024-11-29T22:00:56",
"upload_time_iso_8601": "2024-11-29T22:00:56.227338Z",
"url": "https://files.pythonhosted.org/packages/65/cb/631364ba01ac4ca27ec78f7a09cb266309cff40fbd239cb8f35faba1f1d4/cx_Freeze-7.2.7-cp313-cp313-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5e437b39bd3233ce05087dede8c945498658b381552bc9280509298d0224ffe9",
"md5": "200a12e34e89c74a3939fdcf8e71c28f",
"sha256": "a1de14dc9960ae4065d053bcd5a801ef51761c7f92998f5a42810098eb337102"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "200a12e34e89c74a3939fdcf8e71c28f",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 2133336,
"upload_time": "2024-11-29T22:01:08",
"upload_time_iso_8601": "2024-11-29T22:01:08.211286Z",
"url": "https://files.pythonhosted.org/packages/5e/43/7b39bd3233ce05087dede8c945498658b381552bc9280509298d0224ffe9/cx_Freeze-7.2.7-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "df781c3278373704678bf555c3ffc17216b9c06c0f39ddb73019101668984084",
"md5": "3e3f4318ba12ec2fe71bed12f2f3db00",
"sha256": "e36fe7ad2974db158293672c9f1ae750e9e08fda56b6281760a23b77770bd240"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp38-cp38-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "3e3f4318ba12ec2fe71bed12f2f3db00",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 10555337,
"upload_time": "2024-11-29T22:01:44",
"upload_time_iso_8601": "2024-11-29T22:01:44.068182Z",
"url": "https://files.pythonhosted.org/packages/df/78/1c3278373704678bf555c3ffc17216b9c06c0f39ddb73019101668984084/cx_Freeze-7.2.7-cp38-cp38-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6ffdbf82da8a47a6d9d717fcca642faf1421c91ad4f55326f88698a38d86e425",
"md5": "c32189c407203d0b71474cf4ae37b129",
"sha256": "6523d10c7066de2d17f60daac8256169e330f207b786ee1d071273b4a1e7c1fc"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "c32189c407203d0b71474cf4ae37b129",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 11837271,
"upload_time": "2024-11-29T22:02:06",
"upload_time_iso_8601": "2024-11-29T22:02:06.792936Z",
"url": "https://files.pythonhosted.org/packages/6f/fd/bf82da8a47a6d9d717fcca642faf1421c91ad4f55326f88698a38d86e425/cx_Freeze-7.2.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d1e98a31f69be4550c0ea06dccf12b4ef698550b39331a384df9ab57fff4e248",
"md5": "e110f8222986b383301ebc84b32c0e07",
"sha256": "ff3587628a73d46e1d9d7c8d7ed6e6fe1b4c7aebbeb034b923b6fabdbbe5149f"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp38-cp38-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "e110f8222986b383301ebc84b32c0e07",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 12242229,
"upload_time": "2024-11-29T22:02:29",
"upload_time_iso_8601": "2024-11-29T22:02:29.701757Z",
"url": "https://files.pythonhosted.org/packages/d1/e9/8a31f69be4550c0ea06dccf12b4ef698550b39331a384df9ab57fff4e248/cx_Freeze-7.2.7-cp38-cp38-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "950f6c81b667db716832fe322496fa3866d2b4f105d52a5c9fb501127143ff15",
"md5": "259578580503638a269011978b029330",
"sha256": "9859ba95a103f3b684553e4728fece150cf42b91c9f28873c661a6a3cbc3e226"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp38-cp38-win32.whl",
"has_sig": false,
"md5_digest": "259578580503638a269011978b029330",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 2043360,
"upload_time": "2024-11-29T22:02:44",
"upload_time_iso_8601": "2024-11-29T22:02:44.130217Z",
"url": "https://files.pythonhosted.org/packages/95/0f/6c81b667db716832fe322496fa3866d2b4f105d52a5c9fb501127143ff15/cx_Freeze-7.2.7-cp38-cp38-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "223f697210bb435268293285fe77415ecfbefd647a6bfc0b5f223d801993a55a",
"md5": "f8c3f3f05fadf64fadfe6d94efd63061",
"sha256": "c359c8333ea798373428f87fc6a56c6d89bdba6f974a55b7c3d6259342ff7036"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp38-cp38-win_amd64.whl",
"has_sig": false,
"md5_digest": "f8c3f3f05fadf64fadfe6d94efd63061",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 2046296,
"upload_time": "2024-11-29T22:03:10",
"upload_time_iso_8601": "2024-11-29T22:03:10.779919Z",
"url": "https://files.pythonhosted.org/packages/22/3f/697210bb435268293285fe77415ecfbefd647a6bfc0b5f223d801993a55a/cx_Freeze-7.2.7-cp38-cp38-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "96ff30e480c29104c4fff190efa19017b668a1b39fabdd688d4560b5c18699af",
"md5": "d40d4589a8d4669674767f7e53fe94c7",
"sha256": "638f0107a95c639633cff2e84f9ec55b6687612a460a5f42e1ffc36a8c30e51d"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp39-cp39-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "d40d4589a8d4669674767f7e53fe94c7",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 17918175,
"upload_time": "2024-11-29T22:03:16",
"upload_time_iso_8601": "2024-11-29T22:03:16.009228Z",
"url": "https://files.pythonhosted.org/packages/96/ff/30e480c29104c4fff190efa19017b668a1b39fabdd688d4560b5c18699af/cx_Freeze-7.2.7-cp39-cp39-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "88ef980b217d987c0cb305318c1bc137b37a6f385c171eb9c8ec24d8099f8643",
"md5": "b63ee7f13e5441256d70510148c47022",
"sha256": "e324896652b44f06e8fecd0da706bad37311a639a1128bbd41cb19cf3069d4f1"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "b63ee7f13e5441256d70510148c47022",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 11974118,
"upload_time": "2024-11-29T22:03:28",
"upload_time_iso_8601": "2024-11-29T22:03:28.414534Z",
"url": "https://files.pythonhosted.org/packages/88/ef/980b217d987c0cb305318c1bc137b37a6f385c171eb9c8ec24d8099f8643/cx_Freeze-7.2.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "16fec37467f04c51d807db911676c178c7443eb794910f57de665ba74e46958b",
"md5": "6d182342aefa215b760b2e6686ebed62",
"sha256": "fc4ab1bd795dc7c985418fff3431bd6a3712df2e84e2f98d8c65d3a748fb5e14"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp39-cp39-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "6d182342aefa215b760b2e6686ebed62",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 12384873,
"upload_time": "2024-11-29T22:03:30",
"upload_time_iso_8601": "2024-11-29T22:03:30.970620Z",
"url": "https://files.pythonhosted.org/packages/16/fe/c37467f04c51d807db911676c178c7443eb794910f57de665ba74e46958b/cx_Freeze-7.2.7-cp39-cp39-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9cb3c1dde4eca91e40250cb5de8f26b15a30e3152b8e8c997d972436174b2bf7",
"md5": "484b6468cf7706c94e6136808c583767",
"sha256": "0c8512d24a7dcf3b35bd1e17f9e2d6f6a75e227aff243cd00c1aa4668b64ec01"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp39-cp39-win32.whl",
"has_sig": false,
"md5_digest": "484b6468cf7706c94e6136808c583767",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 2042767,
"upload_time": "2024-11-29T22:36:20",
"upload_time_iso_8601": "2024-11-29T22:36:20.471195Z",
"url": "https://files.pythonhosted.org/packages/9c/b3/c1dde4eca91e40250cb5de8f26b15a30e3152b8e8c997d972436174b2bf7/cx_Freeze-7.2.7-cp39-cp39-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "60c4a2aa2bee72c9f464cf3bbe3a347d0dcaf613f1198070756d01918adcbf81",
"md5": "8fffea0697b24a7e0713ae68c39d13dc",
"sha256": "3b1cdb80b75e142a3e85e71721edd8c423ff41a974dfe9436a09593129446ebf"
},
"downloads": -1,
"filename": "cx_Freeze-7.2.7-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "8fffea0697b24a7e0713ae68c39d13dc",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 2045741,
"upload_time": "2024-11-29T22:36:24",
"upload_time_iso_8601": "2024-11-29T22:36:24.038129Z",
"url": "https://files.pythonhosted.org/packages/60/c4/a2aa2bee72c9f464cf3bbe3a347d0dcaf613f1198070756d01918adcbf81/cx_Freeze-7.2.7-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0722bdcee73874fbedcdeddb6b492124a29f47721d39ab2981095733e83fdb89",
"md5": "e91d4a8f335ff7c3ba858c203aa4751d",
"sha256": "c4d43a4e5357352ac5a89203fda3a8cfadf033d43682f73abbefd3860ce50fb4"
},
"downloads": -1,
"filename": "cx_freeze-7.2.7.tar.gz",
"has_sig": false,
"md5_digest": "e91d4a8f335ff7c3ba858c203aa4751d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 3133225,
"upload_time": "2024-11-29T22:36:52",
"upload_time_iso_8601": "2024-11-29T22:36:52.836972Z",
"url": "https://files.pythonhosted.org/packages/07/22/bdcee73874fbedcdeddb6b492124a29f47721d39ab2981095733e83fdb89/cx_freeze-7.2.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-29 22:36:52",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "marcelotduarte",
"github_project": "cx_Freeze",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "filelock",
"specs": [
[
">=",
"3.12.3"
]
]
},
{
"name": "importlib_metadata",
"specs": [
[
">=",
"6"
]
]
},
{
"name": "packaging",
"specs": [
[
">=",
"24"
]
]
},
{
"name": "setuptools",
"specs": [
[
"<",
"76"
],
[
">=",
"65.6.3"
]
]
},
{
"name": "tomli",
"specs": [
[
">=",
"2.0.1"
]
]
},
{
"name": "typing_extensions",
"specs": [
[
">=",
"4.10.0"
]
]
},
{
"name": "patchelf",
"specs": [
[
">=",
"0.14"
]
]
},
{
"name": "patchelf",
"specs": [
[
">=",
"0.14"
]
]
},
{
"name": "patchelf",
"specs": [
[
">=",
"0.14"
]
]
},
{
"name": "patchelf",
"specs": [
[
">=",
"0.14"
]
]
},
{
"name": "patchelf",
"specs": [
[
">=",
"0.14"
]
]
},
{
"name": "patchelf",
"specs": [
[
">=",
"0.14"
]
]
},
{
"name": "dmgbuild",
"specs": [
[
">=",
"1.6.1"
]
]
},
{
"name": "cabarchive",
"specs": [
[
">=",
"0.2.4"
]
]
},
{
"name": "cx_Logging",
"specs": [
[
">=",
"3.1"
]
]
},
{
"name": "lief",
"specs": [
[
">=",
"0.12.0"
],
[
"<",
"0.16.0"
]
]
},
{
"name": "striprtf",
"specs": [
[
">=",
"0.0.26"
]
]
}
],
"lcname": "cx-freeze"
}