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.
pip install freeze-coreVerified import paths — ran on the pinned version, not inferred.
Basic usage of freeze-core to list resources.
Use `import freeze_core`.
Install cx_Freeze instead if you want to freeze applications; freeze-core is pulled automatically.
Use only public API from freeze_core top-level module.
Use `import freeze_core` instead of `import freeze-core`.
Check if the symbol exists in your version: `dir(freeze_core)`. For version >=0.5.0, use `from freeze_core import ...` as documented.