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 🚧
ContributorProperties
core.ContributorProperties(self,
str | None = None,
title: str | None = None,
path: str | None = None,
email: str | None = None,
given_name: str | None = None,
family_name: str | None = None,
organization: list[str] | None = None,
roles: )
The people or organizations who contributed to this data package.
Attributes
title : str | None
-
The name of the contributor.
path : str | None
-
A fully qualified URL pointing to a relevant location online for the contributor.
email : str | None
-
An email address.
given_name : str | None
-
The name a person has been given, if the contributor is a person.
family_name : str | None
-
The familial name that a person inherits, if the contributor is a person.
organization : str | None
-
An organizational affiliation for this contributor.
roles : list[str] | None
-
An array of strings describing the roles of the contributor.
Methods
Name | Description |
---|---|
default | Creates an instance with default values. |
default
core.ContributorProperties.default()
Creates an instance with default values.
Returns
: Self
-
A ContributorProperties object with default values