pypif.obj.common.software module

class pypif.obj.common.software.Software(name=None, version=None, producer=None, url=None, tags=None, **kwargs)

Bases: pypif.obj.common.pio.Pio

Information about a software application.

__init__(name=None, version=None, producer=None, url=None, tags=None, **kwargs)

Constructor.

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