{"id":13471534,"url":"https://github.com/marcelotduarte/cx_Freeze","last_synced_at":"2025-03-26T13:31:12.388Z","repository":{"id":37020826,"uuid":"79693503","full_name":"marcelotduarte/cx_Freeze","owner":"marcelotduarte","description":"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.","archived":false,"fork":false,"pushed_at":"2024-10-29T04:49:12.000Z","size":7380,"stargazers_count":1351,"open_issues_count":46,"forks_count":218,"subscribers_count":26,"default_branch":"main","last_synced_at":"2024-10-29T15:34:32.589Z","etag":null,"topics":["cx-freeze","freeze","freezing-python-scripts","python"],"latest_commit_sha":null,"homepage":"https://marcelotduarte.github.io/cx_Freeze/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marcelotduarte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"marcelotduarte","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":"https://www.paypal.com/donate?business=8QXQTXWHPXZZE\u0026item_name=cx-freeze+developer\u0026currency_code=USD"}},"created_at":"2017-01-22T04:25:52.000Z","updated_at":"2024-10-29T14:48:28.000Z","dependencies_parsed_at":"2023-07-26T11:16:25.825Z","dependency_job_id":"c2c70d28-000b-45ac-9f3b-b6349f9561dc","html_url":"https://github.com/marcelotduarte/cx_Freeze","commit_stats":{"total_commits":1495,"total_committers":108,"mean_commits":"13.842592592592593","dds":0.505685618729097,"last_synced_commit":"d74c94bbed41dc6f847c5235a55cd77a17c0c4d5"},"previous_names":["anthony-tuininga/cx_freeze"],"tags_count":123,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelotduarte%2Fcx_Freeze","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelotduarte%2Fcx_Freeze/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelotduarte%2Fcx_Freeze/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelotduarte%2Fcx_Freeze/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcelotduarte","download_url":"https://codeload.github.com/marcelotduarte/cx_Freeze/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245550611,"owners_count":20633876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cx-freeze","freeze","freezing-python-scripts","python"],"created_at":"2024-07-31T16:00:46.344Z","updated_at":"2025-03-26T13:31:12.382Z","avatar_url":"https://github.com/marcelotduarte.png","language":"Python","funding_links":["https://github.com/sponsors/marcelotduarte","https://www.paypal.com/donate?business=8QXQTXWHPXZZE\u0026item_name=cx-freeze+developer\u0026currency_code=USD"],"categories":["Distribution","Python","Code Packaging","Miscellaneous"],"sub_categories":[],"readme":"**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[![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://raw.githubusercontent.com/marcelotduarte/cx_Freeze/python-coverage-comment-action-data/badge.svg)](https://htmlpreview.github.io/?https://github.com/marcelotduarte/cx_Freeze/blob/python-coverage-comment-action-data/htmlcov/index.html)\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# What's New v8.0:\n- Python 3.13 support.\n- Python 3.13 free-threaded support for Linux and macOS.\n- Download and extract the [MSVC Redistributable files]\n(https://cx-freeze.readthedocs.io/en/stable/faq.html#microsoft-visual-c-redistributable-package).\n- Implement bases using PEP587 - Python Initialization Configuration.\n- Drop Python 3.8 support.\n- New and Improved hooks.\n- Bug fixes and improvements.\n\n# Installation\n\nChoose the Python package manager according to your system. See how the\ninstallation works with the most common ones, which are pip and conda.\n\nTo install the latest version of `cx_Freeze` using `pip` into a\nvirtual environment:\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\nInstalling cx_freeze from the conda-forge channel can be achieved with the\ncommand:\n```\nconda install conda-forge::cx_freeze\n```\n\nPlease check the\n[installation](https://cx-freeze.readthedocs.io/en/latest/installation.html)\nfor more information.\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# 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelotduarte%2Fcx_Freeze","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcelotduarte%2Fcx_Freeze","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelotduarte%2Fcx_Freeze/lists"}