Skip to main content

freeze-core

Core dependency for cx_Freeze.

PyPI version PyPi Downloads Conda Version Conda Downloads Python Coverage Ruff prek

Installation

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

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

uv pip install --upgrade freeze-core

If using pip:

pip install --upgrade freeze-core

From the conda-forge channel:

conda install conda-forge::freeze-core

[!WARNING] It is not recommended to use pip in conda environment. See why in Using Pip in a Conda Environment.

To install the latest development build:

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

If using pip:

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

Development

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

The source code can be found on Github.

You can use git to clone the repository:

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

If you don't have make installed, run:

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

Building redistributable binary wheels

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

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

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

make wheel

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

See also:

Changelog

Documentation.

Discussion.

License.

Release files for freeze-core 0.7.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for freeze-core 0.7.2
File Size Uploaded
freeze_core-0.7.2.tar.gz 1.6 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for freeze-core 0.7.2
File
freeze_core-0.7.2-cp315-cp315t-win_arm64.whl CPython 3.15 CPython 3.15 free-threading Windows ARM64 Details
freeze_core-0.7.2-cp315-cp315t-win_amd64.whl CPython 3.15 CPython 3.15 free-threading Windows x86-64 Details
freeze_core-0.7.2-cp315-cp315t-win32.whl CPython 3.15 CPython 3.15 free-threading Windows x86-32 Details
freeze_core-0.7.2-cp315-cp315t-musllinux_1_2_x86_64.whl CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ x86-64 Details
freeze_core-0.7.2-cp315-cp315t-musllinux_1_2_aarch64.whl CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ ARM64 Details
freeze_core-0.7.2-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ x86-64 Details
freeze_core-0.7.2-cp315-cp315t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ PowerPC 64-le Details
freeze_core-0.7.2-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ ARM64 Details
freeze_core-0.7.2-cp315-cp315t-macosx_10_15_universal2.whl CPython 3.15 CPython 3.15 free-threading macOS 10.15+ universal2 (ARM64, x86-64) Details
freeze_core-0.7.2-cp315-cp315-win_arm64.whl CPython 3.15 CPython 3.15 Windows ARM64 Details
freeze_core-0.7.2-cp315-cp315-win_amd64.whl CPython 3.15 CPython 3.15 Windows x86-64 Details
freeze_core-0.7.2-cp315-cp315-win32.whl CPython 3.15 CPython 3.15 Windows x86-32 Details
freeze_core-0.7.2-cp315-cp315-musllinux_1_2_x86_64.whl CPython 3.15 CPython 3.15 Linux musl 1.2+ x86-64 Details
freeze_core-0.7.2-cp315-cp315-musllinux_1_2_aarch64.whl CPython 3.15 CPython 3.15 Linux musl 1.2+ ARM64 Details
freeze_core-0.7.2-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.15 CPython 3.15 Linux glibc 2.17+ x86-64 Details
freeze_core-0.7.2-cp315-cp315-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl CPython 3.15 CPython 3.15 Linux glibc 2.17+ PowerPC 64-le Details
freeze_core-0.7.2-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.15 CPython 3.15 Linux glibc 2.17+ ARM64 Details
freeze_core-0.7.2-cp315-cp315-macosx_10_15_universal2.whl CPython 3.15 CPython 3.15 macOS 10.15+ universal2 (ARM64, x86-64) Details
freeze_core-0.7.2-cp314-cp314t-win_arm64.whl CPython 3.14 CPython 3.14 free-threading Windows ARM64 Details
freeze_core-0.7.2-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
freeze_core-0.7.2-cp314-cp314t-win32.whl CPython 3.14 CPython 3.14 free-threading Windows x86-32 Details
freeze_core-0.7.2-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
freeze_core-0.7.2-cp314-cp314t-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 Details
freeze_core-0.7.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64 Details
freeze_core-0.7.2-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ PowerPC 64-le Details
freeze_core-0.7.2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64 Details
freeze_core-0.7.2-cp314-cp314t-macosx_10_15_universal2.whl CPython 3.14 CPython 3.14 free-threading macOS 10.15+ universal2 (ARM64, x86-64) Details
freeze_core-0.7.2-cp314-cp314-win_arm64.whl CPython 3.14 CPython 3.14 Windows ARM64 Details
freeze_core-0.7.2-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
freeze_core-0.7.2-cp314-cp314-win32.whl CPython 3.14 CPython 3.14 Windows x86-32 Details
freeze_core-0.7.2-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
freeze_core-0.7.2-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
freeze_core-0.7.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ x86-64 Details
freeze_core-0.7.2-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ PowerPC 64-le Details
freeze_core-0.7.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ ARM64 Details
freeze_core-0.7.2-cp314-cp314-macosx_10_15_universal2.whl CPython 3.14 CPython 3.14 macOS 10.15+ universal2 (ARM64, x86-64) Details
freeze_core-0.7.2-cp313-cp313-win_arm64.whl CPython 3.13 CPython 3.13 Windows ARM64 Details
freeze_core-0.7.2-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
freeze_core-0.7.2-cp313-cp313-win32.whl CPython 3.13 CPython 3.13 Windows x86-32 Details
freeze_core-0.7.2-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
freeze_core-0.7.2-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
freeze_core-0.7.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-64 Details
freeze_core-0.7.2-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ PowerPC 64-le Details
freeze_core-0.7.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARM64 Details
freeze_core-0.7.2-cp313-cp313-macosx_10_13_universal2.whl CPython 3.13 CPython 3.13 macOS 10.13+ universal2 (ARM64, x86-64) Details
freeze_core-0.7.2-cp312-cp312-win_arm64.whl CPython 3.12 CPython 3.12 Windows ARM64 Details
freeze_core-0.7.2-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
freeze_core-0.7.2-cp312-cp312-win32.whl CPython 3.12 CPython 3.12 Windows x86-32 Details
freeze_core-0.7.2-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
freeze_core-0.7.2-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
freeze_core-0.7.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
freeze_core-0.7.2-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ PowerPC 64-le Details
freeze_core-0.7.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
freeze_core-0.7.2-cp312-cp312-macosx_10_13_universal2.whl CPython 3.12 CPython 3.12 macOS 10.13+ universal2 (ARM64, x86-64) Details
freeze_core-0.7.2-cp311-cp311-win_arm64.whl CPython 3.11 CPython 3.11 Windows ARM64 Details
freeze_core-0.7.2-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
freeze_core-0.7.2-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
freeze_core-0.7.2-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
freeze_core-0.7.2-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
freeze_core-0.7.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
freeze_core-0.7.2-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ PowerPC 64-le Details
freeze_core-0.7.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
freeze_core-0.7.2-cp311-cp311-macosx_10_9_universal2.whl CPython 3.11 CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64) Details

