Expand description
Functionality for embedding and packaging Python.
PyOxidizer provides a myriad of functionality for packaging a Python distribution and embedding it in a larger binary, oftentimes an executable.
This library exposes that functionality to other tools.
Modulesยง
- environment
- Resolve details about the PyOxidizer execution environment.
- licensing
- Licensing functionality.
- project_
building - project_
layout - Handle file layout of PyOxidizer projects.
- projectmgmt
- Manage PyOxidizer projects.
- py_
packaging - Functionality for interacting with Python.
- python_
distributions - Defines known Python distributions.
- starlark
- The
starlark
module and related sub-modules define the Starlark dialect used to define Oxidized Python binaries.