Skip to main content

Create standalone executables from Python scripts

Project 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.

PyPI version PyPi Downloads Conda Version Conda Downloads Python Actions status CodeQL Coverage Ruff Documentation Status

What's New v8.3:

  • Experimental support for Python 3.11 to 3.13 on Windows ARM64 (win_arm64).
  • Bug fixes, hooks, and more tests.

What's New v8.2:

  • Make MSI checkbox to "launch on finish" optional.
  • Bug fixes, hooks, and more tests.

What's New v8.1:

  • Add "launch on finish" checkbox to the MSI installer.
  • Bug fixes and improvements (including hook additions and enhancements).

What's New v8.0:

  • Python 3.13 support.
  • Python 3.13 free-threaded support for Linux and macOS.
  • Download and extract the MSVC Redistributable files.
  • Implement bases using PEP587 - Python Initialization Configuration.
  • Drop Python 3.8 support.
  • Bug fixes and improvements (including hook additions and enhancements).

Installation

Choose the Python package manager according to your system. See how the installation works with the most common ones, which are pip and conda.

To install the latest version of cx_Freeze using pip into a virtual environment:

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

Installing cx_freeze from the conda-forge channel can be achieved with the command:

conda install conda-forge::cx_freeze

Please check the installation for more information.

Documentation

The official documentation is available here.

If you need help you can also ask on the discussion channel.

License

cx_Freeze uses a license derived from the Python Software Foundation License. You can read the cx_Freeze license in the documentation or in the source repository.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cx_freeze-8.3.0.tar.gz (3.2 MB view details)

Uploaded Source

Built Distributions

