cx-Freeze


Namecx-Freeze JSON
Version 7.0.0 PyPI version JSON
download
home_pageNone
SummaryCreate standalone executables from Python scripts
upload_time2024-04-21 10:04:45
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licensePython Software Foundation License
keywords cx-freeze cxfreeze cx_freeze freeze python
VCS
bugtrack_url
requirements No requirements were recorded.
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 install --force --no-cache --pre --extra-index-url https://marcelotduarte.github.io/packages/ cx_Freeze
```

Please check the
[installation](https://cx-freeze.readthedocs.io/en/latest/installation.html)
for more information and how to install in other environments such as pipenv,
conda-forge, etc.

# 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:
- 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/21/0d/a2d4140e413c701c46205acc97aed56bfe8084c589c30417b79572b3fdc0/cx_freeze-7.0.0.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 install --force --no-cache --pre --extra-index-url https://marcelotduarte.github.io/packages/ cx_Freeze\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 such as pipenv,\nconda-forge, etc.\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:\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": "Python Software Foundation License",
    "summary": "Create standalone executables from Python scripts",
    "version": "7.0.0",
    "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": "9ae776d369fe947faae7cb88bde7c9daa1663dd5758b23266ec304f9905325a5",
                "md5": "17046d3539833a16b58be9fc2cae90a4",
                "sha256": "421920dbee2b4aab53a81f6c99d18b00baf622a328eae8e489f162154a46192a"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "17046d3539833a16b58be9fc2cae90a4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 18928487,
            "upload_time": "2024-04-21T09:55:27",
            "upload_time_iso_8601": "2024-04-21T09:55:27.743324Z",
            "url": "https://files.pythonhosted.org/packages/9a/e7/76d369fe947faae7cb88bde7c9daa1663dd5758b23266ec304f9905325a5/cx_Freeze-7.0.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef9c34307ba702943564c90011a1233a078866ad4dd4ca00f4c8247b99833cbf",
                "md5": "9f9b2e52fb0ce52fbf050df22ec327e5",
                "sha256": "5fa1ca4cf20c6ce45ce2e26bf8b2086525aaaa774e2ee1b16da4e0f9f18c7272"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "9f9b2e52fb0ce52fbf050df22ec327e5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 18928183,
            "upload_time": "2024-04-21T09:55:31",
            "upload_time_iso_8601": "2024-04-21T09:55:31.290424Z",
            "url": "https://files.pythonhosted.org/packages/ef/9c/34307ba702943564c90011a1233a078866ad4dd4ca00f4c8247b99833cbf/cx_Freeze-7.0.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bda572a84a5828918de24c6f5bc49cb5ea2db016a2341eece6648b6c177736d0",
                "md5": "c4e049b9d66e036cbf4fae072b062917",
                "sha256": "a520bc6772325c0e38924da1d827fe370702f8df397f483691b94d36179beef6"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c4e049b9d66e036cbf4fae072b062917",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 13200026,
            "upload_time": "2024-04-21T09:55:34",
            "upload_time_iso_8601": "2024-04-21T09:55:34.303605Z",
            "url": "https://files.pythonhosted.org/packages/bd/a5/72a84a5828918de24c6f5bc49cb5ea2db016a2341eece6648b6c177736d0/cx_Freeze-7.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f67b03763ac56898e6db7dd0c718c79db5d072e8d129aedd45f2169f4b5d5503",
                "md5": "ff984998190255ea87ecad3e0a46b118",
                "sha256": "b89ed99a2f99fd2f3e28a91c85bdd75b4bfaf11b04729ba3282bfebdadadf880"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "ff984998190255ea87ecad3e0a46b118",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 14637136,
            "upload_time": "2024-04-21T09:55:37",
            "upload_time_iso_8601": "2024-04-21T09:55:37.350268Z",
            "url": "https://files.pythonhosted.org/packages/f6/7b/03763ac56898e6db7dd0c718c79db5d072e8d129aedd45f2169f4b5d5503/cx_Freeze-7.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c076bc9a97f6411637e96536eae876ed4081e562c0248f54f0a766ed8ea2db2",
                "md5": "c76739e3f76874b4de272de673f449cd",
                "sha256": "5174821c82826e5a57e43960877087f5af6073e3877b0b38a0be244111fe1a76"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c76739e3f76874b4de272de673f449cd",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 13412683,
            "upload_time": "2024-04-21T10:03:10",
            "upload_time_iso_8601": "2024-04-21T10:03:10.466342Z",
            "url": "https://files.pythonhosted.org/packages/7c/07/6bc9a97f6411637e96536eae876ed4081e562c0248f54f0a766ed8ea2db2/cx_Freeze-7.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5bcea92204d29286f466cb0835e718001c7c617a0f8805db680c3108b2ebd5e8",
                "md5": "8d1b9dfe45b5567f87ca58a987515c38",
                "sha256": "cfd18cc00f3240b03d5bdf9515d59ace0881b5b5b6f2e7655d857d1fb71f351d"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp310-cp310-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8d1b9dfe45b5567f87ca58a987515c38",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 11876980,
            "upload_time": "2024-04-21T10:03:13",
            "upload_time_iso_8601": "2024-04-21T10:03:13.429926Z",
            "url": "https://files.pythonhosted.org/packages/5b/ce/a92204d29286f466cb0835e718001c7c617a0f8805db680c3108b2ebd5e8/cx_Freeze-7.0.0-cp310-cp310-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8284c5d820d1ca9e938a33bec4dcf3f17e46eca9708bcbb61753398a93285644",
                "md5": "60772a16b76fb740df215b6cbbd9c382",
                "sha256": "bac44e65bdfce0839b9a6d15373ea084fda3cdbd902351cde530991b450c2b2d"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp310-cp310-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "60772a16b76fb740df215b6cbbd9c382",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 12598591,
            "upload_time": "2024-04-21T10:03:16",
            "upload_time_iso_8601": "2024-04-21T10:03:16.642480Z",
            "url": "https://files.pythonhosted.org/packages/82/84/c5d820d1ca9e938a33bec4dcf3f17e46eca9708bcbb61753398a93285644/cx_Freeze-7.0.0-cp310-cp310-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3a8ee89312f85329867ed1435b1455e5ebd503eab1f5b8fc6d67fea5bd78ac5d",
                "md5": "dde46872aa906f9754a69ae1c4e0b019",
                "sha256": "51a374f273d575827efe4f7ed9a88b6cab78abffacb858c829d7cbe4dc4ff56e"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dde46872aa906f9754a69ae1c4e0b019",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 11961210,
            "upload_time": "2024-04-21T10:03:19",
            "upload_time_iso_8601": "2024-04-21T10:03:19.631461Z",
            "url": "https://files.pythonhosted.org/packages/3a/8e/e89312f85329867ed1435b1455e5ebd503eab1f5b8fc6d67fea5bd78ac5d/cx_Freeze-7.0.0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f1fe6a695aaac65bb6efa071b4ab6bbd353380c0984edae95b004a193272fb4",
                "md5": "a99804c141155b5fb452d61c22b91b8b",
                "sha256": "6603e6c47a15bd84bfbb20d92dc01d5e586b54928eb618461d2f14305471d570"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "a99804c141155b5fb452d61c22b91b8b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1995128,
            "upload_time": "2024-04-21T10:03:22",
            "upload_time_iso_8601": "2024-04-21T10:03:22.577646Z",
            "url": "https://files.pythonhosted.org/packages/3f/1f/e6a695aaac65bb6efa071b4ab6bbd353380c0984edae95b004a193272fb4/cx_Freeze-7.0.0-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c09864b116fb9a8495bda8913009715708933da0b03bc114625b3b751c4032b",
                "md5": "1e856ae14ca1518e94ff72122cdf3a71",
                "sha256": "d7ec847af5afbe3c638a096aae4ff5982a17d95e2fb7975e525ecf9505a185ea"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1e856ae14ca1518e94ff72122cdf3a71",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1997856,
            "upload_time": "2024-04-21T10:03:24",
            "upload_time_iso_8601": "2024-04-21T10:03:24.613899Z",
            "url": "https://files.pythonhosted.org/packages/0c/09/864b116fb9a8495bda8913009715708933da0b03bc114625b3b751c4032b/cx_Freeze-7.0.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "934f42e24b63ecf2092262c6dc09bdd7825cc7a72a7f66384f9843b2890c55da",
                "md5": "713baee6d033a46a4b0b80c6862c424d",
                "sha256": "04b7a2e5c53f5d537f3d958ebf2b0a0a7cbe8daf980cb0087559a3e698abc582"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "713baee6d033a46a4b0b80c6862c424d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 21390324,
            "upload_time": "2024-04-21T10:03:26",
            "upload_time_iso_8601": "2024-04-21T10:03:26.571589Z",
            "url": "https://files.pythonhosted.org/packages/93/4f/42e24b63ecf2092262c6dc09bdd7825cc7a72a7f66384f9843b2890c55da/cx_Freeze-7.0.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1d128e75032ead6ec56e482ef69c04a48d627bce7228769f97f9903a294fad61",
                "md5": "5899cd087b5aa8b4cd4cc70832a96577",
                "sha256": "50e7e78001d4f78e70a403ecb5507685854ce1e6c3ff37bec1920eb6f2256534"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "5899cd087b5aa8b4cd4cc70832a96577",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 21389986,
            "upload_time": "2024-04-21T10:03:29",
            "upload_time_iso_8601": "2024-04-21T10:03:29.278188Z",
            "url": "https://files.pythonhosted.org/packages/1d/12/8e75032ead6ec56e482ef69c04a48d627bce7228769f97f9903a294fad61/cx_Freeze-7.0.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56262a5498dcd0d822398c5171a86135d5b99eb8b7b6a71d7f2b3e111ab58968",
                "md5": "78d2ff458fbc475532f16789fcb90c0c",
                "sha256": "2d37ed560e86ca7958684701a6ae7f3300226d0d7c861ca5b90c78bf4c619ad2"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "78d2ff458fbc475532f16789fcb90c0c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 13554725,
            "upload_time": "2024-04-21T10:03:32",
            "upload_time_iso_8601": "2024-04-21T10:03:32.399058Z",
            "url": "https://files.pythonhosted.org/packages/56/26/2a5498dcd0d822398c5171a86135d5b99eb8b7b6a71d7f2b3e111ab58968/cx_Freeze-7.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83c8dbf4659587dc4980c05dc1529f75dc9fd7ca313cdb0f16d6a8254ddec9ed",
                "md5": "af746d1038392ecd6e566c8d662780c8",
                "sha256": "42145dc5c2c7a98c620b30b7e25661954817a13355c50c4219a4a4954b39db39"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "af746d1038392ecd6e566c8d662780c8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 15001976,
            "upload_time": "2024-04-21T10:03:35",
            "upload_time_iso_8601": "2024-04-21T10:03:35.267234Z",
            "url": "https://files.pythonhosted.org/packages/83/c8/dbf4659587dc4980c05dc1529f75dc9fd7ca313cdb0f16d6a8254ddec9ed/cx_Freeze-7.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6525badd7c5e8a5f37b92a2f9f269648eaf6ce22f0ad6a35e9a350972aa3ea8a",
                "md5": "9597cb24135d552900db5d9373a42f6e",
                "sha256": "6f9034d6f9c10d84d7edc0e4f4020e878de367e83c5877c039aa3c8b733bc318"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9597cb24135d552900db5d9373a42f6e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 13777510,
            "upload_time": "2024-04-21T10:03:38",
            "upload_time_iso_8601": "2024-04-21T10:03:38.247728Z",
            "url": "https://files.pythonhosted.org/packages/65/25/badd7c5e8a5f37b92a2f9f269648eaf6ce22f0ad6a35e9a350972aa3ea8a/cx_Freeze-7.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2032a640854bf1a92e39169607d48f085f3b169307e4ba91a332fcaf773400d5",
                "md5": "23d591c9606fdeb3d40f563db18b098d",
                "sha256": "adc6bdba9ff8705745831620efb6ee5eff9ec6d31d9b8c56d2a61d6555299157"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp311-cp311-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "23d591c9606fdeb3d40f563db18b098d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 12313421,
            "upload_time": "2024-04-21T10:03:40",
            "upload_time_iso_8601": "2024-04-21T10:03:40.747088Z",
            "url": "https://files.pythonhosted.org/packages/20/32/a640854bf1a92e39169607d48f085f3b169307e4ba91a332fcaf773400d5/cx_Freeze-7.0.0-cp311-cp311-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "905ae9446341e27d860852578e08b1b9ce8eaaeddcf245c7d524eccfae610c95",
                "md5": "645d731a5169c7267561c9c27511357b",
                "sha256": "37a3234c0e54b4afd561b47be4f22a6496f9436275fb7b59d90d7a3269fb4d6f"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp311-cp311-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "645d731a5169c7267561c9c27511357b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 13047073,
            "upload_time": "2024-04-21T10:03:43",
            "upload_time_iso_8601": "2024-04-21T10:03:43.617492Z",
            "url": "https://files.pythonhosted.org/packages/90/5a/e9446341e27d860852578e08b1b9ce8eaaeddcf245c7d524eccfae610c95/cx_Freeze-7.0.0-cp311-cp311-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fde6aea9d7a7e14826e305b2163c15b7ee8ce9feed5d3c3bffe627a6cb9acff1",
                "md5": "1db36d090034250426e0f07545496a88",
                "sha256": "83549f9f817cafa59ea2f6e2045c8fe119628458ff14bb732649b01b0a637f6d"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1db36d090034250426e0f07545496a88",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 12419062,
            "upload_time": "2024-04-21T10:03:46",
            "upload_time_iso_8601": "2024-04-21T10:03:46.216691Z",
            "url": "https://files.pythonhosted.org/packages/fd/e6/aea9d7a7e14826e305b2163c15b7ee8ce9feed5d3c3bffe627a6cb9acff1/cx_Freeze-7.0.0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e14197411fd24186ad6389b478d08a324b92dd7aafca85314c664d15cac4bb8",
                "md5": "1ac0d69d43c63c2d4b1054a3831ac2a9",
                "sha256": "c508cd354728367311a7deb5bb616eee441bf79c900e3129a49fd54a372dc223"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "1ac0d69d43c63c2d4b1054a3831ac2a9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2081128,
            "upload_time": "2024-04-21T10:03:49",
            "upload_time_iso_8601": "2024-04-21T10:03:49.076135Z",
            "url": "https://files.pythonhosted.org/packages/7e/14/197411fd24186ad6389b478d08a324b92dd7aafca85314c664d15cac4bb8/cx_Freeze-7.0.0-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c8bf55ccb4989c7a512c6652c17e63f62e8e49e41b5c010b3c5a5026c231d5e7",
                "md5": "56dcd74730ba5eb7ceb211ec28fb824d",
                "sha256": "8fb71d23dba27dc40393a8b460bbf64759899246cd595860f66493cee64f27a5"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "56dcd74730ba5eb7ceb211ec28fb824d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2083876,
            "upload_time": "2024-04-21T10:03:51",
            "upload_time_iso_8601": "2024-04-21T10:03:51.174059Z",
            "url": "https://files.pythonhosted.org/packages/c8/bf/55ccb4989c7a512c6652c17e63f62e8e49e41b5c010b3c5a5026c231d5e7/cx_Freeze-7.0.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0253929c29aed26bfb717fcae73deefb9b21799ec68a3a6056d596f7bb144b3d",
                "md5": "f3e64429999e14ec949738b1e7806a70",
                "sha256": "648fd0acb439efe22dced2430cbaeca87e5ca9ab315d148933104376cca9553d"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f3e64429999e14ec949738b1e7806a70",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 21502477,
            "upload_time": "2024-04-21T10:03:53",
            "upload_time_iso_8601": "2024-04-21T10:03:53.664307Z",
            "url": "https://files.pythonhosted.org/packages/02/53/929c29aed26bfb717fcae73deefb9b21799ec68a3a6056d596f7bb144b3d/cx_Freeze-7.0.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2625030f4fb028fef98598484ca2ccd22bb5b42ffaac86a807cbe2eee13825b9",
                "md5": "a7fe2b8ded611fe23ec28eb1c0ce9168",
                "sha256": "3125a8408da3ff4b0cf767689d678909f840dfe08633f5f2d3cfe333111dc334"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a7fe2b8ded611fe23ec28eb1c0ce9168",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 21502134,
            "upload_time": "2024-04-21T10:03:56",
            "upload_time_iso_8601": "2024-04-21T10:03:56.292057Z",
            "url": "https://files.pythonhosted.org/packages/26/25/030f4fb028fef98598484ca2ccd22bb5b42ffaac86a807cbe2eee13825b9/cx_Freeze-7.0.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ec7f7abaed4f423c55a9534cbacb980e3db64b0c06be6a0b5d19388a368b009e",
                "md5": "9613d938afb69a9f16e9a2f801042126",
                "sha256": "07e56b06c7ca0bd2fc37e3783908767dbe1926e1e2609edcaefcc749ab584329"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9613d938afb69a9f16e9a2f801042126",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 13913221,
            "upload_time": "2024-04-21T10:03:59",
            "upload_time_iso_8601": "2024-04-21T10:03:59.389118Z",
            "url": "https://files.pythonhosted.org/packages/ec/7f/7abaed4f423c55a9534cbacb980e3db64b0c06be6a0b5d19388a368b009e/cx_Freeze-7.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "98a6e027e12583c912ce7dc23362e0fc5652c73a606721bc8b8f6600c9ff8bd5",
                "md5": "e30e1d961c81f84d0c02e46512d69ea7",
                "sha256": "25531d5c61bb5e974d8a5d042f29a37a786e91c1d6f66e018fc50342a416f4e1"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "e30e1d961c81f84d0c02e46512d69ea7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 15385938,
            "upload_time": "2024-04-21T10:04:02",
            "upload_time_iso_8601": "2024-04-21T10:04:02.387943Z",
            "url": "https://files.pythonhosted.org/packages/98/a6/e027e12583c912ce7dc23362e0fc5652c73a606721bc8b8f6600c9ff8bd5/cx_Freeze-7.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "14e7f2e9ddb91c9e63c8e138294c408f8773f8e9336ef5363c12c2902c169bf2",
                "md5": "2bf8d367e85854c6256264076c83f117",
                "sha256": "f97154b4b60f6e1953ebce05803a5e11a35047d097fad60d7c181303b7c6ef6e"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2bf8d367e85854c6256264076c83f117",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 14150410,
            "upload_time": "2024-04-21T10:04:05",
            "upload_time_iso_8601": "2024-04-21T10:04:05.608049Z",
            "url": "https://files.pythonhosted.org/packages/14/e7/f2e9ddb91c9e63c8e138294c408f8773f8e9336ef5363c12c2902c169bf2/cx_Freeze-7.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8efaeadb68e445ff11a2bfddc4a22ffded2ed33a27fb519666855f2a1a918842",
                "md5": "fc6d5b4b3bef64ec2005b55c4b2989cf",
                "sha256": "2333db5cfa6db700c79fd45d614d38e9d698f1df2a3c7e21ccbcc63cc8a7a9b7"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp312-cp312-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "fc6d5b4b3bef64ec2005b55c4b2989cf",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 12677610,
            "upload_time": "2024-04-21T10:04:08",
            "upload_time_iso_8601": "2024-04-21T10:04:08.053246Z",
            "url": "https://files.pythonhosted.org/packages/8e/fa/eadb68e445ff11a2bfddc4a22ffded2ed33a27fb519666855f2a1a918842/cx_Freeze-7.0.0-cp312-cp312-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aca73fdca399836c9af23de0984eed6e5a40c3d8cc2cc6ae0e12a159b8e3a88e",
                "md5": "55216085be3ccf7ebaa8ce56587a4edd",
                "sha256": "d45a58e0a9b010e0823c30fb8eb2077560d2bb0f78e4481a55bdb6ad0729f390"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp312-cp312-musllinux_1_1_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "55216085be3ccf7ebaa8ce56587a4edd",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 13444221,
            "upload_time": "2024-04-21T10:04:11",
            "upload_time_iso_8601": "2024-04-21T10:04:11.171709Z",
            "url": "https://files.pythonhosted.org/packages/ac/a7/3fdca399836c9af23de0984eed6e5a40c3d8cc2cc6ae0e12a159b8e3a88e/cx_Freeze-7.0.0-cp312-cp312-musllinux_1_1_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6d12413ce64713dde6af9a9399fdfd5d8eea1ad13c44f318e5d6ed82737c56f5",
                "md5": "b0809114df55f054ae0a1c581b20e9c0",
                "sha256": "0422dbd426fd9f4f4ec0cadc7e3192d38227464daa3eb215b03eb577cd9a49d4"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b0809114df55f054ae0a1c581b20e9c0",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 12792249,
            "upload_time": "2024-04-21T10:04:13",
            "upload_time_iso_8601": "2024-04-21T10:04:13.807805Z",
            "url": "https://files.pythonhosted.org/packages/6d/12/413ce64713dde6af9a9399fdfd5d8eea1ad13c44f318e5d6ed82737c56f5/cx_Freeze-7.0.0-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f55a370332f939a42bca4e5a4fe83152dadf346c135e23a7969ac396fb30731c",
                "md5": "af14bdd818764f67dae656c1608ad1ba",
                "sha256": "2018e9cbf8172da09b311cfc3906503ee6ae88665ec77c543013173b2532b731"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "af14bdd818764f67dae656c1608ad1ba",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2068385,
            "upload_time": "2024-04-21T10:04:16",
            "upload_time_iso_8601": "2024-04-21T10:04:16.191692Z",
            "url": "https://files.pythonhosted.org/packages/f5/5a/370332f939a42bca4e5a4fe83152dadf346c135e23a7969ac396fb30731c/cx_Freeze-7.0.0-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "688f4ec1834777be55b500ba577a6655f1b2ffcefb906e93d432d9fb00be5bce",
                "md5": "a27375cd2305930b31a40584563ed92d",
                "sha256": "ae5facd782b220bca6828eb6fb1834540cf431b1a615cc63652641bd070b11e6"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a27375cd2305930b31a40584563ed92d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2071070,
            "upload_time": "2024-04-21T10:04:17",
            "upload_time_iso_8601": "2024-04-21T10:04:17.887849Z",
            "url": "https://files.pythonhosted.org/packages/68/8f/4ec1834777be55b500ba577a6655f1b2ffcefb906e93d432d9fb00be5bce/cx_Freeze-7.0.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0dc1ea206a5249732c3ea8cafea91dbc49c4781fab7c4a6e9252188fc7280d57",
                "md5": "fa5b2bc267281f093895a795294973bc",
                "sha256": "f06368dd41568572818c4abfcf9b45449dced3fa9f1b5f29e3523ba4ff7fcfbb"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fa5b2bc267281f093895a795294973bc",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 10508262,
            "upload_time": "2024-04-21T10:04:19",
            "upload_time_iso_8601": "2024-04-21T10:04:19.658961Z",
            "url": "https://files.pythonhosted.org/packages/0d/c1/ea206a5249732c3ea8cafea91dbc49c4781fab7c4a6e9252188fc7280d57/cx_Freeze-7.0.0-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c4aa0c77e5d5a6f117b53c3e1d7d5c0312d8eb0e68e292411128ea1df47d2f3",
                "md5": "138542b2a83badf5f8ff54a5d2d937d8",
                "sha256": "e203d90d8fa1cc4489b15edac7dfdd983518a02999f275897160fc0ecfa98e4c"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "138542b2a83badf5f8ff54a5d2d937d8",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 13228576,
            "upload_time": "2024-04-21T10:04:22",
            "upload_time_iso_8601": "2024-04-21T10:04:22.114487Z",
            "url": "https://files.pythonhosted.org/packages/2c/4a/a0c77e5d5a6f117b53c3e1d7d5c0312d8eb0e68e292411128ea1df47d2f3/cx_Freeze-7.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e048e95822914f509fef91007ee58da4b9d49cfea0609a8618c3885ac4c8e63",
                "md5": "32a8c4275206809934cc35af25a739e2",
                "sha256": "f800b0bc2df14c66fcf2f220ecf273c5942d0b982268d8e5ccc9ef2fa56e576f"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "32a8c4275206809934cc35af25a739e2",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 11757121,
            "upload_time": "2024-04-21T10:04:24",
            "upload_time_iso_8601": "2024-04-21T10:04:24.625988Z",
            "url": "https://files.pythonhosted.org/packages/6e/04/8e95822914f509fef91007ee58da4b9d49cfea0609a8618c3885ac4c8e63/cx_Freeze-7.0.0-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "35ba54e321f5c2f00ad5f46dcdd082c5dd73730a15521f9074fa5eb98cc70dd9",
                "md5": "110d5b344225b968458c6522a0a34de7",
                "sha256": "c52641ce2484222f4d60f0acbc79b2dfbfb984493101a4806c5af0ad379ebc82"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "110d5b344225b968458c6522a0a34de7",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1993557,
            "upload_time": "2024-04-21T10:04:27",
            "upload_time_iso_8601": "2024-04-21T10:04:27.359929Z",
            "url": "https://files.pythonhosted.org/packages/35/ba/54e321f5c2f00ad5f46dcdd082c5dd73730a15521f9074fa5eb98cc70dd9/cx_Freeze-7.0.0-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71302a2ce59105a878d3b95b7a20aa7797435db01f512b2d82e186cb028c3b60",
                "md5": "155a6f260cf87e1c20231aef1dd7c0d6",
                "sha256": "92a15613be3fcc7a310e825c92ae3e83a7e689ade00ce2ea981403e4317c7234"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "155a6f260cf87e1c20231aef1dd7c0d6",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1996277,
            "upload_time": "2024-04-21T10:04:29",
            "upload_time_iso_8601": "2024-04-21T10:04:29.732329Z",
            "url": "https://files.pythonhosted.org/packages/71/30/2a2ce59105a878d3b95b7a20aa7797435db01f512b2d82e186cb028c3b60/cx_Freeze-7.0.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45b98bc0b4104bc51711e2ca9ae1aa23415e5274bcba67ca965222f3279d48cb",
                "md5": "00d4bef071ccc10766d120b8a7658c18",
                "sha256": "60a0f674b6a55fdf46d0cc59122551a79221ceecd038fed8533dcbceb9714435"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "00d4bef071ccc10766d120b8a7658c18",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 17871277,
            "upload_time": "2024-04-21T10:04:32",
            "upload_time_iso_8601": "2024-04-21T10:04:32.259134Z",
            "url": "https://files.pythonhosted.org/packages/45/b9/8bc0b4104bc51711e2ca9ae1aa23415e5274bcba67ca965222f3279d48cb/cx_Freeze-7.0.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ae2420d9feaa945997d72a0329793b3030f1932e7c46d288e634937c50a4f29",
                "md5": "d0a0cb089e14fdaf6adb34efe83fa846",
                "sha256": "bb15314e8395e9658a8a5e4e19558d0e096a68b76c744ba81ebc249061b7dd9e"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d0a0cb089e14fdaf6adb34efe83fa846",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 13365135,
            "upload_time": "2024-04-21T10:04:35",
            "upload_time_iso_8601": "2024-04-21T10:04:35.465441Z",
            "url": "https://files.pythonhosted.org/packages/1a/e2/420d9feaa945997d72a0329793b3030f1932e7c46d288e634937c50a4f29/cx_Freeze-7.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a90a18cd2aa12a88c216c251812481e474576a6185699b748d91e28f0ff824ff",
                "md5": "6c8523a5ae9aaccef2cbd10bbf6030d9",
                "sha256": "3290127acc67e830265265a911d9018640ffffb7fddb86eacb1e3d83ed4136c4"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6c8523a5ae9aaccef2cbd10bbf6030d9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 11894906,
            "upload_time": "2024-04-21T10:04:38",
            "upload_time_iso_8601": "2024-04-21T10:04:38.456246Z",
            "url": "https://files.pythonhosted.org/packages/a9/0a/18cd2aa12a88c216c251812481e474576a6185699b748d91e28f0ff824ff/cx_Freeze-7.0.0-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f016f2810f670f813c64f336efcd73d65f48f3f655d14f98636538d040dd662",
                "md5": "7f9a97a8ed878ee84f498f379f691030",
                "sha256": "aa885f2fb29b9f7d9a7d8af223d38d98905484cc2356c474bb1d6fd1704323ad"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "7f9a97a8ed878ee84f498f379f691030",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1993045,
            "upload_time": "2024-04-21T10:04:40",
            "upload_time_iso_8601": "2024-04-21T10:04:40.532879Z",
            "url": "https://files.pythonhosted.org/packages/8f/01/6f2810f670f813c64f336efcd73d65f48f3f655d14f98636538d040dd662/cx_Freeze-7.0.0-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "19016c06d7c9208d7c17c4dcc83ca28ea95a1ef8efe84512fce1e072df63f96b",
                "md5": "fb7beeee6fabb1b83a7d3dd0576926fc",
                "sha256": "fe4dbbfd52454c8ddb550f112713ee2ac36cc024303557763b605e35cdb6b9a8"
            },
            "downloads": -1,
            "filename": "cx_Freeze-7.0.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "fb7beeee6fabb1b83a7d3dd0576926fc",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1995776,
            "upload_time": "2024-04-21T10:04:42",
            "upload_time_iso_8601": "2024-04-21T10:04:42.750514Z",
            "url": "https://files.pythonhosted.org/packages/19/01/6c06d7c9208d7c17c4dcc83ca28ea95a1ef8efe84512fce1e072df63f96b/cx_Freeze-7.0.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "210da2d4140e413c701c46205acc97aed56bfe8084c589c30417b79572b3fdc0",
                "md5": "90d8009adbab3008c220f638d7b6095d",
                "sha256": "b03f2854a15dd1e8962660d18882a71fefba0e1b6f68337193d4a072d1fc36e6"
            },
            "downloads": -1,
            "filename": "cx_freeze-7.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "90d8009adbab3008c220f638d7b6095d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2934509,
            "upload_time": "2024-04-21T10:04:45",
            "upload_time_iso_8601": "2024-04-21T10:04:45.009393Z",
            "url": "https://files.pythonhosted.org/packages/21/0d/a2d4140e413c701c46205acc97aed56bfe8084c589c30417b79572b3fdc0/cx_freeze-7.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-21 10:04:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "marcelotduarte",
    "github_project": "cx_Freeze",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "cx-freeze"
}
        
Elapsed time: 0.25434s