Total release size: 770.6 MB

Release files / freeze_core-0.7.2.tar.gz

Download URL freeze_core-0.7.2.tar.gz
Size 1.6 MB
Tags Source
SHA-256 checksum
How to use checksums
b1dfa43f88e472ff153dc5bb88bb343d1fb875f5ddfb390fe13aca657e0e894a
BLAKE2b-256 checksum
How to use checksums
62ddcc1f96e2227397a667d2c9ddace7d7dbca0756502e8d0b058b1e13771816
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp315-cp315t-win_arm64.whl

Download URL freeze_core-0.7.2-cp315-cp315t-win_arm64.whl
Size 3.6 MB
Tags CPython 3.15 CPython 3.15 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
b80ba95a84c3e223224dcdaf77389a2581772b4f71e079d56767b17ad7d72260
BLAKE2b-256 checksum
How to use checksums
5c7d5e2d5f040551bb7ca3a57f7b8e364436b6b9b0c04a4bf4a64ef7b7d84dfb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp315-cp315t-win_amd64.whl

Download URL freeze_core-0.7.2-cp315-cp315t-win_amd64.whl
Size 3.6 MB
Tags CPython 3.15 CPython 3.15 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
89dd84c3b12fbac4eeb7ac6babffbd9af86bcd35062cecb695193fc9fbae2f28
BLAKE2b-256 checksum
How to use checksums
218ff9acdf9c4b1e45cb80388634710b1440749cdfc6389fdf7556699f626559
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp315-cp315t-win32.whl

