class documentation

class ManifestV1App:

View In Hierarchy

Manifest V1 Class

Static Method validate_manifest Manifest validation helper, returns ManifestParseError if manifest has missing fields
Method __init__ Undocumented
Method handle_manifest Handle manifest from json dictionary
Method type_stringified Get stringified type of app (Need to call handle_manifest first)
Instance Variable app_description Undocumented
Instance Variable app_name Undocumented
Instance Variable app_type Undocumented
Instance Variable app_ver Undocumented
Instance Variable did_init Undocumented
Instance Variable entrypoint Undocumented
Instance Variable install_dependencies Undocumented
Instance Variable pack_id Undocumented
Instance Variable ver Undocumented
@staticmethod
def validate_manifest(manifest: dict):

Manifest validation helper, returns ManifestParseError if manifest has missing fields Args: manifest (dict): Manifest json dictionary

def __init__(self):

Undocumented

def handle_manifest(self, manifest: dict):

Handle manifest from json dictionary Args: manifest (dict): Manifest dictionary

def type_stringified(self) -> str:

Get stringified type of app (Need to call handle_manifest first) Returns: str: Stringified type of app (ex. "Dependency package")

app_description =

Undocumented

app_name =

Undocumented

app_type =

Undocumented

app_ver =

Undocumented

did_init: bool =

Undocumented

entrypoint =

Undocumented

install_dependencies =

Undocumented

pack_id =

Undocumented

ver =

Undocumented