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 | NoneMust be an Open Definition license identifier, see http://licenses.opendefinition.org/
path : str | NoneA fully qualified URL, or a POSIX file path.
title : str | NoneA human-readable title.