:py:mod:`binaryai.license` ========================== .. py:module:: binaryai.license Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: binaryai.license.LicenseTagItem binaryai.license.LicenseTags binaryai.license.License .. py:class:: LicenseTagItem(tag_name: str, description: str) Bases: :py:obj:`json.JSONDecoder` A license tag item entity. .. py:class:: LicenseTags(permission: List[LicenseTagItem], condition: List[LicenseTagItem], forbidden: List[LicenseTagItem]) Bases: :py:obj:`json.JSONDecoder` A license tag entity. .. py:class:: License(short_name: str, full_name: str, content: str, url: str, source: str, tags: LicenseTags = None, risk: str = None, extra: str = None, is_pass: bool = None, check_reason: str = None) Bases: :py:obj:`json.JSONDecoder` A license entity.