Skip to main content

Core dependency for cx_Freeze

Project description

freeze-core

Core dependency for cx_Freeze.

PyPI version PyPi Downloads Conda Version Conda Downloads Python Coverage Ruff

Installation

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

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

uv pip install --upgrade freeze-core

If using pip:

pip install --upgrade freeze-core

From the conda-forge channel:

conda install conda-forge::freeze-core

To install the latest development build:

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

If using pip:

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

Development

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

The source code can be found on Github.

You can use git to clone the repository:

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

If you don't have make installed, run:

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

Building redistributable binary wheels

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

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

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

make wheel

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

See also:

Changelog

Documentation.

Discussion.

License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

freeze_core-0.3.0-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.3.0-cp314-cp314t-musllinux_1_2_aarch64.whl (14.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

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

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

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

freeze_core-0.3.0-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.3.0-cp314-cp314-musllinux_1_2_aarch64.whl (13.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

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

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

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.13tWindows x86

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.13tmanylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

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

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

freeze_core-0.3.0-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.3.0-cp312-cp312-musllinux_1_2_aarch64.whl (15.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

freeze_core-0.3.0-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.3.0-cp311-cp311-musllinux_1_2_aarch64.whl (14.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

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

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

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

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

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

File details

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

File metadata

  • Download URL: freeze_core-0.3.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.3.0.tar.gz
Algorithm Hash digest
SHA256 2c8d54000c611b837dc5963eca8561c24fa8a2d67516380312be4e8509ceca86
MD5 2eb3aee0fef2b24b5812fb6c91c752c3
BLAKE2b-256 d7b0fd9a3a98361ab67f4f7b3c3f76855d9229f182526d28890e964463c2ee45

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 a3bf6c529f970312f8f4c9b6d2a9e173b17413d532446b4bef0609c7433bbf77
MD5 69723f5691549bd262e05af68f34e6d0
BLAKE2b-256 3dff79c5553ba3e3f3c3ff0a53afdf5404608b133019591b3f22e2d481ed70ff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 d653c219d605336948af2347ab565cd0833003572870bcb32d61e049867bc923
MD5 c07a4ad3c5fa5b2385cb1fd55d9454ac
BLAKE2b-256 b5ae8781f133a1a5f7c9af3f7d7fa6f5e657b6f2f217696b49d7212fbd6163a4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: freeze_core-0.3.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.3.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 17ee6db2b03019eed7118e7e5c539a2384b4a130d55c65454f5335bc2280ace1
MD5 b0f5a92a7d144cb8a69fbce0815870c3
BLAKE2b-256 450e58764b9fa6a97a1360d5fad2595ebd1c6fe64cda8b470d683e75b6d0d6f2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b6d86877b9c7f822dae1a8f2a51b859f6bf461550ba8d64bf7b687b73eaff48a
MD5 eccd94f5838d88112f7cba6a455ad153
BLAKE2b-256 b1fd923862681fa8897e1031ea683702d245f3d7310bd880314a7c261b7a4dfb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 63b50a57f9cba77d5f9fcda5231540abfeedd61b6ee5fe8293735681e5eeb55d
MD5 3b920e1857d31c4967a096fd7a15701f
BLAKE2b-256 cc5c65576c227be96880509e4359c4399cc188e1058c444cd198c6a37aa7ed30

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 eaf80ae7212c3199e359e92898753ba34100a12f89a04684d794da69854c757a
MD5 717eb0d07bac478d78a49dd2e62a422d
BLAKE2b-256 54275a1933cfbdb6ad8a6544cbff71109cfabcf5e509f19e15bfd7941cd6a770

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.3.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.3.0-cp314-cp314t-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp314-cp314t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 2912b011a5f8eb757fc7413d184c5046f65a6461f20c4333d9c06c7d1385b57c
MD5 0a6c4713d28c43f8abfe768483e513cd
BLAKE2b-256 2f709409e038148073f96f6913620bc4b7385dce7fccd1f3ca1bf833aeae094c

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.3.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.3.0-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eecd2accf6d2f9f5dad074160c3cd4fd71ccaed8b8f6806277a2f5716e98575d
MD5 cbfced20bc3d307913906b8b866d3974
BLAKE2b-256 903cd84842d943c53f4811aa8e6711de42b061e976a693be751254278b95eebd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp314-cp314t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 c1b56fb86bbb132c9cb2fb48d8eeb2eaf10b120a4c5bf4b54f9742a3a7d06386
MD5 700a16e668dc1ea500cfc65a4b79e80b
BLAKE2b-256 df00a11e6586e471a276784b37168e8662eda12a6fb6ebca02b897039864a7ba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 b0a53ab817ff2af1d2ad7ae25523e1d207ff46751333ec6fdb56da96ccd4f149
MD5 1ff7a4bd3155df21710df62c8ca80a0d
BLAKE2b-256 6ce3fe3bf44b43fed52abdc86f5a0309b87174c684a81068a578d669b5a60e5c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 5179f43c5649f76670c6e51749056e31db407d7d4c280b72d08d196cdb6c6c18
MD5 27ea8208d9c3002f2cf5495aca05cb93
BLAKE2b-256 35adceb36d094eeba71a4c44c70a311d9c12e4458dab72cc5fb44aec2f80e940

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: freeze_core-0.3.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.3.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 911df91304aeca321ec137dc855d4ecbef33f8ac9cfd2dc55360caa115ba5fa4
MD5 5a23e9eabffe71c83fe736c3aba9d5cd
BLAKE2b-256 0082073f28739759c94409cc43484cca2f078d762b09cbb646f18fe77ac47584

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1eb738e8fae32c0d11761bf3fbb7b8c8014f2ba3133fc5c0203062f385439324
MD5 b1e52dabe27eda5aef8f98175ea19933
BLAKE2b-256 abf9e58eca8fb14e6aee1ab08564c9a6ac8993c24a8b74bccafc99fe35103a6f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 acdfb0a9123bb3f1ea4e55849f3f07febc5f36840c408b9ca9a565f31ce7225e
MD5 16f10e1fe4d0f15de4d41e5abb70a8ad
BLAKE2b-256 968569be87e986e775c43d16d1936fb0fe0d5ddef53463038db2bb2345cb7230

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 923b8d9e863db3fdcbb21ac4f8b9802866a720c905e31dcffa6d7be718e6ed87
MD5 24fbe4c122e191a9f812ea3a99cb4cab
BLAKE2b-256 8c74ba6e98123d15b54bb42bede787807fba0bbca157fa27ed27afefd3b802fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.3.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.3.0-cp314-cp314-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp314-cp314-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 fbf38ce84f4cbf3496ff93c44797f962bfd9ff49156c9d0660eb04ee1c10a222
MD5 5bae1845cc08ee7fa6f2b2befa66fca0
BLAKE2b-256 216bfdb7eb8ffd9d7b1ef70ad4a1cd6e5a1dbe1b44a3b3987aa401c450ed8657

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.3.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.3.0-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 36f290279d05e026bcccc6142fcb60d897a8c25ffd5dae39e6e1ce96e1502921
MD5 6ed2685622d6a84933cbfcbc780cba27
BLAKE2b-256 d223943e39ee682dd1b24ae1b75eea80e023407dd6b5f8aad1f3fc199c919bc6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 b831ce10a4bc6bf33b65dfcb112c8a868e66f0ab427e75c06948f657c70cb812
MD5 823939d63120ac1be5d6303d53120c3b
BLAKE2b-256 6c544df267eccc6137f98ea04a8edb715660ac3fe7bc4561d59f75fb82078049

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 40fbc560f47898a9b0392a6ef1308d12bad57f90f67276acd7e5334d31ada66d
MD5 53f2eb5f532bc1f5abe451a61a74e595
BLAKE2b-256 41e860aa2963279377eb3b8cb8d22e2ec537a7dbd0bfc9b023cf9b7c6fe0b164

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 220d4b7d7116674a45d7d6f1070c191ded2a3728cef96082fc2c2d7e3066c408
MD5 508a1a326d8f596e3ddf2069146398d1
BLAKE2b-256 d72accf13ae900d41ebec1ae7b00855601e2c8fcf3b90c2cae5c0e536c5f9fc4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: freeze_core-0.3.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.3.0-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 cd872a8a2cc0d3af6d933082c7427f3dc2e38498c9ea743e8b95e9623cc501e5
MD5 0502eb7b95c98a280c9b9d6c23f33c98
BLAKE2b-256 7f079f876e6601181a39fe84eb0b97b1d124a93ffd425dc7cbc1627f84d83296

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5fcda03d608255574fd2d72991686639f66ccfd254ce2d4f2248cae10054d7d7
MD5 a3f50ed5e310f92c8bfd5c9ee24b9986
BLAKE2b-256 bac912721062e6a729fa822430205119e5b7a8ae6afb50629c2b1d2536ecf774

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a6cd1b2a1535cdc5196b004ac873db196dd2681a3323508e8a5b14736aa189f9
MD5 f6b25c297e31c5d43a913e6399fa6247
BLAKE2b-256 80e166ddb25bedcc207d7b50cfe23ccba49a3e3d718be14f764040d431bfba99

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp313-cp313t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e904ce698b44d1c32ac959beafb4fa6297731cb023b71fcc4aeac290ccfbe231
MD5 35ff567eb1bd246fbaab946137abe2a6
BLAKE2b-256 d1e92a8c2088c679ad282c3b7d29382f31fb0b12f936f3eaffdff3e56b8aa23c

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.3.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.3.0-cp313-cp313t-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp313-cp313t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 a04e733b0129e8efb3db8d6a495ec96330eb7c20286c627e06dab3189ab6251a
MD5 839ff379d5f880ef00b525082b23735a
BLAKE2b-256 d24563424b8ec0f176654c308a4ff0a96f435f548871014b39af6e8d60c32432

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.3.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.3.0-cp313-cp313t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp313-cp313t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e26fe99d00642f379c816fc713096510f7823672e2dca9898d205d3076d87c20
MD5 3076e6582b026deaf28965f337fcde9e
BLAKE2b-256 eb68b507b553fe6db64289cb812acad4234dc1ddd4792b7e21bdefcfa4f66998

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp313-cp313t-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 f2cc5dbbc2ddbb4e1a2b1aa9ad66b68b31fdd8c56775443c5ca1a397aec7604a
MD5 4b71990def9826ed8d57ed0ce8382323
BLAKE2b-256 c3a25ed3935f244c900ea27a43769834bf6c005d4d1a8818e6c2e209f168d46c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 58fc1622010b580e90db03a2f2af6d3ffb11ae45e59aca1a4ece7cdb4b8baaf3
MD5 738089ecddffe864ff80404075e26fb6
BLAKE2b-256 218c306697588e354850df975aa2ca2bdaf85db5a7a072779e97a3f56dc13dcf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 49ce55e0e6a679c75fb58258f3164ebe9301298b85b34fedbd3db8b83f614c77
MD5 d126f5013803af970503b9ef8b1cada5
BLAKE2b-256 44eaeb2e265f7d184cc78722e51e2cb971b321f76d62d1129fccb7714d4b0a72

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: freeze_core-0.3.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.3.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 67b338acbfb9facd64cb5e22321af68dc201990a14dfb6ecadc08a3618ce9e8c
MD5 4e6f49f4a14f9badf8d2e6d35cc8733a
BLAKE2b-256 cdad08d4a86203a81c1e4c3f28a3d67e951a5649c02596d8498bdb5c2ee75811

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 997d5db08b2cc9bafcbe4516b62101b1500b4263cc65e5656821f04c6f516f6b
MD5 203250d8d6a5d2cdb9f0480400a28bd7
BLAKE2b-256 1d4f290941dc574d2957caf010838739aada70e65c2fc739c684a7115ed17ea1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 933dad76477324ad548baa6bf5305a4549e306e888446e619a60f502e0cd72bd
MD5 9d8633f5bff71083c8842ae0a58619d5
BLAKE2b-256 27b27fa2376951bbf42cace1b1bede04c3609794862952f0e6d58bd1dfe30b64

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3c63b8eb4edbc1344b0e6a0569e99f5c4395b701ba96f71b516a838a6631343d
MD5 90ffc0603bc76b522773b4fce2fc95b0
BLAKE2b-256 563d18aef96f052b2a9219bb95aa4fbcca903b662fd1cee8741746196e8c2aa6

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.3.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.3.0-cp313-cp313-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp313-cp313-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 e48e79d88301c5ff47cbdca8d5610cb58242087e7ac582e2feb66d4ae9a6bd20
MD5 fb490fc77d9a10851f4201bcce7a609c
BLAKE2b-256 dbfc1ebdaea8e9cfa181ea2fea283b1614cf20fdad62423dfdfb850089dffd15

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.3.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.3.0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8fbbbed6b8685edef61d7df3a7be0b3db2e9061acda96cb2eca46fdafc055a8e
MD5 2048ae5d1aeda6b0c7502ec605739a91
BLAKE2b-256 fb96f0479db15de81634b82d3d51e32f28e26ac8efbbbea60c77a062a5c22c40

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 006dc4f445d551fe6d4a7f1bf9246c536a9965f2e0631b2d2422f14696e5a079
MD5 7d71c899162b325d4d753108a54fc728
BLAKE2b-256 87b78da14497c1b4215a3dea724aeb4beef099b768fa3b532105467f9c7d0649

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 c9beb776c7f9679d9eeff2d12cd78ce6a4892a917e0335ac8cbf3fb8c6743284
MD5 ef383d56184a69c18344c0f6042f093d
BLAKE2b-256 1095ecd2730cf04908802bb90c317b6f8e15dcacbaf34bed82eccde367e698d8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 fe8b61425da2358ada479f3b118004f85924e62ff0efe7bce5a174b0f8602419
MD5 fa8d7ae0dce448b2e2b0cc2aa01f3117
BLAKE2b-256 dd336cda304c0c319f9d26c6230dffad7d509e50a1ad93c416a88e346aad0423

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: freeze_core-0.3.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.3.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 a286ccb105704c0bebd534fcbde53ed0ae0fad5cdfd6e41ee081e28b48d4c152
MD5 47707837a092d5fbc835e799aaecde4e
BLAKE2b-256 29bffa354925af607738baea6ec6818c91165564bf4e6af6956b05806ed9706e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aac1eeed76134b31c76fc8d03068ebf9d800fdb0616d3aa510b8874d44f0deab
MD5 cd8779d7dd20029119f7f850e0e61961
BLAKE2b-256 315f7b6fa4fdae3aeb22b7f1d9738af8e0260effaa829f47f6473feeab9bf078

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ed00362b5f3b5498e3dfd5f5adef8cfc8f17b9ac4f88d407f8800eb705425bd5
MD5 84cd7293c16a2ae2d850618c6c09582d
BLAKE2b-256 1999ccc21458fd39731e1fe970dce17f70a0b36dcb76e9fe1d495a8f2a0f10a0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c3b4e0299ba5016cd11ff52076d32c49f8426f1e294fe3323313f50884ef62f8
MD5 0edfa6c7dc7a031bdcea0a76ddee47f6
BLAKE2b-256 a009ec897c7031cfc261c0f1c150d71c458129c2b80e1578018bfe83cfaede36

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.3.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.3.0-cp312-cp312-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp312-cp312-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 04e1f78fffe9d64ea1395e9101fab37e9bd4128073be933ee3cdec3323932e4d
MD5 78838fb9827e177d5102cc3d4be2026d
BLAKE2b-256 81d5bfc1c04f331451e48b279603f6fbfbb3738ce29f0433109b39d55ad66cb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.3.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.3.0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f247b987f504074307f87cc73952676a29c626bf52b97fc2cbf2fd912ace3b57
MD5 598a26b7829097ed496531f9a5cb894a
BLAKE2b-256 59277f40a77114ed097f1c324f3efbcbb203c8d5b30df396c83af72aa424bccb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 77bc3aa0400bb613bc4c4b64108984ac9d97761d40b804f0db945800bd54398d
MD5 b60ef058eb8308601f597da5b1ed682c
BLAKE2b-256 c9d3f81807082a4e314320d30083846c77ad85f28b60349736b28f4a4d58cc34

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 245622ebbf4e8e8adb2a8288796deb2404a948e1d6e9085ece5b1509f7e4bd11
MD5 ae63b253059639b8b14b4ccf1787b9c3
BLAKE2b-256 595d2fad5e68ea3d500504dbde5c6b4ddfca399f65beb9061a9404f104a62d84

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3dddb884d090e70cd62f7406b0e77f213e3b70809de1e6beaa87a2c80c38b6bc
MD5 02a81335795c6298128240387263515a
BLAKE2b-256 f82e68a25c9ef3c3c49a073a1d9bf9753c96a52bac704413b3e30a7692f6c2b6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: freeze_core-0.3.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.3.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 569646928dfe25bd8e20fb18a2a1b3a21435bef9c7947bb9823d6fd016307351
MD5 5c30e5189d433b1d63227ab28195bf32
BLAKE2b-256 4bccc754634e08a5b047ae7876557e380cbac3e657505a2425e89f79ec517654

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6a219d0324b7daefdfc893d4563ea188c40e0a69c59dfc43ca4de394dccaacb2
MD5 e96cbf5e7f5487c7962b7cf0156b4d02
BLAKE2b-256 b8e9c823db1514840bb8a59d60e16583bc56a790d919402ff7d0e400d8363b4e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7339ba373452ba64c12907bfd5584b0cff553c3aecc7b7e3757ee50c3cc9250e
MD5 db228870e0d60ea9974d162045733de2
BLAKE2b-256 5113b51182784a3c6bad7f12317d726b170415ced85b6c2decdd71f14c581c8e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cf7d72ddf7fabf51df821a8d4e45bcef486e351aac3f75aab9eb18f259a49cc0
MD5 2ece03c5591201ddb69641fe15f1120f
BLAKE2b-256 feefc63ec8b6e42b8bc17454a8c2f0e49973bee7e96973c139f1f2ee494d5af8

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.3.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.3.0-cp311-cp311-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp311-cp311-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 51637b8150bfb74de1ee0deecda60d0e66e2b0d52c7c8e09ad6e90d19e488a91
MD5 617d242164bfa02378093f4deb2cc897
BLAKE2b-256 2156ab62e789c4d8bc41429b5b79314be13b40a17152115a9717d321e27f8fee

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.3.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.3.0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c17f6e784dba8d8442ab29cf876f8e9aecf49cb3b4cef93e66f2df73cec58471
MD5 bb83f7af7dc1380f50f3afc3f7680c48
BLAKE2b-256 f1bfff168e970dfd2a9aeb0446c5bc664e0a5364d6001cf37f0589bdb6ebc5a8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1676c40ee331b18d7914fd7d336ca09204f59044b55ac4da592b84ebf68c7f9c
MD5 23f2098f0bf37e723f8226c4638c5187
BLAKE2b-256 04358587aa49d93c89a2e8e4d265aa11c368eeb542d80c63f1eff13305484691

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 541ef53c04d96f888924679f2515bef684482d23321e18b20102ec64ede4063d
MD5 cb416719e3e7e1165c47d6dd0c19532c
BLAKE2b-256 214c9bd6ad1d32f20085a86786d255da857aa06ab999bafee32a01de959485f9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: freeze_core-0.3.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.3.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 e03940d793c53afd1b894c2ec4c1b3f4db9b41a69cd31a1054ccf4c75cf6c6b4
MD5 c160a421045b1c273b15acfdb712775c
BLAKE2b-256 ab685c5c2d6e4400467a431465c1c4d72fa71a0a67a84e12681744948a587a2e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dd2c8f0b1a55f2e292c561e4da1af676d54ee0af800008673ad459943e68ac37
MD5 a22d1b81af0688b4c333644669a82865
BLAKE2b-256 1ca74d1bbba1a0db2427280233b161e127a072cbb5a567d5b7c1cee9ca1a5db7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 3fb2ece48fe8d68f70e4037fa5a5841c5b5a6b819044bddcee43432cd5ed5cae
MD5 8859978feb006d1c7c6997939ed8433a
BLAKE2b-256 54562f60eca3cc04b27261ab41cd21b5b0d4daa3ad4d007c44153d653a12de43

See more details on using hashes here.

Provenance

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

File details

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

File metadata

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

File hashes

Hashes for freeze_core-0.3.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7d127ad6a0fc8a56f2c7930c3268fd369cc2eb8a2ec0a50a78f390bd07fe68f2
MD5 295ee6af4ca58add87cc03d8b112be71
BLAKE2b-256 8df8b4c086b7cf6d324355531581030f4431a3b0da42e12d3c25169dd26eaafd

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.3.0-cp39-cp39-win_amd64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.3.0-cp39-cp39-win32.whl.

File metadata

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

File hashes

Hashes for freeze_core-0.3.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 bc7e9b25a7f1774a41cbb3f8ae0da68a3d525d01e09c59581d22f1a34a9ef0df
MD5 779ad7d1e4afd58d8b36a54ce37f771e
BLAKE2b-256 62da91492f03f4f4e1bba732611e1ded21b15ca53f2cbe0c2e82f5e3554e24db

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.3.0-cp39-cp39-win32.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.3.0-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b028e3c5f6d6e0dc499376c8ae6a79b540b36323fc8e28f90dd183e02db407ac
MD5 de87e66ab7dd1a6d62e190606b1f5780
BLAKE2b-256 41bd1d39d6e5312f7b3d6a34d30a2c713c46f15a349e93d2f9ce50b11025bcf3

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.3.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 24b8c1c074ddcc9616e0628f05767414d6a5892a71ed3c55db8e644520389b73
MD5 8bd74002fcbb77061ba2ba1fd6dd51c3
BLAKE2b-256 798b3cda431eddb39eb16569e4eac7709957b42640de3abe469a765cd06110d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.3.0-cp39-cp39-macosx_10_9_universal2.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

Supported by

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