Crate pyoxidizerlib[][src]

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

Resolve details about the PyOxidizer execution environment.

Handle file layout of PyOxidizer projects.

Manage PyOxidizer projects.

Functionality for interacting with Python.

Defines known Python distributions.

The starlark module and related sub-modules define the Starlark dialect used to define Oxidized Python binaries.