Expand description
Resolve details about the PyOxidizer execution environment.
Structs§
- Environment
- Describes the PyOxidizer run-time environment.
- Rust
Environment - Represents an available Rust toolchain.
Enums§
- PyOxidizer
Source - Describes the location of the PyOxidizer source files.
Constants§
- PYOXIDIZER_
VERSION - Version string of PyOxidizer.
- RUST_
TOOLCHAIN_ VERSION - Version of Rust toolchain to use for our managed Rust install.
Statics§
- BUILD_
GIT_ COMMIT - Git commit this build of PyOxidizer was produced with.
- BUILD_
GIT_ REPO_ PATH - Filesystem path to Git repository we were built from.
- BUILD_
GIT_ TAG - The Git tag we are built against.
- GIT_
SOURCE - Defines the source of this install from Git data embedded in the binary.
- LINUX_
TARGET_ TRIPLES - Target triples for Linux.
- MACOS_
TARGET_ TRIPLES - Target triples for macOS.
- MINIMUM_
RUST_ VERSION - Minimum version of Rust required to build PyOxidizer applications.
- WINDOWS_
TARGET_ TRIPLES - Target triples for Windows.
Functions§
- canonicalize_
path - default_
target_ triple - The default target triple to build for.