Expand description

Defines types representing Python resources.

Structs

Represents a dependency on a library.
Represents a Python .egg file.
Represents a Python extension module.
Represents a collection of variants for a given Python extension module.
Compiled Python module bytecode.
Python module bytecode defined via source code.
A Python module defined via source code.
Represents a file defining Python package metadata.
Python package resource data, agnostic of storage location.
Represents a Python path extension.
Represents a shared library.

Enums

An optimization level for Python bytecode.
Represents where a Python package distribution resource is materialized.
Represents a resource that can be read by Python somehow.