Module licensing

Source

Structs§

LicensedComponent
Represents a software component with licensing information.
LicensedComponents
A collection of licensed components.
PackageLicenseInfo
Defines license information for a Python package.

Enums§

ComponentFlavor
Describes the type of a software component.
LicenseFlavor
The type of a license.
SourceLocation
Where source code for a component can be obtained from.

Constants§

SAFE_SYSTEM_LIBRARIES
System libraries that are safe to link against, ignoring copyleft license implications.

Functions§

derive_package_license_infos
Obtain Python package license information from an iterable of Python resources.