binaryai.component ================== .. py:module:: binaryai.component Classes ------- .. autoapisummary:: binaryai.component.Component Module Contents --------------- .. py:class:: Component(name: str, version: str, description: str, summary: str, source_code_url: str) Bases: :py:obj:`object` A component entity that represents a SCA result. .. py:attribute:: name .. py:attribute:: version .. py:attribute:: description .. py:attribute:: summary .. py:attribute:: source_code_url