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

Uploaded Source

Built Distributions

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

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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tWindows x86

freeze_core-0.4.0-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.0-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.0-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.0-cp314-cp314t-macosx_10_15_universal2.whl (22.6 MB view details)

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

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

freeze_core-0.4.0-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.0-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.0-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.0-cp314-cp314-macosx_10_15_universal2.whl (22.3 MB view details)

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

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

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.13tWindows x86

freeze_core-0.4.0-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.0-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.0-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.0-cp313-cp313t-macosx_10_13_universal2.whl (20.6 MB view details)

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

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

freeze_core-0.4.0-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.0-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.0-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.0-cp313-cp313-macosx_10_13_universal2.whl (20.8 MB view details)

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

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

freeze_core-0.4.0-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.0-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.0-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.0-cp312-cp312-macosx_10_13_universal2.whl (21.4 MB view details)

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

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

freeze_core-0.4.0-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.0-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.0-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.0-cp311-cp311-macosx_10_9_universal2.whl (21.0 MB view details)

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

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

freeze_core-0.4.0-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.0-cp310-cp310-macosx_10_9_universal2.whl (18.6 MB view details)

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

File details

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

File metadata

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

File hashes

Hashes for freeze_core-0.4.0.tar.gz
Algorithm Hash digest
SHA256 d7945b25c09fed6c80bd0e4bec69ac4476f06b2184029d5fd266d9f0a888c9d2
MD5 b6bbc13b8a9447eab4b22d5e4fcb4fb3
BLAKE2b-256 09d72f4e0b55001193bb12d53a10f4b6867cdd61072f2048cae82c6594a6eeae

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 6e927299dcd3558942d9862d43abdc6b57fc43250faaf1fd6aed3999c1a1f5f0
MD5 81aa09f5b9583803a8afe2acf28da641
BLAKE2b-256 07c49889a1df2fafa2089866bc7a5bb395c8f7c6a0ed897a67576601a348d692

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 385703fc72f0a78059c5b43583a88ce9cefc2a80c1f10bd4e547ae3f8d447463
MD5 f74442fa7e43165e476366b12b1fc042
BLAKE2b-256 99a2af5c21a7f08a7748f526b4f6b7ecb583e5a78317b29016b11d2529fafdf4

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

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

File hashes

Hashes for freeze_core-0.4.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 4a0ee9f2c3a4ef00964471fb3f1db7fbfd7c392f4383c3093daec8beec58843b
MD5 a55a0179a14d86f82c55a114c3b34cc5
BLAKE2b-256 ef35bb87eb3271862ea6cc6933195697c194821fd0b9938d06187e8627a9b997

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 1269fa4245fbf4f0b04674da6bc0643104bc4fe089d446a9ddbb74cf1c43dc50
MD5 ef15551671cdeeda0d7893bca1781fef
BLAKE2b-256 41e3bbd7a4a1f3da3b8ac99cb6c6c69dae44af88cbf4515ffde0910b7e2662c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.4.0-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.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 616d1ec266f228aeb1b3debdb21e630f9b6cb4381973b8defdf56ff3d320268f
MD5 5db145af48649542724c512908446e6d
BLAKE2b-256 66857d9af3ab47c1fc62bf5099ee809ee5faa91b022715c6dbf59b70ca9cccf8

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.4.0-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.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 e89faf427b7582840423ddf0ac2d7e36f707bc57b0b4339a30cb8bf6bb19529f
MD5 12341207b5b3b1e948e88171fb784ee5
BLAKE2b-256 232b0c56ae9ab5d1dbc4046034f3524b0455de890eff6bf204c88b35d9311833

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp314-cp314t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 0089ea9c7611c56c2487b670e684806d79d10a2ca4705a6c9c40250716ff8438
MD5 127937d68dafb9562595dbcc07acea48
BLAKE2b-256 6a91fd2b28773f29f23c370f0109e4c901249b22e159fd3243951f04c2d8cf36

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 91c290f475a185f0a52a6180f33405f4f06bf41cfae9ce679990cef6fa1efede
MD5 e2c2ea860de70882c0cf91972dcae173
BLAKE2b-256 887997d7b93b466acdfa5946b380286f17909218829a396ab19c62821ce66393

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 d433b8e439756315c27275ea778e158877c23f9a684b77bafb7fd3934595c7c2
MD5 f7dacd9b57350b602562cc6527ff4450
BLAKE2b-256 5cde369e814b46bec92b9eb341e7e6cdf948650a5972518767958324c55c088b

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

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