Download URL freeze_core-0.7.2-cp315-cp315t-win32.whl
Size 3.6 MB
Tags CPython 3.15 CPython 3.15 free-threading Windows x86-32
SHA-256 checksum
How to use checksums
8628ba06bd60daf60f6d89c1916b0a8b3ab91ce532a662e4623f5ce8605ba247
BLAKE2b-256 checksum
How to use checksums
5483c400a36b2595b9244a4ed5ae1bfbed2e3cd8a9c7b74f0961d089ff321dc1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp315-cp315t-musllinux_1_2_x86_64.whl

Download URL freeze_core-0.7.2-cp315-cp315t-musllinux_1_2_x86_64.whl
Size 14.6 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
6967a1aaeed9c4529b6dca7073c77dd75aea7db861a3676d5630ec63af256856
BLAKE2b-256 checksum
How to use checksums
42ae36ecdb37bf972cd047a15def282f1004822c85191262b343b9600a67ee69
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp315-cp315t-musllinux_1_2_aarch64.whl

Download URL freeze_core-0.7.2-cp315-cp315t-musllinux_1_2_aarch64.whl
Size 14.7 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
ed05d933dd3a5407aa951a10f1866bcc94fba5ceda72176bd867b562d2a25acc
BLAKE2b-256 checksum
How to use checksums
b18845cc6dad8c573f6b57c8b0649d2fe2ea834b49e174176fbfa2b3ffc1c675
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL freeze_core-0.7.2-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 14.5 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
0f322a642215c6ed9091802f19786250520d4c5bc70c72fd2d3aeca75bb23ed2
BLAKE2b-256 checksum
How to use checksums
fc5e846490be21b22487ee74b3a56a1d4f87d4e0e316eed59ac3566a12349498
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp315-cp315t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl

Download URL freeze_core-0.7.2-cp315-cp315t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Size 14.8 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
6fa5801bc2854bf32bbc40e952554b051643c086b5a0190120a8fd397b76ecb9
BLAKE2b-256 checksum
How to use checksums
692b9d4b50160ec69c6dc891bbe5244a84b5bf73dbb43605003d46e5a027d23b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL freeze_core-0.7.2-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 14.6 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
f1191524f0abbd1e04f8515c5a1a909dc47c2181b1a1bf7e31e107964d326f49
BLAKE2b-256 checksum
How to use checksums
1259e6dddd1e9a8233bf572d5485118c795aa0ca11e8c6a53ec0472b1106c990
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp315-cp315t-macosx_10_15_universal2.whl

Download URL freeze_core-0.7.2-cp315-cp315t-macosx_10_15_universal2.whl
Size 26.0 MB
Tags CPython 3.15 CPython 3.15 free-threading macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
3258400548c77a96d19d9e25310e9af8b019cbe4a9e09bafac532c268b9b1362
BLAKE2b-256 checksum
How to use checksums
7ee15ee979a0d643234cd4495672d47517d7796fd98221b31c25b66ea635f6c4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp315-cp315-win_arm64.whl

Download URL freeze_core-0.7.2-cp315-cp315-win_arm64.whl
Size 3.6 MB
Tags CPython 3.15 Windows ARM64
SHA-256 checksum
How to use checksums
d88ab2f54371c85fa1dd5a489be5149842a7dff44c70d50395cf8d19b312c3f4
BLAKE2b-256 checksum
How to use checksums
0e2d6370ea94e19d7873e3bec9c074cd816f680c46510dc20d2d2b3995e1e451
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp315-cp315-win_amd64.whl

Download URL freeze_core-0.7.2-cp315-cp315-win_amd64.whl
Size 3.6 MB
Tags CPython 3.15 Windows x86-64
SHA-256 checksum
How to use checksums
a579d89156ac7a0fca5c1ca864512c9882974b1e14fdf0f7b6cf9924c9b57f6d
BLAKE2b-256 checksum
How to use checksums
58a00fb881e637b8b9aaf80d803a6473496a0439d29cebe07841f2bbc68753ba
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp315-cp315-win32.whl

