command/ - Creates or extends setuptools commands.
bdist_mac.py - Extends setuptools to build macOS dmg or app blundle.
bdist_msi.py - Extends setuptools to build Windows installer packages.
bdist_rpm.py - Extends setuptools to create an RPM distribution.
build.py - Implements the ‘build’ command.
build_exe.py - Implements the ‘build_exe’ command.
install.py - Extends setuptools ‘install’ command.
install_exe.py - Implements the ‘install_exe’ command.
initscripts/ - Python scripts which set up the interpreter to run from
frozen code, then load the code from the zip file and set it running.
cli.py - The code behind the cxfreeze script.
common.py - Common utility functions shared between cx_Freeze modules.
dist.py - The classes and functions with which cx_Freeze extends
setuptools.
exception.py - Internal exception classes.
executable.py - Module for the Executable base class.
finder.py - Module Finder - discovers what modules are required by the
code.
freezer.py - The core class for freezing scripts into executables.
hooks.py - A collection of functions which are triggered automatically
by finder.py when certain packages are included or not found.
module.py - Base class for Module and ConstantsModule.
parser.py - Implements Parser interface to create an abstraction to
parse binary files.
winmsvcr.py - DLL list of MSVC runtimes.
winversioninfo.py - Module for the VersionInfo base class.