import seedcase_sprout as sp
print(sp.LicenseProperties())
LicenseProperties(name=None, path=None, title=None)
The license(s) under which the package or resource is provided.
Creates a dataclass object with all the necessary properties for a license, so that it can be added to the licenses
field of a PackageProperties
object.
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.