cx_freeze-8.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl (13.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

cx_freeze-8.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl (13.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

cx_freeze-8.3.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

cx_freeze-8.3.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (13.9 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

cx_freeze-8.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.7 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

cx_freeze-8.3.0-cp313-cp313t-macosx_10_13_universal2.whl (21.2 MB view details)

Uploaded CPython 3.13tmacOS 10.13+ universal2 (ARM64, x86-64)

cx_freeze-8.3.0-cp313-cp313-win_arm64.whl (2.3 MB view details)

Uploaded CPython 3.13Windows ARM64

cx_freeze-8.3.0-cp313-cp313-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.13Windows x86-64

cx_freeze-8.3.0-cp313-cp313-win32.whl (2.3 MB view details)

Uploaded CPython 3.13Windows x86

cx_freeze-8.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

cx_freeze-8.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

cx_freeze-8.3.0-cp313-cp313-macosx_10_13_universal2.whl (21.4 MB view details)

Uploaded CPython 3.13macOS 10.13+ universal2 (ARM64, x86-64)

cx_freeze-8.3.0-cp312-cp312-win_arm64.whl (2.3 MB view details)

Uploaded CPython 3.12Windows ARM64

cx_freeze-8.3.0-cp312-cp312-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.12Windows x86-64

cx_freeze-8.3.0-cp312-cp312-win32.whl (2.3 MB view details)

Uploaded CPython 3.12Windows x86

cx_freeze-8.3.0-cp312-cp312-musllinux_1_2_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

cx_freeze-8.3.0-cp312-cp312-musllinux_1_2_aarch64.whl (15.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

cx_freeze-8.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

cx_freeze-8.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (15.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

cx_freeze-8.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (14.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

cx_freeze-8.3.0-cp312-cp312-macosx_10_13_universal2.whl (22.0 MB view details)

Uploaded CPython 3.12macOS 10.13+ universal2 (ARM64, x86-64)

cx_freeze-8.3.0-cp311-cp311-win_arm64.whl (2.3 MB view details)

Uploaded CPython 3.11Windows ARM64

cx_freeze-8.3.0-cp311-cp311-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.11Windows x86-64

cx_freeze-8.3.0-cp311-cp311-win32.whl (2.4 MB view details)

Uploaded CPython 3.11Windows x86

cx_freeze-8.3.0-cp311-cp311-musllinux_1_2_x86_64.whl (14.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

cx_freeze-8.3.0-cp311-cp311-musllinux_1_2_aarch64.whl (15.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

cx_freeze-8.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

cx_freeze-8.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (15.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

cx_freeze-8.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

cx_freeze-8.3.0-cp311-cp311-macosx_10_9_universal2.whl (21.6 MB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)

cx_freeze-8.3.0-cp310-cp310-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.10Windows x86-64

cx_freeze-8.3.0-cp310-cp310-win32.whl (2.2 MB view details)

Uploaded CPython 3.10Windows x86

cx_freeze-8.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

cx_freeze-8.3.0-cp310-cp310-macosx_10_9_universal2.whl (19.1 MB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

cx_freeze-8.3.0-cp39-cp39-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.9Windows x86-64

cx_freeze-8.3.0-cp39-cp39-win32.whl (2.2 MB view details)

Uploaded CPython 3.9Windows x86

cx_freeze-8.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

cx_freeze-8.3.0-cp39-cp39-macosx_10_9_universal2.whl (18.1 MB view details)

Uploaded CPython 3.9macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file cx_freeze-8.3.0.tar.gz.

File metadata

  • Download URL: cx_freeze-8.3.0.tar.gz
  • Upload date:
  • Size: 3.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for cx_freeze-8.3.0.tar.gz
Algorithm Hash digest
SHA256 491998d513f04841ec7967e2a3792db198597bde8a0c9333706b1f96060bdb35
MD5 b2882d4d2c8cb526e718f76afd464385
BLAKE2b-256 92fa835edcb0bbfffc09bea4a723c26779e3691513c6bfd41dc92498289218be

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0.tar.gz:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cx_freeze-8.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ae0cfb83bc82671c4701a36954c5e8c5cf9440777365b78e9ceba51522becd40
MD5 6eea26fb0c5f8a9816698273869064a8
BLAKE2b-256 51bb0b6992fb528dca772f83ab5534ce00e43f978d7ac393bab5d3e2553fb7a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cx_freeze-8.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c41676ebf3e5ca7dd086dedf3a9d5b5627f3c98ffccf64db0aeebd5102199b05
MD5 c76327538c49dc8085cc2b71864ea466
BLAKE2b-256 ef5986beaf28c76921f338a2799295ab50766737064920d5182d238eff8578c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cx_freeze-8.3.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a58582c34ccfc94e9e19acc784511396e95c324bb54c5454b7eafec5a205c677
MD5 b4d6a6e7d9c2f8aa70578b559d276b83
BLAKE2b-256 10ab08a5aa1744a708de8ff4bc9c6edd6addc5effdb6c31a85ff425284e4563f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cx_freeze-8.3.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ca2eb036fffd7fc07e793989db4424557d9b00c7b82e33f575dbc40d72f52f7b
MD5 fb4c82e5bce68b35fda32d10cdc33697
BLAKE2b-256 82a39d72b12ab11a89ef84e3c03d5290b3b58dd5c3427e6d6f5597c776e01ab8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cx_freeze-8.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e0db71e7c540b0b95396e4c1c18af2748d96c2c2e44142a0e65bb8925f736cc6
MD5 6297731ed86d258c67d1bde22cdb7ffc
BLAKE2b-256 c8fc82153be6a3e7e6ad9d2baa1453f5e6c6e744f711f12284d50daa95c63e30

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp313-cp313t-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for cx_freeze-8.3.0-cp313-cp313t-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 061c81fcff963d0735ff3a85abb9ca9d29d3663ce8eeef6b663bd93ecafb93bb
MD5 df94f54c628384ac68aae026b3875b6f
BLAKE2b-256 5adddce38e545203c7ef14bf9c9c2beb1d05093f7b1d7c95ca03ff716c920413

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp313-cp313t-macosx_10_13_universal2.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: cx_freeze-8.3.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for cx_freeze-8.3.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 bab3634e91c09f235a40b998a9b23327625c9032014c2a9365aa3e8c5f6b5a05
MD5 205dc06f3ac3fd36bfd8c33746d5a325
BLAKE2b-256 2d4b53a5c7d44e482edadba39f7c62e8cafbc22a699f79230aa7bcb23257c12c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp313-cp313-win_arm64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: cx_freeze-8.3.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for cx_freeze-8.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 007fb9507b5265c0922aaea10173651a2138b3d75ee9a67156fea4c9fb2b2582
MD5 e52600058be8e991169874a4ddfe3e54
BLAKE2b-256 b26118c51dfb8bfcd36619c9314d36168c5254d0ce6d40f70fe1ace55edd1991

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp313-cp313-win_amd64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: cx_freeze-8.3.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for cx_freeze-8.3.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 c19b092980e3430a963d328432763742baf852d3ff5fef096b2f32e130cfc0ed
MD5 de1b59427425cb39955e514b1faea081
BLAKE2b-256 36225e1c967e4c8bd129f0fe5d94b0f653bf7709fde251c2dc77f6c5da097163

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp313-cp313-win32.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cx_freeze-8.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 35ee2d0de99dea99156507a63722a5eefacbc492d2bf582978a6dbb3fecc972b
MD5 c27d56115307cc6069b44cdde0d0872d
BLAKE2b-256 dadaa97fbb2ee9fb958aca527a9a018a98e8127f0b43c4fb09323d2cdbc4ec94

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cx_freeze-8.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a27d8af666b7ef4a8fa612591b5555c57d564f4f17861bdd11e0bd050a33b592
MD5 de49ef79939a3572e882587132367602
BLAKE2b-256 45dfba05eba858fa33bfcdde589d4b22333ff1444f42ff66e88ad98133105126

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for cx_freeze-8.3.0-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 5ab5f97a3719282b9105b4d5eacd9b669f79d8e0129e20a55137746663d288ad
MD5 61c071d8e8b3e6dec7be725d8e2984c5
BLAKE2b-256 f5baa98447964bde34e93774ff500c2efcd0dce150754e835c32bbf11754ee92

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp313-cp313-macosx_10_13_universal2.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: cx_freeze-8.3.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for cx_freeze-8.3.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 72b9d7e3e98bbc175096b66e67208aea5b2e283f07e3d826c40f89f60a821ae1
MD5 baf0c9db6c396dda0e480aaa0060c48d
BLAKE2b-256 82feebe723ade801df8f1030d90b9b676efd43bbf12ca833bb4b82108101ed8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp312-cp312-win_arm64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: cx_freeze-8.3.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for cx_freeze-8.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 82887045c831e5c03f4a33f8baab826b785c6400493a077c482cc45c15fd531c
MD5 32f6f259082fc63105a7543af90e2066
BLAKE2b-256 bf6809458532149bcb26bbc078ed232c2f970476d6381045ce76de32ef6014c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp312-cp312-win_amd64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: cx_freeze-8.3.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for cx_freeze-8.3.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 3bad93b5e44c9faee254b0b27a1698c053b569122e73a32858b8e80e340aa8f2
MD5 0506253c51f90c182fb38b0bc5e98574
BLAKE2b-256 f61a64c825770df0b9cb69e5f15c2647e708bf8e13f55da1011749658bc83c37

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp312-cp312-win32.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cx_freeze-8.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 56e52892393562a00792635bb8ab6d5720290b7b86ae21b6eb002a610fac5713
MD5 f215b35694c4065d6b16d7049aae88e4
BLAKE2b-256 988c4da11732f32ed51f2b734caa3fe87559734f68f508ce54b56196ae1c4410

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cx_freeze-8.3.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c661650119ceb4c2c779134d4a34823b63c8bea5c5686c33a013cd374f3763c3
MD5 e05821baa6ef65b41750208fc6f2dd12
BLAKE2b-256 9b0876270e82bff702edd584e252239c1ab92e1807cf5ca2efafd0c69a948775

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cx_freeze-8.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 95d0460511a295f65f25e537cd1e716013868f5cab944a20fc77f5e9c3425ec6
MD5 9bb1c5de0ec37009c6d2f11a05988329
BLAKE2b-256 e8b521dfa6fd4580bed578e22f4be2f42d585d1e064f1b58fc2321477030414e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cx_freeze-8.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cdd7da34aeb55332d7ed9a5dd75a6a5b8a007a28458d79d0acad2611c5162e55
MD5 fc6824eef6c1ba15cecc8a0982efb390
BLAKE2b-256 b50bb4cf3e7dffd1a4fa6aa80b26af6b21d0b6dafff56495003639eebdc9a9ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cx_freeze-8.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4abdba6a199dbd3a2ac661ec25160aceffcb94f3508757dd13639dca1fc82572
MD5 1f98a997a85aa9f67c9c1971ba184937
BLAKE2b-256 de97ddd0daa6de5da6d142a77095d66c8466442f0f8721c6eaa52b63bdbbb29a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for cx_freeze-8.3.0-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 3d6f158ad36170caad12a4aae5b65ed4fdf8d772c60c2dad8bf9341a1fc8b4c6
MD5 3d02e389fa5a1dc4324d7445febe7280
BLAKE2b-256 b1d64c66e670768cdc8219bbd5e3efd96a25506f16e83b599004ffae0828e6b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp312-cp312-macosx_10_13_universal2.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: cx_freeze-8.3.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for cx_freeze-8.3.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 a02c33c1e973d0f3eff83aec30312ee0e211b3990f3f62b27d9ee971a122982c
MD5 a3054bf5a6e3a0c000309d091f414daf
BLAKE2b-256 bd34997343c959b0bba8df70e7ac55171f962f4e4e4bf957c82e2470b3125e2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp311-cp311-win_arm64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: cx_freeze-8.3.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for cx_freeze-8.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6aacb4801bed46700261cb4b75abfa45e95504756e6c5b95545350b3e6c77f39
MD5 b0d0dfa8cf3427d2aa32fc5c219872bd
BLAKE2b-256 7b716e3f0412887395bf5d8e4ceffbeef8995a3c4b7b207fe40850df63e02dc6

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp311-cp311-win_amd64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: cx_freeze-8.3.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for cx_freeze-8.3.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f6f9cafef1338b6eb7d377d380e5f5ccadbb1e7112712c861e53db4d68988943
MD5 dedc41b3791ca35eaad85e49c29df2c8
BLAKE2b-256 28a3d6d7bcec621e133a2d7fd6fbc2581fd6294ffa0b9adf5f9ac2454779d79b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp311-cp311-win32.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cx_freeze-8.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a3792b7bfced6cf5636ee82918c007da1b3465884b5a26a0044f05f83cd68964
MD5 fb00dfedf32aeb69eda192b8cd65c131
BLAKE2b-256 bba996281c51edde509e73fe16cd3cd997cb4982ec907818a4b9a25289838baf

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cx_freeze-8.3.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 497696c4b476bc948e7cb17b28d19712bf3920ad54751f734bb887c54d567c86
MD5 b092b8a929a22b24b0122c420897b1fe
BLAKE2b-256 572def8ca36b173444a47ffc94086f3fb03c0ca2f4465f7db14a8c82d06e3ed7

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cx_freeze-8.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 349fd483db63f3552305d62d10e645dd0e68a023c8c96d1105e7bbad9bf881d1
MD5 16b5a6f1a25b9ac52a5d7de1feb38f77
BLAKE2b-256 94d1c073a99d2633a1c231921d5a9ba9f1f94485da7a75d0139101f4e157c1c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cx_freeze-8.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 af62ea35cf5b1d13c6c42dca240388d6ed880e503e2e28c3346a8666be04655c
MD5 d900c414213a2b279444a0433da1ff0c
BLAKE2b-256 6c5f9d66343f42c5fdfaa0e4afb3def357b54159a034f0990adbf27ba5c08620

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cx_freeze-8.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 942cec33e2f5c31b97b43a2040fdd8e3f43e783233fb6f695989242078417f47
MD5 4573d8ab61f2a5dd01fed66b015f1a17
BLAKE2b-256 77ba004331711db1913bc27a844d6cb89b48b0dabea0fadc0adf57dd2e090b80

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for cx_freeze-8.3.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 197746f5df28bf136554cecf1d45504784734343f05ac34889ffef2265ed895f
MD5 27802dd527d95f8d927e0ad6b87957dd
BLAKE2b-256 04f6ae15b89dd00a6dddebdcc25599915ee94d612d9fe502df0b46ba213d30fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp311-cp311-macosx_10_9_universal2.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: cx_freeze-8.3.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for cx_freeze-8.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5e1ee15d2abfb238c1f19a764608dfc8ee7f755f77a5d53de996cd1579e420d1
MD5 f017d4005b23b80251a865ad2a9b9515
BLAKE2b-256 cb88364c89d2a439c33c204112931088dc8da7161d2013103b77170fca699b5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp310-cp310-win_amd64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: cx_freeze-8.3.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for cx_freeze-8.3.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 848611568876236fbedb21c9307afad24df239f3ecd378f6f161fe5a80192db0
MD5 2af170a560f011ad73b4259344dad330
BLAKE2b-256 362000621712b7b5087f5e32d8ce63ba7ce4013ea971d51e1d0e70cce5b340c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp310-cp310-win32.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cx_freeze-8.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1dfed39871d1623436d726bf239ac361c0f744c073b60bdcad9278465bae70f8
MD5 12ebd80a3ef0a5bb27282ab14e53ea2c
BLAKE2b-256 e207aae1ecd6da92eba3c8d5bb71dc3e7a2aa51232c228afe3e32e43c87ff530

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for cx_freeze-8.3.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 b9f967d10ebd8993e03c26b7fe25a1b9e34b523540f92a504583abe81a891ee7
MD5 1efbc2a91a8c50b29f0a3c995bb779f6
BLAKE2b-256 1a62c70bcc537051e03a71f99450f51bfe7bcfd240829639d7c05a53221acd42

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp310-cp310-macosx_10_9_universal2.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: cx_freeze-8.3.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for cx_freeze-8.3.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 88af618ef7fb8a8a7aa7ffa972f49aa0b875d8ae9331ae2c78d231ac1749d458
MD5 2ebf69a0f938ee7299a7bd7ea5548fdc
BLAKE2b-256 fe37cfe68dba9c00e9c96b4d0febb749ee935451734e60cdfc519289e9bb9232

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp39-cp39-win_amd64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: cx_freeze-8.3.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for cx_freeze-8.3.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 923a7422943a30ca5153a24c15a17d8beaa5a67847856f9b992163d1f799a10d
MD5 a94ae692cc7806c934debcdb86d8e5e3
BLAKE2b-256 a53e18567e605cbe3b455f71b992bdab4b59813f923ac58c6586db4c2f44c4fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp39-cp39-win32.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cx_freeze-8.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6bf412a837044d6d11c3061ddb3ecc964f59ce5f52115717fdcb18841d35030f
MD5 0e73fad9316e5cb665f0374ad9fddb6d
BLAKE2b-256 8604b323e79e7f3a17927b5d5f7ea5c70c16c195b9fea0cbb7d05c7be1ea7060

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cx_freeze-8.3.0-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for cx_freeze-8.3.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 7530610ee99ca8a164e1397dad274b17ad9157f836bdc9212bc974b690bbec40
MD5 9f03fd64fcd6a6ab6cb64ef7ae8fb026
BLAKE2b-256 416d7bd3ed3648b64dd1a39657fbc3e69bd9e5e8e7a2433c815746dedf1f87d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-8.3.0-cp39-cp39-macosx_10_9_universal2.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page