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

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

Built distributions (wheels)

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

Release files / freeze_core-0.7.5.tar.gz

Download URL freeze_core-0.7.5.tar.gz
Size 1.6 MB
Tags Source
SHA-256 checksum
How to use checksums
232c304edcba47204bacd36af66d6411664557bdd7ad1aa7c0248f751723b54d
BLAKE2b-256 checksum
How to use checksums
c1a588b2469ed509f4e3c2b942d3d0f28c232af619b23d5b70a4cb0fda07da82
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
078fb8c3353bea5322e551f19d1037e2e72c73121acd9b9ad90fcb4548825b90
BLAKE2b-256 checksum
How to use checksums
9d4d45a3d6f70e444f21ea887b84fa26c81955ebb68f24e765668377fd69e9a8
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
854b39c3d32646851116f6376257cc6ccd693026ca3000605ae8fc2a6585ff83
BLAKE2b-256 checksum
How to use checksums
78714184ae025a42468b4bdd441a7ca322b6c1070f208facec70050aa77772f1
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
b7b0a6dde95bceff5b62e9464de685b959f9ca128f62d1c70c8e4aca1a1071a9
BLAKE2b-256 checksum
How to use checksums
7b52b1d9baff7c56258e2fa01dcf11dc4a191ab34a8e6011ef57e073e4a30455
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
626b3e38f88cde79eed038472403f8d8fce736d5dd9dfab027c6c97880649517
BLAKE2b-256 checksum
How to use checksums
feec3ee26dab3d7bda67ec4ff0457f28f02f287aee0d0d66ea6a6d1231960bf4
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
434deb41cebd869a8791dc91cb676a03b5568afad567c975d67a6b12b3463c4f
BLAKE2b-256 checksum
How to use checksums
a1b04eca24a32dbd8176e17cf291dc9d26ab1aa0be1494f2ce5b311aedd5eabb
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
aa96f8afdfa3dd3a250d05158f79a3420baf242291aba48956d774f11f0a2509
BLAKE2b-256 checksum
How to use checksums
b04b796e98d8a1faa47e71d54e28262638244558e89d4aacf3308e1c40a82099
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
a51e0439e4abc9f3d5877379674512c33dd39f36748f24af3ffe4f8785c631e9
BLAKE2b-256 checksum
How to use checksums
4728795d2a05d650a1b8cfbc793811e30a804e93e11b67e2c1629c0b034f9a3f
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
967c7a76dd6f2896275a11363b409d29b6192cec704a47722d9737a818bbbae5
BLAKE2b-256 checksum
How to use checksums
09d1818605fc8b7b12ee18c2ff7a8870d5bec2a64cb664702978ca2ba1510d12
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
797a86fe21277728726b06146ef77e7979a9b71f9c5c85f82ea293730ef53356
BLAKE2b-256 checksum
How to use checksums
12c1a2370297883c2df5f674db8c22f030e9a2a489c62cd8bb9ce85e1f4e35ed
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-cp315-cp315-win_arm64.whl
Size 3.7 MB
Tags CPython 3.15 Windows ARM64
SHA-256 checksum
How to use checksums
a081592f7d987dddaec657498afcb873c1ae7429a95585080f49d7aa078ee29f
BLAKE2b-256 checksum
How to use checksums
3eb47f6a94e66762663a204f07c32bea701561226e4c8f50a743566d8269bef9
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-cp315-cp315-win_amd64.whl
Size 3.7 MB
Tags CPython 3.15 Windows x86-64
SHA-256 checksum
How to use checksums
68fce1758f4140f6db1ecbcea9dbcffbe947e79edd87c9788c00a41e7a87c059
BLAKE2b-256 checksum
How to use checksums
a7ffa1769d2c88cd7b5e0aeccdc6ee536b816bd32a65611661b5a587383d4cef
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-cp315-cp315-win32.whl
Size 3.7 MB
Tags CPython 3.15 Windows x86-32
SHA-256 checksum
How to use checksums
1444414c4eaeccbe41fa221f3bc1450491c1dee158a5e11e3b0c4e444b6a65b3
BLAKE2b-256 checksum
How to use checksums
16032ff4d05bd7400ef3329087bc9c0a5aea83f1dd76b3bc859d72c21924e803
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
3b31add868aa21cc9c0b804ee8dbcd12170063663f8be6afcfdfad236fd569bb
BLAKE2b-256 checksum
How to use checksums
d9d9c7543f95264f85228d118e0d9b918360cddd548cfd3603c2046c81164f23
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
4e9a8cea9fa60d32366f917599d0625a4af376af2f8f0c8e1df78529bfd0d94b
BLAKE2b-256 checksum
How to use checksums
b492e7ba9faaf9a18968bca632fad70eefb04316b8ba2db0ab5bf48b5c193a6e
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
d62f6f4f47fa88e8f47ed9aa78e3667ca0c4a02f171c2cec2b3dd1514455e10f
BLAKE2b-256 checksum
How to use checksums
5f4098e627eb10143110f8b4f2fe44e8b698762f95a88b54172cd381f07b649e
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
3769f19ecff3c23f27711aa31037f3c6cd4f1eec46d73b1c95ab18a15d8ad1a9
BLAKE2b-256 checksum
How to use checksums
48705000fe9dfef0cd13e22043ab4e195d3f67dc7847976e7df825abdfc73035
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
da9b979124cacced0c93e7eba7fff336dcc2bfdb92bcac20c2f3927d5b84280b
BLAKE2b-256 checksum
How to use checksums
a06b1a14e5ad5fb90a1eb68d50c008f6de487cba610e94b3f85d43e011aff60f
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
47cf870085662adad14e5a6b25edadb631494d57b81f77ac62d9847768913d72
BLAKE2b-256 checksum
How to use checksums
76c456c4d8528181ff3d79337b3530727386a8f6822f074ab71a82e884776487
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
9d47da0211e80092b5720d0d15e01cbec6c90380e815d149edd33df2fc4babbc
BLAKE2b-256 checksum
How to use checksums
d6dfbc70aa05211688b175e9697b86c2251726ee966cd69b4c4e4fb85738ec88
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
126ca65be24cdfb7a32ba2996a08c5f720ff1e0ee32dd7bbfdcfb0ae7f9d53aa
BLAKE2b-256 checksum
How to use checksums
5bdfae007aa6f338d10348a60bc66cf41d1e378fb1efcec66ab0f0813b901e2e
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
23ae23d3b8c447f121ed3180e6fd734e543ed96928c83dd1e7c357f8c369fe9b
BLAKE2b-256 checksum
How to use checksums
f2068ac0536c6c4b023db6fca18b6511fa3b144ae2722f82740b5fa5b7c48170
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
276d6ca8e9e2f3682334e30d8a4ce1d346a34630412ebf93861d26388a4f3395
BLAKE2b-256 checksum
How to use checksums
8ec10d7a1cb8b41d0ae5826f0ba377aecbbbcfa2db2075c76c2b2cfbe69a0d9f
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
73f0eef65c6c6c8b5a49e2e8efee1f4e0002225d1b66f91ef333bd6fce793a51
BLAKE2b-256 checksum
How to use checksums
7b0536b5b2da41d7cd43c0d7cc71b847819352e1b9a699e990f63af2e73a0cd3
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
0fef91259ef9cf2319a0210a26270761182e994bafa8fa80a2fd7bf988484d84
BLAKE2b-256 checksum
How to use checksums
3996ad7ffefefd53a7ba45ca07aa07656a55ceee0370d913ccdec443c8dbd308
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
23ea845e3cf3d9a3ca77f884a98d5fcf1c0bd14e9ce09ca5ec2abba111b18d74
BLAKE2b-256 checksum
How to use checksums
015c69b6ca79899ed9f708d25db57f154931bf8170d32e4fe6add32af016d5e6
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
00f71b1906787b1e3f753fd364961ac2f7db255dfd08b4971c0d3ea37f02b40a
BLAKE2b-256 checksum
How to use checksums
780d3a9504f2df791e859e9cc97fbe2bcbbde77d3b526fda3b70e36ec30283bc
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
2c2d9257272142ed3e99b77e5e46516502054c819cf837cd6342c99235ece3e3
BLAKE2b-256 checksum
How to use checksums
004b0c09e8a5bae891391a3bf7443021347bae4e00ee646e904187afbbea5afd
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-cp314-cp314-win_arm64.whl
Size 3.6 MB
Tags CPython 3.14 Windows ARM64
SHA-256 checksum
How to use checksums
58cca30787a33e197c9f0494a3a2555a8a56554e39e616b819dc546050aca8c8
BLAKE2b-256 checksum
How to use checksums
9c1f19aab4e8f64e6ab8476f9b8e2ede955d6f6dbe785992f4138a8260d200de
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-cp314-cp314-win_amd64.whl
Size 3.6 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
58e746774050110af5b46f9e81fadd738f4fc8b7c89bee741cacb8fa4e27a7f9
BLAKE2b-256 checksum
How to use checksums
7621f32d75c503c741f3ffa287e4e5742bee8e10779cceed5ebd3e695ec4fb2a
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-cp314-cp314-win32.whl
Size 3.6 MB
Tags CPython 3.14 Windows x86-32
SHA-256 checksum
How to use checksums
75bcbf30abe6509df5e1355d025834be31bd3c5a1cb5523dab4720a12fd2f982
BLAKE2b-256 checksum
How to use checksums
cc366588ac80be7a2922b9594497b25d68c28f38fc3f880bc3db0160cc1e45e2
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
d4b53ecaf8bf63833996770fea197738f8d27ea93f4d8de57f78f276474a6852
BLAKE2b-256 checksum
How to use checksums
5c12aa8af632f5ae6dad73f2d4fbd77256421f399fdd52fb137217324bd4d9ca
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
f06456ebe70ccb52acffbdecf147991feb461a5a780581e842cbdc1e901938f4
BLAKE2b-256 checksum
How to use checksums
44f80c4173dac473d5cdb8657c9fb4346bb428862922e274545749794bdaf796
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
94c3cc4a4a0832e362c58cdb736b0f3485cae4d13d095d91f4317e5b21c2661a
BLAKE2b-256 checksum
How to use checksums
171ef590caa482582b92ee8483c61df7279689b083546ec591e327e4e614e706
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
20dbb3032930925a8a3f0092fab588ccb1390cb00d3470c0a511e9bd40bddbf1
BLAKE2b-256 checksum
How to use checksums
bcec116559637c0230a329db93ed62575fc2abdf2526dec312360ac3815591c5
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
b898772fad3a8633a78f27d967b420f2f43c38edd8ee203155ba5c2805439cbe
BLAKE2b-256 checksum
How to use checksums
09e66b84dccf0ceae50e8eeaab0d10a7c7b907894caab7011fc9e586ff2beca7
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
bde87675467b46b4612a0a530e31936e52bc337222989083321781adde014f8a
BLAKE2b-256 checksum
How to use checksums
630a77b17fc2dd405c31b252d3928cf23278be095a53b277e83daae68004a269
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-cp313-cp313-win_arm64.whl
Size 3.6 MB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
8e2559fe5e3412ef09830312cc1ceece63fa377adc6f8f48b42a8fb08d103825
BLAKE2b-256 checksum
How to use checksums
fd3e06a1e208c1fe8a998bd0395353f6e9c09e155b6cde181b4af9fd7602e9cd
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 7, 2026.

