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.PioBase 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
Referenceobjects where information about this item is published. - contacts – List of dictionaries, strings, or
Personobjects with people that can be contacted for information about this item. - licenses – List of dictionaries, strings, or
Licenseobjects 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.
- references – List of dictionaries or
-
contacts¶
-
licenses¶
-
references¶
-