Download URL freeze_core-0.7.2-cp315-cp315-win32.whl
Size 3.6 MB
Tags CPython 3.15 Windows x86-32
SHA-256 checksum
How to use checksums
1ca5068635c7ff004db82d36d9ba67a21de73a43698e794e360574a73aa3643a
BLAKE2b-256 checksum
How to use checksums
e7cf04f0373a222b1ac44db935ce67fae4c362b5623057bd8cfad1f101b73d30
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp315-cp315-musllinux_1_2_x86_64.whl

Download URL freeze_core-0.7.2-cp315-cp315-musllinux_1_2_x86_64.whl
Size 14.4 MB
Tags CPython 3.15 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
86add4bd79edb152e4de752c8a8701704d9cbf4b939c946e4d0d722b38bc462d
BLAKE2b-256 checksum
How to use checksums
a8ff49ad34ca1da36211c997499d4776f74665d1b78e2284b7efac604fa58592
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp315-cp315-musllinux_1_2_aarch64.whl

Download URL freeze_core-0.7.2-cp315-cp315-musllinux_1_2_aarch64.whl
Size 14.4 MB
Tags CPython 3.15 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
2ab92c5a521046885d2cbe93985b739f3580c98d00411bb5be751aafbd5681e1
BLAKE2b-256 checksum
How to use checksums
28d1a3edbb0d9379f9d4f601d041998b24417a591a8ddbd7587500f712a8fec1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL freeze_core-0.7.2-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 14.3 MB
Tags CPython 3.15 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
4adcca04f895a790975c4ef55b7e78008e61dd6957051ca4d00a8d96476f025f
BLAKE2b-256 checksum
How to use checksums
f64981e13a04ccc3fa5817f51852b8404f23c0232e84589aa344bd5d5aff6c00
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp315-cp315-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl

Download URL freeze_core-0.7.2-cp315-cp315-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Size 14.6 MB
Tags CPython 3.15 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
d13ad02079cbaf84cfd75709981dc61803917ea9ece500da28bd5277820522c3
BLAKE2b-256 checksum
How to use checksums
188e241cdd22de1a12dff8a1a9c859e51584746e521129e12fec4755c9eda88f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL freeze_core-0.7.2-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 14.3 MB
Tags CPython 3.15 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
8e9a1d0c492cacc04260a7f5c0f595d4747c0eae2ad16aa833b0431b2793f795
BLAKE2b-256 checksum
How to use checksums
3d0ef3ac31dc46730c08faa55c8766a3a8e258cabdddb58e13fefcd202565194
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp315-cp315-macosx_10_15_universal2.whl

Download URL freeze_core-0.7.2-cp315-cp315-macosx_10_15_universal2.whl
Size 26.0 MB
Tags CPython 3.15 macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
df3a64adf7bb580c6af4bec335f03eae25ea6d656d7304ee91690605aaf2c6c3
BLAKE2b-256 checksum
How to use checksums
acfbfcd36bdc0de1f617e19900597fe070cf2715923c5c62cf6bec7eb2f8daf8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp314-cp314t-win_arm64.whl

Download URL freeze_core-0.7.2-cp314-cp314t-win_arm64.whl
Size 3.6 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
35814c0ac85c57e7a40da2e537eae35f92398f62a59e88f5389972e0ea9929d7
BLAKE2b-256 checksum
How to use checksums
24368d729094b2ac04189176dcf6edbc0c6737a05ad738daae58c785130802f6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp314-cp314t-win_amd64.whl

Download URL freeze_core-0.7.2-cp314-cp314t-win_amd64.whl
Size 3.6 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
0595626ce1e954157b4574f974a55a4b5dddb171aea4c0e536db25c837d71d88
BLAKE2b-256 checksum
How to use checksums
dbf1b110f6a0c79dcaecaf8035984d7fc27db8fb7406849f3ece57b73b81998b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp314-cp314t-win32.whl

