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 uninstall cx_Freeze
pip install --extra-index-url https://test.pypi.org/simple/ cx_Freeze --pre --no-cache

Please check the installation for more information and how to install in other environments.

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.8.tar.gz (3.1 MB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

cx_Freeze-7.2.8-cp312-cp312-musllinux_1_2_x86_64.whl (13.3 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

cx_Freeze-7.2.8-cp312-cp312-musllinux_1_2_aarch64.whl (13.8 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

cx_Freeze-7.2.8-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.8-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.8-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.8-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.8-cp311-cp311-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.11 Windows x86-64

cx_Freeze-7.2.8-cp311-cp311-musllinux_1_2_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

cx_Freeze-7.2.8-cp311-cp311-musllinux_1_2_aarch64.whl (13.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

cx_Freeze-7.2.8-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.8-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (13.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

cx_Freeze-7.2.8-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.8-cp311-cp311-macosx_10_9_universal2.whl (21.5 MB view details)

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

cx_Freeze-7.2.8-cp310-cp310-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.10 Windows x86-64

cx_Freeze-7.2.8-cp310-cp310-musllinux_1_2_x86_64.whl (12.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

cx_Freeze-7.2.8-cp310-cp310-musllinux_1_2_aarch64.whl (12.9 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

cx_Freeze-7.2.8-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.8-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.8-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.8-cp310-cp310-macosx_10_9_universal2.whl (19.0 MB view details)

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

cx_Freeze-7.2.8-cp39-cp39-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.9 Windows x86-64

cx_Freeze-7.2.8-cp39-cp39-musllinux_1_2_x86_64.whl (12.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

cx_Freeze-7.2.8-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.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

cx_Freeze-7.2.8-cp39-cp39-macosx_10_9_universal2.whl (17.9 MB view details)

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

cx_Freeze-7.2.8-cp38-cp38-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

cx_Freeze-7.2.8-cp38-cp38-musllinux_1_2_x86_64.whl (12.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

cx_Freeze-7.2.8-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.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

cx_Freeze-7.2.8-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.8.tar.gz.

File metadata

  • Download URL: cx_freeze-7.2.8.tar.gz
  • Upload date:
  • Size: 3.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for cx_freeze-7.2.8.tar.gz
Algorithm Hash digest
SHA256 678fe5b074c1511918eded7b3cbe542ea57b4ee292645cdaceb9c691ce13293e
MD5 c8d464036305845eb33bc4e336d5a7be
BLAKE2b-256 ba6e62c5612a9f7cf7b15fc7eb4638f679302edb1193c560e4fc2a30467ed5d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_freeze-7.2.8.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-7.2.8-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c4c43cb6433455fefd4b92c79ef567276bc79aa182172f5550095aaa4e2210e8
MD5 82afe2a1c64a8827f20f186452091e77
BLAKE2b-256 6d5002c5ce60b51ea4110c39f170397454f4317446181f972e6f0e0b920dea83

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.8-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-7.2.8-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.8-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 26dfebbbf689712b24c5f6cd2764a4c393d13fdbfde8ff32df601ee0be59aea1
MD5 ac918356126cd214ce942c72fc31980a
BLAKE2b-256 b2eb2287d9391881dcfbd828cfdfa0d94cddecb06d21cce73e8ab214648c7584

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.8-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-7.2.8-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.8-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 01e9ee99c102c567c20fb4f8568944da9a5661c53298f96c507cd1a8f9a70350
MD5 05970614333611c5e6322d3a1e8e1844
BLAKE2b-256 c4e4a7eb53535ff8e5cfdc513d19c8882606464b6d9d7ad3fd57a3d6d93e7ac0

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.8-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-7.2.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 56e89f1bdf1340b2874c1235643e104a0e394c35657f5b51c65f51ef60a18e7e
MD5 9ede66e4c7401c547d098a99d526e1be
BLAKE2b-256 e49d2ff49ef7e790486418b380acc4a6e3a79b2d612f8101731fe21f393e3207

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.8-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-7.2.8-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.8-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 694c339a4a7f831dd515190f747a76aca57af6a619e057b64f02e9198b4cc454
MD5 45371f6c5baee222452ad273213d449c
BLAKE2b-256 ebc9695862b3bdac38de3395cc8ad950990fa054f3fb5e90efb3650dd8b80f53

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.8-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-7.2.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 acb2263c0d82e98d239494d250822521a4392c8cfbc30e95e76a7b23e50b6bc7
MD5 1f4b1faa2744e7bdff20aed32cc78672
BLAKE2b-256 2ae58e723de6cfc6e89bd748de11cbbf4b2e93dd96b0dcc3d7df71990997cc1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.8-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-7.2.8-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.8-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 032003e7c915d2cdf837c2f4f69b0a113c393325931dda2bd491c4138ce03952
MD5 40d436eb48ee50b4f0ad8da16d3ec545
BLAKE2b-256 3a58e8b4a6c6949da44bc2e3ff145efd5edc0454cd0b9695361243f7a11c4294

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.8-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-7.2.8-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f8b3790533cabf5bec645cfd1228e5d66af73d4b56d1e9d875db97375cb384e9
MD5 0c74c9136473b9c98600692c7a5bb566
BLAKE2b-256 8a0cc482be160343e46f2d427743f78ba90715fd5755cb4606663efb3c81e9cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.8-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-7.2.8-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.8-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e548a86e26e97d3cc7fc7b1ae981ba7f6e2f67b7858d41f0f83da64d229659eb
MD5 737ba939812037f5bb513ef335a4f952
BLAKE2b-256 ccd721133fcd3852e07b5ed7218d56122a48b72e0b3678852668f8af952b6820

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.8-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-7.2.8-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.8-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 09dd8b97dd729247eef20d1e0e3df56353c9677e5be3b06d0207f553323f78ce
MD5 46a6c4d1bc67bc234085b2bafb2b6f38
BLAKE2b-256 0bc25bab15abb11571df8e0685c07b063999850b35928ef97a2ddc4a1de2a94c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.8-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-7.2.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2ad6cb3a2e99563ae2493f99b740923ee04a916ef5034f5267cc6e18040bb32d
MD5 7e3be6d92dc353c9d49db1c0168dbb3e
BLAKE2b-256 fedd2089c9e8c586e85afc64adb4e0d531a836523566b6543450e94d46e88df1

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.8-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-7.2.8-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.8-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 39a3b3fabd2d27ed6370c4311090b8e750816b2d2fd3baa6f2597801e1bcc672
MD5 fe56b385f531e95345c2dc86af321b40
BLAKE2b-256 f99dcf144d441ae68910b40b283d84ad0525549c4f72b1cdba3cb8adac87f9a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.8-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-7.2.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4dc38c90ce04224d0f0cda71bc715e5274093426bac7310a5e5e116bb16f991d
MD5 e4abaa6d1d8c93ed1c7d5b629a22e10f
BLAKE2b-256 a792c2554f195caa152012643ab0eb69df80a30ca6d775a22f41c3e5be72c31f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.8-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-7.2.8-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.8-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 48b83603238c2b92960c8d69be4bdc6d4ff730377ff0a7d5e11db49ab9136701
MD5 0ba83ed5cae630e45ab746ccc6472e80
BLAKE2b-256 0a9cef62d29126c501c4fd2e8a3aa292dd9589315999b003515255252838b985

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.8-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-7.2.8-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7c208db7ef636cc5bd8eb7765ac752d3f17a093d612c348412accb2ad865de6d
MD5 b74ae3516b0c557800760d5e2b73f530
BLAKE2b-256 0ee6dcbd72ab229daf6f0432adeb0e44681f81b82f2d03056749310c51501b42

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.8-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-7.2.8-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.8-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 03abbddb3e3cc5b2316a5eca3a0ebf257e68edbd7275c66c027a27511f3b1e39
MD5 b106aa92f6c04cd6f2bf47f3b98caa85
BLAKE2b-256 841a237f311d2a07c00259017991207ceb82cddcdfe22409246872629199925d

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.8-cp310-cp310-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-7.2.8-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.8-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 99d304d8bbbb9594ae7e6cef25551b970129262e8e8d91d659f69097496206d3
MD5 b49fa677501b4cb3470749a6bc42536c
BLAKE2b-256 1295452577d718962a4f47022c60a8b8468a892ec0fa54e308dbcab5c427a5d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.8-cp310-cp310-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-7.2.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a3675e33cd6fc2be4df9804e814e325bb8ed17c6ce4cac8fb66010ff96d1e1b6
MD5 3edc0aea0c8a6e367451e6d9a3a29636
BLAKE2b-256 2d28a5fd87d4f06684b7f0a9cbeab0dd64ea210fb30a171e229484c240aa5b43

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.8-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-7.2.8-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.8-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 28354eeba38efab82711deaf5dbec4ce1981dd3643aa023733ddcac3811ce975
MD5 2128f0ca595669145c9fd43c5ca993f1
BLAKE2b-256 857466e8fb87dafe99bb0f30f4b35f2248afebd77127ceecca0ef7f32b226b2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.8-cp310-cp310-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-7.2.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ef1b01483ad092a69d9e61406e96de6c9047ba761eb7c47a25e71a5b03ba54fa
MD5 3a228445064f5d6349bf0f1d05719db7
BLAKE2b-256 37d7e917d7864e07e1d0686ff491eefded66eb97f57c0b745bd9814d8d40de53

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.8-cp310-cp310-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-7.2.8-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.8-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a26a27643f07fd3dca5b07c231bc037e9a7660ef3e80b75aa884360747e127e6
MD5 9e3e4573d5f5311f5fa1dfcb2e94a4f6
BLAKE2b-256 dc7b712cb20085fc08e19495501449d1bdc8dd3c6d9ade268dd0438f8140cc08

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.8-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-7.2.8-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: cx_Freeze-7.2.8-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for cx_Freeze-7.2.8-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a4abaa58990ad31ab77abaca0f1c51c294059bf9bd00a88e56ac0143570802b6
MD5 f58bc31f6fcc4123ad06858a14ae2b8a
BLAKE2b-256 f0562c66e14a74320dd923254efbc978eb9d27e53b946527e255735597d7dd7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.8-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-7.2.8-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.8-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 26c098a50b537d9f3bdbcadab1bc7434a38b0e4066af9f8dbed674367b280d77
MD5 cf0402579d11b8e4334e88a4a98a9258
BLAKE2b-256 e83438cd36ed68d38e4ad4f85aaa6256d7caf17099be0a039ddc8e15451790f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.8-cp39-cp39-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-7.2.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ec9a24080ce28adcc8e5601a10e5aeed1c74ec6f67a6bd59276ee03509071f8e
MD5 54222fae0161433c51e6ea1b2540fc82
BLAKE2b-256 2943ca8ece9b7b9f91e0ac1e98b9e24db8660e8cfb1145dfc18c79cc7e2adee9

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.8-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-7.2.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 935b1abd87cfab1076c8f509c5b2843e2c2ae750f5c13df328e972e8656599b0
MD5 3c5bf57745f08af39cc69b48599861a7
BLAKE2b-256 31f40a3c35562923e6237728b4000ba086b523320b7fc31d439c73c05b207d06

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.8-cp39-cp39-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-7.2.8-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.8-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6f035d07931ccc89e4fadbbc44da4da791a06cea6da0b9d904c6cd528807657b
MD5 2265201b40d58de24cfd1b62bbe79546
BLAKE2b-256 7777bcbb1506a4d8eb8cddf270a02d7a3ded697b6256fcb99aa2756628a00ca1

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.8-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.

File details

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

File metadata

  • Download URL: cx_Freeze-7.2.8-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for cx_Freeze-7.2.8-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8fe30c9a3441a3408ca9e35c7df0704663632d1169863718dbfee58fcc408af1
MD5 af00608aedf52f05b1701c50492035be
BLAKE2b-256 3ea26fadad98342e9d81b1abea6a92d1bc66de38fed97dc5d942288df7ca453a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.8-cp38-cp38-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-7.2.8-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.8-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0d9d3364fa46ee3729c8aa7628e6a22e30d6c2c5f2dd7f98fc7356f138dea3ad
MD5 2fe8e1b602284389045a9d6cc6be4e56
BLAKE2b-256 62a69ca49fcad3a576a8d642b4da0cb7652ecee395f1fab639de41533b8cadc3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.8-cp38-cp38-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-7.2.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 752c8dff0c04c0fdbbd24400e8d360faf91e6a8c1ae41a86a8ea8fc7305c0cee
MD5 71df7981a27737567194e5a5b4a293fa
BLAKE2b-256 52502d587bbfeded927b679dc625f8ba0bccac7b0d2766476e82a93782b91dd3

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.8-cp38-cp38-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-7.2.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8a9522a8cf51f71c9eb0c7954b5b387f7325c34a6ac7f6b3a7ca016661d3aa24
MD5 155d5a2561666f7452186148bd3319da
BLAKE2b-256 20e90fdcef882805826ff98f2afc06c79817e0391bf60dee0595aac3d3ca7812

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.8-cp38-cp38-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-7.2.8-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cx_Freeze-7.2.8-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 866dc06ffc02a38389d9e05549a6ede528eb9c7febbac69f47369a7457473666
MD5 bf4a931652b94f8e036f27a949358ad8
BLAKE2b-256 297b6b8a09aeddd30d084388b1d58242598d59ac742e1956b3b3f29df9d17508

See more details on using hashes here.

Provenance

The following attestation bundles were made for cx_Freeze-7.2.8-cp38-cp38-macosx_10_9_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.

Supported by

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