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.4.2.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.4.2-cp314-cp314t-win_arm64.whl (1.7 MB view details)

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

freeze_core-0.4.2-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.4.2-cp314-cp314t-musllinux_1_2_aarch64.whl (13.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

freeze_core-0.4.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (13.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

freeze_core-0.4.2-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (14.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

freeze_core-0.4.2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (13.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

freeze_core-0.4.2-cp314-cp314t-macosx_10_15_universal2.whl (22.6 MB view details)

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

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

freeze_core-0.4.2-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.4.2-cp314-cp314-musllinux_1_2_aarch64.whl (13.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

freeze_core-0.4.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (13.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

freeze_core-0.4.2-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (13.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

freeze_core-0.4.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (13.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

freeze_core-0.4.2-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.4.2-cp313-cp313t-win_arm64.whl (1.7 MB view details)

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.13tWindows x86

freeze_core-0.4.2-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.4.2-cp313-cp313t-musllinux_1_2_aarch64.whl (13.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

freeze_core-0.4.2-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

freeze_core-0.4.2-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (13.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

freeze_core-0.4.2-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (13.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

freeze_core-0.4.2-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.4.2-cp313-cp313-win_arm64.whl (1.7 MB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

freeze_core-0.4.2-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.4.2-cp313-cp313-musllinux_1_2_aarch64.whl (13.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

freeze_core-0.4.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

freeze_core-0.4.2-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (13.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

freeze_core-0.4.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (12.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

freeze_core-0.4.2-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.4.2-cp312-cp312-win_arm64.whl (1.7 MB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

freeze_core-0.4.2-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.4.2-cp312-cp312-musllinux_1_2_aarch64.whl (15.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

freeze_core-0.4.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (14.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

freeze_core-0.4.2-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (15.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

freeze_core-0.4.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (14.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

freeze_core-0.4.2-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.4.2-cp311-cp311-win_arm64.whl (1.7 MB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

freeze_core-0.4.2-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.4.2-cp311-cp311-musllinux_1_2_aarch64.whl (14.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

freeze_core-0.4.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (14.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

freeze_core-0.4.2-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (14.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

freeze_core-0.4.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (14.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

freeze_core-0.4.2-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.4.2-cp310-cp310-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

freeze_core-0.4.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

freeze_core-0.4.2-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.4.2.tar.gz.

File metadata

  • Download URL: freeze_core-0.4.2.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.4.2.tar.gz
Algorithm Hash digest
SHA256 3e1942b0908b9399b164f66712f8b222f38512950e61d16a5064d9795f0b0ac7
MD5 45b0c305c11b9a6748b7ffcd207dc05b
BLAKE2b-256 a821534b81d39e004b299cec4ba78eb85589923c97924fe78dcc806bef98049a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 429d2f82e899e568d45a9cc942765b6af5426134fcd8a5c27b375d8969cfb836
MD5 dc2f8dd1962d8cc0ffc3fa0a851dcd54
BLAKE2b-256 a990de22ee1ba832497cb9bf994abc896efbdd46c5e8e0899b73aa2e41427b01

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 815eefedf318cc569fe127c592c92ec8e176f29210a40abe1bf18595fe04f97e
MD5 e8c15360f718a822629448df798a94ee
BLAKE2b-256 4a60b39dc106ddecef96299ecb6f85d8a21883168547943ac4f7723a68288657

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: freeze_core-0.4.2-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.4.2-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 3915f4bad2f23786ef4f78e4a3069b20e63c42d3ef2a6193f25cf0fe9f1ed82f
MD5 471f257d1432ace654b3a8d5fabef272
BLAKE2b-256 d1dfe6bd39030098cf66557d81d4a841b54319906a32305ac0554067a72b70d6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1c756aa1bc954619ab5493830861ddbc71ded6672346f9dacaf7350ffce53fe1
MD5 ae79fb3d75a5dde9359635e9da3d3064
BLAKE2b-256 8bdedeb3c3be8e4083758009ac0c8912ac595f8ee415bc24a4ca09ac9ae78883

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 438f5a1167e22f9a246414fea0aff5f5b18520c365fd30f97bc1900d25d467bb
MD5 46b2086b8c61bd2cee8d228061a18cbb
BLAKE2b-256 44ebbe67419406aa59bcb7aa77ca845a0135b2721080e38627c4444aeb92b729

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 5e42a3fc4fae92b872503d0ee44cca9513f6dbe4edffc3a8d7dfaacaecb07e91
MD5 0801d6c0f4390f01c6002608746e8523
BLAKE2b-256 cc801f4af25a26bbe053cd4798b5a507d38c49c648495b89759257bd6ff0b682

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.4.2-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.4.2-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 0ae7cce7fcdcd8faa96792dab1af855e566b5ad464509887b8b7a579ac36980e
MD5 74de521cb174302c6e56783d39c329bf
BLAKE2b-256 b5c6dc1a8df4839085de5c157692ce24d4fb3c5a3414eb1d3dbf26f761364965

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.4.2-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.4.2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 3b965d79b592b5a31fb6f3de71ca058bbc58aad7304ad65390a18cb8cf174487
MD5 7bbdf5adb3e2c6abd07f0346014b09c6
BLAKE2b-256 0f616a9fff78d9d503cf2aacbc45224582982b29581dc6b6b3f28725c05ffe15

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.4.2-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.4.2-cp314-cp314t-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp314-cp314t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 c4b43b52c4fc8659b9b3e29772a2b5bcc3ae5e650d30efb95e6a844294d84ce5
MD5 476d5f7ecfc733ea661ec832c76d6dbe
BLAKE2b-256 d8b22010232d31f31983765e3d212e5a0b4e196084719c4b3a9e976fbffb5255

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 c03aa08c7f2ee035655848e256d0ef99920e8038550c60a84c6dcd1f857ff1f4
MD5 a26da1093a9961245d4b8726bfae657f
BLAKE2b-256 113b88cd4f8b38813f81f2e5dea2045c1cae1226d09e97d43aaa2a5547538da6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a5b67313ac10828ef067f187e87d03518fa262a4a9c9d022087b9d6e953cc8be
MD5 8a032e443e695c8288f03158d488742f
BLAKE2b-256 dba2d6df79c8bf1d8794b2b422043774738e8360718a6e12fcc5b43d1708b95f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: freeze_core-0.4.2-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.4.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 a5ae6eca00c8d2ca607c549e1e4dec5de15a8dadb73e03c35c58409ce4302360
MD5 8c6157c577f3257856380356ead3740e
BLAKE2b-256 f17f5ab7820cd1cafebc9b414786ca4bbee94506f79139bd22eabaedf59ae809

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1080a654bad3b9658cc45cbb5528e48386e1e75569bf940405b1d1657a4b9cb0
MD5 9217ab739f74911998d165be50f1e4a0
BLAKE2b-256 577dfabbcbd2f5c3bd99b41a3bc9c1494e86548ea254824008c1bc904ed6b49a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 93e88c8e465674891975f4d0c7395f9926ab4484955fbdea0b30f496a6ac5309
MD5 9f746dba3cf7345dfdb8cdf8eb00f20b
BLAKE2b-256 3c585b446ed44a8ca5fa46d2c605267976e45a286013e48beac379ed488bd39d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 23b096e1a3becea53f7f9cf466e9b5da0d723283c9353fafb81bef2401d7bf22
MD5 27f16461ca06cc9fc70c4f5df2e2f620
BLAKE2b-256 c6af444dc4a87737adc2985d47ac0ef8821edb30f6b03a6a839c52666d6e896a

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.4.2-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.4.2-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 b1ff94052f0863449bdf538d431d718c21cc3be1c8055174a511d65b21255233
MD5 f55e8299727fc0a222e7f0b693bcd05d
BLAKE2b-256 150f2aa25e9313078a484e5ad299c7868744da4881cc2373e84307fb8c37fa6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.4.2-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.4.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 23483b68a6c2ca5afba5909764647a4abb249c2b9475a581e15c5e9a6a0581e1
MD5 ac10277aeeb5fa30ecefe5de63493259
BLAKE2b-256 2143b66059ecb29bf1b205b5d25d5842fab9927cd02af30cadf5be704bcc1dfc

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.4.2-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.4.2-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 cf9ec119cf4c91e9a1137826b35648ede032c3795577db1814d922e76f4ccfe8
MD5 7bfaf8df215d3aabac3acf5708bbe526
BLAKE2b-256 4080e38f20730ae532e8bb6feb06073715c282384d258b1d0623df6a1c3bacf3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 497acb3e7d4d0bc9ab6374e9f01388d4b5a9f26e1d5fd730b515cdaa25532949
MD5 73ea37386b72e44cb947965083b6ca2f
BLAKE2b-256 f6e826f6133dbd588818a7af7e4d68a37a57ab5a78b4ab9acfe6e8085e2ac9ba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 e7db75a7c889d4113dbf0c2ce060f79e2fe22ce9149df7c1ea9332f20d5da76d
MD5 fcb683ab2dc94346f1b7a5524f66f573
BLAKE2b-256 f579acc2f473a73b550c585887ce3e7e8b41c821bd3b6d4468daced49f9b6335

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: freeze_core-0.4.2-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.4.2-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 afad0fd1431114f3ea6e1592647f9a4bbfefa37e15606bb606b9cafe6d038ba4
MD5 3921f344720d4f3ff9f02b4b5e3f5b38
BLAKE2b-256 5b36a20c1d1eead124104463e3d140223b69da817c6c20e853923cf15f73ecf8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9e998ebd1a448a0384ea4f1c13f3b360baffc86776ffb745dce0bc8f189dc9f5
MD5 118c9704bd19a55afcf2c29d7417ae31
BLAKE2b-256 c36ad233470c0b1f4f81dae66270c6705b8087cd0ad64e2d5647b2bd7799da72

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3eec7e9eb34effbaf99bf405761f6f871d8e854a7128d21211f659960c8084f1
MD5 79df4b64622a5aab0ef82c1122f9e896
BLAKE2b-256 a488535b46305cacd350317757acb65002cbbf3eec088aac512e4e951dc189fc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 438336cdae8d742aed7c33e2e957b2be6458bdebe5dbd66e9ae7912bcaffa7d3
MD5 ee4b69f1531fce4b04a9c21225fac426
BLAKE2b-256 6f21d357989272a9d0b0d4ddfb2cf652c4c9ad25d7943223cd0e48444f9554ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.4.2-cp313-cp313t-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.4.2-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 4877158870eb6ec22eb7e8d639c066ffe9ebf87d61b429094e77564bcc33f2f0
MD5 0255567cc686fa9be1d8b213361a6d0f
BLAKE2b-256 7c9a0122c63adec55e223a3d837f3fc7bb113677eb7d18d6060e70f4763f9bad

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.4.2-cp313-cp313t-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.4.2-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 f8389f3aa06d800252a725b0f13a38dcaa88b3164428c0d023066ba796353fe9
MD5 1ec194714ea6a80fbcb274a60ca6fd22
BLAKE2b-256 0a01c8c7e65bb4ed6cc6f481f1bebf4aefe6665f073f8ece9b93560ca309379a

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.4.2-cp313-cp313t-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.4.2-cp313-cp313t-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp313-cp313t-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 bafd9dc93d35babc33681c48e1597f73c44cb12fdf599d0a87c967a00c1dfc50
MD5 3d274e5044efc5a5838a8a8c0556099a
BLAKE2b-256 650055ef6b4ecd29c9f68ca45d6a6511a671e9a3f615c4bd4e0934d4b26a2b6e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 82a8e980b2e0f723adaf6fbe0ccba8b3a86976689f7cdeb03609a65be45e22ad
MD5 6eabb2b2be0fd4153065cc1ba185d518
BLAKE2b-256 f2a7d7b8549c4250f8b44c0dce7972109b5fd48613db14c6c7ff32f44f8bdb49

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d125534089278c790864ed723d301290450bb80f47aab0b17254a6f085d70a01
MD5 f35baf32de674662e8185702910fa5f7
BLAKE2b-256 88c371f1f1a25d38e11afa84ff5f31058c670267df614135dee5ac8158401940

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: freeze_core-0.4.2-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.4.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 e5398a9523efbfe1d8350ccd9587b5f3a1612ccd9a26fa35ad159399d4857fb1
MD5 9ab874985efe56e7b432230c31a36d41
BLAKE2b-256 9655216c950d22e9386e4f95e413ab20104350f0401d1508717b8591113d2fc7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cad2c3e9815267ecb3510acbc87ba15913b6dc01e9f8e09e81599389b31c7a2c
MD5 2b8451f691c020b85d66f892a3b761f3
BLAKE2b-256 5ce2c676d48e76dda0cb5e5d9ab03e32c1c51a16aa8894b6b59d582c1aaa6f44

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dbec55ae2a5e7f6dbba4f62089542c1239c76adedf08ad38209397d0027c5695
MD5 1934fc06fa1876802f9447428e986a81
BLAKE2b-256 15bc87f404aa9cc1659a1b6f9cef0a54028f92fd51dd09713c3b6c6532b1374d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7a8a56975e6d4fe17ac9237a6578cb7e07c124698aae7c99345fa5615e7462ad
MD5 1918acff816289efd1117b44db08b0c9
BLAKE2b-256 92eda9e5087e45d78b6f93a5b74e3efbfcc78665bd9ae11876a0fce2b28794af

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.4.2-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.4.2-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 96b5ba541739d7e2821db1d3eb3bbc61364be5da017ba2e3461d85b5529d7ca4
MD5 2db691af8839ebea78eda5bc47589c6f
BLAKE2b-256 805a4580099776b875929edcb5e31269a4457a241d9afb6d9f43515732206e5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.4.2-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.4.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 cc471a64d13ab203402b58b41b0dd63b654dfca6741d9e9582e08275a2a582bd
MD5 37685275c59d38884297f2c1ae75966f
BLAKE2b-256 04476fb0be1af20c3bc89879aa96eece7a52460f83792fbcf8732e4e82077a65

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.4.2-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.4.2-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 e822d7dadf6c4135072c86bdca2c5eea4772f32438eed497457d5c5be869b989
MD5 ceb828c775920631a8529ed15ce61b19
BLAKE2b-256 9232806562b4e6112a6f7184f520665909df4cea219a28f018ab5f860351dc6f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 9d978b30f92f475c863e11485dac4a810c552dd8d5376a1e3d69b4068b18ace4
MD5 ad8163805ac653327a6154d7e6cd7f6e
BLAKE2b-256 367f6cb3795ffbaf1efff43a54d50725bd16afba084481399107a4e78441a4b6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ced01393db4592d5eb86be4db5d7e57f70baf5f90968718c1b52960b09e04660
MD5 dd3be3cd7e68b74b23bd9f9d5fb9437d
BLAKE2b-256 57c9685586e802ab610f3aba00528a969e4dbb6090b1e9b6d1e0a53e352eb7e5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: freeze_core-0.4.2-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.4.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 439f3ebc79adf0ca575c20364cd266e75a222e47ae4840db3c3bdbc8d296c8dc
MD5 98188e0b43ce2e73edda353e2eeaf3f2
BLAKE2b-256 0569b92b4d975649001c43d8eab94fd4c2047827a3d2a6be3830b083f9e9751f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 be464f358ba802fad1d7907767a4875a520f8a2d655026e2cc405b22f86c54eb
MD5 e62f3adb55f6bfb7e721a04a0dee43f7
BLAKE2b-256 34e48913b2efc7bf7a450093beed1f6dd01693dbaad7cd2c42fcf0f750bda6d9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3e5e35148ed4776d572a7b6678c2bbd6e1eb21782f0da65d6276aa52b29b392b
MD5 d5f147bb9887f9523ceb63eea25d9bc0
BLAKE2b-256 b94e78db50068bbe52553f67ad9e13912c5395db3cf2248575739a596a04739e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 0d2f1a9aea27825f5311f23a9b5ed52a7b0d8d5a6bb1231318252089339ae1c4
MD5 d01090a8ef8a9bcd754e2355d02f4075
BLAKE2b-256 624ae6282c727faf8c5646f377a8e1108bffbf851f0f7383c1fa7b3124ddea08

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 d02a5ea6e87242ccf228304f0483df61873b1432e75c74e1de53013d084ead9e
MD5 69a21c39dca193e50be977c0a93bec6d
BLAKE2b-256 5f2629a395c78bdf71984886c93246b0cdc6e1f7418d061329de663ba011daac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 db330723a6b899b32dfa038efc8cfc4f9936a01561549f75dfaeb83f13eb74a2
MD5 88d7c603d4c28ed4a674eaa54947a843
BLAKE2b-256 5a32f93b9b39dc2084dd5b9da021b5094b282ca8db63a07ed365585bdcfa5476

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.4.2-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.4.2-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 1ba4915dbf799dade21a96eb9c521c9b0f9a2496ebe510fa54b6e6bd421fb174
MD5 5b484c472f01e850bb72d5c9d46c80f5
BLAKE2b-256 1ac03a6105411241d0b8c7ef492b71a9d02b91c0fa29b33610260930c9df4fcd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 4a2a26acba4f3693a495a14f8481b15c6dbef99d0b5b1fcef96234b4947d2030
MD5 6aeaf9d9d2cf9d46127fd606d6720e22
BLAKE2b-256 d5c9f57eff7999e09efcc27849252da6e56d4786ff3c140fef79d5f82adc2b98

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 43860e0214d9fc5e41f0c17f931773e80f870a791ea647940017bb83d81c5e66
MD5 ddd551fbe902d447cb5178b3e61e109c
BLAKE2b-256 5d43f96af65374680fce69f42a0a9069095a425cdba060198759529880670740

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: freeze_core-0.4.2-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.4.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 a2923128672f97058a1fe15cf4dee0ac674467a178f71c092a5d9a94a4d0be8b
MD5 b4120a11c6c7e5a1955e82a688e0f587
BLAKE2b-256 1fb380e0c6b91c16d0ee17737c755df1f70d9759376cca228f218632e41523a5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f96df0f8e8839817bc58b7b942d0f3af54f4b7730bfcf86f2db524126f389f97
MD5 a004fdd263ff555e459fd70293a7aa1e
BLAKE2b-256 393598a6af51e3c97cf93b99b3b59c2b6fa0ac504d4fc1b7edc9a62cf2d5406d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 eeda39821eed2a98f74611badc2ea390c124542cbe8ff912e7f536d20e11ea73
MD5 51baa2a29e30c5c777d93de0b0a9204d
BLAKE2b-256 d78b21322c020062b4b2ef47a098c1448175e244b139340ffc6d57b29745d160

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 282937d91e056ecec3eac794111f943075d08c3dfec3c8efc88d6529b7ff153d
MD5 75538cab253ce3d43c068d39ce1c012f
BLAKE2b-256 91efaf9070189fad05bba2fac3cf3ae9e4926f938deadc35a84f642e13dc5800

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 9655614fdfd85005987f6d37f761f203417581bd30716a612e018fc5e711b877
MD5 3088838b328a14a66b87b6973d3ee8ff
BLAKE2b-256 92b5cacd9a497a3e38ce3ef7827db25597983d734d6ddd283d82ea4c68cf519f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 cdee0ac751117fd4b70b1de2053a8c3d217a57aed4d55e67ded70f87bc83e4e7
MD5 8442933626f0b04083f59e37f12b6a21
BLAKE2b-256 bb3e0d38f9da7a65ad0c3a3d48e3614e9cbb94c4d19280f9f05ef531d5a4630c

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.4.2-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.4.2-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 3663eb7f994c3976bda99dc72aa8bd8536ff2eea7e1458cbfd5eeae928b0e0f9
MD5 f5d9f7e760ea4ce9e6c1cc8c416ba2a2
BLAKE2b-256 decd356b9bc431068fc460aa6fb4587054462340c98b3a3985a5e985ed13c932

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.4.2-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.4.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e36417771af59d6a6bc7677085c1d1892b6874264ce50a878c76bc47e7da3ec8
MD5 52cfb8ff8a4ae03477d20f79e6cc8ce9
BLAKE2b-256 d37040a4efed15f2de9650ecfe589c2446b89a06689a69f6fdff0ac2ed92b62f

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.4.2-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.4.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: freeze_core-0.4.2-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.4.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 eb0513828dae5f4622f9a354ad17c5cc3aec81bf53c4bece3d414fe54482599e
MD5 5673f9f8a4af33bf595b5393c22009b5
BLAKE2b-256 2d5a515802e3bc6a788edc22fa71108f601bf8a38605a9b9d177b10c5b954581

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 8e6a1e733be02b986ef373e183066b0bdececde241fee88e28a5af96cce6b4a3
MD5 e58d008bf0f13e8359e6096d4c8e5ef5
BLAKE2b-256 6e99987825c4a6b7fbbe4c21ae5ad67a7313e232f6e474b9df8a6405e8aa5428

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.4.2-cp310-cp310-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.4.2-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for freeze_core-0.4.2-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e59695d4b3543dc89fc9c8464ca076a5c8083962452da3ecc51cd2ad6777ab7f
MD5 804d529e63e50c67641496d3941d853a
BLAKE2b-256 92213e39bdac9333f40ed8f7e7ca90e93f5830632d0b3b3d6f69bfeee147ff32

See more details on using hashes here.

Provenance

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