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

[!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]
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.4.1.tar.gz (1.6 MB view details)

Uploaded Source

Built Distributions

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

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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

freeze_core-0.4.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (13.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

freeze_core-0.4.1-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (14.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

freeze_core-0.4.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (13.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

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

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

freeze_core-0.4.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (13.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

freeze_core-0.4.1-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (13.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

freeze_core-0.4.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (13.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

freeze_core-0.4.1-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.4.1-cp313-cp313t-win_arm64.whl (1.7 MB view details)

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.13tWindows x86

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

freeze_core-0.4.1-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (13.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

freeze_core-0.4.1-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (13.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

freeze_core-0.4.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (12.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

freeze_core-0.4.1-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (13.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

freeze_core-0.4.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (12.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

freeze_core-0.4.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (14.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

freeze_core-0.4.1-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (15.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

freeze_core-0.4.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (14.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

freeze_core-0.4.1-cp311-cp311-musllinux_1_2_x86_64.whl (14.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

freeze_core-0.4.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (14.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

freeze_core-0.4.1-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (14.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

freeze_core-0.4.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (14.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

freeze_core-0.4.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (13.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

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

File details

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

File metadata

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

File hashes

Hashes for freeze_core-0.4.1.tar.gz
Algorithm Hash digest
SHA256 09db7cff3fc31255df28f4a82323cf4f1617467d8d6748d8f922d2c1bf26e0a9
MD5 32a878256a954f35564d6acbf15c4c50
BLAKE2b-256 830aba431236fefa022c1f3d5b676f35fac898c073fb273760b7153e529d1266

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 853cf3b0286f76e9550ea69109708aa34cdd1b3976e863a8ab0306456224cf69
MD5 7ed59e22576deaf94c24e7c87a9d110a
BLAKE2b-256 10055028f41e04be713738639a7abf4f754a520997de27ab6f3adf17c5a729c7

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 08090ab93c3267e2d12ccc1b3f5ff4e7590631ab20cdde488ec6ed0c604ae374
MD5 1d8f4c749668ceea7a8705fcabd26a4e
BLAKE2b-256 52cea67b9723b23544a6f54440d558552b9a4b83e95653d9a4c0da65668642c4

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

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

File hashes

Hashes for freeze_core-0.4.1-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 46f69d1cc539b1400a3b4a7f60862a6942b9f7a5d69aa96ccb368cf36179bc50
MD5 9cf9fd255e550d921a5d8fb2faf01df1
BLAKE2b-256 e373cbbcbd30d8dad66075081cb9fe578344a06aa730c0a71158419044cdbb82

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0f14ab947216bf8fe0a6c8b2e79a3b98cf7d3d75e0fdf8c65a3a9394d5ead027
MD5 eb23b16522f5be1ddfaa760728c995ba
BLAKE2b-256 a7417150ba48f7b688b849cc7b1460fa7090261634ea1c1e83d5c5f6047e30a9

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a3fd8d03a83dca643c26c459a072eddad90bbb17030c826dffd87444398a67b9
MD5 f4f40039c426d102e01c17bd60ed2e08
BLAKE2b-256 1e94a2764e07e85587f250bd30c24ee8b45bbf6ed90cfeb20f65791d5cb09f93

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d008cbe2c1a1dec23d16016500a381d01175fcbd9d37007bcfbde091c3d31674
MD5 8368b4e53c20fe374f53212e9aeab357
BLAKE2b-256 2ef86ed8f1568eef4a057c8041ecce8ca8f3a4f7b10f3cc169980047bc587496

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 2747e6d39e553f8c0ac9a85f806ab2a7c29d5713d13fef6e7822b6e99d6159e6
MD5 9419a245d766414deedb2439f95a9a04
BLAKE2b-256 d4a11afeacadcdfec3b4a41333a49eab11b945e639f988864f2c396b0ce859bd

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 f886b8886cfe4cdbb03b941638c3bbece35761cb0ce6ec4e0bb0407e5663238b
MD5 cbf61aaf7983c108a9820f65ad16d4c0
BLAKE2b-256 55d77064bb7b61bf4f16d729668e7a5acdd7c0ff91bba4491652950fcaa6ecbc

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp314-cp314t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 922df320a3069e7afc280be9a1d46f491d87e6afa04778d599560948574056d8
MD5 26b0e7183ba1272b331a274f859aaacf
BLAKE2b-256 3f7b9cf099a16c64dd7c9ecb8f1c4424934e60eeff3e1c7d01c60694b4b6ced9

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 bc09cc222dadfa5d949ab2ad614f5b1b0e44bdbf499edc1ba9323ea2b207dfa2
MD5 683684403d46eaf431e748f5486fcf7c
BLAKE2b-256 f314b86e1043eeb1b57eb46f7c1163246661992a6cd7a5044d32d49c0f1b589a

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 ae30ce6de1b02ecc5acf08f6ddb27cadbb746c76fbd6de434d251e50abbb9b74
MD5 c8f78a7db548f2aa8bcd209c702cb08c
BLAKE2b-256 652c444b6c99a4832ac038443a1ac030c3d70aa140b6183789c5e78b714be8b6

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

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

File hashes

Hashes for freeze_core-0.4.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 9fffcebd0d7d77356ce8617558037366c1e830618f1aa7c51324686eebef87bf
MD5 528640f801303bca62d9556a229eadd6
BLAKE2b-256 ab8cf506a82ac72534b83bee49f6ebbc2c16211cf53e8ce7019295e4fce32ddc

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7c0cd0ac56779949aa4d6a836476736f6457b277a13fedcafad72d21adc6d518
MD5 7efc86f4f552c2915d106de10d8caba8
BLAKE2b-256 7f4e47dda15ff3ebc591eaef600df7b3e5600ea4f75926b25a721f4c7f6a098b

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0512b948be420b9c1d394b826597bca3c4c2e335c44710145c6961aded2794e3
MD5 84cb33ede2d673755f56186845b3dffc
BLAKE2b-256 583cc41752f8cc26295a6cb09932ac8849e95d943d47d8d7a8b744b9ef9ff837

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 986cb81d4f06149e26b1a5109c90ddaddb47b7491a5efa5970e516e742fc42ad
MD5 8eada9fe48aed14c522202ad113db448
BLAKE2b-256 f53cd6583f07aa8ecb50a1fa6c7332c67a0daa5e9e333a479ce43f9e37279225

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 443fa4afe9084a8227f0e2e22c7f6d1c0325eaddb8e7aef0a6d4623905c96ab9
MD5 a92b744da5517d78923593193e9d8eed
BLAKE2b-256 603a04546a085510f0f4117b747a32f5093f6c25fa9b137ca804a48a6306bf85

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 91329f56739f167b7ae547c89ba7e1c8ff0d34c44a168dceb8f148b40fbeebc3
MD5 052316227beee7bad653f2adf8df97c9
BLAKE2b-256 3352ef405b28216b6cd6216c4801085ce936abe164b5a36f317c13948d92cf54

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 6045ad21374cc3b44be5e06d1d8025d1ca337fd8f88a9e102fb9a98e5bbc4e8d
MD5 b2894ee300a93088dd1e3783a1113132
BLAKE2b-256 dcbe5b501df5271e35abdebfa37010084dfbf950b998a70835627a3d7cefe65e

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 77e24e89d4d82e1c722a30cd4479376738767ac2c5605c02cdbc6d6b45b07fbf
MD5 5e4ccb952a45f5f49a84c74c3b581ef0
BLAKE2b-256 6bf8c5555b3376a9b8076f71f1bb795d8881f6b6220f63405563c273f8b95d86

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 dbd325385c36b596657a0714da0855ed61ee38f5357bd0d4a2c38dc533759de3
MD5 0d46436579ed7c9a53c9f18eacde11d9
BLAKE2b-256 962a231db5b9cecd5ae77839120fec4b9cc5437dc921b340e693ec02445eca97

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

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

File hashes

Hashes for freeze_core-0.4.1-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 5a2b867a4139224059054c1dc1343102da57fd17b94439b21ef4e0326043d89b
MD5 3973a6a51eb101390b3f20bb8620cfce
BLAKE2b-256 0b37f248ec1eb502629149f5ec7bb0f46cc4fa0ee8872383d13c6acda474da12

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 195eb52f894a51b4fc39ae74e45eba41e0d2c1ba41b92a44c2be86f90db3d058
MD5 fca5cae82f24729d35cda76c77554cd0
BLAKE2b-256 b99ba3c87869e2d65c2c4c729a7277123bc8e762d570981357e6dbd97e8ad545

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 075e82eb619892cb842c10365010ab4f78c31a330cfdfafe65435e8a733981c3
MD5 47622c3121d8d0c445889421797bad5a
BLAKE2b-256 ea48de5e22a79858457e8c62709a3939158449c983eef40c223d1d9aa9137770

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.4.1-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 411d534fb7e752b9eff5b095e91f5d4581a1aec1a489f3451ca6a209f65be610
MD5 c036123650d020702bbf92127ca295b8
BLAKE2b-256 eb44d8101a71506bb66c1a7d04af8689a79a99a787c99d91e70efa3836fcc289

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.4.1-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 38517f19102aa74debe37f30e473808f4bdaf42c630a2047dfe45bf9f8ce618b
MD5 6780f75be48e47b154858b85da845f77
BLAKE2b-256 88c891fdaa10a8237846a3041a196a1d53557f8ee6773173dced78a7e6a69879

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.4.1-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 3e65de9a69adb92b623fc984a33cf2fa9d461463296e439094e5689d5129f313
MD5 9d0ad2a865c26dfcb85d99d914fd711a
BLAKE2b-256 415d4739a9d9cbb31d6cc2af41d8893774d14ab928d10d4761255a11bb219abd

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp313-cp313t-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 54578b034fd630ae33757fc2477117bb9ddd9119ef508a486a9a66374ce4d380
MD5 b1ba016b0eed671c75dd8463cf22fd1d
BLAKE2b-256 b9b23404798c59d4cd534adab96b8e60ac894f4be2cb318228ae8ada4fea79ba

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 8313daec6af1aa4b47b2078ba03b948e7f0812b8fc3dc5358c08e72ed386cfc8
MD5 2bfc8eb02519ef288bb36505cb412e67
BLAKE2b-256 5e754316d51e7d552c01a61f679b7df843375bba4c437eb91a3bae0c23af683c

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 160c584e7c011003a22dd956e33e309cd4b0ebca973a5d476fb1d695c4e058e4
MD5 2350f883f95fbec72a78ef824aba8929
BLAKE2b-256 b532709c7e5775706cdf96079fa59c0ef2701e165604170d9c439a2f40d0c13b

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

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

File hashes

Hashes for freeze_core-0.4.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 ccad5ecebda8b67109fef7e81092ac878d88a813ec2231e67d94f5a325420d37
MD5 07bc281b0a74258e95a95edc02d580d2
BLAKE2b-256 f2fa135d20d16dde647a60ae882637760a5e98f7655b518dd078e5fc283564c1

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 68785087bccabd664707fedf36ef691e604da8d708d07271c1bc787e1acfb0d0
MD5 e73e28185457f4fd8404e9ef537fc77a
BLAKE2b-256 b2a1b5af3a67f18b94acf198d7dbd93b72c180c211a73e9f154e0719f69d7aa0

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 985529a8aee37b3e6472e33a5bcc27db73258f8844249eacc78b1c60eb2317b0
MD5 f57c063cbed09a9f931275f0b574e39b
BLAKE2b-256 61163cd4f3b8f3699c0c363a95fbf579dc1373c02a843c3011b039c3beb73629

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 6b3deda618cde845496b7f7291cb664139570702099dadc1eec988698492cc5d
MD5 84c49aa821fd6459f1417f5d8af3fef7
BLAKE2b-256 ab2c4e5e14af19582cd6ccc3304eabeffadbb410c546ebef97cd6ca4647a32f9

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 e581dfdfe93d08de8251f14f80dab8cde98abe46a5099ce060d1cff76e58f711
MD5 5c1afb07188d05cc34d53f79bbefcf38
BLAKE2b-256 68a3ff7fb36cc08339f0c73a0a8fa96318691ebd8160c1c131141d5249aef526

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 12f3a36a336f7f0208e9b8b1265722f736e406d37988c3308bb61a75f09d036c
MD5 b89c714e770099a2607d1b21d8cebaae
BLAKE2b-256 8a83da1beb36c85ea1c06a046dd4be9cb0541d06bd8b60c581b27f5abe4b2fce

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 ae194cfb0a6666dfe965d97326e882145e40c78f25f5959fc9bc290ab67a1390
MD5 8301572cc50483673933fb4780246c42
BLAKE2b-256 00e8857f01dd421e1bb438fb7dde2bf32240c755e3631146c80301d884163439

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 bb44b6138031cdb1c9f2a2d6e428503044f6a3618d1215023fee83eec8c78092
MD5 b909958c4bdfef2e38c7538242c4627b
BLAKE2b-256 944fade5841e6727ca1801a4f493ed3e93a570722d623c29ce62c6ea4f108d73

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3959d953af42e0c1b8df327bbc3a0e9bdaee2eb15d6066ba15744b017a971ea8
MD5 43f0cee40e81a3502bffaa72fa367444
BLAKE2b-256 f6403a6df4fa0007733c6e7935b885a2e2a1aa1cb49d2422c838e2196a1a13bd

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

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

File hashes

Hashes for freeze_core-0.4.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 3dfd9761236afb296e97be233b7a4d6c819ebc9244a4f678f5bd3cc672a5f3f5
MD5 07b81a5b3431238df652fe1ce7004ee6
BLAKE2b-256 fde17b524c3a1474ecece08548d5d4186d62d8c5749901c4e372d21d75fc48f4

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7c1eeedcf95ad78c71df20629b849799555473e47c7573d98b3a4d64ebb897aa
MD5 e9295c5d6adf02d3de4a62e3ef337e11
BLAKE2b-256 e3a82f56b0a16550858d1a32ce70e86e96a136e2f116b2ef91206c918d468462

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 75f298dda0527e11a81e0e4f2d6775e8f7adcd35d15808d3cf8afb92f29bf012
MD5 767fc6b71d99b002e6358bf6e4374005
BLAKE2b-256 eec9c577a508fde92fffcc02959fbd7e1deb8ab60a0e90b8b02fe38b432f3ad9

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7f741e495d35628fdd79ad9bffc4258fec4526a2e9e53c83bc2771707d8fdb8d
MD5 ec3388613c74dfab1a4591b33a231f0d
BLAKE2b-256 6ba0d4523a0ba1a2d8edc17d7c9b61e351f17567eeafb520c83df733611b81c5

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 3fff21363c322c7d75888ee210fe0b95b33adf9f1bffa0e043b1d8608a4fff4a
MD5 a5d7c8cde6ab319ad0a176953753ac83
BLAKE2b-256 dd42b6bdf78a90afd44b75dc3e0af7e22bdb272862851ad4d3c019026e1ad7ff

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 e0deca49ba9420dde009e268894d3e6aa194b019cb8c5b312d90aed5a2b5464b
MD5 34cf9714398af3b2915b7593c86c9b3e
BLAKE2b-256 7470543ecb293bc75dc2dd059669107f16cf0911ac4f8277be29c6888bca2661

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 803a0b11268d18bc7382c18baab6b414667a38a2ce9814604071f494c0a38d25
MD5 461bef98effa8a94603f47276eb32ef7
BLAKE2b-256 0777676c684e04edda6a99f07ee0f829bc43ee707fc29b3b94494ce5f251803c

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 570a7f459bcaa3ac3c03d5489bbd09ebe115dcb67f74a52fa4a88f301dea2a38
MD5 e5d2bd8781ed38784a30556e70533dbd
BLAKE2b-256 34e7aed7cf923950d2453f999e9c59d6c4535d04c44544c244711fd995a6a51f

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a5339163ad5fe29a3744ce3813345b4f378a7f5fe4185301b06e092dd8f6f0be
MD5 5a5ea7c84caf14f7a28a0ad8fe6a0779
BLAKE2b-256 0e8ab5a0bcc6728fcf9ad884fb0aca5d1d8b03ff797179abdded6f048bc203b3

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

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

File hashes

Hashes for freeze_core-0.4.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5a951539f205da2f41263e7ad4589f8738fa4d2f882fc03f124fe2525bf85aad
MD5 45d8a453dd26a5a2dceb84620e0340db
BLAKE2b-256 64e852cc9cb758d70420a5ea22f4c42133bbe997cfa354424f71f0941490460c

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8221f5919627c65c6124d71c4334a48c4af2d66442b5e877d47685b6b40c2885
MD5 3b580d374b0bcf4d172e08ff2cc6cca8
BLAKE2b-256 7b5980b6635d251ca373fca47cbb6e2157a03eec073b61e2395217a88fa2fc12

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 762090e61797f87f4bd45847719d03dc36d83d135d26aa10a165c08ef0cd55b5
MD5 5d9ea47f90e0b9152c3212febb0d01ea
BLAKE2b-256 18801cea60f560218f83dbf9858539d95a8501eff1eb72ada173c8a062f3e23a

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 9b42f1303450e2a085999c8a3fa2bd396351ec69185cc2659d311f1f833420e0
MD5 9b97b388b29fbc8c845d11775d3677bc
BLAKE2b-256 d5952bed143ed226aee67448c0e8b0be209a3e72fc8d12fe70cbb3d5a709ea31

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 f789f87ddec45d730da73ea038469a7a26493ac15cff01eb9d40303e85fbfcd3
MD5 e1c6e29320ecdc6dd2d55173c4ff0946
BLAKE2b-256 d88f1ae3c31b93279af9548bd07bd7788f2d5c167e46b0dda1df743cb31f0d88

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 d446edc79c09a970a7dd0a55c5f3256ee9f8f402f06e03e8df3332ec52875626
MD5 06d69974429625bd9bd8480f68448c02
BLAKE2b-256 837db89bfb72e8aa70b20579b24d6e4a1daa316a98cedfd12d891e7b3df01bea

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 de7c0c45bf8f1401e4889d1740d58e44c81a94c51a898799e0d99cb7e97fd929
MD5 6600caa5099342b53373ed7e51003976
BLAKE2b-256 1c0353e4b2cc185797b766482e96ee3c6d63dc33907ff4d0a7e1242ce644124d

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 83a1aa5c57b586ae4fffa8b6e5d1b1b56583dce146304cfc31be5d07db126039
MD5 8391b208f7285193420296a9e06c94f3
BLAKE2b-256 c26efadca446244cd5541352fa23de6c25cd66516a2c62d97e0b917a925103a5

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

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

File hashes

Hashes for freeze_core-0.4.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ba1981e7fe94097d69026cf594cb4b991392b6375ff2c6af5624655ba478d361
MD5 728dcda3b271810a67bc5a6fb5f74489
BLAKE2b-256 966cb9282c3e4a6f2696fec3f81d5886e23a0b1112f3d6525e858a5161fd7940

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

Details for the file freeze_core-0.4.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 9ace119028344fba3ca4f5947416c75fc5ada1093d0620c2b288ca152c0fa5c5
MD5 91762b88768d48a293efbc036355eeda
BLAKE2b-256 8d14a8c9d8757edd580659afeb89b29f51adc192b2796d5b979bfd45ca78fb1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.4.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 b3e66966a41bb46a3095d6d70bb19e23e99234266f192e5e31a7726a024d9d1a
MD5 911f3a05d9e4bdfb49ab74330a7fb84e
BLAKE2b-256 60bf6dd07a0fa3e8f230fe00ba05185399e59981185de342a9181d1024a9e4d0

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

Supported by

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