Transparency log

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

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

Transparency log

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

Download URL freeze_core-0.7.5-cp313-cp313-win32.whl
Size 3.6 MB
Tags CPython 3.13 Windows x86-32
SHA-256 checksum
How to use checksums
bcd46950e6c3622d821f01ec7d9f4d70ee248cc36e432e0c32f4875db4ffb004
BLAKE2b-256 checksum
How to use checksums
c772027e36430dfec189bcace6732d3ab6d2fd4b37e2a8cb3ca31b4823e55ea8
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
e9063e2a9358167d0a97e2f86a7861348e3f0cafbc8034ef3f4acecf43f6a091
BLAKE2b-256 checksum
How to use checksums
de66185c96051ab2f8e45b486e06856bca3d7a1b2dd6a99b14ecb777fe973f84
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
872fc1b61eea3bdb46ddcb26d8b94c6c7a4b9ef959799dc75fc3c141286ff4ac
BLAKE2b-256 checksum
How to use checksums
f8fa5fbc56a763cb10448e5a69ef7342d39887dc001d621c08e78ad5137f521b
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
85893d71ec027a583deea2cffa604f2f1fa4a729c9883d3238594e8b15107ee2
BLAKE2b-256 checksum
How to use checksums
f85b44834e893b2d08348a1ed01e6a73a703a0658d89bafad0bddd05e789a89c
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
e7e42ac8d12821bde48089dc62115a2bbff86f535fd98eab387ff5540cb4a184
BLAKE2b-256 checksum
How to use checksums
5c6ce81b129f7c9650fd88c303b9005c8e6c1c0b0f2dca6d07f076fa5c2705c6
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
4f642f70b41691abee2c5d504233c8191bcf60beaac1d40e7bd5fb610d9bb2f8
BLAKE2b-256 checksum
How to use checksums
286b0ab98e23116d283380d3a36655f2a4524cd06a505f0747011340761dfe2b
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
ec05a65e5d66778adc6d9c0d13de3a096e5505d1cede2753f0782e1169f58548
BLAKE2b-256 checksum
How to use checksums
a18ee6f55e91a55bd8134cacadbb5a054767fb00f6822cc3ab6a7edd9bbbd389
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-cp312-cp312-win_arm64.whl
Size 4.9 MB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
07d0169bc42676bc9093cce9d62464d02a01a9ca02707d4d7fac801d981c41ec
BLAKE2b-256 checksum
How to use checksums
c6e225139b19715ec6d3f2cea2a56b00f9ecc3ce9faef6b9b4557e05083521be
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-cp312-cp312-win_amd64.whl
Size 4.9 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
ec914fd2143eee020c0e185836b0cf773eed6c81a69de41efc0e3fa990f018aa
BLAKE2b-256 checksum
How to use checksums
c320a2e6af1b4bf7f134f6042b4713a0c2679ca6667a10d3c8b29684088acdbc
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-cp312-cp312-win32.whl
Size 4.9 MB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
57e349c84179b617cb56c996edf2dd3c4353230af0abc49935b3c282e5e09f91
BLAKE2b-256 checksum
How to use checksums
b977888d9fa1b5eec2fbc265abad75b9e8bc7c2cb3c9751b232ab5d322d435d3
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
67a8ba94be7c87ab16fd4aade43369315db75cf930bca8487c64bddb20dcd00a
BLAKE2b-256 checksum
How to use checksums
528b6749c0de4c102f98bcbc58c181b429f7746524bf7b3580ad460ab20203a0
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
255802ad069b8eef30b304560157b10e66895c114728f71da014b5a95442675c
BLAKE2b-256 checksum
How to use checksums
33a81f09ba8f22601389a8b091784805fe64b2cb5df81707bf2eba50d1b0e98b
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
62c0d60f7db957474a797e5ad8e48f53ad1340029b88f9e9751158bae1135536
BLAKE2b-256 checksum
How to use checksums
160629a3448f72ecec071163a78aac33c5d8361f4a5634e370fa4553d167ea1d
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
ec9e20fefd2e01e0b85204594dbd497d9f15a2f68a65ed12d047e5e46707beac
BLAKE2b-256 checksum
How to use checksums
d13707666d634c4d17a64184fad4d5f79e6acd768a4aff25b4964a59c92feaab
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
464809d636dcbaafdfa0cdf56cb54cfd4935e503277e49bc10b7db5fa6194ab9
BLAKE2b-256 checksum
How to use checksums
cb14f1d180bdb3ce765bcf5f6a4b8a472f330df5c5397205187dba529e4d403e
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
29a01b87b1b5ebb486481e38e2d3bc80d906848a10352a67725afc441480caa4
BLAKE2b-256 checksum
How to use checksums
8e45899b2301299e4196d982d74ac3b97c5248fcc2a118f869e22757b50a0241
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 7, 2026.

