Expand description
Defines types representing Python resources.
Structs§
- Library
Dependency - Represents a dependency on a library.
- Python
EggFile - Represents a Python .egg file.
- Python
Extension Module - Represents a Python extension module.
- Python
Extension Module Variants - Represents a collection of variants for a given Python extension module.
- Python
Module Bytecode - Compiled Python module bytecode.
- Python
Module Bytecode From Source - Python module bytecode defined via source code.
- Python
Module Source - A Python module defined via source code.
- Python
Package Distribution Resource - Represents a file defining Python package metadata.
- Python
Package Resource - Python package resource data, agnostic of storage location.
- Python
Path Extension - Represents a Python path extension.
- Shared
Library - Represents a shared library.
Enums§
- Bytecode
Optimization Level - An optimization level for Python bytecode.
- Python
Package Distribution Resource Flavor - Represents where a Python package distribution resource is materialized.
- Python
Resource - Represents a resource that can be read by Python somehow.