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 prek

Installation

Choose the Python package manager according to your system. See how the installation works with the most common ones, which are pip and conda.

To install the latest version of freeze-core into a virtual environment:

uv pip install --upgrade freeze-core

If using pip:

pip install --upgrade freeze-core

From the conda-forge channel:

conda install conda-forge::freeze-core

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

To install the latest development build:

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

If using pip:

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

Development

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

The source code can be found on Github.

You can use git to clone the repository:

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

If you don't have make installed, run:

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

Building redistributable binary wheels

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

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

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

make wheel

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

See also:

Changelog

Documentation.

Discussion.

License.

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

Uploaded Source

Built Distributions

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

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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

freeze_core-0.6.1-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.6.1-cp314-cp314t-musllinux_1_2_aarch64.whl (13.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

freeze_core-0.6.1-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (14.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

freeze_core-0.6.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (13.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

freeze_core-0.6.1-cp314-cp314t-macosx_10_15_universal2.whl (22.9 MB view details)

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

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

freeze_core-0.6.1-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.6.1-cp314-cp314-musllinux_1_2_aarch64.whl (13.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

freeze_core-0.6.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

freeze_core-0.6.1-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (13.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

freeze_core-0.6.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (13.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.13tWindows x86

freeze_core-0.6.1-cp313-cp313t-musllinux_1_2_x86_64.whl (13.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

freeze_core-0.6.1-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (13.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

freeze_core-0.6.1-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (13.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

freeze_core-0.6.1-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (13.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

freeze_core-0.6.1-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.6.1-cp313-cp313-musllinux_1_2_aarch64.whl (13.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

freeze_core-0.6.1-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (13.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

freeze_core-0.6.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (13.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

freeze_core-0.6.1-cp313-cp313-macosx_10_13_universal2.whl (20.9 MB view details)

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

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

freeze_core-0.6.1-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.6.1-cp312-cp312-musllinux_1_2_aarch64.whl (15.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

freeze_core-0.6.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (14.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

freeze_core-0.6.1-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (15.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

freeze_core-0.6.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (15.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

freeze_core-0.6.1-cp312-cp312-macosx_10_13_universal2.whl (21.5 MB view details)

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

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

freeze_core-0.6.1-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.6.1-cp311-cp311-musllinux_1_2_aarch64.whl (14.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

freeze_core-0.6.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (14.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

freeze_core-0.6.1-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (14.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

freeze_core-0.6.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (14.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

freeze_core-0.6.1-cp311-cp311-macosx_10_9_universal2.whl (21.1 MB view details)

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

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

freeze_core-0.6.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (13.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

freeze_core-0.6.1-cp310-cp310-macosx_10_9_universal2.whl (18.8 MB view details)

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

File details

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

File metadata

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

File hashes

Hashes for freeze_core-0.6.1.tar.gz
Algorithm Hash digest
SHA256 819642aa58b4e2c19e1ade025d9563e437c07c90fe6ac5c891e8ecee2044a2ef
MD5 719d984c089f64474d428443c0b3625b
BLAKE2b-256 150d1415721fce1b24d88c1460f67059678d7e5a5975baccf5dde790f2158bf7

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 46f177017e9f9c75b0710a63597fe259f41f57221bbee3f00b66784642a52807
MD5 e3a8934953e4004cc418eb6185887224
BLAKE2b-256 0cb3a4af87f033b547a4d84848f8c7d4c03569e04403dcc2ba7c0e6b787b1cd1

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 3431b2b4ccf729b13ed87d165a313ac990241f4e98fc807f25c1e753edac0d6b
MD5 2acb72fcfc482be00fc30faccb7baade
BLAKE2b-256 3a842c20debbed9f36d9ef2e91c779104ccb5623e59dcb8744106f8c0979bb14

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

  • Download URL: freeze_core-0.6.1-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.6.1-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 0b371c9d58393d22617f31696851dccdde7eef80cfffb99195168e27e6900701
MD5 f7403f46781035233f9d80e09da0e004
BLAKE2b-256 1fbc3bdae6566a539adc700bc8b5809c0832a836eeb91c608ff40781eb7d6fae

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 630fcd320c03a2f30d6b642eea3930915d770974bc4584cef1794ee3e5f1809f
MD5 311fdc554d023078214879908a1c9528
BLAKE2b-256 f6a73651651b1f2ffa97644c2c73ce484bc55a0868ab1e92b24806be5f3bc9d7

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1f7ae8d098fd961d7f3590cfcfb0f27a7e5cae1176e486238a73d91494ed7501
MD5 2dd86c22f526a6fb225610a6ecdfc9a0
BLAKE2b-256 48e5928b484d0f3879c3ed821b4e2ca4903333dbcdb5c72ebb0aa32f67eeebfa

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.6.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 913a1e4668cf56182aaa834783c29c9c13c717ee93c6039f2b840b6ce0f265d8
MD5 71610f57e51200cf1b93182406254c8e
BLAKE2b-256 45ba401d76f3c401633f7248f609c08607f7329598a8b88ee4a4d7690c6403f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.6.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.6.1-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 3e6c2980d0f2ae385e4fe9114e79723d64f85c53c4e49ff57231b1050bcf2c7c
MD5 c8a7a8c3a54c913244c496d225c2d126
BLAKE2b-256 392b2a8d44694b8c12ebea369a8e4e97f0e935255daed450c16febf554ec39f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.6.1-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.6.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 21fd14fe82eaab8f7c2514fca3439f49c72061978615c364997912cf38572a18
MD5 01611f548fb26d3f2029def3aa38d6a5
BLAKE2b-256 7d8f81e515666dbbea13876960f58f03341c1a44ddf1dd80d8d179233bda81a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.6.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp314-cp314t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 4e34682706745f6eb347f6df9e59fc31d5c68666bb6f4257631872f4ffbd4bb1
MD5 294739b2b6509fb05212489e2b1ef236
BLAKE2b-256 97bc3a38cd16e8e2f7ecfe8a854f46e885d59ce92a43f27a6b5f5f154139f856

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 ae7162d863b73ff62f06e12185f62d57a0296da800523932ac62886950a72f85
MD5 8c3f4f0a23117ced8a74d3fa5125ac21
BLAKE2b-256 a9e7e5c6b89cb584a12180a8803a18173ad74c908dd26773bdee181ca5448bd8

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 5bfb220a525fa130864b3eb6ebc9f44002d6fec74df82d9366f9dafc89513c20
MD5 edc5bc5c5bd1a5d58c68f8e56d14000f
BLAKE2b-256 c847cbf8baca239233854cf6e5843c9320a3733169f84e0d9cc743961f7c64d3

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

  • Download URL: freeze_core-0.6.1-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.6.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 a823721f8b07de0700feef2342ad45f685c044193e480c81d483ab6f8b911d89
MD5 8873b6074fd343c7fae2fbd6599116d8
BLAKE2b-256 86b65e403caca71a4eefd5e0040b0e11c368f8232a2d8d77655fe5b303f2e24b

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7586d30f1abd2b5aebf6e88ca6262f360dbbd249908e6bfc33534d1ac8438627
MD5 f858e99e4cc97f3455fc93ff2562a8b5
BLAKE2b-256 5b42c2dc5f65570d820d3cdd56e94ea3bbd076bed5725388044949ff7156ca9e

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c050f70064085acf1a7c29e51ae15b42bf6741c1d71656c1ea49fca0fdded0e7
MD5 ff2400f12ea66c6f2051a80f62aaa171
BLAKE2b-256 68b4b5e23ffc272f4019fa53024d948ab411d37a819f8f2e2bd6d706a0085fbd

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.6.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 2055268857aabcb9f0e7e951f1dffc236830348fd7307a0dd0f92122c91ff8b9
MD5 7950aaaaeaf577739bd21827b01a25b2
BLAKE2b-256 1ec19ab83a25b10ed0c96c12872a4ac9f5ea18dccc1bc4efdf1c993f11c78aa4

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.6.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.6.1-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 7e72b5232308369cf20ee8f4519daab7458ca00a93b310922f867effc57762fa
MD5 e5f08f5c3323e54afcf149c392d45250
BLAKE2b-256 4c6cf93ce336753c20c72bfad502ef35a02693fc84e9362f36656d5d10794ccb

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.6.1-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.6.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 074d26fb9c3d4da2a5dc93a70d3353456316b4dea2055bad98bf4e45e79899e9
MD5 3afbfb550cf0929c635acbac473a61a5
BLAKE2b-256 27ed1bee3f566fb49141ac99d57c746f7b227f80caadba9379638d6d2730c6bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.6.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 bcc743c9d1050f676eed05c821b02030f8e50bf35d38619a40627a5ce8a64f4e
MD5 fa04a7bea07f5fe983bd48743c640619
BLAKE2b-256 a6654b696f5da094a1c4e5ec6e91db35f622ef0ef01a2f84a200edfca017f6c6

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 d2d51ecb6e4e646ba5fae75bd36b036f6bf9b483cb702b38922b4598f2ba9fa6
MD5 64597a8d3e6f404dd7327d1381e2f8cc
BLAKE2b-256 1ccdd61be69c18714df94f2675d6f1672c8887580917af933d1adf5085863a3a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 ca65c4d3c5191da679653f35151671d84418713343c3b20563b658533e625f33
MD5 592f4dd7176b08ad13caa1111893e7b5
BLAKE2b-256 bbfc53ac506d27b3f8405d7e15d4c933bc98ed0e95f7ee0cd1195f14984235b7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: freeze_core-0.6.1-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.6.1-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 19b1f39e3b27aae437f08ad2429f1ef276f4839576e1c6cc242456c426c1239a
MD5 98444085172d81842e443e2ed1b1a767
BLAKE2b-256 b170f3c841b39b656a4ff5f5a3fca0f9f66244b4287e5e2b33821a49c4754444

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 079c4ffc500212382d3a131fd2e691e8103b2cdaca40f6fcff475e35cef86cd8
MD5 25de91bf28bf4d0dd4b799329ba6ba48
BLAKE2b-256 819feee6af62cfd3dc04e41e5dd0efa31af1169b4085d22268ab37d3eef5e6ab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ddcf1f706f887fb39d181a2a2709a3b6c75ba3f86d8fcdfa49b81f9ed159ecc0
MD5 bd8f59abc3aa4eaa1c3c31a4e8596b33
BLAKE2b-256 cd16f4684100964f525ea249bb6eabe1f81ad28cde3f4997253fb90dff6bfa65

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 ccd31f02d3f5b4492bb647859939a906f0c1b3615101a935beae75c81a3eafe6
MD5 3ae46384708467cc115514c3c58592dd
BLAKE2b-256 f6a1596c8975cb32b5b0caf398ae4f3038c926f161248e74b06b35df6e205411

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 d6a44251d55f9fc1d4b20486e3a73c1d8bd13cd7998eca5c87622e22a3f0f258
MD5 fa6064a242b5734910d64280af1a7b0f
BLAKE2b-256 8cd78788d8ab58bb416509d22ecf5af53320f6d387c345667f3648e644b5da81

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 fb37cadba23e8e6c16622aa6ddf630dbf27e06739fb7c8cc2532f50c3a48563a
MD5 7a7a1aa6e4910bcb91d008ab88126014
BLAKE2b-256 aced4bbbca0fd2e6f08de0f65c2b3b9baca965918184d301356cdd87f78579d0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp313-cp313t-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 134f3811dd21ea86cff52ad94f4c241405aa51e74fac9fba4a15d6ea9c886ed8
MD5 3fdd7d20f03af8935a901c8379cd1a65
BLAKE2b-256 35b436cb2e7bce3f0e59a79a04ef882e447814f298a10d547d74ee23aab42a12

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 54d8a89df1bd34dc10f7f5d95d9d4c326652a7a83ebfc06d2bfe0415580c6fec
MD5 673a06a7975a61f3c14bfe5b57842547
BLAKE2b-256 f9c0e6bcd8a498d6da0dd6e0d6ce90a959c01713f05bb5266f8e18402f3e147a

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b3e1e4940c459a72ab6b3151ac9ad4a692550980ef1deb11b760e49e65e6cd9b
MD5 29175215ffdaac22d4ff2c69dc3909c3
BLAKE2b-256 a5d8507e0cd19075647633534e7419b7421391e098a547e8c031262d6b295d7a

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

  • Download URL: freeze_core-0.6.1-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.6.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 06d16f47c4c218c90514d915f3dda161ed6dcd7dcb9ad147db51e7b057eb27ee
MD5 e40f23d52124a39b7d9d3cc7ea003e92
BLAKE2b-256 6b23d4bf1e22f6382fa6cb5e709c4603300dacd1ce60be9621994369016f41da

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ac1ca1897e08aab3e377d513f87724ccf1649f0c71c3aad4ff3ee640577b34d4
MD5 9dd897c1658a24a6ec7e6fe4decd747e
BLAKE2b-256 94eb3c46d6a3cf4025d98a5da7b117378706fa8d3f633ba67dbf292096238fbd

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b544c6ea15b65364a87c22566c06e9f11ac2ee861f3d4d7ff7fc9679287e7954
MD5 50ac7b61764312c48313505c22acd424
BLAKE2b-256 e45a528264c753a06712e72989c2ea4885bdce6b88911e8c6c0b97525e5676b9

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.6.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 f5d27a6e6adeb544880e60c13432ae346abd5be8fd843b663e867e168826c524
MD5 16e17e264d6ad1b1324ccef6fe427570
BLAKE2b-256 089ef904bc4aa1eb81e3096334cba65ae95bab3074be9249d32d0a48a22d886a

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.6.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.6.1-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 4baa5ea7ba5e802de724ac9cf2a42a4888e8f5510ecca944a9005cf223ec6d63
MD5 b47bd6f844f31ca270881d1730a23b8e
BLAKE2b-256 16adffe4aa9938b498bbf7968575c221e7fc859df890a0845c982852bec3b4f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.6.1-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.6.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 e612bab462ae284cf277f210f5635951309ec360c1aa3f71010512005511d099
MD5 3e5bcb63943003bc7c3e95a5a881ee79
BLAKE2b-256 460067ad22616aae4ff97b372376958392815878697128895404e614df7d083f

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.6.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 fa2a186ca05672160e20f4a566090b35c47fd8d542922011f16a341c240ed5e4
MD5 1780c503f07c39af6f3b177a6d1c7cc9
BLAKE2b-256 89fa3888afe1e2571642e9cc2cc4388decc3c3648ed6aca2bd61e6ce3abb031b

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 4379f1145d329a2232435cef7f8ea3342aa5e24dfe2db003a3df18751ab02627
MD5 e0e18b94c59e8e6e7f947ce62fc588b5
BLAKE2b-256 9e38eae012527a2483c82cb534208747ae757a9bee681c1b38581c1b32188e0b

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1c95b6d5e7b490582d81fad84bc54e6144dc581ff9f36e10f2c221373ac9e1ca
MD5 fe8e863cdc2627d1e428aeb1a7b498ce
BLAKE2b-256 afedd40cfb105d0fb8d550be9bcecf6c322d1bd1bc90f8e1925d25b8d7f7b718

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

  • Download URL: freeze_core-0.6.1-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.6.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 58b237d75fc88051c99e7a6201068a118b20df4f72a1375cdb7aa3ca728c2d00
MD5 a17c49072d79df93ff4667b4c43a74f1
BLAKE2b-256 7d39a370542fe43cee7628a9fa20a37ec3c5087caba0a8c70efea2aa33767470

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 be128cb726c62c806a77c32855a9706c24b4fbfc018b6f0a0b0268fabdd4cfca
MD5 66a41d4d736d7fcf9a64324b0b40022d
BLAKE2b-256 98c0a39275833cc12094f008a1b80fe23035f43d5e597e9cfffdf27fb6ed7cfc

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 665b7dabd8be0566122bd311b0a6c90813eb6c21b8c1e8006c092186aff858ec
MD5 97947d61134f3163b3abb733809f565e
BLAKE2b-256 92832d74f2b8c997d43a28f7a3e1d23ad12444772996b151533d66d58fcf39ee

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.6.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 26caca8bab204d9b1f9dff35560e1bd403ddaedb0b6f4215eacc0550ed7fb59d
MD5 73d5aafee9654f5a530572b42d7efe70
BLAKE2b-256 d56b228bc53a455177243343da18e91d54e0861d3ab38f5b15fc6cd78e22fbd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.6.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.6.1-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 71b249ce8bd393a75a47e87c2705e45dd5ff6ab12af1a663f78e1c29d48a96c6
MD5 91ea74aaf78d96a9c7524deb05ff4d56
BLAKE2b-256 af37afb2882a73b27d60e2d66ae626f50c3141bdfbafe1ce9d7cfdef87bea51a

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.6.1-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.6.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 12f838b25d21eac6f1cc254e9325daa3949da0bb06ad28aa9a4ea26b88b8eaa9
MD5 a54e4ea621384e89fcf7fd3902eed521
BLAKE2b-256 e60070c2afcd6b58444633e3cbad0c7c08cdf3192688bce76371d6ae2cac797e

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.6.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 3dd8adf9d6acb4c44785f3f3e317f3ba8a494bda7c14e24da096602bb687dc29
MD5 f436d9ff56ef11da011b96cf5f777108
BLAKE2b-256 f8c96c1f389673e9bd6c202545c6173359a80df9a7b10fdd10de7c585c5ba776

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 0c683acd149c9f22d0574880f64b225e07b430612fd98dbad7e1d3f2261ab30d
MD5 f2943295a6d9f42105f5e646999d2432
BLAKE2b-256 d1b13edfc6a041f00b1196f82d2e448b4a5d9812200735ee45b22eee6992f92e

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3848872c2113ed2c636dfd0da2c917d58d150dfc44d56d43ec3f10b8f9da2fb9
MD5 fbba58a3fa12b4a63835f848f2c15b35
BLAKE2b-256 e78a2bb2a270c002ef6d8664ec4c86b93edac2090d76d29024281a0bd0eb808e

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

  • Download URL: freeze_core-0.6.1-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.6.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ffdbff036c06612e7bcc47d9f83d34717099611986e07637c39f01ab1c28ca18
MD5 d4dfc573b5027253c20e3b2c7d02235a
BLAKE2b-256 0ea29fd11acd2fa4165e8fae28127bb151f6ed2eabb77f71ea7eb23d3682cd1d

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cd74353a0c1cdcf3497072b3f06884ac9c9a3966f20f43a3be665e53c5abdbe1
MD5 717d9b53472f111baaa5a7fb33dd4a0d
BLAKE2b-256 4aae1404152c30cdfb875f22aac79520cfca6b24a9c82b3fa33a7421b68bc613

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1e5a83273ea3f1ba5675bbc90e8ef6fb9c84b4c704ecb99fc00aa72ac609051f
MD5 5603df874f8c8183c0f9fd86d16592e2
BLAKE2b-256 3f0c8714789acfb25b17ab07702d59e8e51bdf976115375e4a5d2e80ab57da8d

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.6.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 6c699bd210e438d176793d78a13f8eebceb7a5c046cf319ec67d37f3ade8ee19
MD5 b73a90b5adbdc490bb0ab70d62358e1a
BLAKE2b-256 5c58850fde95631a7eae5760e479a7b71f15075a61571fd9b43bbaacf61d6f82

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.6.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.6.1-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 75ae95e29440970115c6467fddd56ff0349ef7c0d633c22118c14fc6a7a09824
MD5 cac959d5c0d0bf91e6dd6dc3d1aeb817
BLAKE2b-256 6b9d77df6e46d5e1edaac516e93e76afde7bc2cfb5a574e5bcce0e185ece63e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.6.1-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.6.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 38a125a88437585c2c119beb9f4dacb2f4d43bcd636dc126bf198a1a5271224d
MD5 d794399ce9695d2144368d3d00152129
BLAKE2b-256 3dc91d684c1b4f43668685091cd6955a2bb3bbd41c29dedb4cfd1cbc0d867baa

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.6.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5512d1430e445d5511900c07cca35d2ccb1ab109b9a0e7117a163cc5d10bc8fb
MD5 900d512bfeb4d5bd687f3b32b6a86de3
BLAKE2b-256 94fcdef98ebab5c7cdc685328da2e5e4b18905d552c3d9a307bc9530fe0b4e4f

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 74a93871bc08104ab6c382cc70bc96ac15a16e62ddf13f28721616e87857c948
MD5 2c51769f71de9ba66fed6dd10ca4cee1
BLAKE2b-256 58e92177778112cd0348d9ec428a7846b2701983f80b05ee4fb160224d49d03a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: freeze_core-0.6.1-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.6.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2e80cc5c2cfd52baeff9ce2d3cdee549cae594d242d5c88ffe6bc99986e50f11
MD5 be15ae62d5d4db0c98a87f1b03ea1a26
BLAKE2b-256 81766a338b912cb68bdeefa77a0cd6c2c87f61847d8bcd7db6817727dc1472e1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 cf262d8907385ae6cafeca054b9c05cdb360e1646a0fb67248bf614296cd3c07
MD5 83d8ee741b469e6fd65d1801e6b98ea4
BLAKE2b-256 5d66409c2927679582fb02e0c268e0f95ce9848a3420c4c5455ab1ca068d457f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.6.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 52f31c454c3a9a063ab1ea49fa2ceca22b2046a3cae838b0753cd99589edb484
MD5 9c28e382b1099e67c179375dc3f6cef0
BLAKE2b-256 fc14afc9938f895468c868b4c0eae8bfaa876f8f1389928f0fdf00526f44160e

See more details on using hashes here.

Provenance

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