pypif.obj.common.license module

class pypif.obj.common.license.License(name=None, description=None, url=None, tags=None, **kwargs)

Bases: pypif.obj.common.pio.Pio

Information about a license that applies to some item.

__init__(name=None, description=None, url=None, tags=None, **kwargs)

Constructor.

Parameters:
  • name – String with the name of the license.
  • description – String with the description of the license.
  • url – String with the URL to the license.
  • tags – List of strings or numbers that are tags for this object.
  • kwargs – Dictionary of fields that are not supported.
description
name
url