Skip to main content

Core dependency for cx_Freeze

Project description

freeze-core

Core dependency for cx_Freeze.

PyPI version PyPi Downloads Conda Version Conda Downloads Python Coverage Ruff

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 freeze-core into a virtual environment:

uv pip install --upgrade freeze-core

If using pip:

pip install --upgrade freeze-core

From the conda-forge channel:

conda install conda-forge::freeze-core

[!WARNING] It is not recommended to use pip in conda environment. See why in Using Pip in a Conda Environment.

To install the latest development build:

uv pip uninstall freeze-core
uv pip install --extra-index-url https://test.pypi.org/simple/ freeze-core --prerelease=allow --index-strategy=unsafe-best-match

If using pip:

pip uninstall freeze-core
pip install --extra-index-url https://test.pypi.org/simple/ freeze-core --pre --no-cache

Development

freeze-core is a volunteer-maintained open source project, and we welcome contributions of all forms. The sections below will help you get started with development and testing. We’re pleased that you are interested in working on freeze-core and/or cx_Freeze. This document is meant to get you set up to work on freeze-core and to act as a guide and reference to the development setup. If you face any issues during this process, please open an issue about it on the issue tracker.

The source code can be found on Github.

You can use git to clone the repository:

git clone https://github.com/marcelotduarte/freeze-core
cd freeze-core
make install

If you don't have make installed, run:

python -m pip install --upgrade pip
pip install -e.[dev,tests]
pre-commit install --install-hooks --overwrite -t pre-commit

Building redistributable binary wheels

When python -m build or pip wheel is used to build a freeze-core wheel, that wheel will rely on external shared libraries. Such wheels therefore will only run on the system on which they are built. See Building and installing or uploading artifacts for more context on that.

A wheel like that is therefore an intermediate stage to producing a binary that can be distributed. That final binary may be a wheel - in that case, run auditwheel (Linux) or delocate (macOS) to vendor the required shared libraries into the wheel.

To reach this, freeze-core binary wheels are built using cibuildwheel, via the following command:

make wheel

To run a Linux build on your development machine, Docker or Podman should be installed.

See also:

Changelog

Documentation.

Discussion.

License.

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