File hashes

Hashes for freeze_core-0.4.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 8180bcc296987712f6989d23ca85a5eafcd7b0ceef27abe7709f72c17fdc4596
MD5 7d92b746eb2a92e42cfb7371d674fe72
BLAKE2b-256 3101219661559c34eba16a7a4eba72ce6a32e29b0fcda7166f0a4d4c41f2f96f

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d503401377f099dce65b74ff6ce0aae684e58b6172a2ed27a35ecb18c3437ea2
MD5 a6106121661da691b2bbec872689c83c
BLAKE2b-256 0c04f4982cdca0ef49d1d99e2b950ea50b2cd4fcd3eaba0756a95c7a7f9e6f4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.4.0-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.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 0b796384523f848f89043afc16d5fe9fdc50d309be89f635f1a9f9d56dd6f01c
MD5 e853579c9cd251587642e84a5b889e67
BLAKE2b-256 dd636a3f2e4b976cf39f2a8fb3c49fd143a763247c359c8b427ad06f182e2451

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.4.0-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.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 622c358df2c5e267988559b9327a7b0278bedd4ffd9019ac904d24d9e515f976
MD5 9c99c8ac895d1f96d1a1977a914d40c3
BLAKE2b-256 da2268a52bf0ca32300938409f82debb8f9c91e0942e8769693d185ece2fc0ff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 d9465d83bbd64b10475d737268d0fe3aa72ece560697388d836222735b43e5ba
MD5 a35df58955b845bb7ed524d12a7272b2
BLAKE2b-256 86514c46f59340bec01b10f72e4ea70b4391678395d18948d133585efe84f681

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 dc33a64e20c074c58620d5c2d91a0b20d06f7713273a14f8b5a0b1e548e30941
MD5 462481f4c1bb72c3b5480e43218e8cf8
BLAKE2b-256 b4ce6a25488ecea65e1206d1d5a8ecbeb9036010d3c6f4510db21ec8dec9d9ef

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 6b0dc54514669cf9fe2c15b17ece782ad9e511b6de9ecab6aadce436ae7753f1
MD5 4a0ab71a869db309842e83e7ac6cf85a
BLAKE2b-256 34b6e3f56b0a7bf6f4b2f71ea6c6ec1007e282949239d6c023eedb35688fa0b3

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

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

File hashes

Hashes for freeze_core-0.4.0-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 06b4214fbba63aec1ba18b641810ba1016c570656a527a667420835811519634
MD5 8bde0ca4f3c2419174137e4838319d82
BLAKE2b-256 9c266623b11562469611019a19d853d59bc39c1d543417b5e686a0ee58e02a78

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7086369f6d3e85f16e17ab2cc8f306b352d2f491cdfe1bba974271735101bfd3
MD5 9b0ab2a7e200c265d92621b03018df2b
BLAKE2b-256 f0c5798333fa092fcd43b602ced84be07482c973a5ed6787a17a1b93751f0b79

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp313-cp313t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 2cbef160f8170ecfb89a212cb4d349270a6cd6d58e8cc352295812719e580f38
MD5 22470287a23b3306243d4868ac8dfb80
BLAKE2b-256 5e653def805ba1eb6d7821d115fce0261798778f6e2196bfb8d0c64f5a76ebb0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 4c916d15e2a8f7123466fb7600938261c2c46033f8a314d467c170cccd1ccdae
MD5 b93c82ed86b390b7bd10470cd37d5820
BLAKE2b-256 3f801a36f9b03ab85e76cc8adf429203246bb5f220ad1d702e562101cc63dfd8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp313-cp313t-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 51d3dceadc8ebedb7455aeb3a83f6b34b9860024e90ed3b74e72fef2c73462c1
MD5 c91c771e98bc5f1ed71b55c1f10b6770
BLAKE2b-256 8c9dd464236501bf7dc1015a3dde285309f565239ce311638c742ca24915e5da

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 4aae0dba5448b4cb7a8b28d994c532798413742dcb051be456c35ec6b54eb404
MD5 463b8b589ec291b6e2f6d99bd01abbe1
BLAKE2b-256 404fe18e172d612ad0d9d2ef5e8c2e54476229519417ddd24374aa9a095e7162

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e6ea50c2e4d39c0e9ab7743c7c9dc7dd465c3805a1caf56b9eae87592ea95a23
MD5 af2cc72a8c73e7d8ba47a31eaf84322d
BLAKE2b-256 1552d3875f0cae959edd851235d7fca0f37c73ac58a6022bb92ca8a59c9db22e

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

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

