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

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 for more information and how to install in other environments such as pipenv, conda-forge, etc.

Documentation

The official documentation is available here.

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

What's New v7.2:

  • Improved bdist_dmg
  • Add license for msi (bdist_msi)
  • Minor improvements in bdist_appimage
  • Drop rpm2_mode in bdist_rpm
  • Use an optimized mode as default for pip installations of selected packages
  • hooks: support numpy 2.0, rasterio, multiprocess (a multiprocessing fork), etc
  • Regression fixes, bug fixes and improvements

What's New v7.1:

  • Added new option --zip-filename in build_exe
  • Bug fixes and improvements

What's New v7.0:

  • Added support for pyproject.toml
  • Create Linux AppImage format: bdist_appimage
  • Create an DEB distribution: bdist_deb
  • 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. 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-7.2.5.tar.gz (3.0 MB view details)

Uploaded Source

Built Distributions

cx_Freeze-7.2.5-cp312-cp312-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.12 Windows x86-64

cx_Freeze-7.2.5-cp312-cp312-win32.whl (2.1 MB view details)

Uploaded CPython 3.12 Windows x86

cx_Freeze-7.2.5-cp312-cp312-musllinux_1_2_x86_64.whl (13.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

cx_Freeze-7.2.5-cp312-cp312-musllinux_1_2_ppc64le.whl (13.7 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ppc64le

cx_Freeze-7.2.5-cp312-cp312-musllinux_1_2_aarch64.whl (13.0 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

cx_Freeze-7.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.8 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

cx_Freeze-7.2.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (13.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

cx_Freeze-7.2.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

cx_Freeze-7.2.5-cp312-cp312-macosx_11_0_arm64.whl (21.4 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

cx_Freeze-7.2.5-cp312-cp312-macosx_10_13_x86_64.whl (21.4 MB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

cx_Freeze-7.2.5-cp312-cp312-macosx_10_13_universal2.whl (21.4 MB view details)

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

cx_Freeze-7.2.5-cp311-cp311-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.11 Windows x86-64

cx_Freeze-7.2.5-cp311-cp311-win32.whl (2.1 MB view details)

Uploaded CPython 3.11 Windows x86

cx_Freeze-7.2.5-cp311-cp311-musllinux_1_2_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

cx_Freeze-7.2.5-cp311-cp311-musllinux_1_2_ppc64le.whl (13.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ppc64le

cx_Freeze-7.2.5-cp311-cp311-musllinux_1_2_aarch64.whl (12.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

cx_Freeze-7.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

cx_Freeze-7.2.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (13.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

cx_Freeze-7.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

cx_Freeze-7.2.5-cp311-cp311-macosx_11_0_arm64.whl (21.4 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

cx_Freeze-7.2.5-cp311-cp311-macosx_10_9_x86_64.whl (21.4 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

cx_Freeze-7.2.5-cp311-cp311-macosx_10_9_universal2.whl (21.4 MB view details)

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

cx_Freeze-7.2.5-cp310-cp310-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.10 Windows x86-64

cx_Freeze-7.2.5-cp310-cp310-win32.whl (2.0 MB view details)

Uploaded CPython 3.10 Windows x86

cx_Freeze-7.2.5-cp310-cp310-musllinux_1_2_x86_64.whl (12.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

cx_Freeze-7.2.5-cp310-cp310-musllinux_1_2_ppc64le.whl (12.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ppc64le

cx_Freeze-7.2.5-cp310-cp310-musllinux_1_2_aarch64.whl (12.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

cx_Freeze-7.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

cx_Freeze-7.2.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (13.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

cx_Freeze-7.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

cx_Freeze-7.2.5-cp310-cp310-macosx_10_9_x86_64.whl (19.0 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

cx_Freeze-7.2.5-cp39-cp39-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.9 Windows x86-64

cx_Freeze-7.2.5-cp39-cp39-win32.whl (2.0 MB view details)

Uploaded CPython 3.9 Windows x86

cx_Freeze-7.2.5-cp39-cp39-musllinux_1_2_x86_64.whl (12.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

cx_Freeze-7.2.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

cx_Freeze-7.2.5-cp39-cp39-macosx_10_9_x86_64.whl (17.9 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

cx_Freeze-7.2.5-cp38-cp38-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.8 Windows x86-64

cx_Freeze-7.2.5-cp38-cp38-win32.whl (2.0 MB view details)

Uploaded CPython 3.8 Windows x86

cx_Freeze-7.2.5-cp38-cp38-musllinux_1_2_x86_64.whl (12.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

cx_Freeze-7.2.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

cx_Freeze-7.2.5-cp38-cp38-macosx_10_9_x86_64.whl (10.6 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: cx_freeze-7.2.5.tar.gz
  • Upload date:
  • Size: 3.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for cx_freeze-7.2.5.tar.gz
Algorithm Hash digest
SHA256 63f9b745b8a84a1c3ce986d089f3d750ec65b9ff385ed64308c073a821d81eef
MD5 1d518e44de0a7e96dfc25f991e84c825
BLAKE2b-256 73c47d3a5e1acaa6cb0d25c07c5da6257b4e2bf7e69d3f6b2bfa7cdfe89c322c

See more details on using hashes here.

Provenance

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

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e7271051c32b0afd0f504d16eb79288a4abc6d118eb7939ef38cabab68b22b9a
MD5 75f35f68693fabdf42c3927c090e57eb
BLAKE2b-256 63e2dc5223bf5fdd2e631da694c32fe2de1db8ac97fbc15e778c25ac3d6f63f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp312-cp312-win_amd64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp312-cp312-win32.whl.

File metadata

  • Download URL: cx_Freeze-7.2.5-cp312-cp312-win32.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for cx_Freeze-7.2.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c28960966ae87b53a07519d3c1d64735f67d5c2c866d574657f26a97b033df0d
MD5 bb706564844fa9e828211a26ef13264d
BLAKE2b-256 c3f812fe304bda49c540cdfb8acc306f2ebd83dac67269ef80d367e4d04cc68c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp312-cp312-win32.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 389f2ff47a624016e5410bfe4906357554e6f191000e658f06e87c51d649cd3b
MD5 89bf35ab23866308560c6aa44727576c
BLAKE2b-256 9ee71ab82a531c542ce3f75a4af5024b9a259a6649505a30b2d1825aef771cc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 c4cad6a0cdf1e198674c3fc5f84027edd1dd3dc3a9de94a4c9573c9afb7a66e7
MD5 e9b5625294447bc58c282e57910b1def
BLAKE2b-256 21904f12d6724e5b6ff86fa771e22d3915d0ff1ea7afd2c44d9198ef62fd11b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp312-cp312-musllinux_1_2_ppc64le.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a37384ca157c7f4f527d8075853622fab0870fa3481a00394704e1599ad00486
MD5 be74f212b27dea97dfedc90c5c9f3fc2
BLAKE2b-256 d8997bf6169ef4523560176764bebe336e90b0e1774ee6d19daed10bc42c10c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c3b731c9b6c217d1b22d24a71692f481c26ea6ce14dc6d5f7b18cbd89e0f942e
MD5 659633b450adcf36ffaa420f4db9cf82
BLAKE2b-256 98ec1e85db35e762ca14a0e3587eb129623ac3011cd43e76010233e04ef0e3aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 99116e7cb03d1c648c6351e7e0b9c2ed24be614118a4c52f00f8e34afa61d634
MD5 4beb6a40b2af46fc62757030ddfb93f8
BLAKE2b-256 80e7ea4c80b41fe9de3b0bb878243bd01e2d3895f0e7e473081f17ade308bd4a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5d0b660d888b18562aa06181f957ae5fcea62767df09b8fbe4613f079343d3fd
MD5 0b8898f1f0605653c1ca6aa192946a52
BLAKE2b-256 217f431eef2a5a79fdaaf2fc340ed5ed19408f1707a6fdc16a80bc4d381ea318

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3fb4b5bb07773fed714e59fc994a40cdc585d9e86bf01a87053906aacbe02aea
MD5 73769baf0d5e0323724a02b1559dd66e
BLAKE2b-256 d067905cbedf8311a963e98259d59a11088a5eade47e851617e6761fde52c0af

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 de019dd0d537eac05d6bd40452d6e5b83abe3b141d9ae2c757eb68b82760093f
MD5 ef398a89a8b678df41dc443a0ff52e73
BLAKE2b-256 899897090066a23d2212277c5eec3fc46d2217a87d75c154e24a62c55dc4663a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 52fcd644ac4e8938b4984a1f9af10f29bec9ddc47390f608d1cfd608d0fa3d38
MD5 8a786d9177a549057757ef20406c6aed
BLAKE2b-256 596c3e175780b72f9e294cd578f4f19852960250a9d1d59dedaa8abe5a9d3eb8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp312-cp312-macosx_10_13_universal2.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 975a25e9cfda1c4c956bc20e8f712416c9b24a8dbe89f56c3f1c20c6e1c77006
MD5 52e9ccb5141c53444683c191958fe673
BLAKE2b-256 e7926c356ad85f5b6a3fd33dfad3dc4bc167547bfa8eef5c3024acfd977e44b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp311-cp311-win_amd64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp311-cp311-win32.whl.

File metadata

  • Download URL: cx_Freeze-7.2.5-cp311-cp311-win32.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for cx_Freeze-7.2.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4419722a93a1cf2fef45c1096ea5e1ca402bfc59c0adcb326776561881292cb1
MD5 c6e264623de46b6a01df020f52787f77
BLAKE2b-256 e6c95c690fc782d294a91c1fdf3266280e27897a50924d3e1f3bc931e73bef53

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp311-cp311-win32.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1843a959e76f407ca86992517236dd11d2fd3568b7ae87396102d4964dc899be
MD5 b0934f468abdbce9b44683a65212ea09
BLAKE2b-256 cfe41f5b27de7334ff36cb42eca5ee6287644ea1eefe02b0e433a7d172ae299b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 c9933f8346416b23a6d91ec27156aa1d67a0225e69c6602ca42b7d84f65c12c5
MD5 247e308199b7998ff721f916d6a290d8
BLAKE2b-256 e901e7ae14134c66ab1767664e775ca2f5545c782bb5e30189ec340d14ab29db

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp311-cp311-musllinux_1_2_ppc64le.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 431771e5a199e8cffaa7a448212a06b04316b3a268a7e6bbbc509ed62339cf4f
MD5 73041798a0d72f158172bafeb8f3e23c
BLAKE2b-256 84433102a0e400e7575f6e7bac701130fc3b5a42d7b6ef1e2317d7fe96335898

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3290c6c155fc33c81fa557bae5d648441066fb55a9ff41558b3ea2b085ba3e5b
MD5 8eeec10d3cfbc3f53badd9d6bc39be98
BLAKE2b-256 4d733c30f736b6919008128a7ff58f7427b2da59c036bc3780478e2ad23108c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8e972d72e43142490d3389e843c24af50ddf031150fdf26be8a70e26c7317244
MD5 a32820b83d363f41fd8b109e2aca1ed6
BLAKE2b-256 780cd2e690a7161b420d08c8360f22d11739d0ec3f505b3c6db7947bb5193af4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 694887e5439ecbb9d21b96ebb89ee8f4f9ad21e0fb6ee86a60d0f823b1358182
MD5 a28b5b8b2b924e9045fb38fba15c28b7
BLAKE2b-256 9453edf15b323215e5c8f1cd9be22ced8fde7e975657e50aa624458cc330a37c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 152c13fe9896d246a68fc32987e60afef46e6c8b2386f13265a8c87d54953575
MD5 140bb3749d7ba0554c7075cc3d871478
BLAKE2b-256 f1ddc2ccf36072f43d2151510cea8d5f3e1d5d057d097d23de722a59f41ed849

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f313b12e1daf5408986906fd5040505b1be75b86a66bea8af3e164c4d3b6a0ba
MD5 26016963eaaf0c7a9f15180d76c30f3f
BLAKE2b-256 b9de4ac0f2f76d505964e0530245f94f16fbcb92f3c395c5c45d4e5ea750c06d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0f69c499b37baed9ca6fe9bb89eed73514d721ae55fe262a3b337bf9322f794c
MD5 dbb747818f0592fe659e50820a11d8e8
BLAKE2b-256 ba9771bba2a6f8b68e0b6de7545f1680bbeaae60a3ca84c6c4b1e2f0ad344e7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp311-cp311-macosx_10_9_universal2.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2ad91b52cf41e4b097967861b0b1d6698ddd4f3933ae06707477331467510825
MD5 fd08dd606bed5c4df661008fad2518c6
BLAKE2b-256 b994ef48a9cbcbe83b438b1ef13544953a54c0d3d980cecbd1bed3c6d0aa0d53

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp310-cp310-win_amd64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp310-cp310-win32.whl.

File metadata

  • Download URL: cx_Freeze-7.2.5-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for cx_Freeze-7.2.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 bab38d4ea9d79c1c31d8e2d93f47560dd32bf84251d907f0333178c25ae5dff3
MD5 d4559628bd19482e5612f14ff3e084f8
BLAKE2b-256 0cf83ed206bbafea733505fbe72fbb668e31c6190e33400d3f8dbae85c391d38

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp310-cp310-win32.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1127748fe62a888af8689c005fc8dabad586441d51370c0c49041d66b394c507
MD5 9a35f3de2321ceaf52b91e83da1e8521
BLAKE2b-256 34e51c24774958421c73eb5f28db809f5de72aa667d651e2104d7cb33b6554fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp310-cp310-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 eacd1b1d8b0428d3a70428a4f5671f1aab61968bee23afc804af8c22ba21c1dd
MD5 bf87ccad7a8e667d0fdbac1f0a4ed81c
BLAKE2b-256 c8d7aaffa34245658d413dbae3c5bbf4cc92d4e9f479afc23fbc838260002eb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp310-cp310-musllinux_1_2_ppc64le.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4f3327800b988bf9d54636ff47423e986b649fa6f0e26e5033dfa4d7c4a86def
MD5 d9fed92292387c07bcd65d01446cdc48
BLAKE2b-256 08cf6918589c1f2d9abab1e354b25a9dd972006f3544268725fb2717afcef5af

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e45fd912d979acf9764672d909a17eec19c43a96044c5b91ba17d812e2e52074
MD5 ec0c663eb47bccc0d382e4f6a84a13fe
BLAKE2b-256 7df3a88fabf6e18a5629bb5199d544efe19703b2447ab88c19667eb03b1e4f13

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ce6812cf281312294de8c6d3f6c477fb7aef3882295c89f0b1a313cbdc460092
MD5 25e4abd34eb3ee1b04836f6dcdbd277b
BLAKE2b-256 b110ec5de6b280febf2309ca52f4db34ab8fb2739664bccfac5b8fe668e520fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e964e72765e29def25c6ecb55d7b12c6f82a65ef3bea6cdfd29ca11e8ad7bf97
MD5 290fa224f837a02d35a037a2258ab2c7
BLAKE2b-256 47f130cb07c8080b22699498b77e3ee0734b6c996ebb9902bfdb0e7b8fba2e2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f2fee88d083d25ff8e25d8c8b019471d84156579983c09386f858c5993701165
MD5 0abaa870b56f6dcbf948128e868f1344
BLAKE2b-256 59811f3ab78f7a9c00ec39176428ae4e0d87ed5c3f8ca74d34d7a451eeb4a5b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: cx_Freeze-7.2.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for cx_Freeze-7.2.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bcb4077f531a3559f89394b5f1ddba4e92033bd79653bd09854b705389ebdc07
MD5 0225a30cdef7c8ebcd21c62dd82bc0ca
BLAKE2b-256 1417b6695fd328b59a842cbe5d6c0c42abf9b933557ac8da4904d31e818b3692

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp39-cp39-win_amd64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp39-cp39-win32.whl.

File metadata

  • Download URL: cx_Freeze-7.2.5-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for cx_Freeze-7.2.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 0b9a1e349e84ef9edc035451714ccd5fabe829336026d4073c987b15ccf63246
MD5 d4a0d3965430b4f4367cedda5f1ed07a
BLAKE2b-256 71c802d0e3cbfba942432d4fb64e40d7e0695d76236b77112dfdd903721ba3c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp39-cp39-win32.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 03b6cb977a17134c8470f2e626cc52f026d590e900fed75e205310d61515c00d
MD5 ca826213f66c5707e038740c5cb853b5
BLAKE2b-256 28b202ca573f2aa67636eb89cb17cd8cde73ac1151befcaa747d22ae7bd2d497

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0eaf9aaa15f472cdb05a10d20fc4e8239c3d02348945b09ad10bec777e35db8a
MD5 529b84a6d5038db25f308789382db8f9
BLAKE2b-256 8b3611af727c05611ad0102209a10ca519ba64dbdb29360cdbe77e28df8da2d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 001a8d61e1b93425f3fee84e2cba0ddad07897da7777e576124b674f7952396c
MD5 a4a646a34ba6cdbffbd830ff23ff898a
BLAKE2b-256 b55c1c5651628dfe5177ce4f04170f16e46e5910d87ebfe7cf057ca664770eb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: cx_Freeze-7.2.5-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for cx_Freeze-7.2.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d3f9c7e81b970f8d9e0d3527232cf8e4d486fc8768f185d787f21c3045c3ba24
MD5 81f178ad65ef46ce2480a6b30e56bf3d
BLAKE2b-256 d1807de2e6d64df822538725edcd2664a4207a71d5ad6ff9da041736b0a8325f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp38-cp38-win_amd64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp38-cp38-win32.whl.

File metadata

  • Download URL: cx_Freeze-7.2.5-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for cx_Freeze-7.2.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 2fbf6cf8198f23da8b85d8bdc3c680402465433f402cd1bedc8a7c8681d0bda0
MD5 847a23eaa5dd50b24631fc552250bae5
BLAKE2b-256 da5b9ca36e5bfb1cb2120e82291f6d882b308b6b2e2849208295ed1eb7f3da7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp38-cp38-win32.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4c3419d957725dddd1b9c5adbbe004f5b0bd84888dfe362997db2fa754241f20
MD5 a287d9c04cb1bec9f62711bdd0200ec6
BLAKE2b-256 cbc18a7c1d86128fe15b461a011bf41b410be2160056435cf172223a3a6b79a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 31fc0315ccd082d9c14ffc15efd95e86d3cdfe27906c6d8777a9cca7a19823a4
MD5 d7f2f2c70db80b3dbd48341ac9cdae60
BLAKE2b-256 85982ee3f66735810cfa77fe45b533acfa14e81fcb03e4446d72e9206c687844

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

File details

Details for the file cx_Freeze-7.2.5-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c8bbe721146a611c4c37847c6ecb61da3b3404c150a7c19b16a520004090ca1d
MD5 df1a437370e6617ab35f9486af232494
BLAKE2b-256 1eb40fccaa71b32689b3bf8e1be748638b6fa36951e27b095e721155b443a692

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.5-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: build-wheel.yml on marcelotduarte/cx_Freeze

Attestations:

Supported by

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