class documentation
class ManifestV1App:
Manifest V1 Class
Static Method | validate |
Manifest validation helper, returns ManifestParseError if manifest has missing fields |
Method | __init__ |
Undocumented |
Method | handle |
Handle manifest from json dictionary |
Method | type |
Get stringified type of app (Need to call handle_manifest first) |
Instance Variable | app |
Undocumented |
Instance Variable | app |
Undocumented |
Instance Variable | app |
Undocumented |
Instance Variable | app |
Undocumented |
Instance Variable | did |
Undocumented |
Instance Variable | entrypoint |
Undocumented |
Instance Variable | install |
Undocumented |
Instance Variable | pack |
Undocumented |
Instance Variable | ver |
Undocumented |
Manifest validation helper, returns ManifestParseError if manifest has missing fields Args: manifest (dict): Manifest json dictionary