File hashes

Hashes for freeze_core-0.4.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 93da2b062b1cfa8c5c320d8feb9c6f8820b075a7ba7ddcd0828a52c22b082a93
MD5 dd74b98c77d8d8f5a34c1657c8e16328
BLAKE2b-256 d6a2f2ecf92796540bb28ab735ffdcdbbbde2856d623856151182df821b7ccc7

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 f91052b6852c04999a3653f3bf9c59c12ec93bd1cc864ee92c12ded88e070b39
MD5 665a099584d45382ab3a1a24912ce7a8
BLAKE2b-256 662ab823df433bec57129e0ec8fac85df83bf879082145855b4487f78f4ead2e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 a47488679867f5c16b25e0381a2a14f8f047721f2332a6081509ac85502c47ea
MD5 00816ae3e2c127d03590205b7ef43748
BLAKE2b-256 10681732bfa23cdc28fe2718b83d6bef995de934b34f772820b9b36875b74ab2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 a5f1ee65d22c0f554c2e22ecdfe1f3d08945b510f366467a3b62e502eaffbbfe
MD5 828795be393e1d221588f24690f95dd1
BLAKE2b-256 86871dfcb5c2d5fcbc0b89fd30b9f0677d8420ba3d854832647e24d2105ef520

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 bf1d48d3b3ecb7a9814e5707d66b2850d978be12a98defd77d3d5034d93bba8c
MD5 f6a52bd189e6b8ec19bd312cd280e94e
BLAKE2b-256 ec97e40af72fbb5a5c1b84c81754c875af95a3778416e4329f2e024ffa9ed532

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 677fe245d6d21b8cb69f7f9b74fe041ac7d71515b77131ae935b93076f90434c
MD5 88610ddbf87a8e552faef07bdd58f183
BLAKE2b-256 ce2b36e56a954fd0e654fd4203e15c3529a226cc5efc193b14d6a41276b3abe4

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 fa98f85fd9bfbeba659dd73f8ec41c74db947494c8839fe0b11a31ae7e6eeb3b
MD5 4ffa251500a90d9cd1de93f60eaec6df
BLAKE2b-256 f570650af0ce92d7ed7492af5972d1295a5ee64de7effc0ae638f9bc233e1912

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

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

File hashes

Hashes for freeze_core-0.4.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 3862e850993d209322b1afea12ea19b5ab8cb9d52779ec6d9e1b001e0903fba2
MD5 21cb1eb372a27273defe12468065b6b7
BLAKE2b-256 8c155b6042e2a6c1dc9e41bb2c797dd2c77c0bee449a8d9c8a461f65e4f60f72

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 ca8836b13e9ed1fd7bf7120e3ad8626382c5c8a9a1164a8defab678a66fea44a
MD5 5b2ba66f4a8ed4e38552ee7a4642202c
BLAKE2b-256 e2a653dd9c79feac5293e2acc640ec69d61cfdfb0e2c2e76f20e93fba16e3261

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.4.0-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.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 0aea565312073d24305f9f2999b17a7f8f338085220b9a41935fa794d778555e
MD5 f466c1634263bd8ec2e6946b7266fa36
BLAKE2b-256 5e91b77fded86ae5813c8efa8d0c8b03debcc10dfa6886db0ef5f12109299463

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.4.0-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.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 8abfe02ed892874b9fb0b940fcd421e64ba9001399f01f0abf984a8db2262ec0
MD5 de15644af628562535c92694a5ff8ebf
BLAKE2b-256 fb40e58da78b8d621b9cefad762e1a0946f33a68e14f0ec6b239464bb6161abf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 93f1da42864e5d1541bb30e41c22ffc054bb52055949ff6d1c5bfb6dc8b60872
MD5 4832cbda98efbd48fc9345f3aaa45afd
BLAKE2b-256 2a1ae7daaf2a76f118efb8dc457255d3b6ba208f1a63d663ec2b1d50000fa080

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 cb4c666ac01ed2d7f9bbbfc1f3ad059075aa879fe076d14d7f32618f6a7e9dba
MD5 eabcd5b9199cff22f670988b1273c4cf
BLAKE2b-256 017c6ab1bc268facbea752abba13d8eea7354003bda35576849260dd90e8c720

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2fdf1afa06b1b97e2db5f3d91b83cef2d853fee6b4629380dfa3d7bbe148386d
MD5 1e0e34dd8cde86fb6a6684631a585854
BLAKE2b-256 dcc1f2df225075075b3d7e623d19411fd4f7a271dc5328f6e5f4620348f5fa41

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

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

