Registry / devops / freeze-core

freeze-core

JSON →
library0.6.1pypypi✓ verified 34d ago

Core dependency for cx_Freeze, providing shared utilities and hooks for building frozen executables. Current version 0.6.1, released on 2026-04-21. Active development with monthly or bimonthly releases.

devops
Install & Compatibility
Where this runs
tested against v0.6.1 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
glibc
py 3.10
✕ build_error
✓ 2.2s
py 3.11
✓ —
✓ 2.7s
py 3.12
✓ —
✓ 2s
py 3.13
✓ —
✓ 2s
py 3.9
✕ build_error
✓ 4.6s
51MB installed
● package 51MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Hyphen in package name, underscore in import

import freeze_core

Public API for resources

from freeze_core import Resource

Basic usage of freeze-core to list resources.

import freeze_core # Example: list resources for resource in freeze_core.Resource.list(): print(resource)
Debug
Known footguns
gotchaPackage name with hyphen (freeze-core) vs import with underscore (freeze_core). Importing freeze-core instead of freeze_core raises ModuleNotFoundError.
gotchafreeze-core is a core dependency for cx_Freeze; it is not meant to be used directly in most applications. Using it as a standalone tool may result in incomplete functionality.
breakingIn version 0.5.0, the internal module name changed, breaking direct imports of old internal modules like `freeze_core.old_module`.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
15 hits · last 30 days
gptbot
4
amazonbot
4
ahrefsbot
3
claudebot
3
script
1
Resources