Download URL freeze_core-0.7.2-cp314-cp314t-win32.whl
Size 3.6 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-32
SHA-256 checksum
How to use checksums
3030d5ee340f7981f3572d9a16fda55c940d01605ef3e21ad0d0aec27a2170c9
BLAKE2b-256 checksum
How to use checksums
b7ecc867e6dc2a94ecd982046eae9512797469fd732a7b15cdd90c8b71976320
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL freeze_core-0.7.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 14.3 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
793cc9c867c1437fee1934554c79a5e918bd6e25dbaede5ecea85c398ae2504a
BLAKE2b-256 checksum
How to use checksums
455792f3ffc5e94ca30697d1a0090842dc1146f69771bd076f60abe62551f774
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL freeze_core-0.7.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 14.4 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
6cb2ef65af9fe3037a928490365ec62b03d9f4cf1458cd47f912b64adb0f2b15
BLAKE2b-256 checksum
How to use checksums
58e070962910b679e5395ce804d9d7c2375601b87b93903a53de7202763b1236
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL freeze_core-0.7.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 14.3 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
8200785f14c0a43c5870e7d3bed731a2849a2140e0c7e7e73a203ed0de5cf3c3
BLAKE2b-256 checksum
How to use checksums
a196cfc3c54e0155706dbeb40f762c4e29ad2425e1bc784f02352e4962f416af
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl

Download URL freeze_core-0.7.2-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Size 14.6 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
d585188a3361a01885cf2a840a2bfb9187b3c04f30ecc570a4e0dc889a1d7314
BLAKE2b-256 checksum
How to use checksums
a365c1bbf9dee85da94a0863a9217f0a134cc8f0b55cf0ca6576db74ea93ac0b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL freeze_core-0.7.2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 14.3 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
e321c7f06784f2db3ce86519ef766692e6f634aa97a0bda677d72f98396afebe
BLAKE2b-256 checksum
How to use checksums
86ec49d27d1cae61ef44a5c369f9d682b07c5060f65eb12866d8d1d5a9c561a5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp314-cp314t-macosx_10_15_universal2.whl

Download URL freeze_core-0.7.2-cp314-cp314t-macosx_10_15_universal2.whl
Size 25.7 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
960b123140fb913c33eec7218b35e12715772102961e8ceb5325a351bc5aec60
BLAKE2b-256 checksum
How to use checksums
237c2ea6889d51a9054512a27c83941da99894881dcf73d2bcedec40dfb0cd8c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp314-cp314-win_arm64.whl

Download URL freeze_core-0.7.2-cp314-cp314-win_arm64.whl
Size 3.6 MB
Tags CPython 3.14 Windows ARM64
SHA-256 checksum
How to use checksums
ab76c69fede11eab9baa280fd1378165c82a810e82892372f3416543a3f8bb3a
BLAKE2b-256 checksum
How to use checksums
248b2e9a8fa4b661058b2333f55db186a7dc78ed610e48b1ecb936bd0c400347
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp314-cp314-win_amd64.whl

Download URL freeze_core-0.7.2-cp314-cp314-win_amd64.whl
Size 3.6 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
4c49c2700a394c1dac2833c5622121dd4f7e1fc8883cfb09d16c588405d6b8e7
BLAKE2b-256 checksum
How to use checksums
9bbf4e4a90182b8f3c88e5143ca0462ba77cd523e9b23ea7cad3556206e4f1d9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp314-cp314-win32.whl

Download URL freeze_core-0.7.2-cp314-cp314-win32.whl
Size 3.6 MB
Tags CPython 3.14 Windows x86-32
SHA-256 checksum
How to use checksums
b94814faefff0a847bb08b93d3983ab3035384960cfc7bdb2bd7c44b58ad3bcc
BLAKE2b-256 checksum
How to use checksums
739673ba660e689fe89e614473fbc529cf7b72add92658c3e027fe18f1db865a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL freeze_core-0.7.2-cp314-cp314-musllinux_1_2_x86_64.whl
Size 14.1 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
07c6c04cb1147a7ef82c645ca0570205e09404254f26dca21e15263275eb6c6d
BLAKE2b-256 checksum
How to use checksums
a2427641bd73da43eb31fe761e6bc9af75eec9f51cafd969e84fdb879f913d2f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL freeze_core-0.7.2-cp314-cp314-musllinux_1_2_aarch64.whl
Size 14.2 MB
Tags CPython 3.14 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
3945605fc6385d21a7db008eca66e8dbc0b4bdbd578c5106cb95c716075054ee
BLAKE2b-256 checksum
How to use checksums
409e3b6dac72b010d4b2c035ae543f6919c7bd4a1c780b9e0a7d396b0a354c83
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL freeze_core-0.7.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 14.1 MB
Tags CPython 3.14 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
e97973da9d3c91e889ee19693df4d619465a9e90a5444486f4067cfdf1948823
BLAKE2b-256 checksum
How to use checksums
ac35f97d085ea3ae9898ce9dd75e379c98f4853038b2cc3a96a7bb5f5171f39b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl

