[][src]Module pyoxidizerlib::py_packaging::resource

Structs

AppRelativeResources

Represents resources to install in an app-relative location.

BytecodeModule

Python module bytecode, agnostic of location.

ExtensionModuleData

Represents an extension module built during packaging.

PackagedModuleBytecode
PackagedModuleSource
ResourceData

Python package resource data, agnostic of storage location.

SourceModule

A Python source module agnostic of location.

Enums

BytecodeOptimizationLevel

An optimization level for Python bytecode.

DataLocation

Represents binary data that can be fetched from somewhere.

PythonResource

Represents a resource to make available to the Python interpreter.

Functions

packages_from_module_name

Resolve the set of packages present in a fully qualified module name.

packages_from_module_names

Resolve the set of packages present in a series of fully qualified module names.

resolve_path_for_module

Resolve the filesystem path for a module.