pypif.obj.common.rcl module

class pypif.obj.common.rcl.Rcl(references=None, contacts=None, licenses=None, tags=None, **kwargs)

Bases: pypif.obj.common.pio.Pio

Base class for any objects that contain reference, contact, and license information.

__init__(references=None, contacts=None, licenses=None, tags=None, **kwargs)

Constructor.

Parameters:
  • references – List of dictionaries or Reference objects where information about this item is published.
  • contacts – List of dictionaries, strings, or Person objects with people that can be contacted for information about this item.
  • licenses – List of dictionaries, strings, or License objects with licensing information for this item.
  • tags – List of strings or numbers that are tags for this object.
  • kwargs – Dictionary of fields that are not supported.
contacts
licenses
references