File hashes

Hashes for freeze_core-0.4.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 64a99cb9b8a823a40c5e5f0cab88ea12b775118714f8de8de4f2ae6a33ed4eb2
MD5 36f153de04feb92512a85e73b6ba805e
BLAKE2b-256 b8d85a83efb15226b8ae63691eacc7c464933a8f529a45c5367a1898d38b9f7e

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 b7f34f428dca8a2f514a9c8963cc90a0328912179270c0402f350c4647575dc9
MD5 24361da3532dbeeb393d71df2ae23b39
BLAKE2b-256 f110e9927c18e9d7c4e704908823555e02ebf8ffdb1f3ce51300d436b531e7d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.4.0-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.0-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl.

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 04e15051546dc1af8d03fb407890a3d8bb474fb47a9331a1d92e8b460e92e64f
MD5 4b1f107b22e36f7152a30ba19f412e99
BLAKE2b-256 771e59d1470096b36875710dc543614c170f815a456072991fede546010cdc5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for freeze_core-0.4.0-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.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 bc51663fd4da62799272d0808837c252d3d6d464f7982d3dcde02bac2507d2ab
MD5 f403aafcc7311aad656d0c78f0a3dcaa
BLAKE2b-256 ab40020a845acffd22d7d48d6026cd5ba40a6e689a66ce1a90697678899b3562

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0a1baef7df64f398bd71c8a59b15a6729f620721fcb987fd3a0de603f7d433c4
MD5 fc587a73be1f560fca8c18131124ac08
BLAKE2b-256 fdd16a2f58b3c514e1b7c2a8eb6af7acc7b23da85b0c1a68ddc336bb76611955

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d0e201fbec5313498106c44d7ead15be171a28605e29f026269d520ac5fcec12
MD5 1fb9db367ac0503f4d77e82e448bf49d
BLAKE2b-256 ad418f6972e8a7ba186f13f89511033ae787d45748d9d719ad3256987df26f9f

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

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

File hashes

Hashes for freeze_core-0.4.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b8395ff9961ea09b6c15a1e3a8ede4c9aa551dcd143a8a05313cc2f42d978736
MD5 5f1f06b3f87136db83ae5553331de4ec
BLAKE2b-256 9ea685ca8d8813078a1eebf991ae5d090ffb4caa47c24ee21c25859ac4d84db9

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

File details

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

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 f78b6514f6b93a46e2bafcb7826322f9ab8c4fdcf63f06aace80bd286d5507e5
MD5 a16a04d3ee862a31ff5187f847943a2f
BLAKE2b-256 2b97612d21d3a4a0e02f592c53b1c901a7e29377ddfe333f0a3c4e48e3a6fa5b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for freeze_core-0.4.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 991db4d428b0d601f313235c77c6d6d6287ae755dce0b0eaaa58a96f5c84143e
MD5 47d2d29226ad5e90a16b606575c1da1e
BLAKE2b-256 55ca119a2caff51c9c00662c2c153a97ed5ce73f5cdf3322ca7193b2d9052584

See more details on using hashes here.

Provenance

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

Publisher: build.yml on marcelotduarte/freeze-core

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

Supported by

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