Download URL freeze_core-0.7.2-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Size 14.4 MB
Tags CPython 3.14 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
11d533cf5eae46d0afb2c55e0fe8068a4ab6ee86655797c7dfa2c70ef041ca32
BLAKE2b-256 checksum
How to use checksums
ac0f90c08d5e239f039e6da989c95c295efaf0fc422a399505bc0ef0b6a3c1d7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL freeze_core-0.7.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 14.1 MB
Tags CPython 3.14 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
28b6bbab70dfd9deea18acf73b770ad2eadb7ca701858553e938f85ae9027249
BLAKE2b-256 checksum
How to use checksums
754b548995d4d8f310d75689cbc334bd61d3545fd5c5072aa67aa1cd2b7821af
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp314-cp314-macosx_10_15_universal2.whl

Download URL freeze_core-0.7.2-cp314-cp314-macosx_10_15_universal2.whl
Size 25.4 MB
Tags CPython 3.14 macOS 10.15+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
0e056efdc8dd3558c281b91371e1139a9712f963a96d202f8b2365864ff28417
BLAKE2b-256 checksum
How to use checksums
19625a0cc464a81df6061e556dcde2057edde109ef73f05640ac92cb2c0b824b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp313-cp313-win_arm64.whl

Download URL freeze_core-0.7.2-cp313-cp313-win_arm64.whl
Size 3.6 MB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
b25582d3408bca821ca9a65590444ec093e258084ee5176c0e42364649e25806
BLAKE2b-256 checksum
How to use checksums
c6832b25e2cd0bd939ce01d1ab4c4ead63182ed3b13bd36ad3b435392f798e5c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp313-cp313-win_amd64.whl

Download URL freeze_core-0.7.2-cp313-cp313-win_amd64.whl
Size 3.6 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
9ebe083e1f76aae7b68ef30f5b3e33174e3a5197318f164c917ec56cb1d83b05
BLAKE2b-256 checksum
How to use checksums
5c2694150b2a30745e329cacda74e506e40156998ed134290fdcc96851f685c7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp313-cp313-win32.whl

Download URL freeze_core-0.7.2-cp313-cp313-win32.whl
Size 3.6 MB
Tags CPython 3.13 Windows x86-32
SHA-256 checksum
How to use checksums
7db19dc633e25eed246b49f3e316ceb000ef3dd4259f2074994d9d0bb67cf1a3
BLAKE2b-256 checksum
How to use checksums
d12b625c33703869827046a4d64bae7d874fadfd4c893b3c17016ef7861d8819
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL freeze_core-0.7.2-cp313-cp313-musllinux_1_2_x86_64.whl
Size 13.5 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
1808a36822210a8f96f2ee263817fd6ada35b952d23368c4963509df2f91f553
BLAKE2b-256 checksum
How to use checksums
8e09496714d3a5b896cf2f52e1cb20f4d9ca6643ad8af3ccf25f4294eccf1281
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL freeze_core-0.7.2-cp313-cp313-musllinux_1_2_aarch64.whl
Size 13.7 MB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
af89d0a10c582b4f41c171076f1b3ac74c9c12c72906b0259ae7bb95857c9e49
BLAKE2b-256 checksum
How to use checksums
1ae4a1c912e8bad6fd9bdf9767f58a81539ea65b23bab85b2820309db858da5c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL freeze_core-0.7.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 13.4 MB
Tags CPython 3.13 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
82b70ddcda14b08272b88f7c70ebdf933ca1ba77cbd75ae9d329b08df8149b0f
BLAKE2b-256 checksum
How to use checksums
3628165f5eee69fae726533824495a2b357f7387e21e8e996303ae9f9e833fcd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl

