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

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

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

Built distributions (wheels)

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

Total release size: 729.4 MB

Release files / freeze_core-0.7.6.tar.gz

Download URL freeze_core-0.7.6.tar.gz
Size 1.6 MB
Tags Source
SHA-256 checksum
How to use checksums
2f6d885205e3aa36854f414841380b6ee7cf8eda6733a4e141e34c4575890039
BLAKE2b-256 checksum
How to use checksums
f287947faf6ac1ea1e2009eeac0f06a3e31138ea195e189a0fcd483de41f706f
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-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
2ff3bca22bcee18e32d751fc8bc52009f8a760c2aad0a2be5253d14fad148365
BLAKE2b-256 checksum
How to use checksums
b34a5e87624f71228308d94d2401bd8d26ee6a095f3acb2625edd81e9cf746c4
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-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
35dc199b626532457459fbbc32923104ae90b58a0b4ad3b8176c9b5130a7c6d4
BLAKE2b-256 checksum
How to use checksums
906e35f36c1bfd7ccfe970aaa3d665b61d74cb134cac2f2f60ba1a7ffeac9695
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-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
593be1860593b89aecc313145a1506df8c8eea943379c09c4fa41d7f87394376
BLAKE2b-256 checksum
How to use checksums
f246cf797dfaeccd76b7c469da4165bfdf2335cdf9539f85c10cc83f6aeb55e4
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-cp315-cp315t-musllinux_1_2_x86_64.whl
Size 12.0 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
26b65056a2078174d13805253e2d406c96c4df83d6aaeb357558b826c47a34c4
BLAKE2b-256 checksum
How to use checksums
e294985e5265092861e5d5090434817dc4f5a5aac48e09fa7f292f7ed0b276b6
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-cp315-cp315t-musllinux_1_2_aarch64.whl
Size 12.1 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
706778d377f024e87fe5c8ac471332ba34bcfa02048729575d865726277dde51
BLAKE2b-256 checksum
How to use checksums
ee10a80ac04a82917e36b5e9bad7023ba79acdf16b2f739ad0f57e79bf33df4d
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 14.6 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
b8371446ae2adb0be47b244d95ebfad58709fb374a6e76cca1d8567bebe8ff94
BLAKE2b-256 checksum
How to use checksums
3b689cd06e23b8833a2efc2089afe15e5d683fdf5675717bbc4ef4e4ab6f7604
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-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
5e2d07734268c124655d6c99cb0ff9cb263621f294c2cf3c142d251ee3fd7e0a
BLAKE2b-256 checksum
How to use checksums
e8f129133714c59a68c8ef081a03c9ce2504ddef599fce039b94ea57e570881d
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-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
2b9191aeb14ea634ce54efcfd5a04176389d07c2c8f9b50aff3686eb22aa35b8
BLAKE2b-256 checksum
How to use checksums
2b4874976030b805353c78e5e474fea395673fd864a2701ecda990c72aa989c2
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-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
8bca57831c5c1ab5ab0d2c1973fe0adb1ec2d39f01ece229cdc938ba2c71df12
BLAKE2b-256 checksum
How to use checksums
b68c9903e35f58116d0e95d9f49591c7f8f0ee073b90324e7350bf7b2f027159
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-cp315-cp315-win_arm64.whl
Size 3.7 MB
Tags CPython 3.15 Windows ARM64
SHA-256 checksum
How to use checksums
24d11e959016cb3a7e9ccced0c1e646b9aeb352ae7170b3fd1c6739f5ad83ece
BLAKE2b-256 checksum
How to use checksums
2c99f63ba2d26f311dc8a9b53d61e1f93036ae8fd8379419de147fed9a0d210e
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-cp315-cp315-win_amd64.whl
Size 3.7 MB
Tags CPython 3.15 Windows x86-64
SHA-256 checksum
How to use checksums
cac79a4c8d2136ed0eadea781cde1ab4aa1aba772b17337f592c33b2466fe22e
BLAKE2b-256 checksum
How to use checksums
154c69b4307fd8b7b07d8bb579c4e8286e0d7d35cae533997e6bda984dd7b655
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-cp315-cp315-win32.whl
Size 3.7 MB
Tags CPython 3.15 Windows x86-32
SHA-256 checksum
How to use checksums
cdb97ae3c6ffdecd6c296005c6c3ac33680a55d39283a5c9a93e9c82f35ed75a
BLAKE2b-256 checksum
How to use checksums
bf9b39d09bf5815971e198eb0e292be1f3027004c4577936cee56b4e1fad112f
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-cp315-cp315-musllinux_1_2_x86_64.whl
Size 11.9 MB
Tags CPython 3.15 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
f22eedc196652e845e9f7158ce3dc2526cef32d036cf462cd8535ca1e5dc35d1
BLAKE2b-256 checksum
How to use checksums
b3e3cfee5cd48df9f16056481b21f67acfa1939b9ebb9816a8a256728520441a
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-cp315-cp315-musllinux_1_2_aarch64.whl
Size 12.0 MB
Tags CPython 3.15 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
cf9826a4fd51858cfd464c0f7c9784dfe3dc73fd0d04bd2b83c5d25a8d9be2a4
BLAKE2b-256 checksum
How to use checksums
6829cc41ce8ad6151b57145191d0227263da6d860d77c90a70f3e8a11ecd6090
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-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
d1c7196900eaf231ff4aecfede7f904ce62b5039f222a940fbfbec7ab2b432c5
BLAKE2b-256 checksum
How to use checksums
61ae71b2386690f652b14a8b2e3ede066eaddaf9446a31c5dd908c859ef602bc
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-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
7b29c6db0e51ae3fa3cebf7ea2101b3bdfd26beb5c49fbc83c13fb6918e6eb13
BLAKE2b-256 checksum
How to use checksums
ca0cf3455a2ac3adb5e7ce3791916bf8366e2d0d27d24ab71c7b55aa5d41da53
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-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
4a64c05b8667bd94143c40e9ed6205f967b95ae419075ec35e9f4e80f11e15ae
BLAKE2b-256 checksum
How to use checksums
72b05c0ddacba2344cb364e2fb6571547cada08cd84b28375d61ef1b14181a67
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-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
0e2e3121b2ac923437dac8aafa4e254cf023e77e4b5892d1fb99748c1b9fba96
BLAKE2b-256 checksum
How to use checksums
68406da61c0384b0ed747b443dc051c679b6e3bc7706fb49fd9589f1defb875b
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-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
85545082b8a0a045c1e7d3a5f5b5b9105e10534949bc63f1f1eb8edf247e1874
BLAKE2b-256 checksum
How to use checksums
d3ee39807763afca2a7c962f884aa94ce735d4957dceb2f38a246e85980b0c45
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-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
c8e719ee45f53207b6f8e454ea5061b5b8be5df1c0519a25b5919b3c5a0ed6af
BLAKE2b-256 checksum
How to use checksums
36dffa74f642beeb6bcbcb333a5a2edbfa3fd1b0b27e357d354a8bd7674bec17
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-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
888572a52d70545370cc4f07c59238c1d07b8e41c61d8cf37e02b65f922219f9
BLAKE2b-256 checksum
How to use checksums
dd14da6f31c9312f81ff14fa20a7675b76171af7c82904b6944aa065a8aed413
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 11.9 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
fb1f605890a1a90e6b88d4e306f0fc6c77a545ac2bf7318cac7d803c2b6fc2cd
BLAKE2b-256 checksum
How to use checksums
059eacbb89380a0fd5088485d368ff3b7d4da94a6e41ebefbe1b74b30135cd5a
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 12.0 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
7929c85bbbf09c9ee3ea79b3cad843a93c396e21e62e546ade15dbb437f73d57
BLAKE2b-256 checksum
How to use checksums
97e78822bbed900ef5e222cd1dfd88fbed4ac4cf2c35e67ef85397a7d1785b2c
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-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
b651c1b257ea7a3b50cb63cc33bcb05ff50fea021154033ac00ec6157dc1f633
BLAKE2b-256 checksum
How to use checksums
3b7333bef177d90d4551e77c0b1974099174565d272fcb1d519864c3bc7a5601
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-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
7e139ed2392735c7798d7d1bc77241d0b0499a2a50003713a620c3615b816fe5
BLAKE2b-256 checksum
How to use checksums
de9daf7a9a09afbc72f96b0ad73bfaac737072358d41bfadaa7a927c85aa50e3
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-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
5dcb6b51628488cd24bc42c20ea1d1cd1e8fcb7d29977eafb7e4ea5823b2c34a
BLAKE2b-256 checksum
How to use checksums
921ea691e15ca2a2c64b347b45975dc477a63b69d0ffe0753f2377eb7d4aac46
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-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
cba925c56f0de6ee42257ad5bb7746a25867542a640d3a7fda030190d7109229
BLAKE2b-256 checksum
How to use checksums
83e8c10bac597656e5e2a9fc7113c9d7d4e1d52ccdd27506dfd59588e501d6ef
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-cp314-cp314-win_arm64.whl
Size 3.6 MB
Tags CPython 3.14 Windows ARM64
SHA-256 checksum
How to use checksums
a243a9fe6134e233d36754aa322cd0b1595a9a95bf7efa663aaff7fdc2817f8b
BLAKE2b-256 checksum
How to use checksums
52bbc8e2cb83862a3765ecd6004afdfefe42930f83ec77338b8d272e165cbf40
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-cp314-cp314-win_amd64.whl
Size 3.6 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
1e3428f453a7ab00fe6e35ea732011f7d2ff4ba72af152f8006ea48293db6c15
BLAKE2b-256 checksum
How to use checksums
38e410e4bf34ae2d4f641f275f700dcca97fc40a3ada32c5348884c5069fafb7
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-cp314-cp314-win32.whl
Size 3.6 MB
Tags CPython 3.14 Windows x86-32
SHA-256 checksum
How to use checksums
92dc33a9a6822b5f47f08871b092b2d7ef3c5e330ae584f2f68da1ab0a3536b3
BLAKE2b-256 checksum
How to use checksums
19800327ea3c32fdb119f205cb9746f4504bbf9275fc4f3fdafccb8b14657469
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-cp314-cp314-musllinux_1_2_x86_64.whl
Size 11.8 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
7495ed92466b602e62d9bf066d706679910ff75c277fc0c97bb5e75138d1cc0a
BLAKE2b-256 checksum
How to use checksums
b79b5efde5ddc64bdf3a3e59ee5f2f4e24f11cc57d5b7ba9aa5239602ccfbf4c
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-cp314-cp314-musllinux_1_2_aarch64.whl
Size 11.9 MB
Tags CPython 3.14 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
f28277fa931f5f91713782dcd6f350735876e16331c46e64162f8df3459e04c9
BLAKE2b-256 checksum
How to use checksums
970e4edb1ac0bdd956ad0d7bd1f3f46bb3cfd7668d3659afaf4e8f5c9a2e57ed
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-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
b37cab323d14e2811d2588d35cc7475c2519b048b9a91439f8d0fd8ceb8f2fa5
BLAKE2b-256 checksum
How to use checksums
b1304cb7897ce3a36a1e573d40fa4d3432bb872992dcfbeee0ec458c24b2d716
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-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
b510e586eb82b6193d5dfc39b3f500af134d9b7b43075b0fc7e03d8b764eee90
BLAKE2b-256 checksum
How to use checksums
17e58a2ed189ee47a09e82b72c84d929e7ef4b064dcad76c17225e00a400db6e
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-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
21e8aa2af2dff885820367c2e1aea4152f94d004bb45120cadcb9c8f4a5a6e2b
BLAKE2b-256 checksum
How to use checksums
5fcdcbd9c6404e95ed2b17ba7773751089cadc9eaa7a858a363bd8df56eab867
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-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
310998d88c89141e251aa2dab894c9b72d0f960b9b3a03485f9e60388c505727
BLAKE2b-256 checksum
How to use checksums
aeb1cda9cf2c50ec7807f49e9ee35792adb0d78c9afbf267b925bd75d840ad17
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-cp313-cp313-win_arm64.whl
Size 3.6 MB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
007eaded432d531a51dd8f2acd2e3ba268a58dbe9942028706cdd6786fcd0675
BLAKE2b-256 checksum
How to use checksums
85f5b4d415bd3a23ec4ce65377bb02982abcc63ec30080ecd0bf20322eb7c7fe
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-cp313-cp313-win_amd64.whl
Size 3.6 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
a58b5167f7eeb2f1b5a6451d3518bc3b15dead0c6f96e428774b4cfe31b0bdea
BLAKE2b-256 checksum
How to use checksums
080ebd98207b68bfbef19dc73d6ab710ac09b609f408cae72ea41b02d1e10d75
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-cp313-cp313-win32.whl
Size 3.6 MB
Tags CPython 3.13 Windows x86-32
SHA-256 checksum
How to use checksums
9a80730f5d8242606f4222d99187a086040f3b39d2fbc3dc5d050ba92386e881
BLAKE2b-256 checksum
How to use checksums
3390c2d8f874fcc343811714ffdf6f88105fdd7f3fe5cbeb2a2d08fe9a4b19ff
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-cp313-cp313-musllinux_1_2_x86_64.whl
Size 11.3 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
886f1dce639654389f788504210a8ac6e2d4d1985215e9ef84e36b7e17e7508f
BLAKE2b-256 checksum
How to use checksums
41dc3b021af61092d5b40f840986a1889139b8bfca7524f6e30ffa3fe7a52a3e
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-cp313-cp313-musllinux_1_2_aarch64.whl
Size 11.5 MB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
62204799bd5a7f49f160cc7a5e97d73d995311d113a62340d4b8ecf7b8e62326
BLAKE2b-256 checksum
How to use checksums
acd57bb59a9f7f6d1ec497e6a42012a3a75e0f35cdd9fe1c9b5b3f349b1b77db
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-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
ed6685d6542c88fe15ec853e6bd819e68b63680d137a1868e7b7794019145296
BLAKE2b-256 checksum
How to use checksums
461da55a8be3566cd31db50135a388c4007196205c65626947398d52dc3662a5
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-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
f65f256de94aa7227ae885ab816bf5a42dd786a25e66957dffa60d6a2784b9bd
BLAKE2b-256 checksum
How to use checksums
96f04bf611eb744b587bda78a13e0f5c45f39889948bfe51f0833641344892b8
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-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
ac7d98de46fa1eee447c4839a3709ddaf833b3efbb3d19f43568d209a15da408
BLAKE2b-256 checksum
How to use checksums
f03fd1ffba95179d45ec82c33c050158e6b9bc4eb7d3c13e6e3669c4cf5fc8ce
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-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
5bc30fc32dbc7055652b6a1809a0114e78c9c077c4731256e39227e23fd49883
BLAKE2b-256 checksum
How to use checksums
19aff7262fc8730a3ef29139f66ed71f674b887553572f0d0d5e957ae79d5ab4
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-cp312-cp312-win_arm64.whl
Size 4.9 MB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
9523faabce28dca2f84d70f75dc5a503ec8c598c5b1c9e32d522fa5bd3641de5
BLAKE2b-256 checksum
How to use checksums
090abe75ea105b56deaf122ca36fee3c12c96f70f7a33f5a2cb0dc49bc0f88b4
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-cp312-cp312-win_amd64.whl
Size 4.9 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
5627bf3a62fd34d35b89c7588e49a58718564d3f1171eadcc0bed90f9caa152c
BLAKE2b-256 checksum
How to use checksums
79da587ff8d4af504f6d9f48d04c877baf212716ecc4f94fe68e7fd9c811bde3
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-cp312-cp312-win32.whl
Size 4.9 MB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
699da1b6ee73d8ef959157458403abf368e5dfdfc12f89856a33e3cb74b503a5
BLAKE2b-256 checksum
How to use checksums
9b1524f57f5ce81c2e5a3d907e4101c0c5e189aec7f724355a238a9c8f7f57f9
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-cp312-cp312-musllinux_1_2_x86_64.whl
Size 11.3 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
be1cfe9807f4a7a116afe2a44bf04aeed08257774310bf46a6b5936f2917c83e
BLAKE2b-256 checksum
How to use checksums
78b4223bb2f7f0c12e69f3bef447745ff4d152402dd124c4e0ba8aec111b6750
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-cp312-cp312-musllinux_1_2_aarch64.whl
Size 11.5 MB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
86583ea752c5fd4dd4b20950a9bad1b22dece16295b28659d5ba1f580e98bec8
BLAKE2b-256 checksum
How to use checksums
4ca18f962f3fffa79259043c7c191b30f0cfb806c4fd0bac8e5a42d18945d462
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-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
2299e7fd8dbd43916d780be1e22dd0b2b8db7716d55055a62aba5be5e0048149
BLAKE2b-256 checksum
How to use checksums
f97740446544b4aed5b00488792fd7f77189a05cd4768645fda224816ab2b260
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-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
a9ea5b63695199a4714a46676b22c3d62794448fec552b991679e5a4b5003c44
BLAKE2b-256 checksum
How to use checksums
c6be5cf6540bd9a576f67e2c9c909e9ebed3549b63a2e0e59a3ea2a607839293
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-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
c8a20a29338b3f099bfb83776e4dfc5e340fe8842a3828151f106965abaeeeee
BLAKE2b-256 checksum
How to use checksums
a4f448ab130f3b1e70a84355510af6a3de7eb3082a48fc41557dff852892aa4c
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-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
a74b16b82ebc0bbabac68a98889e96bb49cd058d23b8c84912333e3217bf12ae
BLAKE2b-256 checksum
How to use checksums
998e0bff46eae9fe40610ffa90a2dac90f2e1aedddb8416dc13447c42a592ab5
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-cp311-cp311-win_arm64.whl
Size 5.3 MB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
cdc114a9818f8d663180bd93e2feb474f324e7f46ffa51fb5d0d2396e0f42cf6
BLAKE2b-256 checksum
How to use checksums
f2aff3f774436dfa5996a411f93d9fdb4625875df019a41b93ae79eed8539471
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-cp311-cp311-win_amd64.whl
Size 5.3 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
66fde5ea600d583718c273f8e13d9340882adb44c7748b2492ea141668fdb363
BLAKE2b-256 checksum
How to use checksums
a1e606baa5a9e11c6f64f2a377c5012a58d4a5996724d0ce122424e7f1abb218
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-cp311-cp311-win32.whl
Size 5.3 MB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
51b7b1b1b2e5e79b6b834924fa0689d1843e4f3d4da484a63d851d5df5559c28
BLAKE2b-256 checksum
How to use checksums
d11691e726a7eab44b06e187b86c33dc5f5cb396b25fc0d0339e0011d3f9da5e
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-cp311-cp311-musllinux_1_2_x86_64.whl
Size 11.2 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
e192830e89474dee94d151fc4bae7d4cdf6d0cde705d503635732e708a214a65
BLAKE2b-256 checksum
How to use checksums
7990a2f6ca4f4eb299253e39d579822cdae55566b7a241fa769974a18d9d4064
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-cp311-cp311-musllinux_1_2_aarch64.whl
Size 11.4 MB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
66b039c2510d37b4c7692f134d5a80e4639d9039c94bba88cc71e728432cd01d
BLAKE2b-256 checksum
How to use checksums
9205b32e93e4650a3effb46af6cab24b947669007dad34731de99990847266af
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-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
15ef7445cb0eadb4b8107b8f3f22648d53e8612e9c2096485256d2a05aa3d1a3
BLAKE2b-256 checksum
How to use checksums
1b5c08e355bc0548c104b8247db65ed6b19430623edc9f518df47b03304f0129
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-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
e293e83e95a6ed65e8a7795e607f1b4509c0077b25270b96df46138f45ac648b
BLAKE2b-256 checksum
How to use checksums
93ae6898d9ae7b3f0c3c8487248c4075538d9f462ed99cb2532b33afd19ed785
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-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
2861eabc5a32b6f5f31edd7ebeb98470ffcfcc9b36f77f211c4e626aa8f46cdb
BLAKE2b-256 checksum
How to use checksums
ab4bbf07ed1ab42981833916ec1b8bab475873d4fad4cb96c37f494d8637dc68
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 25, 2026.

Transparency log

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

Download URL freeze_core-0.7.6-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
925c3510f4519a8a1acfe68a32eb398dda70eecd7144fc696eb06e28fdbed9d6
BLAKE2b-256 checksum
How to use checksums
97db57fd15b675aa3d3f172c9e148f0f88bdcd3bc9010af015b57533d7c38f08
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 25, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

0.7.6 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