Module resource_collection

Source
Expand description

Functionality for collecting Python resources.

Structs§

CompiledResourcesCollection
Represents a finalized collection of Python resources.
PrePackagedResource
Represents a Python resource entry before it is packaged.
PythonResourceAddCollectionContext
Defines how a Python resource should be added to a PythonResourceCollector.
PythonResourceCollector
Type used to collect Python resources so they can be serialized.

Enums§

AddResourceAction
Describes the result of adding a resource to a collector.
PythonModuleBytecodeProvider
Describes how Python module bytecode will be obtained.

Functions§

populate_parent_packages
Fill in missing data on parent packages.

Type Aliases§

FileInstall
Represents a single file install.