Skip to main content

freeze-core

Core dependency for cx_Freeze.

PyPI version PyPi Downloads Conda Version Conda Downloads Python Coverage Ruff prek

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]
prek 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.

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.7.1.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.7.1-cp315-cp315t-win_arm64.whl (2.7 MB view details)

Uploaded CPython 3.15tWindows ARM64

freeze_core-0.7.1-cp315-cp315t-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.15tWindows x86-64

freeze_core-0.7.1-cp315-cp315t-win32.whl (2.7 MB view details)

Uploaded CPython 3.15tWindows x86

freeze_core-0.7.1-cp315-cp315t-musllinux_1_2_x86_64.whl (14.3 MB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ x86-64

freeze_core-0.7.1-cp315-cp315t-musllinux_1_2_aarch64.whl (14.4 MB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ ARM64

freeze_core-0.7.1-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (14.2 MB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ x86-64

freeze_core-0.7.1-cp315-cp315t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (14.6 MB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ ppc64le

freeze_core-0.7.1-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (14.4 MB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ ARM64

freeze_core-0.7.1-cp315-cp315t-macosx_10_15_universal2.whl (25.6 MB view details)

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

freeze_core-0.7.1-cp315-cp315-win_arm64.whl (2.7 MB view details)

Uploaded CPython 3.15Windows ARM64

freeze_core-0.7.1-cp315-cp315-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.15Windows x86-64

freeze_core-0.7.1-cp315-cp315-win32.whl (2.7 MB view details)

Uploaded CPython 3.15Windows x86

freeze_core-0.7.1-cp315-cp315-musllinux_1_2_x86_64.whl (14.1 MB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ x86-64

freeze_core-0.7.1-cp315-cp315-musllinux_1_2_aarch64.whl (14.2 MB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ARM64

freeze_core-0.7.1-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (14.0 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

freeze_core-0.7.1-cp315-cp315-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (14.4 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ppc64le

freeze_core-0.7.1-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (14.1 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ARM64

freeze_core-0.7.1-cp315-cp315-macosx_10_15_universal2.whl (25.5 MB view details)

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

freeze_core-0.7.1-cp314-cp314t-win_arm64.whl (2.7 MB view details)

Uploaded CPython 3.14tWindows ARM64

freeze_core-0.7.1-cp314-cp314t-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.14tWindows x86-64

freeze_core-0.7.1-cp314-cp314t-win32.whl (2.7 MB view details)

Uploaded CPython 3.14tWindows x86

freeze_core-0.7.1-cp314-cp314t-musllinux_1_2_x86_64.whl (14.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

freeze_core-0.7.1-cp314-cp314t-musllinux_1_2_aarch64.whl (14.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

freeze_core-0.7.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (14.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

freeze_core-0.7.1-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (14.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

freeze_core-0.7.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (14.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

freeze_core-0.7.1-cp314-cp314t-macosx_10_15_universal2.whl (25.3 MB view details)

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

freeze_core-0.7.1-cp314-cp314-win_arm64.whl (2.7 MB view details)

Uploaded CPython 3.14Windows ARM64

freeze_core-0.7.1-cp314-cp314-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.14Windows x86-64

freeze_core-0.7.1-cp314-cp314-win32.whl (2.7 MB view details)

Uploaded CPython 3.14Windows x86

freeze_core-0.7.1-cp314-cp314-musllinux_1_2_x86_64.whl (13.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

freeze_core-0.7.1-cp314-cp314-musllinux_1_2_aarch64.whl (14.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

freeze_core-0.7.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (13.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

freeze_core-0.7.1-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (14.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

freeze_core-0.7.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (13.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

freeze_core-0.7.1-cp314-cp314-macosx_10_15_universal2.whl (24.9 MB view details)

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

freeze_core-0.7.1-cp313-cp313-win_arm64.whl (2.7 MB view details)

Uploaded CPython 3.13Windows ARM64

freeze_core-0.7.1-cp313-cp313-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.13Windows x86-64

freeze_core-0.7.1-cp313-cp313-win32.whl (2.7 MB view details)

Uploaded CPython 3.13Windows x86

freeze_core-0.7.1-cp313-cp313-musllinux_1_2_x86_64.whl (13.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

freeze_core-0.7.1-cp313-cp313-musllinux_1_2_aarch64.whl (13.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

freeze_core-0.7.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (13.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

freeze_core-0.7.1-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (13.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

freeze_core-0.7.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (13.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

freeze_core-0.7.1-cp313-cp313-macosx_10_13_universal2.whl (21.4 MB view details)

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

freeze_core-0.7.1-cp312-cp312-win_arm64.whl (3.4 MB view details)

Uploaded CPython 3.12Windows ARM64

freeze_core-0.7.1-cp312-cp312-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.12Windows x86-64

freeze_core-0.7.1-cp312-cp312-win32.whl (3.4 MB view details)

Uploaded CPython 3.12Windows x86

freeze_core-0.7.1-cp312-cp312-musllinux_1_2_x86_64.whl (15.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

freeze_core-0.7.1-cp312-cp312-musllinux_1_2_aarch64.whl (15.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

freeze_core-0.7.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (15.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

freeze_core-0.7.1-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (15.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

freeze_core-0.7.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (15.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

freeze_core-0.7.1-cp312-cp312-macosx_10_13_universal2.whl (22.3 MB view details)

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

freeze_core-0.7.1-cp311-cp311-win_arm64.whl (3.4 MB view details)

Uploaded CPython 3.11Windows ARM64

freeze_core-0.7.1-cp311-cp311-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.11Windows x86-64

freeze_core-0.7.1-cp311-cp311-win32.whl (3.4 MB view details)

Uploaded CPython 3.11Windows x86

freeze_core-0.7.1-cp311-cp311-musllinux_1_2_x86_64.whl (14.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

freeze_core-0.7.1-cp311-cp311-musllinux_1_2_aarch64.whl (15.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

freeze_core-0.7.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (14.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

freeze_core-0.7.1-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (15.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

freeze_core-0.7.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (14.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

freeze_core-0.7.1-cp311-cp311-macosx_10_9_universal2.whl (21.9 MB view details)

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

File details

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

File metadata

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

File hashes

Hashes for freeze_core-0.7.1.tar.gz
Algorithm Hash digest
SHA256 5b7a7aceb94b946d613d0ec4f348aa3c692b5834c458c83da517756da43fd74e
MD5 cb0ebeb2e1dc36c5bfc280f3d3e5c4ab
BLAKE2b-256 76fbb651fde76297a21473dbf1e2dd7ba56dbd035ef09dea771e35c0df7ac17c

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1.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.7.1-cp315-cp315t-win_arm64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp315-cp315t-win_arm64.whl
Algorithm Hash digest
SHA256 b6f27207f668621e1e43a9fe25cfe6aeba353f83c23327acdf3e80425c24e6bb
MD5 381636a69f17845404d1625ccbc4aef4
BLAKE2b-256 dd4fe6997a67ede82fcc58960556384c553dcf0c54b590ae7f149cf772f5bae8

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-cp315-cp315t-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.7.1-cp315-cp315t-win_amd64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp315-cp315t-win_amd64.whl
Algorithm Hash digest
SHA256 2295d32e95e27f78d9544a4a907a81703e8268df07adabd3d1e64ba37c63f05a
MD5 d13f8a0a07ff61cd190de6b5df0977bd
BLAKE2b-256 385f0ded49318ea92e22abc9cee7cc66669da33355768dbcdcc9b69cf023f26c

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-cp315-cp315t-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.7.1-cp315-cp315t-win32.whl.

File metadata

  • Download URL: freeze_core-0.7.1-cp315-cp315t-win32.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.15t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for freeze_core-0.7.1-cp315-cp315t-win32.whl
Algorithm Hash digest
SHA256 cde21b7f69d3b7b3e3e0349f63e084e949efa18593f6cd0063b85c8bbf72cd69
MD5 567b21506f56c3c30c8e121c242cbaa2
BLAKE2b-256 98a32a733c8661bbaa932f72e6acc8f09864f7279a1c87b8c3973b66b48db97b

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-cp315-cp315t-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.7.1-cp315-cp315t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp315-cp315t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aa77ae71fde13f8ce6df348f55525a4153de03bd20fa99b32b0846f02d28f649
MD5 3329c85c06a8a512c665c8fb0ef59332
BLAKE2b-256 0566e10229c93ffe117737281dabf290c6c0aace7245a61e1236ce2bed17fad4

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-cp315-cp315t-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.7.1-cp315-cp315t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp315-cp315t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9d5fb53101f4347f73b819e5195246cd9ee7433b65e03653a6989d119ca313de
MD5 6dafcaef39f483997c4ecd28f74960da
BLAKE2b-256 2fc4ad9d7ca4b1e9d2ccfce6fa1c248fe0cd51d2a78c2aa80baad73919df70de

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-cp315-cp315t-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.7.1-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 64c499766e05b609ef52c25f6dbf6d62c682fc2ad02d534aa47da6cafc0168f1
MD5 bfe56a758649477e6bae7f6b129c37c5
BLAKE2b-256 6a878f79367f6c430e5db44c42f9a0d9d3351f7f16e8f66fff0c2495896a4888

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_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.7.1-cp315-cp315t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp315-cp315t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 2b483189714184ba61558c44f006248fe0cbc67beb5913fef18873175c916cb2
MD5 7d17e96b0438f18d3470382505458f37
BLAKE2b-256 ca0e4b9f064417ff03d8877f836878f1ddb42591ce773438023f4507473aa1c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-cp315-cp315t-manylinux2014_ppc64le.manylinux_2_17_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.7.1-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 09f2b9b6c3eac29748ee72f0c09737c1f1743bad2c505fb1553c9d28f576a0d8
MD5 6d77912124df6dc57dfdab67a3214f7f
BLAKE2b-256 35114c7843929c85afa88d30b64bea925dc35c0c6ab4ac78335d9ed717e8d7e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_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.7.1-cp315-cp315t-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp315-cp315t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 cb7e6398ddcd010f9a4a615125c3acbd5f862c122503e5989908bd95c5c14ae9
MD5 0863abe857f6b81f3383130ee4f26ab4
BLAKE2b-256 d46de1b5e4658dc8a439548f4c89c51afd81b0d89fadadc8f113be79d2dd508e

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-cp315-cp315t-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.7.1-cp315-cp315-win_arm64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp315-cp315-win_arm64.whl
Algorithm Hash digest
SHA256 9bb8b258e58fd710b567fd5ccc606add306bfe2121bd76c14782ecbe5b623be2
MD5 44101838d2c565ce76b09acfb0165710
BLAKE2b-256 ff6160a5030b497a31b38fcfc7597be7eed64578ccab1636c28b0d05cd453746

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-cp315-cp315-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.7.1-cp315-cp315-win_amd64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 cce9fc11723c22d0c803726e1352a6abe1a80cee2fcde6cd5f90f40166a25af7
MD5 c92907fc0904394498b20689456527d9
BLAKE2b-256 ad057b5a16bfc86d84539ddca7b64f34d8ce3314bfe9fb139013504075822182

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-cp315-cp315-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.7.1-cp315-cp315-win32.whl.

File metadata

  • Download URL: freeze_core-0.7.1-cp315-cp315-win32.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.15, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for freeze_core-0.7.1-cp315-cp315-win32.whl
Algorithm Hash digest
SHA256 5db927ae0af97d9ab370fb1a0bc0f8f83c3eee4eb5e69cfbc8c1e7ed770b4561
MD5 77243e0548c7c85310cc6b62272617c0
BLAKE2b-256 d27fe442bc0eb24ad6d649799cf75336ed072039ce262b1501027aa84d4a5ebf

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-cp315-cp315-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.7.1-cp315-cp315-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp315-cp315-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e61c655751630c3d4bd6007d7c089c4a4b5c5a7517234ee5ede2823ac4f4d02d
MD5 d75ef6628abd0b528e20a74e10d5bd37
BLAKE2b-256 b60f2a6b335a8c1060da82a2fb89e235668cfed84442fafd1da032510237b45b

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-cp315-cp315-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.7.1-cp315-cp315-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp315-cp315-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f9e2e9c95b5f412e2e6a74c052338ac63f311252495303fb7b0808d96213ddb5
MD5 88bc0bdf4ffcfec83e2bc046a055fe9f
BLAKE2b-256 63f36b4b759ab5f9d35deba87414b347fd3cf026d74df2087862cb912c36d997

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-cp315-cp315-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.7.1-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 07310cc23b44105eadd1b784154fa621163bc5ea5d069e264898ff218d89a5cd
MD5 daf1a8ff536aab8da610c215797913cf
BLAKE2b-256 47c6b49902f54a25de934f460336e336d230617cdaf631732c3c9d13bf0aa27e

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_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.7.1-cp315-cp315-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp315-cp315-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 ae0ff44d9917a167d85ec62f2cd33bad3dead568b30d85ea2c2aa03dd6136b09
MD5 ed62e7a80821dd6c07b36510926503bf
BLAKE2b-256 ceaa9962f957aaa15cdeeceb8cf9808cab4eec6c36397a48a66c5a9229cae713

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-cp315-cp315-manylinux2014_ppc64le.manylinux_2_17_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.7.1-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 85d8c2e9e98b117b77c686f53af1df0a55f0cbbc5bed8fcd386b616a53109a8a
MD5 cf3cf58ded37a35ace9e5518cb540838
BLAKE2b-256 bef10173368419cc6e8b7c6a82d89f177b9df23cc95048df0318495b7d4fec93

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_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.7.1-cp315-cp315-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp315-cp315-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 816aef8a428e2cb19bcfe9f26593cee2280ee85fe65762db24000d58906b925c
MD5 6837544f1a17da21a2c2d191ba92a85c
BLAKE2b-256 010998816963fa950658594fde1ad2036d3be8fb1c339aa275c8ee8da6095a7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-cp315-cp315-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.7.1-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 9cced09e9741e0a30e8f8fcdfe79e618d2b9b33de0d4d20ef201d0d09f0eccf3
MD5 a62aa20b37607e879c3306ec1daa535b
BLAKE2b-256 2407378315eaa4b3e953a09c9d59d048ddb5a8e59e350276b9fea9eebe05de3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-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.7.1-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 5db88c0d30424f20513afbde89f93ee593f79593bb79670048569a32e15a4816
MD5 0253c84e2bd22f3697086b10342fdc8b
BLAKE2b-256 ebe2449bc7c1a7e0f80d999e2535cfd94a756a6d12c11e861f1365be835c9ef1

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-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.7.1-cp314-cp314t-win32.whl.

File metadata

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

File hashes

Hashes for freeze_core-0.7.1-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 d7b4cbb703601e0b3217938b622868734b653dd20bfce4f57b66fe967893870d
MD5 081fe128bf67cc44651590e7ab396d28
BLAKE2b-256 b4c08b1e0ac597d29139959ab112fb3912286cae903a55e87e4aab3c6ea94271

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-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.7.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fa01098e580036acaab0d89264b1d96f8cadce39fdfe5f9641644a762b674286
MD5 efa654bb491674113683dd093f2f6738
BLAKE2b-256 a471d761148fe5efb07f6d03394827265fd76866fa565e011216be175bc92c7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-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.7.1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 081af7913ff172af0435c4f11e02777d5e68796bb10cdeb4f7222c8c306d28ac
MD5 2dc36c9617622de33a091b11e0d05566
BLAKE2b-256 96bb83bc4d52a2ae7799d9d888b4439f4977168532d7eecd21a7ad3f5dafb4f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-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.7.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7c6e7aa8de58b365e665cbb60a79a2c4a54015197f78c5f2402e6cd5692f7ad7
MD5 67adb555ed2d07fbe7a309cf4e129638
BLAKE2b-256 112ae7dce8df913fe912d0cf3c3fbb17c224747f5f2480da66960f57cf442d46

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_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.7.1-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 c497b6d36df388b5a7738eec55125d683d8f870d691c3cdc54ad45ccc40d28e7
MD5 d48e0f7a0c811431165acbef3d7bfdca
BLAKE2b-256 edaedccc4927a4f5cf206fe32bbd2fa7859f4c1e40bed2fe7864de1d624ab0ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_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.7.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 d09f108629fb8944ebb109981c594d4b7089cc83e76bb3fb9869febaa689ef98
MD5 ca24d2d55ddb3b890cd0ba2aa4fbd44a
BLAKE2b-256 5ba7e45c12c44df8cc73f2adb7fefe9072855d7aa17ea9f29b4b697dc62a9580

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_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.7.1-cp314-cp314t-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp314-cp314t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 ceaeaf3853f17122288180f724a6bd36615e43f5789867b827f3f43b23525405
MD5 5e10ed641fcbb5faabe7bcd2f6ba6842
BLAKE2b-256 f9955011b357f933c9b36d399723b5c925f09a22d60667d19f196e5d00c00073

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-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.7.1-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 8fdc599598f2de8f3d87d06b946e301fa1fafa1ac193a8bfeaff9b233a5cf0c9
MD5 1da779564cee38de3b866bcbac155dc1
BLAKE2b-256 1866b752845d21d5b843a8d82b421a25d8689edb485aa7cc5146d0a6fe998e4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-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.7.1-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f6f0950b2ed9989f7785070692a4e52281bfbc347f1e99f53b38b80ae3a39136
MD5 c30309b8798026eef5647da256528424
BLAKE2b-256 1589d3edb786cb5be408775c95c01902dbb17524747b5440174876b1e6aaf681

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-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.7.1-cp314-cp314-win32.whl.

File metadata

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

File hashes

Hashes for freeze_core-0.7.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 52b0a37dceb4362c31ab56b23621c3a397f078fb21733778a16b01ef122a8f3b
MD5 cb71cf71fc2cd8301dd31e7ef289ee15
BLAKE2b-256 710e358f035656455e56df26a04292ec9c2c0475314273640c41929de727f6f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-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.7.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 032aaa564375267d871455b847cdd76aa4b5cb7bdc1ed8579db5bbca08705bfb
MD5 afbfba6aa479ae3e4da31f88a569f8a3
BLAKE2b-256 0ee94985bf5c6edc67fb56d125c08e91eb006a7478aa7335e9ace986504b4682

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-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.7.1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3dcaa56ae1a1f1d8f082528455baca06fae9acd08f64e9fc75e94fa15d659288
MD5 1e57b50859acf5eaabbf3bf8fdc500f1
BLAKE2b-256 a0c7752766de9b493dc87d2034047362161ca9bbba717bafb14bf0360dacaa0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-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.7.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 a7c302a6f7da76cb62f9847f93db26bdbc45b2fbee9a90b164be0063938d22de
MD5 a0a022c39c62666358a263ec760345a9
BLAKE2b-256 e449c6561d5a9d55481046a0284709cb9bf064115ee8e394c0a399bf90c5d3b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_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.7.1-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 d2fa12786c58f24555e2bf4c4e96e7ba0d2e5ad8600df3a343de187a275eef95
MD5 56ba04332c2e516270645aec518a1268
BLAKE2b-256 3445048a576134ea64d412fb8b190fe133eb4a436768e311a8d56ad7ec587b25

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_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.7.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 bf0c03b7e702bb508a0597298da28233c3c9e89580c805b1d3ba5c217ef9ae0a
MD5 537d451d1c1cbea9720ab880aea671fa
BLAKE2b-256 df5c9e396f2da2ebdedc0fbd5290f9e7fb6fdfcd3be79b1ddceac154fd82224c

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_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.7.1-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 058231e7466580d787c248aedbb8418def4fae6bf028357629828b6992906dce
MD5 89ecc8cc9a7b3ff583d0e92cb6996abd
BLAKE2b-256 ccb9760373d9541f6c501ecba34adff736bc27dbd0efd8c7ee5cc66a002c6c9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-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.7.1-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 0a4023657a59a2c1a493fe626afb96828aec38aac363aec31d6990b5cda3ce57
MD5 866f4d5b66b4c5e14393c01135ba81f6
BLAKE2b-256 ed0a4a2b4931d78fe22d22fea314423af925adc856c5fe2988ac2558d99fdefa

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-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.7.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d621fb6137847a32d779094f83bb2d78fb274b3f84560db8995418d797247436
MD5 93401f68cae680503fb6c4e823d61e1b
BLAKE2b-256 7466b81bf5f5173b96079f24d62b5d1a5390687a9ab14bc39c9cd3523a640fd6

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-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.7.1-cp313-cp313-win32.whl.

File metadata

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

File hashes

Hashes for freeze_core-0.7.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 57e85825912da5e4e3e81e5faafd5a7c4a318d74754cf177125847f57697ea52
MD5 de5a2e33163aea29566781aaf0159c7f
BLAKE2b-256 da94bef3cdb1f6cc4c3a25dd8b908e5e15122d5e66bcd7b30d253f67f7f35a25

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-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.7.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7356f82303927600a81bddae4b5886ec8becd4823c7ec02ec167a7e3fe5ad7b1
MD5 9c4cdc1acd1ba12b5ea5d33d75f57e26
BLAKE2b-256 1ab74241ac1744925c8f8fe07787017f9f310dd1aa8d92708bee0a2092a38253

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-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.7.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c034fa95947f85bb0d8e8d1e8f093f615f90cb183fdece6e341e9d810372b4af
MD5 3178db5c303bbb9dc56da476831825eb
BLAKE2b-256 96fb5fd9d2591092ab25817a96b5391251856c00cd8ab9e388cd5730a5940a8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-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.7.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 9517443c112879f52137152dea39a4319a433de9a9fb8f718d4eee2c158f6448
MD5 8f8a49fc76e69c472475485daf615880
BLAKE2b-256 8dad6e7be7459a8b3a8f3e4ed466fb07d1107b94d78792bce695ad993be5669d

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_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.7.1-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 18e830514312bcaf5e68d7a022223d51b5d029cb7c910e0864aebef51f49233f
MD5 5fdd9692749dc38d0a0ce0c0b55117be
BLAKE2b-256 d72c8d0b9073aabb6ca8fd65f2aebb55447eb26c6bee4ad73033fbd0e576b1eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_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.7.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 a307f548e0cc9b8de728346ebccf959410a3c3c0c86a737179c9c81babb2169a
MD5 8e28eb3f7ea4d57a177cd1839d7bfedb
BLAKE2b-256 e009fbb36bd7d0fdde9c4ece9aa1ffea6702a686e109f4bd0824aa39965f8d3d

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_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.7.1-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 223a3a5da89f08ea2aaff6d7413730ea94445b7316dd597418a5cff4be8f7dc5
MD5 6a3b41c908a9e1daba1da300ad03de0f
BLAKE2b-256 9a9df9d3712cc45f620b55f4c0569ab302a6d24dd7b219a97cc57afbd765faff

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-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.7.1-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 6af8583e68d7cbaab0ea7fa18afc00070e22604b3451161258dbf86d006ea359
MD5 f3e0fe641a61e06bd9f3f41cfbcfdba9
BLAKE2b-256 622a836001f74ed84b0582a92f248f0a85f04a586a443a9c27dd1851fafc6724

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-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.7.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 68e9a2986855137e11d9051ea72fdde1f6782f6400ff1b00d2d0112f170fe43a
MD5 43c582be18bff546ff3774eecffad72d
BLAKE2b-256 a75723d9301922577f4c4ea701984f08c02eada83a9b66522d3905b3e73d0a0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-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.7.1-cp312-cp312-win32.whl.

File metadata

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

File hashes

Hashes for freeze_core-0.7.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 8012169379dd7ea151314e3d60934fd0c445e4e9eb513438f50738e88fab9bde
MD5 dfeded67b95552e1e71d1f2e0ff8f8cc
BLAKE2b-256 034ab09f8116c56ee63d8300c48dca127d86c7b665694a760502b7ff31bc189e

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-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.7.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6be54873f0513e41a2447482e4aa60826ac1979dd2b6736003c1c7999ae8d251
MD5 e4ad4de54dadb74edc3fe29f0922e8ba
BLAKE2b-256 0f2650e4c3143efe735e728886628e0e5d13367087b111706702972d71a915c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-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.7.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b4231726d75b19b1fdf8552b71049b8d04c44fac255edda4e5864c824196e2c7
MD5 898394cafb4cd40b5f0c0b2d9187df43
BLAKE2b-256 62062f8e51acdae97ec8244cb37670cdc54e22db5348c215549703452689ba6f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 00f9b8ca4f26d5e963a4146ecb74e832d6c5a23bd77ab6d59c540689e9cbddbe
MD5 6c779bde9026742078ef84bb92a1e5d9
BLAKE2b-256 508ab5a0a806bc04dc80a21f5453f683f19704992c7949c9d4cbbaadc229377c

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_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.7.1-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 a8da4078d257f178fc6faa2d61b7cd0b71e612a60eb22ad92c354d4ef363b671
MD5 70162d6ebeef6488dfb92756c2d59387
BLAKE2b-256 ba4bd3b3182e683a314c968918f7bd3ae70923ba6e23b9e7c3d81d26431f39ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_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.7.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 32acfdbea237fb748f761a455fe639dca420f7a9ea969cdcc6226ef2bd741da8
MD5 698f8c3c1fad7e9bd9fa4c06187cd0a7
BLAKE2b-256 0f552d26c8b730e9f16c9eff0e098dea1cb0bcdc61a7dd71c874a246e430867b

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_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.7.1-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 e107a5a13cbddf8b35a1902c2df61e17f8c64d90f22494eabb20d5dfa42416aa
MD5 45820ed2e3072febf7aeb5802e93beac
BLAKE2b-256 d84b12b916aa17113d096ccaee16dcc6963ffcd135e0e0e04b96b8d925ce9c4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-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.7.1-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 22607933dfba2a5e37e1cf770da218827aed51c1c90c5270bf9e87c280a8afe8
MD5 2d09866ea079ed96445cfb076a1450ae
BLAKE2b-256 6600bfec6d3c19ecd264360837e459054bc4f01265fd28e8f492dc682b1647fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-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.7.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a2ada334ef80d1300ce14d173b889e35facee387dbe8e13881efc5875ea9cc57
MD5 67f112cfc0ee3aa7a0fd109237c77994
BLAKE2b-256 d958637748384fe0b7a8db33d443e1c4ee6670e6b2af4e29177871526b84ec8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-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.7.1-cp311-cp311-win32.whl.

File metadata

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

File hashes

Hashes for freeze_core-0.7.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e1fa10518ac2e64cf65836404fc4bcd392822365834fd3d9b858d164697b8f35
MD5 a0faf99c72b29c278d336309bb03e7a2
BLAKE2b-256 46a76683e3301aa0e393c6246576ce68bc1477570ec4da36c294ee6d2528318b

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-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.7.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ba287a8a4bdb37218c37ba26ef3b7416083c1e65adf39148ecd0d1b5e7543262
MD5 9e68f1e690d91535c7e528591d47b874
BLAKE2b-256 52a87eddd1660be523faae76fa29809df0ba63d7e888a6e87fb2adb1af54f9ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-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.7.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 770368c418df6e9383f0a9c98b2da857cca81b9fc7a84c200eccb0c2cbcc081b
MD5 9322e48fd8f0a44ecf2f12e572d80fb0
BLAKE2b-256 e6b0b31f3341cc949919d7e55c4ec19e03d521fdd08e0003fea5629ad703d277

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 8bafe6bba49a761182fd1dc5cb2d33b0b60890ba7fa321a4b5eab8dd0e8f54e9
MD5 d347fc13597c9ac37bebdd56e62bdcfa
BLAKE2b-256 92ea3c2d3936a0cc4ec67eca47a1068886e76468afb5e4a1d45294791645dc8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_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.7.1-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 a9ac64e61b2fff22d22ae7440a9325c10557af5ca609935dd0d9f812b6706d24
MD5 99b8aea1a65ba9bb2110dd546a0badd8
BLAKE2b-256 69a46e8c31c310c5f6866ef7ac40bc76363a07877333997a74fb492cebce9cee

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_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.7.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 def1ba9a15a36165d6052a394d022e071e9afd6d6177cfe4e55f68eaf163b2d9
MD5 984a9a2f32f07a442b20b8210c69634d
BLAKE2b-256 4b697f47b54c7765dff96f68b2a72f2e07f9f784c1215e476232dc1655871c19

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_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.7.1-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6848f4a037099e2f8f40bccd3e4ceb679030ee8e80583333ab2deed8c10310de
MD5 f1c537d13fd7aaa1357d988ca62d1996
BLAKE2b-256 f0c778f79036025739cf17520b93b0cb35d0a06079f49b872863fe160fc6af4e

See more details on using hashes here.

Provenance

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

Supported by

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