Skip to main content

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.

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.7.5.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.7.5-cp315-cp315t-win_arm64.whl (3.7 MB view details)

Uploaded CPython 3.15tWindows ARM64

freeze_core-0.7.5-cp315-cp315t-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.15tWindows x86-64

freeze_core-0.7.5-cp315-cp315t-win32.whl (3.7 MB view details)

Uploaded CPython 3.15tWindows x86

freeze_core-0.7.5-cp315-cp315t-musllinux_1_2_x86_64.whl (14.6 MB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ x86-64

freeze_core-0.7.5-cp315-cp315t-musllinux_1_2_aarch64.whl (14.7 MB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ ARM64

freeze_core-0.7.5-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (14.5 MB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ x86-64

freeze_core-0.7.5-cp315-cp315t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (14.8 MB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ ppc64le

freeze_core-0.7.5-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (14.6 MB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ ARM64

freeze_core-0.7.5-cp315-cp315t-macosx_10_15_universal2.whl (26.0 MB view details)

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

freeze_core-0.7.5-cp315-cp315-win_arm64.whl (3.7 MB view details)

Uploaded CPython 3.15Windows ARM64

freeze_core-0.7.5-cp315-cp315-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.15Windows x86-64

freeze_core-0.7.5-cp315-cp315-win32.whl (3.7 MB view details)

Uploaded CPython 3.15Windows x86

freeze_core-0.7.5-cp315-cp315-musllinux_1_2_x86_64.whl (14.3 MB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ x86-64

freeze_core-0.7.5-cp315-cp315-musllinux_1_2_aarch64.whl (14.4 MB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ARM64

freeze_core-0.7.5-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (14.3 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

freeze_core-0.7.5-cp315-cp315-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (14.6 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ppc64le

freeze_core-0.7.5-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (14.3 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ARM64

freeze_core-0.7.5-cp315-cp315-macosx_10_15_universal2.whl (26.0 MB view details)

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

freeze_core-0.7.5-cp314-cp314t-win_arm64.whl (3.6 MB view details)

Uploaded CPython 3.14tWindows ARM64

freeze_core-0.7.5-cp314-cp314t-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.14tWindows x86-64

freeze_core-0.7.5-cp314-cp314t-win32.whl (3.6 MB view details)

Uploaded CPython 3.14tWindows x86

freeze_core-0.7.5-cp314-cp314t-musllinux_1_2_x86_64.whl (14.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

freeze_core-0.7.5-cp314-cp314t-musllinux_1_2_aarch64.whl (14.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

freeze_core-0.7.5-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (14.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

freeze_core-0.7.5-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (14.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

freeze_core-0.7.5-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (14.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

freeze_core-0.7.5-cp314-cp314t-macosx_10_15_universal2.whl (25.7 MB view details)

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

freeze_core-0.7.5-cp314-cp314-win_arm64.whl (3.6 MB view details)

Uploaded CPython 3.14Windows ARM64

freeze_core-0.7.5-cp314-cp314-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.14Windows x86-64

freeze_core-0.7.5-cp314-cp314-win32.whl (3.6 MB view details)

Uploaded CPython 3.14Windows x86

freeze_core-0.7.5-cp314-cp314-musllinux_1_2_x86_64.whl (14.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

freeze_core-0.7.5-cp314-cp314-musllinux_1_2_aarch64.whl (14.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

freeze_core-0.7.5-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (14.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

freeze_core-0.7.5-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (14.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

freeze_core-0.7.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (14.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

freeze_core-0.7.5-cp314-cp314-macosx_10_15_universal2.whl (25.4 MB view details)

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

freeze_core-0.7.5-cp313-cp313-win_arm64.whl (3.6 MB view details)

Uploaded CPython 3.13Windows ARM64

freeze_core-0.7.5-cp313-cp313-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.13Windows x86-64

freeze_core-0.7.5-cp313-cp313-win32.whl (3.6 MB view details)

Uploaded CPython 3.13Windows x86

freeze_core-0.7.5-cp313-cp313-musllinux_1_2_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

freeze_core-0.7.5-cp313-cp313-musllinux_1_2_aarch64.whl (13.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

freeze_core-0.7.5-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (13.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

freeze_core-0.7.5-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (13.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

freeze_core-0.7.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (13.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

freeze_core-0.7.5-cp313-cp313-macosx_10_13_universal2.whl (21.9 MB view details)

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

freeze_core-0.7.5-cp312-cp312-win_arm64.whl (4.9 MB view details)

Uploaded CPython 3.12Windows ARM64

freeze_core-0.7.5-cp312-cp312-win_amd64.whl (4.9 MB view details)

Uploaded CPython 3.12Windows x86-64

freeze_core-0.7.5-cp312-cp312-win32.whl (4.9 MB view details)

Uploaded CPython 3.12Windows x86

freeze_core-0.7.5-cp312-cp312-musllinux_1_2_x86_64.whl (16.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

freeze_core-0.7.5-cp312-cp312-musllinux_1_2_aarch64.whl (16.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

freeze_core-0.7.5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (15.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

freeze_core-0.7.5-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (16.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

freeze_core-0.7.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (15.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

freeze_core-0.7.5-cp312-cp312-macosx_10_13_universal2.whl (23.1 MB view details)

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

freeze_core-0.7.5-cp311-cp311-win_arm64.whl (5.3 MB view details)

Uploaded CPython 3.11Windows ARM64

freeze_core-0.7.5-cp311-cp311-win_amd64.whl (5.3 MB view details)

Uploaded CPython 3.11Windows x86-64

freeze_core-0.7.5-cp311-cp311-win32.whl (5.3 MB view details)

Uploaded CPython 3.11Windows x86

freeze_core-0.7.5-cp311-cp311-musllinux_1_2_x86_64.whl (15.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

freeze_core-0.7.5-cp311-cp311-musllinux_1_2_aarch64.whl (15.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

freeze_core-0.7.5-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (15.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

freeze_core-0.7.5-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (15.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

freeze_core-0.7.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (15.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

freeze_core-0.7.5-cp311-cp311-macosx_10_9_universal2.whl (23.0 MB view details)

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

File details

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

File metadata

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

File hashes

Hashes for freeze_core-0.7.5.tar.gz
Algorithm Hash digest
SHA256 232c304edcba47204bacd36af66d6411664557bdd7ad1aa7c0248f751723b54d
MD5 f5a11e52a4a0edca8c4b35213fb3a51a
BLAKE2b-256 c1a588b2469ed509f4e3c2b942d3d0f28c232af619b23d5b70a4cb0fda07da82

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.5.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.7.5-cp315-cp315t-win_arm64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp315-cp315t-win_arm64.whl
Algorithm Hash digest
SHA256 078fb8c3353bea5322e551f19d1037e2e72c73121acd9b9ad90fcb4548825b90
MD5 c62b1a6088325689609268b37387fee2
BLAKE2b-256 9d4d45a3d6f70e444f21ea887b84fa26c81955ebb68f24e765668377fd69e9a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.5-cp315-cp315t-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.7.5-cp315-cp315t-win_amd64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp315-cp315t-win_amd64.whl
Algorithm Hash digest
SHA256 854b39c3d32646851116f6376257cc6ccd693026ca3000605ae8fc2a6585ff83
MD5 b86f675ee420858f8232b3b63e3f6468
BLAKE2b-256 78714184ae025a42468b4bdd441a7ca322b6c1070f208facec70050aa77772f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.5-cp315-cp315t-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.7.5-cp315-cp315t-win32.whl.

File metadata

  • Download URL: freeze_core-0.7.5-cp315-cp315t-win32.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.15t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for freeze_core-0.7.5-cp315-cp315t-win32.whl
Algorithm Hash digest
SHA256 b7b0a6dde95bceff5b62e9464de685b959f9ca128f62d1c70c8e4aca1a1071a9
MD5 c68e8e4a18769deeb5d42415daf78670
BLAKE2b-256 7b52b1d9baff7c56258e2fa01dcf11dc4a191ab34a8e6011ef57e073e4a30455

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.5-cp315-cp315t-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.7.5-cp315-cp315t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp315-cp315t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 626b3e38f88cde79eed038472403f8d8fce736d5dd9dfab027c6c97880649517
MD5 4c4e69df015cd089238eb198c5ba8cbc
BLAKE2b-256 feec3ee26dab3d7bda67ec4ff0457f28f02f287aee0d0d66ea6a6d1231960bf4

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.5-cp315-cp315t-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.7.5-cp315-cp315t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp315-cp315t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 434deb41cebd869a8791dc91cb676a03b5568afad567c975d67a6b12b3463c4f
MD5 34160981cd93609583a81ddb018431aa
BLAKE2b-256 a1b04eca24a32dbd8176e17cf291dc9d26ab1aa0be1494f2ce5b311aedd5eabb

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.5-cp315-cp315t-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.7.5-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 aa96f8afdfa3dd3a250d05158f79a3420baf242291aba48956d774f11f0a2509
MD5 89a7a5b85eae0b158b60b055857b54d8
BLAKE2b-256 b04b796e98d8a1faa47e71d54e28262638244558e89d4aacf3308e1c40a82099

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.5-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.7.5-cp315-cp315t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp315-cp315t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 a51e0439e4abc9f3d5877379674512c33dd39f36748f24af3ffe4f8785c631e9
MD5 f786d8cc8587dd6aeb3dd1dc26ff28eb
BLAKE2b-256 4728795d2a05d650a1b8cfbc793811e30a804e93e11b67e2c1629c0b034f9a3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.5-cp315-cp315t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.7.5-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 967c7a76dd6f2896275a11363b409d29b6192cec704a47722d9737a818bbbae5
MD5 b4eaecc831196b11b7a21602aad0ffc7
BLAKE2b-256 09d1818605fc8b7b12ee18c2ff7a8870d5bec2a64cb664702978ca2ba1510d12

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.5-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.7.5-cp315-cp315t-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp315-cp315t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 797a86fe21277728726b06146ef77e7979a9b71f9c5c85f82ea293730ef53356
MD5 0c96783546947e14c471517d2da290b3
BLAKE2b-256 12c1a2370297883c2df5f674db8c22f030e9a2a489c62cd8bb9ce85e1f4e35ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.5-cp315-cp315t-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.7.5-cp315-cp315-win_arm64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp315-cp315-win_arm64.whl
Algorithm Hash digest
SHA256 a081592f7d987dddaec657498afcb873c1ae7429a95585080f49d7aa078ee29f
MD5 96ed860d6c0e63e64b3c38ae6cd5d559
BLAKE2b-256 3eb47f6a94e66762663a204f07c32bea701561226e4c8f50a743566d8269bef9

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.5-cp315-cp315-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.7.5-cp315-cp315-win_amd64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 68fce1758f4140f6db1ecbcea9dbcffbe947e79edd87c9788c00a41e7a87c059
MD5 1b7dc11ae8c91e41790fdceb4bea9472
BLAKE2b-256 a7ffa1769d2c88cd7b5e0aeccdc6ee536b816bd32a65611661b5a587383d4cef

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.5-cp315-cp315-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.7.5-cp315-cp315-win32.whl.

File metadata

  • Download URL: freeze_core-0.7.5-cp315-cp315-win32.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.15, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for freeze_core-0.7.5-cp315-cp315-win32.whl
Algorithm Hash digest
SHA256 1444414c4eaeccbe41fa221f3bc1450491c1dee158a5e11e3b0c4e444b6a65b3
MD5 bb60f8ec2d0203f6b4cafe3fbd11b7ee
BLAKE2b-256 16032ff4d05bd7400ef3329087bc9c0a5aea83f1dd76b3bc859d72c21924e803

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.5-cp315-cp315-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.7.5-cp315-cp315-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp315-cp315-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3b31add868aa21cc9c0b804ee8dbcd12170063663f8be6afcfdfad236fd569bb
MD5 6aa6733cd7495ccd206fb141a38e5d65
BLAKE2b-256 d9d9c7543f95264f85228d118e0d9b918360cddd548cfd3603c2046c81164f23

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.5-cp315-cp315-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.7.5-cp315-cp315-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp315-cp315-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4e9a8cea9fa60d32366f917599d0625a4af376af2f8f0c8e1df78529bfd0d94b
MD5 e56059ccf31d33a21ddebcb64a9ac6c6
BLAKE2b-256 b492e7ba9faaf9a18968bca632fad70eefb04316b8ba2db0ab5bf48b5c193a6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.5-cp315-cp315-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.7.5-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d62f6f4f47fa88e8f47ed9aa78e3667ca0c4a02f171c2cec2b3dd1514455e10f
MD5 99d86e2bae90f7ab3c09f7781f2294e4
BLAKE2b-256 5f4098e627eb10143110f8b4f2fe44e8b698762f95a88b54172cd381f07b649e

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.5-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.7.5-cp315-cp315-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp315-cp315-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 3769f19ecff3c23f27711aa31037f3c6cd4f1eec46d73b1c95ab18a15d8ad1a9
MD5 78e2a71fbd9fe1de85c48fb143bac5d7
BLAKE2b-256 48705000fe9dfef0cd13e22043ab4e195d3f67dc7847976e7df825abdfc73035

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.5-cp315-cp315-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.7.5-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 da9b979124cacced0c93e7eba7fff336dcc2bfdb92bcac20c2f3927d5b84280b
MD5 78ceaf83dbfe3988d37521d545ef5374
BLAKE2b-256 a06b1a14e5ad5fb90a1eb68d50c008f6de487cba610e94b3f85d43e011aff60f

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.7.5-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.7.5-cp315-cp315-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp315-cp315-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 47cf870085662adad14e5a6b25edadb631494d57b81f77ac62d9847768913d72
MD5 0f052e34aecf2d3a3e2c5e63367f51f6
BLAKE2b-256 76c456c4d8528181ff3d79337b3530727386a8f6822f074ab71a82e884776487

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 9d47da0211e80092b5720d0d15e01cbec6c90380e815d149edd33df2fc4babbc
MD5 95705135876ed6efaa1e6ed811d0c246
BLAKE2b-256 d6dfbc70aa05211688b175e9697b86c2251726ee966cd69b4c4e4fb85738ec88

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 126ca65be24cdfb7a32ba2996a08c5f720ff1e0ee32dd7bbfdcfb0ae7f9d53aa
MD5 df1be18d4dfa22533f596783bb6ef838
BLAKE2b-256 5bdfae007aa6f338d10348a60bc66cf41d1e378fb1efcec66ab0f0813b901e2e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: freeze_core-0.7.5-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for freeze_core-0.7.5-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 23ae23d3b8c447f121ed3180e6fd734e543ed96928c83dd1e7c357f8c369fe9b
MD5 72c09fc2a35028599eb86d5400069473
BLAKE2b-256 f2068ac0536c6c4b023db6fca18b6511fa3b144ae2722f82740b5fa5b7c48170

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 276d6ca8e9e2f3682334e30d8a4ce1d346a34630412ebf93861d26388a4f3395
MD5 58fcdb0459da5bd1820700e07aafa190
BLAKE2b-256 8ec10d7a1cb8b41d0ae5826f0ba377aecbbbcfa2db2075c76c2b2cfbe69a0d9f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 73f0eef65c6c6c8b5a49e2e8efee1f4e0002225d1b66f91ef333bd6fce793a51
MD5 14385b704d7164ea0bab364226dc0ea9
BLAKE2b-256 7b0536b5b2da41d7cd43c0d7cc71b847819352e1b9a699e990f63af2e73a0cd3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 0fef91259ef9cf2319a0210a26270761182e994bafa8fa80a2fd7bf988484d84
MD5 acc300e68c4e4bc78707e4216e929c2d
BLAKE2b-256 3996ad7ffefefd53a7ba45ca07aa07656a55ceee0370d913ccdec443c8dbd308

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 23ea845e3cf3d9a3ca77f884a98d5fcf1c0bd14e9ce09ca5ec2abba111b18d74
MD5 02baa937208d4e4cbb23922873b5e530
BLAKE2b-256 015c69b6ca79899ed9f708d25db57f154931bf8170d32e4fe6add32af016d5e6

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 00f71b1906787b1e3f753fd364961ac2f7db255dfd08b4971c0d3ea37f02b40a
MD5 008ebce367ecad7af055177e29cfe932
BLAKE2b-256 780d3a9504f2df791e859e9cc97fbe2bcbbde77d3b526fda3b70e36ec30283bc

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp314-cp314t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 2c2d9257272142ed3e99b77e5e46516502054c819cf837cd6342c99235ece3e3
MD5 79a77d00e1d2ed47c1739d6bfb4acf7f
BLAKE2b-256 004b0c09e8a5bae891391a3bf7443021347bae4e00ee646e904187afbbea5afd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 58cca30787a33e197c9f0494a3a2555a8a56554e39e616b819dc546050aca8c8
MD5 f265b354c03c625216adf87ff132fb63
BLAKE2b-256 9c1f19aab4e8f64e6ab8476f9b8e2ede955d6f6dbe785992f4138a8260d200de

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 58e746774050110af5b46f9e81fadd738f4fc8b7c89bee741cacb8fa4e27a7f9
MD5 c29c8f63c2f828f91340005251ee252b
BLAKE2b-256 7621f32d75c503c741f3ffa287e4e5742bee8e10779cceed5ebd3e695ec4fb2a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: freeze_core-0.7.5-cp314-cp314-win32.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for freeze_core-0.7.5-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 75bcbf30abe6509df5e1355d025834be31bd3c5a1cb5523dab4720a12fd2f982
MD5 d941313f22152daa4d89712e92cf38ed
BLAKE2b-256 cc366588ac80be7a2922b9594497b25d68c28f38fc3f880bc3db0160cc1e45e2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d4b53ecaf8bf63833996770fea197738f8d27ea93f4d8de57f78f276474a6852
MD5 d505de5ce6aa7f41577cd4419d9881c3
BLAKE2b-256 5c12aa8af632f5ae6dad73f2d4fbd77256421f399fdd52fb137217324bd4d9ca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f06456ebe70ccb52acffbdecf147991feb461a5a780581e842cbdc1e901938f4
MD5 4f3a43cfd034932a85af23ebd01145e5
BLAKE2b-256 44f80c4173dac473d5cdb8657c9fb4346bb428862922e274545749794bdaf796

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 94c3cc4a4a0832e362c58cdb736b0f3485cae4d13d095d91f4317e5b21c2661a
MD5 d1f4b22530cf4de2ac7c4af9fa9b3c26
BLAKE2b-256 171ef590caa482582b92ee8483c61df7279689b083546ec591e327e4e614e706

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 20dbb3032930925a8a3f0092fab588ccb1390cb00d3470c0a511e9bd40bddbf1
MD5 4b39acc0ad49e16ff67e538c44194191
BLAKE2b-256 bcec116559637c0230a329db93ed62575fc2abdf2526dec312360ac3815591c5

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 b898772fad3a8633a78f27d967b420f2f43c38edd8ee203155ba5c2805439cbe
MD5 e34571dedb042933911b1816ed615bc9
BLAKE2b-256 09e66b84dccf0ceae50e8eeaab0d10a7c7b907894caab7011fc9e586ff2beca7

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 bde87675467b46b4612a0a530e31936e52bc337222989083321781adde014f8a
MD5 5957206e72fbf9e42ba96c8c1a78a3b0
BLAKE2b-256 630a77b17fc2dd405c31b252d3928cf23278be095a53b277e83daae68004a269

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 8e2559fe5e3412ef09830312cc1ceece63fa377adc6f8f48b42a8fb08d103825
MD5 43e975c7d931d3d697ac549d42423469
BLAKE2b-256 fd3e06a1e208c1fe8a998bd0395353f6e9c09e155b6cde181b4af9fd7602e9cd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b2968487a4dbc09efe9e5f93c457ad7b4fd014ec5b025b64d7c92c24f73e1027
MD5 e1908e589cf98c75d96acf460760cbea
BLAKE2b-256 f9f0a4a883bc08352acea38b0510f986a70b311b2042da73a327cd7b2df4ee3b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: freeze_core-0.7.5-cp313-cp313-win32.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for freeze_core-0.7.5-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 bcd46950e6c3622d821f01ec7d9f4d70ee248cc36e432e0c32f4875db4ffb004
MD5 923a727b704368c20ecfeb00d4bfd8dd
BLAKE2b-256 c772027e36430dfec189bcace6732d3ab6d2fd4b37e2a8cb3ca31b4823e55ea8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e9063e2a9358167d0a97e2f86a7861348e3f0cafbc8034ef3f4acecf43f6a091
MD5 a8f75509706e5cde85918615b94583b7
BLAKE2b-256 de66185c96051ab2f8e45b486e06856bca3d7a1b2dd6a99b14ecb777fe973f84

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 872fc1b61eea3bdb46ddcb26d8b94c6c7a4b9ef959799dc75fc3c141286ff4ac
MD5 97374a22cc7c552b592daacd6431efea
BLAKE2b-256 f8fa5fbc56a763cb10448e5a69ef7342d39887dc001d621c08e78ad5137f521b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 85893d71ec027a583deea2cffa604f2f1fa4a729c9883d3238594e8b15107ee2
MD5 8700c6e02e6d6fd316cf3e0960369a56
BLAKE2b-256 f85b44834e893b2d08348a1ed01e6a73a703a0658d89bafad0bddd05e789a89c

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 e7e42ac8d12821bde48089dc62115a2bbff86f535fd98eab387ff5540cb4a184
MD5 0ff4300a1dfcbce6894e84025598bb38
BLAKE2b-256 5c6ce81b129f7c9650fd88c303b9005c8e6c1c0b0f2dca6d07f076fa5c2705c6

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 4f642f70b41691abee2c5d504233c8191bcf60beaac1d40e7bd5fb610d9bb2f8
MD5 bf7f0324094c7c7be991643d8ccc6cde
BLAKE2b-256 286b0ab98e23116d283380d3a36655f2a4524cd06a505f0747011340761dfe2b

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 ec05a65e5d66778adc6d9c0d13de3a096e5505d1cede2753f0782e1169f58548
MD5 b2fb4ed437d26e366d0fa9a28edf84ce
BLAKE2b-256 a18ee6f55e91a55bd8134cacadbb5a054767fb00f6822cc3ab6a7edd9bbbd389

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 07d0169bc42676bc9093cce9d62464d02a01a9ca02707d4d7fac801d981c41ec
MD5 9208bd796e7c85c8bafa6626564a5298
BLAKE2b-256 c6e225139b19715ec6d3f2cea2a56b00f9ecc3ce9faef6b9b4557e05083521be

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ec914fd2143eee020c0e185836b0cf773eed6c81a69de41efc0e3fa990f018aa
MD5 fbbab0fc5808e6fcc788ee9e2ce73673
BLAKE2b-256 c320a2e6af1b4bf7f134f6042b4713a0c2679ca6667a10d3c8b29684088acdbc

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: freeze_core-0.7.5-cp312-cp312-win32.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for freeze_core-0.7.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 57e349c84179b617cb56c996edf2dd3c4353230af0abc49935b3c282e5e09f91
MD5 bfa718d4ff0507088f0e459a73bf8486
BLAKE2b-256 b977888d9fa1b5eec2fbc265abad75b9e8bc7c2cb3c9751b232ab5d322d435d3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 67a8ba94be7c87ab16fd4aade43369315db75cf930bca8487c64bddb20dcd00a
MD5 7f2577f31c400ffa33e138f52ec98192
BLAKE2b-256 528b6749c0de4c102f98bcbc58c181b429f7746524bf7b3580ad460ab20203a0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 255802ad069b8eef30b304560157b10e66895c114728f71da014b5a95442675c
MD5 e5c0748558bee1c07237710a6835b27a
BLAKE2b-256 33a81f09ba8f22601389a8b091784805fe64b2cb5df81707bf2eba50d1b0e98b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 62c0d60f7db957474a797e5ad8e48f53ad1340029b88f9e9751158bae1135536
MD5 68dcbfe9ae1b2fb7b96dcef5763f2288
BLAKE2b-256 160629a3448f72ecec071163a78aac33c5d8361f4a5634e370fa4553d167ea1d

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 ec9e20fefd2e01e0b85204594dbd497d9f15a2f68a65ed12d047e5e46707beac
MD5 972434a011e17b146af5ea0acb03b3bf
BLAKE2b-256 d13707666d634c4d17a64184fad4d5f79e6acd768a4aff25b4964a59c92feaab

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 464809d636dcbaafdfa0cdf56cb54cfd4935e503277e49bc10b7db5fa6194ab9
MD5 12ce6d689adaf579542bac4cfb2c5784
BLAKE2b-256 cb14f1d180bdb3ce765bcf5f6a4b8a472f330df5c5397205187dba529e4d403e

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 29a01b87b1b5ebb486481e38e2d3bc80d906848a10352a67725afc441480caa4
MD5 c4d155cbefba150ad67a040339d76500
BLAKE2b-256 8e45899b2301299e4196d982d74ac3b97c5248fcc2a118f869e22757b50a0241

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 a0aa1b610385e1f4b629a0dc33df0a37b292b4899aa26c25cdf8398cec1fbb11
MD5 ec06721669d3f9dfd816342a22bddf15
BLAKE2b-256 56a3d12b963407303568dc4574c0a26d1008bafaf8c4ae134b7682094767df9a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 cfa10aeebb9b3692d7a603bc914c19838865f485272526fa50364a662cacbbc8
MD5 6926deac2145e296d49422989d395d1a
BLAKE2b-256 ed78fb30f64129e350ac0336d3ae505581e5f58b3ffda618ecc9c2bbf2f8f193

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: freeze_core-0.7.5-cp311-cp311-win32.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for freeze_core-0.7.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e33d09d5818420f3fe71fe18e3ffbfa0467f12a8a082763a0443bfae39679e64
MD5 7fe988b79b5d32672879f22e2d45637e
BLAKE2b-256 91c7163a4fb456a0119d5ac895717b9259a2708c2dbf893e6cfba4242271cf77

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6cf56bdd527fe0aced84b5cc6f17b3f040db3826528e4aabcca9dec3ff6527a1
MD5 989f1ed2c8859412ad87e4b58f3e51a9
BLAKE2b-256 f50083922897d40b7fd456a94e5adb37d0c19588001f3287a6e88ba89121efc0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 40ec750d4a6afd97d1140746511c4531669278ece03252c177689366436d62c8
MD5 bd449b4d2d2a3f17e88783ea718b0144
BLAKE2b-256 8df5779e26e0aeeed57e3df182abd2d4565cc0ac5536ae56dad2b63d4aa97faa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d77642c18743465d7e52544c11773a4bee28a1487a09d3ee682accbee9d3fba3
MD5 d67ec087ebf6390f9802dfaecae591f7
BLAKE2b-256 6a6fd548433bb393c86aa692080522bae65bcb9f11d40aa7b38f8909bc435b70

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 966cd0cd07b46f8f1afc35844716df0b79cbd52bffd31a3686041e093b8c0a88
MD5 66491d0d7d74c788986b534d97f8d6ea
BLAKE2b-256 42914911f308e8014edfb8103323c55b70afc41fb8b57643d48d8618ba2d7e79

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 6fa78966281bd5afc9dae636abff1482dd42fb6717d04350526620159218fda5
MD5 bb497cc98fe9bf31fa672851cb34928f
BLAKE2b-256 d6dc3e0d5e4d12e571dbf78f233ae43e97c7463172353c327da6a9f8358fff85

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.7.5-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2de74684b3204a4f1ed99fb973232f0a7e1e861a70230c189bb923d424fd829a
MD5 823944c5eac7733eff9a536c62f55b5a
BLAKE2b-256 985d581674676337b46584b0748bc185ff3bd49e186c165d9185cc8ebc51daf7

See more details on using hashes here.

Provenance

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

Release history Release notifications | RSS feed

This release

0.7.5 This release

64 files

0.7.3

64 files

0.7.2

64 files

0.7.1

64 files

0.6.1

59 files

0.6.0

59 files

0.5.0

59 files

0.4.2

59 files

0.4.1

59 files

0.4.0

47 files

0.3.0

63 files

0.2.2

63 files

0.2.1

45 files

0.2.0

43 files

0.1.1

43 files

0.1.0

43 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page