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.3

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.3
File Size Uploaded
freeze_core-0.7.3.tar.gz 1.6 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for freeze-core 0.7.3
File
freeze_core-0.7.3-cp315-cp315t-win_arm64.whl CPython 3.15 CPython 3.15 free-threading Windows ARM64 Details
freeze_core-0.7.3-cp315-cp315t-win_amd64.whl CPython 3.15 CPython 3.15 free-threading Windows x86-64 Details
freeze_core-0.7.3-cp315-cp315t-win32.whl CPython 3.15 CPython 3.15 free-threading Windows x86-32 Details
freeze_core-0.7.3-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.3-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.3-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.3-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.3-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.3-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.3-cp315-cp315-win_arm64.whl CPython 3.15 CPython 3.15 Windows ARM64 Details
freeze_core-0.7.3-cp315-cp315-win_amd64.whl CPython 3.15 CPython 3.15 Windows x86-64 Details
freeze_core-0.7.3-cp315-cp315-win32.whl CPython 3.15 CPython 3.15 Windows x86-32 Details
freeze_core-0.7.3-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.3-cp315-cp315-musllinux_1_2_aarch64.whl CPython 3.15 CPython 3.15 Linux musl 1.2+ ARM64 Details
freeze_core-0.7.3-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.3-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.3-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.3-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.3-cp314-cp314t-win_arm64.whl CPython 3.14 CPython 3.14 free-threading Windows ARM64 Details
freeze_core-0.7.3-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
freeze_core-0.7.3-cp314-cp314t-win32.whl CPython 3.14 CPython 3.14 free-threading Windows x86-32 Details
freeze_core-0.7.3-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.3-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.3-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.3-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.3-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.3-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.3-cp314-cp314-win_arm64.whl CPython 3.14 CPython 3.14 Windows ARM64 Details
freeze_core-0.7.3-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
freeze_core-0.7.3-cp314-cp314-win32.whl CPython 3.14 CPython 3.14 Windows x86-32 Details
freeze_core-0.7.3-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.3-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
freeze_core-0.7.3-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.3-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.3-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.3-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.3-cp313-cp313-win_arm64.whl CPython 3.13 CPython 3.13 Windows ARM64 Details
freeze_core-0.7.3-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
freeze_core-0.7.3-cp313-cp313-win32.whl CPython 3.13 CPython 3.13 Windows x86-32 Details
freeze_core-0.7.3-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.3-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
freeze_core-0.7.3-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.3-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.3-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.3-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.3-cp312-cp312-win_arm64.whl CPython 3.12 CPython 3.12 Windows ARM64 Details
freeze_core-0.7.3-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
freeze_core-0.7.3-cp312-cp312-win32.whl CPython 3.12 CPython 3.12 Windows x86-32 Details
freeze_core-0.7.3-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.3-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
freeze_core-0.7.3-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.3-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.3-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.3-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.3-cp311-cp311-win_arm64.whl CPython 3.11 CPython 3.11 Windows ARM64 Details
freeze_core-0.7.3-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
freeze_core-0.7.3-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
freeze_core-0.7.3-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.3-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
freeze_core-0.7.3-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.3-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.3-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.3-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.9 MB

Release files / freeze_core-0.7.3.tar.gz

