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

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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

freeze_core-0.2.2-cp314-cp314t-musllinux_1_2_aarch64.whl (14.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

freeze_core-0.2.2-cp314-cp314t-manylinux_2_28_x86_64.whl (12.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ppc64le

freeze_core-0.2.2-cp314-cp314t-manylinux_2_28_aarch64.whl (12.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

freeze_core-0.2.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.2.2-cp314-cp314-win_arm64.whl (1.7 MB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

freeze_core-0.2.2-cp314-cp314-musllinux_1_2_aarch64.whl (13.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

freeze_core-0.2.2-cp314-cp314-manylinux_2_28_x86_64.whl (12.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ppc64le

freeze_core-0.2.2-cp314-cp314-manylinux_2_28_aarch64.whl (12.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

freeze_core-0.2.2-cp314-cp314-macosx_10_15_universal2.whl (22.3 MB view details)

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

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

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.13tWindows x86

freeze_core-0.2.2-cp313-cp313t-musllinux_1_2_x86_64.whl (13.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.28+ x86-64

freeze_core-0.2.2-cp313-cp313t-manylinux_2_28_ppc64le.whl (13.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ppc64le

freeze_core-0.2.2-cp313-cp313t-manylinux_2_28_aarch64.whl (12.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

freeze_core-0.2.2-cp313-cp313-manylinux_2_28_x86_64.whl (11.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

freeze_core-0.2.2-cp313-cp313-manylinux_2_28_ppc64le.whl (13.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ppc64le

freeze_core-0.2.2-cp313-cp313-manylinux_2_28_aarch64.whl (11.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

freeze_core-0.2.2-cp313-cp313-macosx_10_13_universal2.whl (20.7 MB view details)

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

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

freeze_core-0.2.2-cp312-cp312-musllinux_1_2_x86_64.whl (15.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

freeze_core-0.2.2-cp312-cp312-musllinux_1_2_aarch64.whl (15.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

freeze_core-0.2.2-cp312-cp312-manylinux_2_28_x86_64.whl (13.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

freeze_core-0.2.2-cp312-cp312-manylinux_2_28_ppc64le.whl (15.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ppc64le

freeze_core-0.2.2-cp312-cp312-manylinux_2_28_aarch64.whl (13.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

freeze_core-0.2.2-cp311-cp311-musllinux_1_2_x86_64.whl (14.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

freeze_core-0.2.2-cp311-cp311-musllinux_1_2_aarch64.whl (14.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

freeze_core-0.2.2-cp311-cp311-manylinux_2_28_x86_64.whl (13.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

freeze_core-0.2.2-cp311-cp311-manylinux_2_28_ppc64le.whl (14.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ppc64le

freeze_core-0.2.2-cp311-cp311-manylinux_2_28_aarch64.whl (13.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

freeze_core-0.2.2-cp310-cp310-manylinux_2_28_x86_64.whl (12.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

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

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

freeze_core-0.2.2-cp39-cp39-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.9Windows x86-64

freeze_core-0.2.2-cp39-cp39-win32.whl (1.7 MB view details)

Uploaded CPython 3.9Windows x86

freeze_core-0.2.2-cp39-cp39-manylinux_2_28_x86_64.whl (12.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

freeze_core-0.2.2-cp39-cp39-macosx_10_9_universal2.whl (17.6 MB view details)

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

File details

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

File metadata

  • Download URL: freeze_core-0.2.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.2.2.tar.gz
Algorithm Hash digest
SHA256 2322277625303aec7b49fca8755096ff95bd767849083e08e63d7b202bb0dd03
MD5 92be5ca50e9618dc3a7ac6fe306a260b
BLAKE2b-256 c931683df3bc4c8c00eb28c7d7990042ffb3edf13b1333d8f0219aea7f3532ba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 760185f0ac50974d2f7f0850dda3c017fdaeb7ebb1fa4651c6adec3dd4dee28f
MD5 b9037e7b092561b647034f3266805130
BLAKE2b-256 236c9bf5a044f667f8ddd3941feedfb07af861c62cf85707df6c32ce8203bd2d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 3fd62a59b67ad126e0dca554f624c0c7385eeeece8f7a3b1718d6cd7c38f2807
MD5 1437937f51dc00f7942039b9325a0a47
BLAKE2b-256 78745d8c717eda077d399f04ade54e0a958c4048090a02ada4bd96dbb5ec9619

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: freeze_core-0.2.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.2.2-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 a809ce1c19ed3e47581fc4278fa1775b3b97a22c0e3b1fd551142e6617cbeb82
MD5 31b84b4fa1eb2c48f35b2c6fded656e1
BLAKE2b-256 80508d03f991c3f55c63d99d8dcd1bb1e8e7a92d6f71bd4f99cc08635f24688b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 12d5cd07609cdb993a50a27de3a0c3b01eb567c7efa8bb11c334bb5da30b4277
MD5 75a9a17544636bbed125c38c7f05a199
BLAKE2b-256 0326f02bd5090a397fc4c55ad6437f12bb0d6abac4e1d235d2238a0e6990a0cd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ec973082b247ea18fa22e54c4e9d82d17f73a487dee37f2343696f4302c55895
MD5 b28b7728a45bf2c7035c1eb540729ab6
BLAKE2b-256 979751fdc7cb5426527d27e80ba47a7f63ec3ae5b60b46e1071af9dcbaaa67d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.2.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.2.2-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 96a81cb03bcd24e0e4b926e2561c3daf6f779f3a8f6fe119e7fef1549e1ab6a0
MD5 0389590a7ffdd7c6093eb7aeece4f02b
BLAKE2b-256 02139a565d74cc1d5b4650ad4efd37d5cf6c8d767702c7d346c17e08a13006c5

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp314-cp314t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 034884ac3d9d62b54b2b50401a18d12f3dd09209a6eb330b0fc0e2badba58ab6
MD5 6408d976e3b3bfa4e95b757603b7b465
BLAKE2b-256 8cafcc634e7312568d4e1408ef274ff8be414e273ea97ae6904b5428ffab4895

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1b786d3a3b2cf0665b80f8d02e127ec7ea3164541c573ecb353289a669944a9c
MD5 a46e3555d7b96f91aa342b2ac3123407
BLAKE2b-256 df1475e5009bed08b5a74cf4274db603716addc7ad7fd628dd1ccea7530291c5

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp314-cp314t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 7720d0d5b5eb93864976050a73bec30c2f54b8baf5a69f15003753f42736b759
MD5 cd343c0a5566feb4b079046a0ec98b65
BLAKE2b-256 2cdca51b8e74c2c66634b2255599c76d9133a8c9eabfc36f189bf6659e74494a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 b26711a63a4cb5e7ddee15486aac39d69d73d396ea5f5033d21d7ab3537467ab
MD5 b485c21d0619ee3e4eea98fb2114a035
BLAKE2b-256 fb09498e4557d2484b5175dfc55516ec2ed0bd0c84c4d094fabbb647b758c8b3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 2448f46fc3687732315d032161e4006697271c326296ddbca374855f29424789
MD5 2a987f46322faec0cece6b4e7598a75e
BLAKE2b-256 5e95a1c282de6c9333eed812723d2aa04d123af9b3553cf1d06adde5fc755af0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: freeze_core-0.2.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.2.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 d37debee3fb3d200ced2ac03213b561f344fd7f57bf04b7404d857b8f9c5e7e8
MD5 67ca5f0eeb38bad25555e365de416d00
BLAKE2b-256 2ea365bb0835b87139225f879b51c059e8641072adc3257c1440bc8af31c3631

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 731aa7d8c2833f5b13b1928a147d9777e590126e82019ed8f0b854ea892c2602
MD5 081bb3c6b059c834c8ae9e0d98335784
BLAKE2b-256 0cb74bb32edc89c395ebfec738f968c8d0e18adff2a996165cc2f3c9be0d5a4b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b94127d6e2606f10b584ab4a0da58f516501eaf4661063eed1d352344477b85d
MD5 fef2e7ed1373576e29024c2e2b791d16
BLAKE2b-256 73f1d8783630580aeca7c05ec864b39bd5520fc0e2a0f190aa56c21f81bb53c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.2.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.2.2-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dded39b69cb00735765469a7883618f1c9ff10e7c57fbbbb2f96c4669fea4c43
MD5 d449a42cec212eef85e24bfed6f01e29
BLAKE2b-256 87e783c68b4667586c24c6d00fbc83863c69197afdededad422bafb380247a58

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp314-cp314-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 fe31c3039c5baf86bce10fcacb1612a3d6199c7b2cbf042fc169e6d1cdce456a
MD5 1283bc3e6fcc358fc100e60686350655
BLAKE2b-256 e9b03a4ceacf8a01d5419bc537a9aece392b93cd052d2e896cade0a15eaf97d9

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c98ae7369e79eb9d3f5300c0a7112eb4664b77f8f8473b0dc630d70b975032dd
MD5 b8088079b8a0d6425fa7be79939f21e5
BLAKE2b-256 c8e9c560c2f78bf602b1206c23ede44561fb06a9764b2a532c6dd10a058d2f5a

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 6ef584067f7550419e924e47571b8d0a159ef4c81e26ac9b3052458cb6439c1e
MD5 ac9c0ec9dcd52ba1ce77b8fd7914ec32
BLAKE2b-256 120b7c2082e9d6abb8f263d33cca8c14ff419c46bfc490af8e8257714c55e13a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 de1457bf65e3968b960ae0f135f309a0eaec51e7278bacb78631cbe008aad39a
MD5 2333f316c13e17d6f73dc810a865d6bc
BLAKE2b-256 9f4bf6a389c46a25173380e97d26ad5f953c2ba24a287436ae7e3d3eaf182236

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 ed03cfdeec9bf7f9e0c27f0ecbaa678b053f4d5d61e9b83181958cba5da7fa90
MD5 8e22b7f104b749457a5fed330ca82e82
BLAKE2b-256 1543dda8a8afa59cb2f2a644566607f8263451caa8839e13257d90527fc6f37a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: freeze_core-0.2.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.2.2-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 1a8a6890c91f5417748c1918bcf9d2fc0e094f494a44586232b9a449d5d3f7ed
MD5 bc724178a065705738163938c566f881
BLAKE2b-256 e4f3c241cdd3ec4b4c14d10571d80718ee4323de4fbd3a21ceccc03e7ac8269e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1ac9f903d25e2f5a2a813684461b5e7e57f8ada302248835ddb5705d975604cc
MD5 749cc14de4db74c3c0436c4d8afe9f38
BLAKE2b-256 7739d24a72c94fdb3acdc1b6655101b9ce730ecaa32905dd6139d39a8fed5318

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5f569da12b5030f2208c07a586f5d484d89f91fac93fed8be8b1942caf9ca5ad
MD5 a69e4e882cde3e7608ec885b4b963ad0
BLAKE2b-256 0ae170080096a1caec2e675fb0b8e4aa366ea761534f6d92876b3cad66e26e71

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.2.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.2.2-cp313-cp313t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp313-cp313t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a6a2115e7e9867e3357055ca5449a46ba4ade760856f96b8f72a8403457d98f2
MD5 335cffe143c39055b7627691386505a0
BLAKE2b-256 264c7bec19dd59f27609ed36aa48d5e0cc387d71f2605dac2c153c5e8c444d11

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp313-cp313t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 01ee6ac8aa5e3c2820a845d39af7331959907a749e957d0419bdef3b78527c73
MD5 7121529ac0ebe00aaa4bde5d7c46fdec
BLAKE2b-256 6dc5e91876b160d0a2713836e71b88a9515bc1e8cab35529eb6a9e76cd4a6807

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ee59f515333554ee484eae82368b40001fda30d4177dfac43012f75d2227a543
MD5 7244048d4d0abda14480543023ec60fb
BLAKE2b-256 651117e1cf91db178cfd1c9f8f8a4a4e50b90524f615b94734f496795cb48f02

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp313-cp313t-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 8ed7df9513997fd2804f1447be16a8e60616f47c94a1b042132579a191bae597
MD5 f866ac1edb50e7531019adc5953a776c
BLAKE2b-256 f0c13ddf3afe33dd46152f2e06193894e5da2c4d6974fd1d7efabc64b2f24601

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 d63694d48b535a14db3c18d4046f47adbe83dd2a903c5e129af9237f576d04fa
MD5 658afcc2d534afb7d084d8da4745e7f1
BLAKE2b-256 7ffe8802ff7edc440763222eb5a0dd5e3d9ec6f783753cb0b3fb180c788d95b8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a174b0c186417fd86870af68de042c3cdeda1cb91825c67ed0cc361a0880e943
MD5 87f6af44ad0cac141d3848cf2264c4a6
BLAKE2b-256 013385339812fac82ff93f6fd6d9e7b1c35854c40e9465709f4404da7fa870b1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: freeze_core-0.2.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.2.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 634fc1be6e6e2b1bf46c548f69d51d9de7263dabd99f92d38a72efe7e7e47a4d
MD5 1028bf80b82bc52b83bf94a9932e545f
BLAKE2b-256 5e37ba3bc95bacd825eb7945e647baccd7c1d57899728e268d136a89fadcbc9d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aa25bcc81c64df9d905655e495eaeccfd4dda981c1e12e77b3514183397fb731
MD5 4083b39b40d3896835c8308b9bfee9b5
BLAKE2b-256 8493e1e874fe3b8099be835f885205a620fe1917acecaa997411248fc11a44f7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fee3123d709f6ed08de2b7dbf7e4daa6b3ef248c5f9281462f10c0a7fc137b1a
MD5 e080ef11f6fa62c3b8426cd5285dccbf
BLAKE2b-256 8f8362052f29691d989e59f21f99b432032c173c0ed04198a53edfe40e937c1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.2.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.2.2-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ca7d2a7c0f33a57ef5b1925d03841a4b147686cc527f70630b3b66032616590f
MD5 246f030999fef8dd52456dc40e563364
BLAKE2b-256 b31c1e60864ad483e9aea29d429e1b091fd65d34cd068fa3f3b014bf4b688d37

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp313-cp313-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 5f6aaccf36623c684b8d61b1471272e5a0d78fda786b070c19887239f9fff2f4
MD5 55e2183a901893eea0eae108bbeacf93
BLAKE2b-256 37c03ac4e8db8b3105ab7a06a9276147fb1aecb0a86397e8ff889d1a29d3e5c2

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 905a35447ca0431197dc1b2fedf6c541ad5ee0c91ce01b0f77e1ab2bfdfe0413
MD5 54d73cbcb561de75791ad8465ab5b274
BLAKE2b-256 028ee7f99e55332bcb6ae4b1fcb8c3b0d3bae3b8aaa710861a913f26aa5f025c

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 eabc900e287a29a2c7481ba7d1f7759a51a1509603dc2216145275dd793ba1d9
MD5 1e6771fbb688a2d565dbab813f02a3af
BLAKE2b-256 28bea6274d7e65ff915e010f61daf69b8a369631e7cb0c15922f9bf2aa1c5e97

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 9c986ff37a64de2cb17563ac299fad82a28fff6c02f4d2238a98c23d4d296244
MD5 ffd51d259dcc72618c24f263e317b358
BLAKE2b-256 1e9501762e423f171e9bf2be8350a78df2d140c91486c10caa19da52f929ec37

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7445b7c400cc86f010faf1e4ac6d3dac539705c1ff3f3adcce3b9d09fb4dd931
MD5 2b89710052f78b62633e6f64b02251f8
BLAKE2b-256 895a725b191265830b1380c09e33de985ebaebded2b559e16dd77530ca76baba

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: freeze_core-0.2.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.2.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 206ae4c2ec4c56982d67e6721ef0e858e1b1b5d66ea5a775835f02468e834819
MD5 6bd19ed8f7471957d9dfceb90956765a
BLAKE2b-256 4848d8ed4d265ea08b199978e63b311df95abf182a36b28d2dcd3dfdeaaffdcf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 55e433365194658a190189c2d884e96927fbb54475df42e9e4d506ff73688103
MD5 3725f108ed65adc624d14fca96abb2ee
BLAKE2b-256 a398045050bddcbfdf379b264e5599dcd7827d6aa852952c4b8272ab7848b796

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a0e8e2221a97258ef1c2078c54cffe92a85c02b5e14ac2aba9b662c4d5e5a029
MD5 a8bf3657602f8398240fb5aa1eb7c20b
BLAKE2b-256 e12e9715b42e5c79dd26e130b94e6471c4193a29a7b6357311515a1068a30c12

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.2.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.2.2-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a6f4140a2011950887daa5865133c14470309515ef701bedb48d1620407ab846
MD5 68eff38b48f5a685ef063e96c3d406fe
BLAKE2b-256 179078809c72ea56b2d0b67c9ba0caff4664c1e11db6e1a28b61ec67aad1af58

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp312-cp312-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 2335520ae2afa44872429b651109b82f034323bb2b40c0472e58f9ceed82a1c7
MD5 3b72c440073a7a4fc6af3ff3902b7eed
BLAKE2b-256 7e064d6c2fae91f62b9ff51e85daefa4e2b709d6ae97e086ae3bfc20835e3c4f

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3e88176bd774bd11a80181bd940a8f570f6d38a8c8445109114e95d01c4ac46f
MD5 b9a9907710e496fbf52a489475726cd8
BLAKE2b-256 1a28208425fe8be87431907a3da10bf395e73ce67a7dba20f65c63f8060473c4

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 72f52fc19057234ece632b85fdfd43615c4137fb394e6833bacffad02202b40d
MD5 7191cc64da3d844cb264925fc230a1e2
BLAKE2b-256 f8cfb285a59e9c64866fe210b03751fc9142c3b8b8b4dd42ced3153c6f612699

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 9a47e8ac8eb56465577fd685a81fd2866bc7a089692d1efb67d85999c5d558f6
MD5 e68ceafad10d838e9a303837f6444ab6
BLAKE2b-256 28c13c004e8424102ba949772217002f33a6147c420866eeef7d5de9ae9275dc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c9e074e0f485af953fb0942cc5479b537e989ca408485992fd2558557862d5e0
MD5 97bfc229b3b06f124803d03c1e1db384
BLAKE2b-256 c57b3771bbbb9bc01d6b583b58875a8776afdf25f591092aa30cc4fdea914de5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: freeze_core-0.2.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.2.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d84a6351855d70fa9ca42474378b7c145932befbf021659f5a8e566874e567a3
MD5 0eeb75d08f076e270d5a18281814a7cf
BLAKE2b-256 2c35dd8b2163a57254dbb53cacdb3cb9ab66f47e67a45940c5d3f7201da5a0fd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7e76fb0fb4aa978bb235f3e7acc98a05374db73bb34f2c4c8973ac7f3e859fec
MD5 6ba0b5ec5ce431d18067780becf88400
BLAKE2b-256 2e0f1d44c21b2a8496224a5070c5bc4cffbe0e828577be82c168a314bb8edbaa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e4a768d2812d8b73d802959f0bd9a7f5851057424b26dbe21a504ddfa3ed6533
MD5 863f1c9a3cf8986d3c692ff7393c5334
BLAKE2b-256 1ed207367ecaad0a785bff0d00d4df4d4ee70e09f2bdcd3516155d6507c2b675

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.2.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.2.2-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1c2594eb958660e4b49f4bd28e1e52aa4c2677d1a7460a1e12cebecce2058e81
MD5 34b58cc678a1b2d3a6fcb038f5d9f0cd
BLAKE2b-256 bd2daf9a744f88eb2d8d5ecb2da0ce2ef1f43a348c8e5813a190db2972330749

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp311-cp311-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 4f9562dd90f67215fbc452da3d3e52b8190b07ab8b43456e9bb38dcdbcd504d3
MD5 8f927397d825b2b2a0e5fe5efffb1f3d
BLAKE2b-256 c2830b3cc4841976d19a0fd87a2bb6e83865ecdeeb26f010607028d88c656c27

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 893a0d57b3bdef57ef9efcec417ffe594cce7080de0ed01d6def770277430d2a
MD5 332ebd2b039b6eb39a74f0936e617905
BLAKE2b-256 856331bfac5518dcfd98271b0f42a8aaa3d14e153485288dbd35d82cdd5373f9

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 b537aec90d4fbd43c931863e7745677047e87cd786b7a4bbe3de2a758ae0d905
MD5 9ccfb01e42936bed688645eed20bb708
BLAKE2b-256 c227800e05bfc7ee9a8a43be1c28f2c2ea0c23534acdfd7d5815fea0aa802b46

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ed9af661d11cc7bf139e2dd41a86318dc5f84bee819e92db2afc40181f54f990
MD5 1fdba575b90de952bd59d2156a6b8ec5
BLAKE2b-256 e819fd61bb2a08fb3a4283925112d00f90ba17b27d40467fea96b03515f6b9c1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: freeze_core-0.2.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.2.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 4ab4d5224565bddc2ccf8d7dd0823c1d2cf0d5d3dd3051e821c15e59e42e9946
MD5 3c38bb3820ddd882511cad07d634b6b5
BLAKE2b-256 28dbae19a70c6d882a39509d8794ab0251340bfc73edc5663e5bf8c8ae9ffc9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.2.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.2.2-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 81f290c34f3cf39f26794ab878afa06ddfb821ae15b2c352d3e2685911d3deaa
MD5 86b816772f52bacba33af608252f82e3
BLAKE2b-256 4f1ebf82e086838ee820aee3752b744e1ad81dbf753c6b459d3fe417452d18d4

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9e5b4b5a2323a9f8d720bbe7875683eff5cdfe557caf34ba555c8a809569b543
MD5 07e41c22aed457b06e5d97c0e16c8ccf
BLAKE2b-256 d609c021c7a23a942f3a6b2ce8debf239b1714da0304db0310a53696163cdd58

See more details on using hashes here.

Provenance

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

File details

Details for the file freeze_core-0.2.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: freeze_core-0.2.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for freeze_core-0.2.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 22dd76cf8bc415d912f27229fcbb96b4087ee9a9e1e3a356ca0caa6bc20d99ac
MD5 0ad04db43806c38910113986a3803332
BLAKE2b-256 0bcbf9f8070931527cf34bf439d1b2a313dc295d02fc52ab3b38bdfe45dfc4ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.2.2-cp39-cp39-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.2.2-cp39-cp39-win32.whl.

File metadata

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

File hashes

Hashes for freeze_core-0.2.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 4f688fc894145a57d0bfd500be9cf162d838601a68ca1ef67714bb91d1b064c9
MD5 7ae5a6a07d990ec8f29f938bab5f1266
BLAKE2b-256 932756cc94bb03ba135fd2d805538ce696dcf563ff20b86f0805c8041111729d

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.2.2-cp39-cp39-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.2.2-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 30ddb15d9dfe2ba956e2a9268a1850035a6b3d9a05b44d8cd30363883c241d15
MD5 a6829338117e4ee83d0f71fbfc8c1026
BLAKE2b-256 127ff9de5a0709df2012dafeececd328c228bab6a73b5d8d136c66bb9843d118

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.2.2-cp39-cp39-manylinux_2_28_x86_64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.2.2-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for freeze_core-0.2.2-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 7bb178a0b122d444304ad5f25ae646c88f7c1b41d34536bd38fdbc5baf444869
MD5 f72774b0e9f2aa2ca644d6f3f233e5d5
BLAKE2b-256 0c58344595909196c1dd0701ee9796692d50e8ab8e260a46c18eb0388bed2687

See more details on using hashes here.

Provenance

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