Product#

stixpy.product.Product = <stixpy.product.product_factory.ProductFactory object>#

A factory for generating stix data products

Parameters:

*inputs – Inputs to parse for map objects. See the examples section for a detailed list of accepted inputs.

Returns:

  • stixpy.product.Product – If the input results in a singular product, then that is returned.

  • list of Product – If multiple inputs a list of Product objects will be returned.

Examples