Configuration Files¶
PyOxidizer uses Starlark files to configure run-time behavior.
Starlark is a dialect of Python intended to be used as a configuration language and the syntax should be familiar to any Python programmer.
This documentation section contains both a high-level overview of the configuration files and their semantics as well as low-level documentation for every type and function in the Starlark dialect.
- Automatic File Location Strategy
- Concepts
- Resource Attributes Influencing Adding
- Global Symbols
- Functions for Manipulating Global State
- Functions for Managing Targets
- Extensions to Tugger’s Starlark Dialect
File
PythonDistribution
PythonEmbeddedResources
PythonExecutable
PythonExtensionModule
PythonInterpreterConfig
PythonModuleSource
PythonPackageResource
PythonPackageDistributionResource
PythonPackagingPolicy