[][src]Module python_packaging::resource

Defines types representing Python resources.

Structs

FileData

Represents an arbitrary, unclassified file.

LibraryDependency

Represents a dependency on a library.

PythonEggFile

Represents a Python .egg file.

PythonExtensionModule

Represents a Python extension module.

PythonExtensionModuleVariants

Represents a collection of variants for a given Python extension module.

PythonModuleBytecode

Compiled Python module bytecode.

PythonModuleBytecodeFromSource

Python module bytecode defined via source code.

PythonModuleSource

A Python module defined via source code.

PythonPackageDistributionResource

Represents a file defining Python package metadata.

PythonPackageResource

Python package resource data, agnostic of storage location.

PythonPathExtension

Represents a Python path extension.

SharedLibrary

Represents a shared library.

Enums

BytecodeOptimizationLevel

An optimization level for Python bytecode.

DataLocation

Represents an abstract location for binary data.

PythonPackageDistributionResourceFlavor

Represents where a Python package distribution resource is materialized.

PythonResource

Represents a resource that can be read by Python somehow.