Download URL freeze_core-0.7.3.tar.gz
Size 1.6 MB
Tags Source
SHA-256 checksum
How to use checksums
f7ed4144f54621f5c4d3502b1a2946798fe8c9a0de947881a02a8f8f198b85b4
BLAKE2b-256 checksum
How to use checksums
a45a1a9a9e2fbb5bb2424667be8e4ad33154b12656f70160db7cbc5ea2c9a222
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-cp315-cp315t-win_arm64.whl
Size 3.7 MB
Tags CPython 3.15 CPython 3.15 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
8623e7706c8ceef1246e3e490445976b403ffd5d899c8d650bec7af15565fe12
BLAKE2b-256 checksum
How to use checksums
9b259ea2c1a29ab5b33801d9ca908379cc430bb8a7d692bbfe809fdb925b8a4b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-cp315-cp315t-win_amd64.whl
Size 3.7 MB
Tags CPython 3.15 CPython 3.15 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
160b68ae30c879991ce852b7244269224c32da47cda1809f7dd65a8244fc73e6
BLAKE2b-256 checksum
How to use checksums
0718b3621fccd290ff1fb7c5a553c76f84855bba788c20abfbfa593d397e8b0a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-cp315-cp315t-win32.whl
Size 3.7 MB
Tags CPython 3.15 CPython 3.15 free-threading Windows x86-32
SHA-256 checksum
How to use checksums
4568f5a23e86cbad781fc94a9491d853b64458315fd30b19ed63189e5342b97c
BLAKE2b-256 checksum
How to use checksums
3eda44338ed306be02d4b780f79b856c90eb43d58b9ac3e91a150a320eef7379
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
c026ceb0c7f62fca81e757269bd263458e18ea4730896f714572ccecb2061f5d
BLAKE2b-256 checksum
How to use checksums
f7c812bac75afa88303f0f236ec540db60eb67cec23b55b25d869da3f5ae982f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
2b48a508edc044e5215bb4ebf0247ed8ab19e768dc1abfe6d69fa432b4e98d20
BLAKE2b-256 checksum
How to use checksums
77c63bacca3ffb3fd51e92f4f93d03304f538a5079f2b44d7db390fb9645ac39
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
f50aa0d739fd5f78bc397c2f53e2c2a6666f7e32aeb6f92a08c07c3fa005e1bf
BLAKE2b-256 checksum
How to use checksums
a9cdb2fa503182ba5101d685851d4b2850d20ca9cb15bc507de4775622439c90
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
c27e9287fc0b6c50786e1df8bf0b3df67134c22d42b8b61c678ce027df5776c2
BLAKE2b-256 checksum
How to use checksums
b7e96c3c2099100766ab48c402ce206f60ddaff22b60ba7319100c84040deba5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
837b7912bbf3e0ed96c77dc6fb63c9a5f2f9ce783f84197581a23ce0211bb248
BLAKE2b-256 checksum
How to use checksums
2c60e8e69230868c30cde8cac0a666f2ed517a34f2a50553c9b391cadd48e92e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
059352810b7be0acf29e576ebc0ed52b560de3c82185d99f596905764e9bdd85
BLAKE2b-256 checksum
How to use checksums
bb5149ab18bb0640780279f2499a96c59e56133f8a042478af3e4dd1ceaff3a0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-cp315-cp315-win_arm64.whl
Size 3.7 MB
Tags CPython 3.15 Windows ARM64
SHA-256 checksum
How to use checksums
ae13df21747cd3378befdb789babc1eef968de386138bf9bc06cee382402b9c6
BLAKE2b-256 checksum
How to use checksums
bd5d8d9fa5f91eff2b21f18c53abdfc584e40161d2cadfe43ed2d99dbfa60a9b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-cp315-cp315-win_amd64.whl
Size 3.7 MB
Tags CPython 3.15 Windows x86-64
SHA-256 checksum
How to use checksums
04d49c5d84d41edd30f8f0ad354f03f83761adfbf967b6c345f664e15df9c95a
BLAKE2b-256 checksum
How to use checksums
60ecef0b5185f2ddd3edcf5747bb3a83163eb7cc998e512f3825bcb9f539dee9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-cp315-cp315-win32.whl
Size 3.7 MB
Tags CPython 3.15 Windows x86-32
SHA-256 checksum
How to use checksums
dfd5bb623ab1308719cd3d83cabbf1891a0e8139fd1b6c09ae2404a557e1ba2e
BLAKE2b-256 checksum
How to use checksums
d156d459f4a6e2fc8ad1d819a09cca30a40c0d94f1bc4652013ea851292156c3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-cp315-cp315-musllinux_1_2_x86_64.whl
Size 14.3 MB
Tags CPython 3.15 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
36cf900b01ed50fde6b3a63cc20ee604098e78d5e5000e31590d207145ed4e6a
BLAKE2b-256 checksum
How to use checksums
a81baf270a401591bb0f9c752f036dc5fca52b35d6079bf9e8de7d9f6ccddf88
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
765292a64a7fc459753cf779f905f50fa34a624259add26ad6f5d2a5bc26b5c8
BLAKE2b-256 checksum
How to use checksums
31659204d4a0f56451c26e0113c757968db466e6b3bc2b1728382c315c3fec45
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
e4aaad59441c70a6c6870685c8620a2747181386295c44422a34765f3d777fa1
BLAKE2b-256 checksum
How to use checksums
809d22261c87224d289177a80eac25d85d922463a6e8455a5df48d02d0c8f587
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
d48c378121aac44de32d40800230342959e7541e00235dd04403a3806e26ab37
BLAKE2b-256 checksum
How to use checksums
70006ec1d2b41235c8446996acad885c764bd5afff0b127d2876bd6061ae47df
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
eb24d8bea00b67097ff810840be80101c109c7fd7745d7c633883752c398adc2
BLAKE2b-256 checksum
How to use checksums
1ef508f46dbe51f067420dddae8971f0378b660f65194c6b188a62fb122460f3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
1acbf8f9137d964877f630915041dba9f6102511ab14add591121bdcba7a6c05
BLAKE2b-256 checksum
How to use checksums
3e97511987f55d3859107aaef0924ce089b9b322210015474dfbc8924cb59ac4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
d3b76e6230477fbfbbe7f5f58af7f053cd6919d1d63353192910cb3d15ecc396
BLAKE2b-256 checksum
How to use checksums
a06c98d1d71dda907564c1c0bed7787623f5f43f04b2141f3b322f9072958156
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
f88d9793b756e6b37a28d338ed2749eccaed70864c6c4beab18c646d04f2512b
BLAKE2b-256 checksum
How to use checksums
ecbc0e13bf60caf9ba4e5734fb3f491a1f6dacf0e7baf3a28f1a8eed1efe1fe8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
74dedba98158eb0606b9c62cf6ac6618db8763a79646b70d5c2d6281ae962f6c
BLAKE2b-256 checksum
How to use checksums
918d340d5091c0a3d283d1a23b065f747b55c4fe99b60bf3db6f9cd6b4326c3b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
e320aa3ff40a20a53bf20c7e20fde51d4f1d66284c5fa6db10f24e8ae08a214a
BLAKE2b-256 checksum
How to use checksums
b1a3431d07600fed9de8bbd1aca6fdcfd585e6ccafdf211eacaebb93f08e21e5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
6c46b782545c0219a5757c65e70ad0e2625abf80ce1715545fd5f696f2e95f58
BLAKE2b-256 checksum
How to use checksums
472f2e45c202ae43f2fb6c22472bf1c9756a3bdf777475c6f1aeed265d8dca2f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
493f2ef275c4a972ca080e887ee8c173647aa794660648d613121a0f71da5e87
BLAKE2b-256 checksum
How to use checksums
d542e97ba692fafa629e3e3f7f4b3e5c17478a82d02dd045798cc9957bf338f6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
a662efe7c6b2561067ef2114c5bb24c0c2cdace82a579454cf3cd5fd360dc913
BLAKE2b-256 checksum
How to use checksums
bdfb4cf46a4ae85e44b6df7ba31271fd6128dde3ea450f39a3a766f80746412d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
8c56f5bc121158ebd809051874ccf241cb4026e490a0f73bd15e81d20b46bc9f
BLAKE2b-256 checksum
How to use checksums
53ca91671bacfadde8567dc798294acf040e27cb3593d9c7bd0975e55022d54c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
c4e8e8a80323747219e7a98c0fba2167711bd855fafb2a8f0ec27b64f7517460
BLAKE2b-256 checksum
How to use checksums
98611189c25042d5f6efb34f9101187dfa2d46696b140654ade413ad955dc075
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-cp314-cp314-win_arm64.whl
Size 3.6 MB
Tags CPython 3.14 Windows ARM64
SHA-256 checksum
How to use checksums
4cb034f9ff58a43375dfb2214b0aa591360633979bdda77fc91c5476f37c76ca
BLAKE2b-256 checksum
How to use checksums
425c525f0e372763a59f71b8d144f7ce437c546aab95a6ad237da0c6958d447e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-cp314-cp314-win_amd64.whl
Size 3.6 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
75b311b17e0727ea09c7d623c34f8ec73c3bfe79bbd45070259471c6f8302403
BLAKE2b-256 checksum
How to use checksums
049c2ad796738a64ebcf6d8ada4950fc79d312d509b908095cfcccf28ea1b9df
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-cp314-cp314-win32.whl
Size 3.6 MB
Tags CPython 3.14 Windows x86-32
SHA-256 checksum
How to use checksums
fcd8dfa4375c53f898b6133441cea0646d6c940a9ae5c30574e5c2ef376e64fc
BLAKE2b-256 checksum
How to use checksums
39ea491638d7e0e5187f563989a9ad600d5f1823f12ef204ad9dae4564b5a327
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
bed433633117e7ec19bf5a57e3ecf192aa06a30cf8eacab9bb7226a91e4b6f43
BLAKE2b-256 checksum
How to use checksums
16dc7e7912c429cb2bfb8e6a708178f01b3fe8ab10b0194088c4515e58d5877c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
51fc3442c93c068b41600977a970d825a262242daf912f5c25394534d9782599
BLAKE2b-256 checksum
How to use checksums
8087272fb37c60e5a2a2b37132086ca89a46a721ec04a39aac4768995592a2fe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
20d2fa467b02a947142517c5bd56b17eab96459892905e259850e568b01bd33e
BLAKE2b-256 checksum
How to use checksums
9218439eb09bfd7b94681a2f6f8ac956eb94347cb00c345edeac8972d20fe054
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
f4f499b226c2d9b4a6985cf1a356f39a1fa07f071c56b361c3997f99cce65aba
BLAKE2b-256 checksum
How to use checksums
25e5b687fc265d0ef8e4de8be72bbc11358b83f28fa6e54fecd716add2d709e6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
7e2d6f0a64c4df744d4097c8a2035b0a36557ff7d7b07e8df1f8aaef90ad18ef
BLAKE2b-256 checksum
How to use checksums
c0510c456a99ef2292d4af3c49a0b3145e64261b6f82d185e2ad220139f3edf1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
342a21715ac03e0285122e8948dba26a16c04233a2812469e05a909f84295019
BLAKE2b-256 checksum
How to use checksums
8ab90719238a31e651c845dab34a39eb6595007b953194f90e9609d12f383138
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-cp313-cp313-win_arm64.whl
Size 3.6 MB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
bbeb957f66e4179a6495708f927bda8b148d2d903982a31da00226546b7ecef9
BLAKE2b-256 checksum
How to use checksums
6a775144e89acb5dcce700ed05d87b65a2227bdf8715fb0267b2f6e1cabc300a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-cp313-cp313-win_amd64.whl
Size 3.6 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
3e362f1a9637a10c97f8b9a02287170a9cd630db72767227d031e7b3ca9de903
BLAKE2b-256 checksum
How to use checksums
b7e07e9fb093d36558b2488a0d7cdb739e2741be3b8f800cb4d3f66c1e4c8f70
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-cp313-cp313-win32.whl
Size 3.6 MB
Tags CPython 3.13 Windows x86-32
SHA-256 checksum
How to use checksums
c073941b751b38d23299f6661576a4f149893d0ae7274e1f91b5112eeb538a78
BLAKE2b-256 checksum
How to use checksums
29af18c4e69bf58131f223774be9e8968cc8ef09b46d309f3b8b2f08d3775d3a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
93f1ea68e6c57e597b2523545dc506622f44c706e5a536071004c69f8d41f5aa
BLAKE2b-256 checksum
How to use checksums
60a1b31c226ab935c326eaf070094924c13755aa2d95586a78c20676dec528a6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
bc2748ee138f43da97c7ca5027de384bcda9fad992b07f22991796c7a73763dc
BLAKE2b-256 checksum
How to use checksums
fa22eed81c56a46e4d4e4d40011b9d0dc6b3e83ea9ebf6e50231d7e5119f3793
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
05e2a1791fd66251dcf0836dc6b3b36452eccb3ea45d183371176bbc7fd5c4ab
BLAKE2b-256 checksum
How to use checksums
8e565dcd52081da5adf4cdd40d2baaf58c1ce48fad7a53934860b2da58534fbb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
60e225fcebc8f444402bb33c0dedadc9e816d6c1170dc97e8e62a3a1321c85d5
BLAKE2b-256 checksum
How to use checksums
db8e0b3eef5f045bf47ba903dfb524e9ab9d66627829ba02c2d7c2112f80a3d2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
b5a38b926e07e2f34d7cd2ad1bd3070595e032294b9408d3319a9a2857f53684
BLAKE2b-256 checksum
How to use checksums
455ab425433057bdf6883e2ba1c718e85921a580e8565bc5d04bc6f6effdae7e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-cp313-cp313-macosx_10_13_universal2.whl
Size 21.9 MB
Tags CPython 3.13 macOS 10.13+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
0864c7aee2feadbef14df786a927ed615a438af7bb116971d53d67dd32a7d854
BLAKE2b-256 checksum
How to use checksums
7f854a24f39df5644ebbb06e64de7d9ffcf5694d8f79dbb58ac6299d5b2343f4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-cp312-cp312-win_arm64.whl
Size 4.9 MB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
649b36a4bccddaf731403da754d398f7b3c6f29842276e481307c8e2d01c2e0c
BLAKE2b-256 checksum
How to use checksums
9bad604a18831b2436223ba4bf1ba63aed5c22492af33ff800658327d22097f2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-cp312-cp312-win_amd64.whl
Size 5.0 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
fcea67bfcab744741cd27581b5939f1d0afad685e34af117cef5e3d2d3e0b56e
BLAKE2b-256 checksum
How to use checksums
6b2156f3c50f897c91a6e6f3ea3b7a3111d5c33bc6a1049503027e291f60df76
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-cp312-cp312-win32.whl
Size 4.9 MB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
d254eca0a56c586c7863040c10fb7ad02d205e575cac67cdf1bea49fc933502e
BLAKE2b-256 checksum
How to use checksums
0bfef2a49043f20d7c51cfeeea863647f3f4ca2be57d86bd96fde0b453ac71e2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
dfeb15457de6f453f38164e2b947c0b2b44547f3451e2ac9c0d024b8cc272be5
BLAKE2b-256 checksum
How to use checksums
a34f92b308e76edf9cbcb905dafe64fdaa11b18f0a8935a1a40c695ad6ec00d0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
5c3db125375f8572ec454cbe13685c8439a63085bbd887aa42b509888a5d551d
BLAKE2b-256 checksum
How to use checksums
ad2a5cf6b9eb883b2b03dc15c8cd583b428a08835a3f83a411707fa2d91d2b48
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
d3a79c3ed6ea8bb11097ad1035065152c829154bbe4e8b089d4cf298cc8deee4
BLAKE2b-256 checksum
How to use checksums
a3fb3b4eca54d1055a89882ba9eee59c413483e738bfc6491d6000e74ad3fd1c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
825ae1b746860fa6b38cbf0eb59282c824ab9a501910c4a9e37cf065784749fe
BLAKE2b-256 checksum
How to use checksums
4f706b3729ea4bf3e6ff0c8b78d00ca5df91442d4a2800ce1329bb59c55bd4df
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
691c0696fa9feb152b56c4bbd98777c111d013fcb2d3f2ff7c0c1e3856a9b685
BLAKE2b-256 checksum
How to use checksums
c93d94cf6a96fb97b8e9fb8f914ea9e53423a2c9951c6bb9e5887ab406488075
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
09f898ee8cadeda54ee584643372751aa534dcbe24a8052780f490538292fb61
BLAKE2b-256 checksum
How to use checksums
0969a39c58023ed1f1247ee64c5710a042da9d9e7d19fb24ddc36fd3c8c1db15
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-cp311-cp311-win_arm64.whl
Size 5.3 MB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
e21c5eba40f40d38373854568be5373ac6d3f0076927ef3d1aaec7729ed499d3
BLAKE2b-256 checksum
How to use checksums
399b3fb1f48af9a21cc80c4892a67a8ffeae333a5387554ccf7ecc9f5001bcb6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-cp311-cp311-win_amd64.whl
Size 5.3 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
48cefbe6836dfbaf886ced93964c4731f0bfb6b5e676925b59a6c0fe04607508
BLAKE2b-256 checksum
How to use checksums
359f7ce6a8a5dbcc211ac3d447981194b23308d1ced7f6e62ad3e32514d31a3a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-cp311-cp311-win32.whl
Size 5.3 MB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
e276bbac05ed20a178358beda6aae7694f915d8ebeac2501e7016592d4ac5a8f
BLAKE2b-256 checksum
How to use checksums
9fdedee9b94ea78840bb8c6f2545d540fb7ba69594af687990333cea622f9d34
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
f3842e53424e19012f1623c3aaecb50a0bd2f626f6582a6e2b68c91f3d302b36
BLAKE2b-256 checksum
How to use checksums
9d33b79353e5322308285bfd775547afce40955552b436c9e34f7c85c7fe623b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
afb5992493e2576b45fcec2cb20a303998dc6703024b8234a080983fe42432a4
BLAKE2b-256 checksum
How to use checksums
09714232f7c43bb80e8cdbe56b659466c8635b23149e5a36cdd3dece39b3f559
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
687b16a39ffd9b5034c983ac4f5ee9412ad7cf76933f25c3939cc578dfd786f8
BLAKE2b-256 checksum
How to use checksums
16304e3d8b58e434cde9084a187eb1f201fdedcc8173bf5c0f59d38a75429856
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
339c35c1e40481920540efa0cbcdd889cdd7f0a2d3db6c69268975838261bd9c
BLAKE2b-256 checksum
How to use checksums
25c3644295d7ae7d7a042d6f8359490035b58f32f5d02652d42c8ee703c4a6cc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
c09b6b3aa1588f55601a7b167dffface8338f089462714b107625e8d2be5ccdc
BLAKE2b-256 checksum
How to use checksums
164a05fff4263af91cbd55851de742b78a67758d52da1805a650791185d4d2f1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

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

Download URL freeze_core-0.7.3-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
94e5dc93045059c064c88d6d689404f32c835df888f6a36b219dfd7f70b1d1c2
BLAKE2b-256 checksum
How to use checksums
8e3a0892d9787149003679a83dc0c344b01a7b50a5b07e106e85b484c4d464a5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.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 Sep 5, 2026.

Transparency log

Release history Release notifications | RSS feed

0.7.6

64 release files

This release

0.7.3 This release

64 release files

0.7.2

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