Product

class pytw.product.Product(product_json)[source]

Product object Consists of {name, version, vendor} fields

get_name()[source]

:Returns the name of the product

get_vendor()[source]

:Returns the name of the vendor for the product

get_version()[source]

:Returns the version of the product

to_json()[source]

:Returns JSON representation of the object