Download URL freeze_core-0.7.2-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Size 13.7 MB
Tags CPython 3.13 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
3cb7c6982a10dfeffd190205bf86cd0f6fde4e9d3968808295b46645c5d69470
BLAKE2b-256 checksum
How to use checksums
479310a6b2a5f50a65ac750f2792d0b90f8d66e870f459008cf97802f145a35c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL freeze_core-0.7.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 13.5 MB
Tags CPython 3.13 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
d4bd7aa0be767f9514ea041b7ffb1258e590baef563dc27f2cf69fee2ca020ef
BLAKE2b-256 checksum
How to use checksums
6a7caef00b3f89590e073bb37f0f0b769032a8f5e804b6575660cc0ef01a0774
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp313-cp313-macosx_10_13_universal2.whl

Download URL freeze_core-0.7.2-cp313-cp313-macosx_10_13_universal2.whl
Size 21.8 MB
Tags CPython 3.13 macOS 10.13+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
3512c4cfce2e73f50efb764599591a16a328b309ddb9462466567569b203eb48
BLAKE2b-256 checksum
How to use checksums
6edccecca2b7d9297e665a1b002f3f6c1da3839819ad3a879275977de2514586
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp312-cp312-win_arm64.whl

Download URL freeze_core-0.7.2-cp312-cp312-win_arm64.whl
Size 4.9 MB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
8e89c3022c7aad014874df3aef8dfee76ec3e0b20f9cfdc6818d5e747f4332bc
BLAKE2b-256 checksum
How to use checksums
f8265e74f3f4da253b4442a27ab542b204f93bb5fa0e89a648c2695b379fb7e6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp312-cp312-win_amd64.whl

Download URL freeze_core-0.7.2-cp312-cp312-win_amd64.whl
Size 4.9 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
7e242932877f34269c81515c1c51c63a8b204c8e5cb7700f43038fae01b237f7
BLAKE2b-256 checksum
How to use checksums
5dde49bdcff59470676261c61cd9b4773d308cc0702cbb27a08fd8841ea8a020
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp312-cp312-win32.whl

Download URL freeze_core-0.7.2-cp312-cp312-win32.whl
Size 4.9 MB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
9e3faf14b1c1fa557529967ee0ce2a1777ee89944d5197be23041eeb20177a07
BLAKE2b-256 checksum
How to use checksums
5a2692bb0c57ae4057f2c807e3ea9b3e7475468befe0488969c3f5ac98a9fda6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL freeze_core-0.7.2-cp312-cp312-musllinux_1_2_x86_64.whl
Size 16.0 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
c8078852d36fb8f2969471392054c8aa454dc0f6f1f32d27444bc1d7f9052831
BLAKE2b-256 checksum
How to use checksums
fbd279170618e8d539dbae1749e875e95622cdfeb043e669189c8fc78eccaacb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL freeze_core-0.7.2-cp312-cp312-musllinux_1_2_aarch64.whl
Size 16.1 MB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
d67c9f7fee250c0921dd9b3cd7ad66e33ce82362f52356fba185eb2ad15e4ade
BLAKE2b-256 checksum
How to use checksums
662b40eac43b5be5b85a7297ced36f41ef0bb321b0310549daa533817b83828b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL freeze_core-0.7.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 15.8 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
3f7ee8296e2bf9a49b3bdcd4b30370a34e8e24d06ba86287a9a445a50ea1f370
BLAKE2b-256 checksum
How to use checksums
9bbb2c1a4946100e28e2f8c0cb0805f006f0d41ebd1f813a522c4ee34701de88
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl

Download URL freeze_core-0.7.2-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Size 16.2 MB
Tags CPython 3.12 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
cd7fe0bf834d464923568c67d39ae6eb73953202008f32961d87d90dd423a468
BLAKE2b-256 checksum
How to use checksums
97a61d2a43517fd15b6effac382aa5e2836a22fdfc97eeb23ccd15d044a0c038
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL freeze_core-0.7.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 15.9 MB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
12c07dd1ed67428dd663cd81de3d96f85052b7a38a60a4ee7986066e021de080
BLAKE2b-256 checksum
How to use checksums
7840e8c16cca6c2914a5251b3ab9d1a54b2a6acaa4bbf05854e9fd14d26b97ac
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp312-cp312-macosx_10_13_universal2.whl