freeze_core-0.5.0.tar.gz (1.6 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

freeze_core-0.5.0-cp314-cp314t-win_arm64.whl (1.7 MB view details)

Uploaded CPython 3.14tWindows ARM64

freeze_core-0.5.0-cp314-cp314t-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.14tWindows x86-64

freeze_core-0.5.0-cp314-cp314t-win32.whl (1.7 MB view details)

Uploaded CPython 3.14tWindows x86

freeze_core-0.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl (13.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

freeze_core-0.5.0-cp314-cp314t-musllinux_1_2_aarch64.whl (13.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

freeze_core-0.5.0-cp314-cp314t-manylinux_2_28_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

freeze_core-0.5.0-cp314-cp314t-manylinux_2_28_ppc64le.whl (13.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ppc64le

freeze_core-0.5.0-cp314-cp314t-manylinux_2_28_aarch64.whl (12.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

freeze_core-0.5.0-cp314-cp314t-macosx_10_15_universal2.whl (22.8 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ universal2 (ARM64, x86-64)

freeze_core-0.5.0-cp314-cp314-win_arm64.whl (1.7 MB view details)

Uploaded CPython 3.14Windows ARM64

freeze_core-0.5.0-cp314-cp314-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.14Windows x86-64

freeze_core-0.5.0-cp314-cp314-win32.whl (1.7 MB view details)

Uploaded CPython 3.14Windows x86

freeze_core-0.5.0-cp314-cp314-musllinux_1_2_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

freeze_core-0.5.0-cp314-cp314-musllinux_1_2_aarch64.whl (13.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

freeze_core-0.5.0-cp314-cp314-manylinux_2_28_x86_64.whl (12.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

freeze_core-0.5.0-cp314-cp314-manylinux_2_28_ppc64le.whl (13.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ppc64le

freeze_core-0.5.0-cp314-cp314-manylinux_2_28_aarch64.whl (12.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

freeze_core-0.5.0-cp314-cp314-macosx_10_15_universal2.whl (22.5 MB view details)

Uploaded CPython 3.14macOS 10.15+ universal2 (ARM64, x86-64)

freeze_core-0.5.0-cp313-cp313t-win_arm64.whl (1.7 MB view details)

Uploaded CPython 3.13tWindows ARM64

freeze_core-0.5.0-cp313-cp313t-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.13tWindows x86-64

freeze_core-0.5.0-cp313-cp313t-win32.whl (1.7 MB view details)

Uploaded CPython 3.13tWindows x86

freeze_core-0.5.0-cp313-cp313t-musllinux_1_2_x86_64.whl (13.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

freeze_core-0.5.0-cp313-cp313t-musllinux_1_2_aarch64.whl (13.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

freeze_core-0.5.0-cp313-cp313t-manylinux_2_28_x86_64.whl (12.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ x86-64

freeze_core-0.5.0-cp313-cp313t-manylinux_2_28_ppc64le.whl (12.9 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ppc64le

freeze_core-0.5.0-cp313-cp313t-manylinux_2_28_aarch64.whl (12.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

freeze_core-0.5.0-cp313-cp313t-macosx_10_13_universal2.whl (20.6 MB view details)

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

freeze_core-0.5.0-cp313-cp313-win_arm64.whl (1.7 MB view details)

Uploaded CPython 3.13Windows ARM64

freeze_core-0.5.0-cp313-cp313-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.13Windows x86-64

freeze_core-0.5.0-cp313-cp313-win32.whl (1.7 MB view details)

Uploaded CPython 3.13Windows x86

freeze_core-0.5.0-cp313-cp313-musllinux_1_2_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

freeze_core-0.5.0-cp313-cp313-musllinux_1_2_aarch64.whl (13.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

freeze_core-0.5.0-cp313-cp313-manylinux_2_28_x86_64.whl (12.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

freeze_core-0.5.0-cp313-cp313-manylinux_2_28_ppc64le.whl (12.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ppc64le

freeze_core-0.5.0-cp313-cp313-manylinux_2_28_aarch64.whl (11.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

freeze_core-0.5.0-cp313-cp313-macosx_10_13_universal2.whl (20.8 MB view details)

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

freeze_core-0.5.0-cp312-cp312-win_arm64.whl (1.7 MB view details)

Uploaded CPython 3.12Windows ARM64

freeze_core-0.5.0-cp312-cp312-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.12Windows x86-64

freeze_core-0.5.0-cp312-cp312-win32.whl (1.7 MB view details)

Uploaded CPython 3.12Windows x86

freeze_core-0.5.0-cp312-cp312-musllinux_1_2_x86_64.whl (15.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

freeze_core-0.5.0-cp312-cp312-musllinux_1_2_aarch64.whl (15.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

freeze_core-0.5.0-cp312-cp312-manylinux_2_28_x86_64.whl (14.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

freeze_core-0.5.0-cp312-cp312-manylinux_2_28_ppc64le.whl (14.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ppc64le

freeze_core-0.5.0-cp312-cp312-manylinux_2_28_aarch64.whl (13.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

freeze_core-0.5.0-cp312-cp312-macosx_10_13_universal2.whl (21.4 MB view details)

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

freeze_core-0.5.0-cp311-cp311-win_arm64.whl (1.7 MB view details)

Uploaded CPython 3.11Windows ARM64

freeze_core-0.5.0-cp311-cp311-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.11Windows x86-64

freeze_core-0.5.0-cp311-cp311-win32.whl (1.7 MB view details)

Uploaded CPython 3.11Windows x86

freeze_core-0.5.0-cp311-cp311-musllinux_1_2_x86_64.whl (14.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

freeze_core-0.5.0-cp311-cp311-musllinux_1_2_aarch64.whl (14.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

freeze_core-0.5.0-cp311-cp311-manylinux_2_28_x86_64.whl (13.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

freeze_core-0.5.0-cp311-cp311-manylinux_2_28_ppc64le.whl (14.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ppc64le

freeze_core-0.5.0-cp311-cp311-manylinux_2_28_aarch64.whl (13.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

freeze_core-0.5.0-cp311-cp311-macosx_10_9_universal2.whl (21.0 MB view details)

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

freeze_core-0.5.0-cp310-cp310-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.10Windows x86-64

freeze_core-0.5.0-cp310-cp310-win32.whl (1.7 MB view details)

Uploaded CPython 3.10Windows x86

freeze_core-0.5.0-cp310-cp310-manylinux_2_28_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

freeze_core-0.5.0-cp310-cp310-macosx_10_9_universal2.whl (18.6 MB view details)

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

File details

Details for the file freeze_core-0.5.0.tar.gz.

File metadata

  • Download URL: freeze_core-0.5.0.tar.gz
  • Upload date:
  • Size: 1.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for freeze_core-0.5.0.tar.gz
Algorithm Hash digest
SHA256 6178c3e40cda56b41187452cfd60347c343db067a4f6a157196e634050a5fe57
MD5 5cb7f1283ccea3ddbb239c2ca251bb48
BLAKE2b-256 6d003475df084f01a4118bd59d572edcf7280720301da232045883b42c6556ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0.tar.gz:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 9e0ddf52dadab75881bca159bfe3876c8cc7e3727ee098da918dfbc4920970b2
MD5 0a7f5040ba0eba98e7ce45d1234a568b
BLAKE2b-256 e8a81904424cbd63d7ca9f51eda087a976a5409c7f0761e8128c167fdaf9e755

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp314-cp314t-win_arm64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 17dc8cadac946bb7de8632d7009aa76d9612d2ee9cc056406a02be491be418f3
MD5 69a3ca97b05e2a6cb91532a8ecf2e6a6
BLAKE2b-256 334761f174fe79735dc4790ed3b402cd4ab20d730f21a6133a29934b218344b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp314-cp314t-win_amd64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp314-cp314t-win32.whl.

File metadata

  • Download URL: freeze_core-0.5.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for freeze_core-0.5.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 ea290461ceab8bb4d6954183ab3aa7ee92098e254e3167a7a1e3d88bf603c9ca
MD5 533a30b40df177bee4b71c03251b0655
BLAKE2b-256 7c95a54d2975964841585dd5296fa8c2b5eaa297f534f0693a08a29c8e531d83

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp314-cp314t-win32.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d0b9705a6d967c70475bfedf16ea6dca6d1909f31ea6e0c1c0798369c9001ee5
MD5 f19354324235cf631fa9cfbeb0b97f91
BLAKE2b-256 f3f9baebb0ede32414fa5606eaef39791de41494f3091f35d42b5be8b6841025

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0a390702f0a5dc48139ce361cf24b8349df2441255ccc4a6263bf9dc2d387d6d
MD5 b6ffde3be053f44a7a3ba23f463fa595
BLAKE2b-256 530da7fd2a96636598a84d54d3f1ee3793ad70f08527aada79cd2dbd523f8130

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 38011b6cd234cb419cecfd2934b6907739ddeaaabb570d9ffa36812a366f05fb
MD5 33db0de33928d4c789bc3606299e59c9
BLAKE2b-256 556d03ef6ee8f57d9f75478f50537dcf1816324d9323cd82ed9d72b700d1294c

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp314-cp314t-manylinux_2_28_x86_64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp314-cp314t-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp314-cp314t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 833b18cabe4f405702607220a2b429a36e3979e52c9be768307dcb7fbc60fc4f
MD5 4f31bfaafd4c1aba7b3ca61b2ae2fdea
BLAKE2b-256 f1f552c07146e260d96c19b745662ae623e55d7c7c054bf93441a8faf732260d

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp314-cp314t-manylinux_2_28_ppc64le.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3e913aa1e5c5f9fbdbd9b9bf613e0083d185e587ab23690f8207fc3bb586d2a2
MD5 d92ca0f679e18c2ab629edb7807279c4
BLAKE2b-256 63efa5e0b4577d149fa816e9273f49a2322e0d3a33eaa69b39b611841efc0317

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp314-cp314t-manylinux_2_28_aarch64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp314-cp314t-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp314-cp314t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 377e68b6f20867bd8547ca3a9073941231ec3fd2ee2d1649a744360711925dcf
MD5 e7c6c5e78fb113bf542aaa960e8258bb
BLAKE2b-256 6dbe2bf5a348c1732080381fe92c120eb70285171aa44d3ec7bb20a6f3e6878d

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp314-cp314t-macosx_10_15_universal2.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 51c3918177241f5046cff9ce832acb931b16b453a2bbfe29e6c2fe979c8ec176
MD5 1905f6458c8f1b768c779d2d27aafb30
BLAKE2b-256 64a884de118f6da38f3e3bc6888115ad613403208a8bc90db89f53633ca0d338

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp314-cp314-win_arm64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 9245d64714b8b269e5f8eb583038f6c5f50126a65a298098bec03fa16054a56b
MD5 5c4aa5d585051f5c87e0dfc67c6e880b
BLAKE2b-256 947a9ba78278cd709ea4b55426d328522a6b4cbf5be612f08188e764bb8098a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp314-cp314-win_amd64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: freeze_core-0.5.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for freeze_core-0.5.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 1c7ef797fa89e7de097cc04ff50267ab207fc099cc196149bc044439f8c3eb48
MD5 f89557d21bd57bbc644b9b68e0f73d5b
BLAKE2b-256 b5debcd54a75f3f5bd24deb000204162551bbee69803dc33698e75921190cc56

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp314-cp314-win32.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c68f2250ec5fca04852d1bf86e28d40261f4ecaaaddc752c7644958895e1909c
MD5 aa96e8fb0e847de9477a870511467c67
BLAKE2b-256 9b28aaa4dfd63f0d73ffa2880d036fc77f39497fbee51ab7c9baf4ffc283ad4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fed09e4484fcf8744543d2d177a4fa6493b6cddab9204f95eaeb82d41c372b7e
MD5 c5065e739cdbbe955baa6f1c8f0d17db
BLAKE2b-256 fc283857b479c66ecc6637383fc17f453cd18465f380fda760272ccdd30156b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d70d04d4036d9902dcb2532a3e36ede601bd6b35f71176981d512f315c9a0bb7
MD5 e388f50dce9841185f516d626d8bca20
BLAKE2b-256 89443dd7ab37455e40995ca187757a1fc78c658df66882f61706e8fec805c4d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp314-cp314-manylinux_2_28_x86_64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp314-cp314-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp314-cp314-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 a0969a6a74d15dbcee638f9adea07dc18e0027d917a70f12cd550459a330ade0
MD5 e35544a5e727916378f48863bcd302da
BLAKE2b-256 f6b23f391acd1b903029b037c027403fd125eb560f56e69fd86678855edeff48

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp314-cp314-manylinux_2_28_ppc64le.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8122dd9434b62aa8883194c754861117d61321c08af386fc581d17ac74fecbbe
MD5 7801cbb99b41a2a37fec8e254206c32a
BLAKE2b-256 67efe4cd18971a3ce9930911fba104142c00840ab081e7a8feaf9a1a46225d86

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp314-cp314-manylinux_2_28_aarch64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 99b09188be89186e1666c7cf22a46e43c9eebedf2098f17f3b53e8a5c3e93966
MD5 185f3966f09b110c1c3623667205a7cf
BLAKE2b-256 05a528f9d37204e71ff8ac5090b28afdbcbec06461d6178fba6d9301c691c174

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp314-cp314-macosx_10_15_universal2.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp313-cp313t-win_arm64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 97a554713e1c85d36ea0fb7dd16a622200dcd5fcac0c90b11005296c4d08198f
MD5 285a94947a3e08c5c09e5831b46a491d
BLAKE2b-256 a292f992264609692ee203ab57a8dfdb73dc4f830e80c6e041186679c6cb6dce

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp313-cp313t-win_arm64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp313-cp313t-win_amd64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 9cad62a9b83e6aeefac2e25220b30bf146907a70e6f10a737e679e44bbab7a2b
MD5 2ae6f17f978184b555c1d43c466ea80e
BLAKE2b-256 bd72788dfd2f1d64b2e40b59520a88ba5fad20f40f1a7d47fb7b708c82dbfceb

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp313-cp313t-win_amd64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp313-cp313t-win32.whl.

File metadata

  • Download URL: freeze_core-0.5.0-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.13t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for freeze_core-0.5.0-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 f969761a869382e25822d2ea447f64c5f4d9210f8b1d95e5a9ca8718cd77948a
MD5 36a3b1bae13d4f1835b1fbd0cbb705a4
BLAKE2b-256 c369ada11e5306de16d1d10dcc21539cad0a1eb354e0002c7fcf452285ad0fd5

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp313-cp313t-win32.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 44d253f4a6f91ced6fe9be3df21cce1d52b81229d2b35623abd64a5e53ac4f54
MD5 7bde72d649c707a3fd6883559a76ed5c
BLAKE2b-256 9fe649d0866c8666e5ec67985286f639b465fbc69be2b36db9ef640bb88faa7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp313-cp313t-musllinux_1_2_x86_64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4b44076c3cc7019da89a65ae1f6cfc8a064411a639385675ecccece9202f1aed
MD5 d963272ac9950823fe2a5f25344eff34
BLAKE2b-256 e69583514b0223c771f734baca238651d8e446af66e72b23323446267dede6da

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp313-cp313t-musllinux_1_2_aarch64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp313-cp313t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp313-cp313t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 089011e0e33bea9edd0890a9f13a337d9aee4004bb4aa3ee5e79e285d6054589
MD5 e5069e8ccad9f0c79c17a843fef55331
BLAKE2b-256 3bb75a3b6e4f4f1ea021c3305630ac09ba5faa1ed0c3904996b134516bf4cb20

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp313-cp313t-manylinux_2_28_x86_64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp313-cp313t-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp313-cp313t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 21c17829a4f65bdc79850a100b3cfb09a03872d6992cb50b80a94e895f961b1b
MD5 a3fc447b85a5130fbd51ddbecb5d3ba5
BLAKE2b-256 1bee147fa194b9b9f68cbf1b99c0819d46727bd801f19ed0290ee3f896d6bb8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp313-cp313t-manylinux_2_28_ppc64le.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp313-cp313t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 61e14c3d7e835c49bdd1d69b8060176a791d1c27355bad115f164f0cea353a09
MD5 00efed36400b959b0cccb49966c866de
BLAKE2b-256 e4aa75f802701b8e0512b4bb5e7ab3a68eb4885bfbb67c9135725789e6865e34

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp313-cp313t-manylinux_2_28_aarch64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp313-cp313t-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp313-cp313t-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 1aba0428ba7f530a5afe0b55ba8b97e656e24a43ec050de8eb0ed36c3a68b2ec
MD5 2d38ac0aa0b63fc8a3f3985335116f7b
BLAKE2b-256 e6100689190748258ef52a37b4927385b46d32e4352bef1d7176d7a77d1e9124

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp313-cp313t-macosx_10_13_universal2.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 3663829b51a660bf9c54eb7e586d0833623151512bbbb544a1c0c8580dd8b511
MD5 9a9ded5adde25f7b41c6f08a441b5996
BLAKE2b-256 731007185cb2fba7f762e1d24aa39ebc09f557c03191b56638fe37e387ccac6d

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp313-cp313-win_arm64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4751bfb30741e25fc2298f85550b7e38d0ba9065d2952660c7bcfda2aaefa049
MD5 01e180877803495843ab8076da5cdfd1
BLAKE2b-256 1f2e7def020a05b16dee91cf6414c06b31f5fe27897a564441c0447d2a69a13c

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp313-cp313-win_amd64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: freeze_core-0.5.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for freeze_core-0.5.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 96bf863416adc9a78d8bf869ec227b951452ad901896471f150f672fa7415760
MD5 049ca1fea317b5bbe04a3455a678ba67
BLAKE2b-256 99709209e4008c4c345e22ea0f266260f8b88816a068b3ab09c34ba9aab7cca2

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp313-cp313-win32.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6982b8eee58bd852f7a32eb87b1a66f69cf49b3fc24ae7f1f34793a1f9c3c5e0
MD5 10d912fd113b3726e88d58eca60f9df0
BLAKE2b-256 01c5582f407ae37acdfc004015ce080c38892be3a794839973c11069e20a875f

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f0270664a912d9a437bcbd67332354d0aac533c27e59dea873478a45897e1166
MD5 38052e7c32964ec0193b4ae2014f5bea
BLAKE2b-256 14019ff16669eaa6f20decdbaeb42bbc4ba464932cf2ea0acf97622ec8faba2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cb3b158ca1a8e05c6b7aa20c102962e5cbbd96985f80501b09f6c6bdd7ed7c00
MD5 97ed3274f9e5fd286d856804b67ceda0
BLAKE2b-256 30fbfbc5ad57b0154c3e83c73af207003aacebe886d9cd94c8882b39812e2886

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp313-cp313-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp313-cp313-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 dc9c01e2a31e87a7ac5e7184335514ac34ae296312c15fac53d9fb2600eb3b6d
MD5 8cce4146107ced63c1682e799f53b591
BLAKE2b-256 c626c14a6a0dbb3087859ceff7e074e3f24aa2b5fe0791acdbec325e1f4e3ad9

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp313-cp313-manylinux_2_28_ppc64le.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 af99093ea6695571da23fbb7e7d95a8b0bc3cac2548edd80e4dcb43d2285678c
MD5 bd5a835d18862a4bea252b2d8a4b9dee
BLAKE2b-256 871790b965d56f6e875f3be6be0a1d424bdee3b9c257d1be8b6f93eb43528af7

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 75cf1d482452458f3eed33b047b375fbcfa940ae4d20116f767693a64ce3159e
MD5 85a3038744e38c0cd1c7a5a50edcbed2
BLAKE2b-256 392cc149872bb758b1d06d2b72a9918ea6603465cfc6cc359aca751c456bce62

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp313-cp313-macosx_10_13_universal2.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 147210046cc9ef56ac3d5432ce2d57b6fb23d4da30490659ae5a2935bb5dd7be
MD5 a46cf3aafc149bd5892058a3b186d890
BLAKE2b-256 44df0870488d498db335168d303b2edc07c89187ad6f1fd7e73b7827753c6b47

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp312-cp312-win_arm64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f04e006df7004cc4af13e5e385370fce5bdd0e64e5a46cab3e0f0708c44b071a
MD5 c616f947b5dff42e3ebc70802225c380
BLAKE2b-256 1b0d856b9dbd9018011cee82f2971a011cc116cd26c7d6f5cbc3e224ecdf8f47

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp312-cp312-win_amd64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: freeze_core-0.5.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for freeze_core-0.5.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e8621c7f13e6cf48327e5431c83e703f7f2d6d7f7732ee5b867e2042c66bf660
MD5 4ef708a3996d576cef914c9ebf9fef83
BLAKE2b-256 39302001173c1de17c8e8a40dafd28808e3c45dbc4d618817bb7d9dc2d95686b

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp312-cp312-win32.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 59dd558e4386ac69be1d0e76274934c19c305b53224613769a278059b036d40e
MD5 2422a03767398751fcfa0d6caa55f579
BLAKE2b-256 a015bfc0049c16859d1865fc685ec71831bbd9ae310cd412fb7c4ee65da3b344

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b56e28f94eec90b046f4b2d832a5a17912b3547cefe2e2b1e2fcacad613a1bb2
MD5 0d3a9b81231e7c981eebab8a2ef78679
BLAKE2b-256 4a68acdd1013222d94a8e8d911dc8f1bf08f128c03f63dc8503c0ba4a24481fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a0c43a93256686fa03f4ae41686a94c97eea54c546a166a87ca2b75f6b25c8c4
MD5 f0959d4fe898007524eecc4e8cebf41c
BLAKE2b-256 f81fd37ae7f9f3ed1e6db59973dab13ddf58e3ce6babc964e1eb9903d816feaa

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp312-cp312-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp312-cp312-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 6d92bba4eb525fe57a289498ad8c7bb6b59b3558db85facbe0a3f7ad1266a432
MD5 8bd333f26d66e9da4178be08ba50192b
BLAKE2b-256 18de821dc0b7d50847eb16610e958786abc163320ea81396d64d4820283d21cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp312-cp312-manylinux_2_28_ppc64le.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 892e07cdba5634eac6bbafe05348989a3eb0cc8e685804247c5d6fa39e9113c0
MD5 06bd6e97a7348c484007bba37f9d6620
BLAKE2b-256 c7719e10afc0be7a9343447c8830176254a51542c6f677a411cb6b580f9bd771

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 7dc19fab5850e882b6b86bd4d09fbebf38d43d878957e74a41a31566b86bf0c1
MD5 34a01bcce04ac33df24b8568c28458df
BLAKE2b-256 7f3c9c14e41effe496c4ca1c1dd3f64c163fddf698e9a267fac963958ca44612

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp312-cp312-macosx_10_13_universal2.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 cd978eb9591e5f46ff6abd458a8bd9461747bf2f72878bb5ab88c23cad5d6753
MD5 33b19f16894293a6ab004afa2ef1a4d3
BLAKE2b-256 2f7e0f7db58198852605a5dd7dd01e2a2da83a652efb9d984a3a8c10f6721992

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp311-cp311-win_arm64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c809e53b982686adc4feac23255882167ba7e86b7f337fcfa21dc43afcca28d9
MD5 8b01eed4a1ecc1468fc08925a5cc3a0c
BLAKE2b-256 78330d4850b035c7dd5186da5d738fdf5b09798f2433a4c7e0cc970e8c6b34a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp311-cp311-win_amd64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: freeze_core-0.5.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for freeze_core-0.5.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6d534acc4e8b54921d04d01a3805eebaef15c792249039747b4186f0d26e81d8
MD5 51909ab27824ced82cacc2d4ca102fbe
BLAKE2b-256 659bffb029df28be898c9951b3fc24f8f39238d8c00234013cccdac626c0be56

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp311-cp311-win32.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ef1e58762bce8ad2ab5c7c91511a5b821f50fb880d6daa586b5e70e92c691bb7
MD5 5b36824bea37b51dd7a435f2d6dbfa90
BLAKE2b-256 a9db53a53643d06e70da60cc3622326da0c6fa9c2d0e4acf5f19cf20cb8bf4bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0e45289b403af27cc1aa623a74703f8b65df2eb50e809069bdea296b1f5b867e
MD5 6e798d6c4428cd01d49fa95a58dc5e00
BLAKE2b-256 496d6ccf718ae595053bb475220d09fa94b39e618098d704be6ab82d27eecd18

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4acb94f027ea93b2a1517e09bd8aeb00179cad9c568dd2c480f5056c5e4c274d
MD5 84a645b8cefe0c2e4682251631bcfae4
BLAKE2b-256 4abd028b21581b54f00d1754f15ad37be4adf509db5a49e30430c89d7716d1cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp311-cp311-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp311-cp311-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 6b4a1c840ccacddef7e5715e97a8c6936341911d3e094347450add6afad00282
MD5 f3ba4efa93a89f84bca6bea51d162005
BLAKE2b-256 3954faf4e06fa44c758f7c9c03c6cfcf4588ea5624f78d374474c073b6050596

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp311-cp311-manylinux_2_28_ppc64le.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 93cf6f8408f41348652e106ce94e55a0e7e6bd4c30bab2d42a2e3359b3a934a8
MD5 187efddde420bb4891f1682fb5b3138f
BLAKE2b-256 2d66471d53fbb15672beb761a66e68a0fec982f6cdd7ea98a67379e8c004ae2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 bdd89a4e6d589a4b4a46e48ab3c5ed6898b7b76bfa349d0e26242f23885efc06
MD5 e2ede3e710b32c5d7ff6b57ebf854905
BLAKE2b-256 673086be1de7a0d9eacc381da83f946418117fb7619cf5eeeb48bba395c7a3d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp311-cp311-macosx_10_9_universal2.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4862d89be1c34ca08400683b28a0c9fcfec201c2e9bc418a12eeba5465772d13
MD5 dd7e0b89fb2b2f01ded73e70888f9228
BLAKE2b-256 4ea5d744bd04c2ee8fd692429cae2b3d81af03210931f6bdcd7adceafd4c127e

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp310-cp310-win_amd64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: freeze_core-0.5.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for freeze_core-0.5.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 bdbce8ca7e52694c27865018786e2c7d37a579a46f1fa7c9335aab7bb20d5908
MD5 3e9dc4499496c33794db7109112b8536
BLAKE2b-256 a7f5d35a8e40dea7b20da9306bff46e4b2cc820b9f3a060615a94641aa0f5c23

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp310-cp310-win32.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e81b9b1c6dd614738eca9135306fc88232b374f1a0d2c9c4667520ff9e0cc17d
MD5 38d2cb6987f196d3cc88596f8bce44f8
BLAKE2b-256 190ab7ce6bd544c0540c1aeab27655b75d4c1e72a79ff34c8ecf3382c284b6a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.5.0-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for freeze_core-0.5.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 57d430e0a7e5c5b168da8ef249939c5e3110d8cca5db45d6c32bacd73d521c9b
MD5 f6034b975476867ddcb91243ca440f87
BLAKE2b-256 53f96de4946e0782f7898a23353e9ee4a5c20bcf6c37e29c77ddcd9887c5c169

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.5.0-cp310-cp310-macosx_10_9_universal2.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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 Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page