pypif.obj.common.person module

class pypif.obj.common.person.Person(name=None, email=None, orcid=None, tags=None, **kwargs)

Bases: pypif.obj.common.pio.Pio

Information about a person.

__init__(name=None, email=None, orcid=None, tags=None, **kwargs)

Constructor.

Parameters:
  • name
    class:Dictionary or .Name object for the person.
  • email – String with the email address of the person.
  • orcid – String with the `ORCID <a href=”http://orcid.org”>ORCID</a>`_ identifier of the person.
  • tags – List of strings or numbers that are tags for this object.
  • kwargs – Dictionary of fields that are not supported.
email
name
orcid