Warning

🚧 Sprout is still in active development and evolving quickly, so the documentation and functionality may not work as described and could undergo substantial changes 🚧

LicenseProperties

core.LicenseProperties(
    self,
    name: str | None = None,
    path: str | None = None,
    title: str | None = None,
)

The license(s) under which the package or resource is provided.

Attributes

name : str | None

Must be an Open Definition license identifier, see http://licenses.opendefinition.org/

path : str | None

A fully qualified URL, or a POSIX file path.

title : str | None

A human-readable title.

Methods

Name Description
default Creates an instance with default values.

default

core.LicenseProperties.default()

Creates an instance with default values.

Returns

: Self

A LicenseProperties object with default values