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

Uploaded Source

Built Distributions

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

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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

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

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

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

freeze_core-0.6.0-cp314-cp314-macosx_10_15_universal2.whl (22.4 MB view details)

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

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

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.13tWindows x86

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

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

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

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

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

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

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

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

freeze_core-0.6.0-cp311-cp311-musllinux_1_2_x86_64.whl (14.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

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

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

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

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

File details

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

File metadata

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

File hashes

Hashes for freeze_core-0.6.0.tar.gz
Algorithm Hash digest
SHA256 46008c27e0e44bd97e283f2fb21df5190c555ff8dd2b008e6205f03f87f8c2c4
MD5 73173a352621f4e4bde91e39ffda58f4
BLAKE2b-256 c12712ff3e20e1f4fb66a4e8b00cbbbeab5aa96207f80f7a8f4af06ab13e960a

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 5ba6cf9cc7c19ca416d8a8c052b9f2faa120a97295762f949526fc974153a1fb
MD5 df7ef7cd8129ff90a4b30599bb2ea425
BLAKE2b-256 d1ceed6650f07c73bd39cbe20f1eea34cbb5aaf6ea246aea1c930bf1585f3540

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 372f817e850bf5689915aec68457170527380ec0a23c3fa929f5f68407cb7eda
MD5 18d788ac969ab9e253addc131270f20e
BLAKE2b-256 aad5a04a06c54433a86492e54a70fcd94f8b1f5642bab86197ee2098fd791972

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

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

File hashes

Hashes for freeze_core-0.6.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 fe7084aafade2baacac36bbd50dd9053b8c695aa84e08df0a66a8ac9b213582c
MD5 d92d45c5e062f0668e792b8df7587274
BLAKE2b-256 d3574cc25de5bf4d823d1b1c53492f3e197f6119be39d2fadf20b37afcac7dbf

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b2f83fbd3c7a019590e7b8530fc3a7a2c5ef73a54f33efabfc0398c37c935511
MD5 d296b6b24693e0587dfb677fa38f9b35
BLAKE2b-256 775ed9851bdc10a3fe8ee3ee9907c83abcf09c62e2afd709e4591ff5becbaac7

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 23fd7dd5a3b565d7f308c6f6a79689640ac9280378c2feefe7be1783c1a13dd5
MD5 3b01b5ee1e29920a34cc97b8a514076f
BLAKE2b-256 a9c76b1fcb698e8f4c0e751781cc1d2060edf013d132415d52e5574a4959170b

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2ca075fd06b7388b736ae768343d5c1e22e4209256b16fe20deee2b29a772c4b
MD5 21079a4feb63c227c448963dd35f1612
BLAKE2b-256 e87eaf12d59ac0a2691cde3194f25ca8f5e096873e1c51589d40e1bc284e38e8

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp314-cp314t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 ba47dbba3017e2a2ee27de01bda9b29d0ec149ae6817f86d0ec5641590ed6d47
MD5 82d24f4953986d8b8bb616588c2d5ee6
BLAKE2b-256 b279e259573f92e326459d134e0255ec043e80df60dcc8a37611f90a929c3d44

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2d1363bad9584ba193a19608f461ba9ab3dbbe677350a29150b2918038b1a083
MD5 ab0b8dafd168b277b50fba93ede3cf61
BLAKE2b-256 db2bed9ef08433820de3dcb1f36598a762f1413e3cc9954229e33f6b89526bc0

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp314-cp314t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 0849f808d08a62ed11ed418d49aee7de7ca4633e0e2d310959adc53789d54e45
MD5 dccece47da62e2f513f333233933583a
BLAKE2b-256 4b0fba62a3c9a61b1b725e4a0f7afd4750f9dec0c9e7b2da0c88ddbb1e842c88

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 91c108a0ffa984dc1d6dcfe856d58d653067d9667627d61201328bd684b962b1
MD5 18f976a957b7b9e764b9349e92fda26a
BLAKE2b-256 4c34c2eae98dc6495105671b8e6275489e582a72066d14b48faff3d86f0567e6

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 690ba7bdf395ce3a10bf51f7cc154e4fd3015705f84f06351c0207788c4fbbbb
MD5 023456aa83d194ef546dbb7c44230dc3
BLAKE2b-256 500b7aed09774f13a09520fc9b68585af95571c5c9c409e8441b470c19b44e47

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

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

File hashes

Hashes for freeze_core-0.6.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 b32afd9731ed243cc715a4b5da47b7d34db451e523c2eba56632c59563ce1fda
MD5 e440b4a834638e26f7822bb970614aef
BLAKE2b-256 77abc05368cfb500f1dce1f9f4cceae5ead35a08713b830495e6179f16cc22e3

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 42362c21a9d641565cabbe0f3c30e24b1d7176b09f14be59f03c80f7a35738b2
MD5 604c9229a46b4cac1e4892bd12238078
BLAKE2b-256 afb9eb78446b16b755d2575be9d33d7c6a0210d332b90ff9d4e8a2ccef2b6f71

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f9f78415a9e3b36dafdb1418c09734ec2dbc390fcb70a821ef25369fc8e1ab41
MD5 62883a8895e5e68703d75426e03ee09d
BLAKE2b-256 1e91c8be8ee90508fc03b96d3fe655d9b33278156b63da6a9d9d94182897826e

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0a5ceeba306023dff2903ff2c8c0e13e7dd4118daf8e5c90773252da4148e0ca
MD5 b01cbb751032d2a9bbccdbf4cd2dd26d
BLAKE2b-256 478849dfd290cbd86a56396b46b108faad8ab643d04d77df4117b3cc0fa1eda4

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp314-cp314-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 de3f9b0ba6e2022a2a6bd47ec2e3af06740c2fd62924c217d688ca0bd9d99c5a
MD5 6a9af7b6cb9138139666900e1b06bcbd
BLAKE2b-256 a6f7efe107295d52e690180529ac946819f6034d941da47f48c30d998faa8969

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dda35ed64cd9693162d8524c1b1d31370e8ce80257e0a26e09d0bfbc068949ad
MD5 2f9782f6d5acef3c0b823de8304d8a0e
BLAKE2b-256 9828863a0cf6ac60a9d90061322a4ff026552f8f07cafc612fd81faf6101014f

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 c21c73410991507d5a4f639e9f8403c99c1386914e3ff78a891db361cdc72f4b
MD5 0b38efd1ee769b78a767cce3aa6cccc3
BLAKE2b-256 ac34fdf819232b181efde96c772cc155715c57f78754812a8e55f7c15db4271c

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 8dbd0aaa842c2e836792ba75e76e29f52e6cf8870ebc81e411ba75f03bf59df7
MD5 0e285c0484ecb1f38e8fbf3d9e961c6e
BLAKE2b-256 921e292abf8094882f10d81f744ef8277101998bab57822720228ba1f325cb79

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 cdf4dd0825b10e781fa8d8675568f2b04b2a930dd21e73380a196754e123bdff
MD5 c90c82e19bf23aca584d7ef24502be06
BLAKE2b-256 67ce1ef9a2858aa9fb82ab9d353058d5bc84e3552b9d7ac41f570d5425cae42b

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

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

File hashes

Hashes for freeze_core-0.6.0-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 243406eca5ddf22a29cb6bf860217f9cbf5db1b6bdbed6957a441ca877d28bd6
MD5 e3fe452133efb42b6a75662fa3c155bd
BLAKE2b-256 d4d92ab12f5a4f7336730b44e95402e4d650313ad18b90dea407521ed25506a2

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9530eb7742f032197a15fc4a50cc12ec17619bdecf1f68c0ef0523e75d251b9a
MD5 6d8fbddf85f635ca81c44646d6915406
BLAKE2b-256 2168ea9965be3263410f3727ae315082ac2a43042098dc69b813d314034fd86d

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 372c9cb7086b9a7a5067fee99ee4787587de021281db33f1ee2789ac8f3ddf44
MD5 b99d01d5fb0dca64d10c4004ab5dc321
BLAKE2b-256 c7159a31b0af398f15c4be7355f7193be27da3330b58250f4e8c3d32a78f31c3

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp313-cp313t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9c05e65ab86bf2219d7756f3862f5bf9bdee74df7081c3f6e4ffbadaec45b128
MD5 46b9f3e89051d5856a1326c89b0ccd9b
BLAKE2b-256 ef707bce90b0df9a1cc68c8d7cc2a026027c5a051fcb06d5feeaa74fcd80c7e5

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp313-cp313t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 71b6459b856fc4551d39e3e9b65e9ebaa263586cbad4644709826b103bbb0e3e
MD5 babe5c618353980d855420e5345ca706
BLAKE2b-256 8da3ea43589ead103716157f1b18d3866d4b247be7d1b3d7dce7d39c5c088b26

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 266691389aa3b96f76c78ee6f3fd426ed1280837084f6bcbbf8bcdbf25316851
MD5 2aa4512512d32d9ccce002c2c3cde6ac
BLAKE2b-256 bee2f3a0cb6335af7e21bb38cf5f15d862c24a3979c27ebeb71a059f14c536f4

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp313-cp313t-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 d19a1e32fbf2de503011ec88f54bf2da72e547a7e3c41d73a9dfea624add8df2
MD5 628610559004a4a713bf0f1ef7c9daff
BLAKE2b-256 2957c234a54a7ef6a4609f99737a166a0293c3d8b13931047b0e1aef76486e08

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 0beb01dbb64ba94aeaa0fb00d466dfcbfefa5c3f3afbaee06ab5d11a23c916fd
MD5 e1e7039c8b371b9c58948b7dc3301f00
BLAKE2b-256 e52731566ba1455f38ef91d8c7cbf071b1c2176f36be0928acc9b6f2174c7f27

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0a8203bd1a7610e7aaefe47e947b7f38dc58f09d64894a19122f52f228d74dae
MD5 fca0fe0cda6af3f42347b988d26818b7
BLAKE2b-256 a8e2032774d72e2e28a033eec9d79a70b183375f08544e0dab38e87014923b14

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

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

File hashes

Hashes for freeze_core-0.6.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 f8cd550bcd8531e986dcdc6f105705882a5b9cd22dba7e724dd58d0844231b9a
MD5 d22f792d07bffa50f8a908f2e8033570
BLAKE2b-256 f01a6d84c2a63b73bafebebcc52cfd99f3b012dd329f613b133a892ff8f23c5c

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a67b5d9c47209651b417eea3e0a5ea73a37ac011c20424ce4decd82c5252a1bf
MD5 8f4e3d2d79a88f857e1412018927e680
BLAKE2b-256 f27cd46fbe26fcfac2e727e59c715ed48d5d27845cd18b46f3ada7016fd55e0b

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a7decda0e71370a7f5271aabad4d31dce0eb013e17a3ed895cf867dec3fad1d2
MD5 b779a7bf5fd178344b1441222f8584fd
BLAKE2b-256 cd3081ad0bb4a43deea777b570231c3f7a9ae83a6e46afece54ac42057f4e210

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cd12382f42d3293bf690faf881a52ec838b7fa33366908a30ff6901ca0aa5217
MD5 04516678e4f42200fd77aec2f08fb5c1
BLAKE2b-256 da4ee64a63c7ab70505ba07cf74f19f86fe659944896635da5e84104fcf91671

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp313-cp313-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 a04dd2bd276b99059afec577371fed3fcb259abd2181e442662fb4e2114c29a2
MD5 0426dc9ab16c7affeec43a7b5eb5e56e
BLAKE2b-256 069a5aeb5d6dcd979b2504cf22957b5c2dafc5032c048d160caaa7ba83773931

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1b0fa69e10d44dd618de61920071d3b19a6b72f0f63414f39bc55d2a2a6050e2
MD5 44c7de7f72d0b0aa6f1de5f49cf7978b
BLAKE2b-256 dfcf11a75f79ba3d55002cdec75682cf68e4f22281119ae6254b580c99f7cc1c

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 3ef7416fc7f4a6f664d5544eb2d6af2b85b9797b3aa5fc62a1934413faa48a0e
MD5 26a75b097d94d708c68da2913ffa0a62
BLAKE2b-256 f453cfee2eab20a5fa3118d56ae3e3074456214ca18a1675ed4c8bcfaae52978

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 3607538ab2d49da42ef5ce28607e81b162ec6123346b843289a81427c91d1c20
MD5 8992556e49d26e31598151e81ef73861
BLAKE2b-256 0e47b934bb61d3afea25b77df29ff174b5e1830be79d4e4187c6732bbe7536b9

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 24e08cc061ea0afdb6ce246b9913b07ad4e5b82d317fe315ee2f94b3473e9c74
MD5 e297f6a895386c342d67224041261d35
BLAKE2b-256 58de8ab782c3afa6545eb8c0ff1c797c6205d251c1a2d691c50576ddc847d2db

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

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

File hashes

Hashes for freeze_core-0.6.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 691b11f76845bf4a4034001f4237a4626c7dffce4e822ea00fabc6377cf8cc52
MD5 d1c9926c41e0d3ed9c475f27371514aa
BLAKE2b-256 252e3d6bafb1b72a161282fbd15051ab29a9cc97df1c188175014900bc88ef73

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 08b439e3b0d9361267ba6c426e19c3dd7946eae7c173785242dcf1fd74554a03
MD5 94b541cd4e4b0ce94f6e4f5b609a8a8f
BLAKE2b-256 51327686b268d7abf6955723981b065c10ff5add1db65fcb8554638932d020b6

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2867f6dd9369dd4bec9481a80bbe96f3b8f6940ca66c8a62cd4378e67e801093
MD5 203cc58457af5954ae03ccf9ac60b9f5
BLAKE2b-256 d8c6b6c35d1f42eb41b4d4aa589caad0e19e1ba14d0d3e4a0f4bb630cf0392b1

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b4dab0ca7a14a05b81942c74d79e2c88882388a98e8d22115175cc29b5bf9efb
MD5 d2815551e1493389238cbe5ea999ca8a
BLAKE2b-256 711d67e2d98491bab6135964c0a03dd8584c54635e0e49b1bcb01772f936c6cd

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp312-cp312-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 212adaf4c1051cbbdc059223971abe65fdac499638b70a898766dfacf5393e4e
MD5 e4ea22063f24ee8465a6fc07edd9c2a8
BLAKE2b-256 5deedeff196fa8a80224ce0c94de3dce166e8e6ecb9ed7b60e45053deb323816

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d22157ef71c7e967ad4e58954e715fa9d8d92a9cb2fed222b4b72176c8512562
MD5 2db32f50d8b5151a3da79025a6d05993
BLAKE2b-256 1ffc1f61d3b10de6a4745bd9a4d7684d2d28e1951c790196dfd5286607df2535

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 2efa7576d63874506a5c0876fc262787781ef177e7db9328e675e9f3709a5b71
MD5 995fba995d010aa456c62af15815c5a1
BLAKE2b-256 0bd4667cf39b197274498eba06716a5384042e3903def3ccb5c402f133231f97

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 d36bb2238d031269a6b4a25d15c78dec35665086218bd8f3768947c3f26f9f34
MD5 abad863a551eecbc1d7d5ec650db31b6
BLAKE2b-256 9d3f25ea6215057c5b9548931ddb0be56e7e17e863665c668b3d720a7f375027

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 30951db9472c11b84cd35f4aea976e178311776318afef31c1cfb9c53c206371
MD5 100ee4e52c305bedf543de8e9acde399
BLAKE2b-256 2ba9546d11b96da91c096283b625b35cf97bdc5ab10d809a5eece4f7bfba2abc

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

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

File hashes

Hashes for freeze_core-0.6.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 88b304972b990f068b14c774ae7e6af9892f0e013c75eb1990b52116f23a0a58
MD5 ba0f86158090b864fa430afef0e7efd9
BLAKE2b-256 4eef89b69188eba14e627ae511777d48d1cb65795fb948b0861b776ce2f6b7e8

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c0ced843f46dbd06fe771f5bc131f20f89c8b16e5f451fbd63b4302fd1d94fb1
MD5 c4f01753f4a8a196993ff6104db486e7
BLAKE2b-256 98d342e96dedc250927527e486fa01b5cef9d6166ad7c0493ca309e470ad779d

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f099bf5f67b5a3c704c47a4e05039658ea3be321ffc5050823f6ad84456272d1
MD5 429e102440b0216676b9738b023e82f7
BLAKE2b-256 a3af57f78d97169962aa8b770c0ad6041d9ef28b776527516743df3321655d73

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c5e4a1a6c68bd4d640bdee1f1e180be2f61f3d189045d6a07dc454abfbe81d6f
MD5 524a9c272cde7dd975ffb8d98c1416f7
BLAKE2b-256 554e945da1901ddbd5a89d53aa2c0b9fee2440eec4a0812a08de324055ac714e

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp311-cp311-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 3f4f8a04ae1904364d028ce751113bedfa2ea4a2fffff67b5007eab34d7789ca
MD5 519e922d5ce498a42d7bdaa7a741fb41
BLAKE2b-256 0a7cf1c16b5f84e6cedccf4c86e45c56667b9feb7c817f53a8f4ca7db52fcc49

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 97b467a5bab5d3bcdeebc307aa31f8b6933691676b9aa97a5515d591f2af6d29
MD5 4f1845c42959c56e6eea2d71d9c8cc34
BLAKE2b-256 8310cc49e37c455b106f558f94d75d1d8193fca2999b098253ac0bb3a45bb708

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6b4a71dfc4e24440dba849630f97de4be3bd087a270a61802586542f82ae0118
MD5 2f1ecfbffd32bf59d95a1a3f5b88cb6d
BLAKE2b-256 6504031019dff3e3b1ef58c73d32c40e7ed17db92888cf99d3a8545fd41f8020

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 aeb9376a9e28f54fce1b40d2d1f25751560e0b909efd8bcb3beaf50658e03757
MD5 efb2850c70bb6cabcc26110aa9afe87f
BLAKE2b-256 9686a6b4737dcf921a100f7b3517762cd0fca577704147185fe75bcb5fbc7e45

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

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

File hashes

Hashes for freeze_core-0.6.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3c86b15a48c337a96fd6a92bfd77455cbb31dfad95d0b8bc0bb5cfdcb3924f39
MD5 c5065a822c52c59c4c40bf21c4bf66eb
BLAKE2b-256 376a1d1ab59055a59bfb05292e49870aeaacc1c50f4d602eed1c00c1f14c771e

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6b5b1c455f6e5baa6257082a30ffb72ef3ee97e13b841f353d991aaef780ba9c
MD5 dacb24687f75952ffd9885d52592bfa1
BLAKE2b-256 fa91f7644bef85a221700af5853d12903522b9a4531127d866bf064b8bc33bfd

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.6.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e98254d926402a8bfa147b88f5fcf194b27117933cd27937400864a538a4c3b5
MD5 7961f5716dcd6a7dff4bc3b97ec416e1
BLAKE2b-256 c252251092ded87c53042371ad4c9f1883a152fa34de4b110d7055d99edefe29

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

Supported by

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