Download URL freeze_core-0.7.2-cp312-cp312-macosx_10_13_universal2.whl
Size 23.1 MB
Tags CPython 3.12 macOS 10.13+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
3ec14b7545370182b058f53678caebbb955294ebcd0fbea956828ac6f49f2cf9
BLAKE2b-256 checksum
How to use checksums
599dce231c136ba8f97b053cd58746b3b17d4061639b76638d4f2f241486915d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp311-cp311-win_arm64.whl

Download URL freeze_core-0.7.2-cp311-cp311-win_arm64.whl
Size 5.3 MB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
4d8c2ac2bbbc4b21403e9eae34266c8a884c16daebb857e61d2534fd572fbc85
BLAKE2b-256 checksum
How to use checksums
fcd4862407bfd3e5b210c4a178e63cd6bdfa63c4ca5368f9caac56a2f2eb828b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp311-cp311-win_amd64.whl

Download URL freeze_core-0.7.2-cp311-cp311-win_amd64.whl
Size 5.3 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
941085aa1bc3e4b6829cba8a8d15d0f5c1e6d1bd31c70b34fc43ed289d5781a9
BLAKE2b-256 checksum
How to use checksums
b0623519c4033ac5797086ee3307355ad7ba3231ac9db90702f37de0d65dc3b4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp311-cp311-win32.whl

Download URL freeze_core-0.7.2-cp311-cp311-win32.whl
Size 5.3 MB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
8bf5fe9fe5e8c4124a58e6d42595845771e9b5bde0a46c21c6da3dcccf2d1ddd
BLAKE2b-256 checksum
How to use checksums
db5252a85247269d3bfdba7d95db27d18a5439347d71e6f1e391f324bdb65dc8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL freeze_core-0.7.2-cp311-cp311-musllinux_1_2_x86_64.whl
Size 15.5 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
23690f0297a81cacc766291c9349ac81ca5c89ac0a2b5e38d1dd1441ea8a2087
BLAKE2b-256 checksum
How to use checksums
78e9d8be64a1b6de0f886963c12e84d380b0396cb96ec810bcacaa7556cb146f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL freeze_core-0.7.2-cp311-cp311-musllinux_1_2_aarch64.whl
Size 15.6 MB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
f496599c8787ef99954f8b3675e0b670a606e2bc42b1c085d7adb984da6924f9
BLAKE2b-256 checksum
How to use checksums
ca4463d08bd55f98d038d4c0e743bd4933d6c0644ca319b3ebdb8eb92413cc2c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL freeze_core-0.7.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 15.2 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
6c3a7d0ad7d726ff7528d78452aab3d3bae742d75603650f6987c9c48916ea89
BLAKE2b-256 checksum
How to use checksums
30837f0897d2815539870bf8f197572e76cdee7b9796c4c7854ab0173e406a15
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl

Download URL freeze_core-0.7.2-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Size 15.6 MB
Tags CPython 3.11 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
f3f9714b015f3f5c4dbad3668ac3eace5408236761db1cf3e28a3bdc1b0df730
BLAKE2b-256 checksum
How to use checksums
1e20bb8bcf6bbd5cde1c07c6d5e7cd2691213e3dd93588c80fbb7f5a754ace17
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL freeze_core-0.7.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 15.3 MB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
3245b293fe5b78d60907753927cac9b0b9bc31b94992598f27d08ee519c6a9a0
BLAKE2b-256 checksum
How to use checksums
612c2af3c9114d977f82067ce0292df36c1ffcd0974a23bc04964e2520bb7295
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release files / freeze_core-0.7.2-cp311-cp311-macosx_10_9_universal2.whl

Download URL freeze_core-0.7.2-cp311-cp311-macosx_10_9_universal2.whl
Size 23.0 MB
Tags CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
1318309d5e5db3b2c0b82dea6155460e42f646f3969314de960fe97593faa458
BLAKE2b-256 checksum
How to use checksums
2188e2be0b45260a87d3609140cf737a9d1d1dc25f3ac25913b2b1f9c118a918
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 22, 2026.

Transparency log

Release history Release notifications | RSS feed

0.7.6

64 release files

This release

0.7.2 This release

64 release files

0.7.1

64 release files

0.6.1

59 release files

0.6.0

59 release files

0.5.0

59 release files

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