Transparency log

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

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

Transparency log

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

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

Transparency log

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

Download URL freeze_core-0.7.5-cp311-cp311-win32.whl
Size 5.3 MB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
e33d09d5818420f3fe71fe18e3ffbfa0467f12a8a082763a0443bfae39679e64
BLAKE2b-256 checksum
How to use checksums
91c7163a4fb456a0119d5ac895717b9259a2708c2dbf893e6cfba4242271cf77
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
6cf56bdd527fe0aced84b5cc6f17b3f040db3826528e4aabcca9dec3ff6527a1
BLAKE2b-256 checksum
How to use checksums
f50083922897d40b7fd456a94e5adb37d0c19588001f3287a6e88ba89121efc0
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
40ec750d4a6afd97d1140746511c4531669278ece03252c177689366436d62c8
BLAKE2b-256 checksum
How to use checksums
8df5779e26e0aeeed57e3df182abd2d4565cc0ac5536ae56dad2b63d4aa97faa
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
d77642c18743465d7e52544c11773a4bee28a1487a09d3ee682accbee9d3fba3
BLAKE2b-256 checksum
How to use checksums
6a6fd548433bb393c86aa692080522bae65bcb9f11d40aa7b38f8909bc435b70
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
966cd0cd07b46f8f1afc35844716df0b79cbd52bffd31a3686041e093b8c0a88
BLAKE2b-256 checksum
How to use checksums
42914911f308e8014edfb8103323c55b70afc41fb8b57643d48d8618ba2d7e79
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
6fa78966281bd5afc9dae636abff1482dd42fb6717d04350526620159218fda5
BLAKE2b-256 checksum
How to use checksums
d6dc3e0d5e4d12e571dbf78f233ae43e97c7463172353c327da6a9f8358fff85
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 7, 2026.

Transparency log

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

Download URL freeze_core-0.7.5-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
2de74684b3204a4f1ed99fb973232f0a7e1e861a70230c189bb923d424fd829a
BLAKE2b-256 checksum
How to use checksums
985d581674676337b46584b0748bc185ff3bd49e186c165d9185cc8ebc51daf7
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 7, 2026.

Transparency log

Release history Release notifications | RSS feed

0.7.6

64 release files

This release

0.7.5 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