jsonpack

Manifest

A class used to describe a manifest.json file.

Example Code

jsonpack.Manifest(name, description, uuid)

Arguments

Argument Description
name Name of the pack.
description Description of the pack.
uuid UUID of this pack.
scripts A list of scripts.
version The packs version.
path This packs path.
modules This of modules this pack uses.
dependencies List of pack dependencies.
__file__ File path to the loaded manifest.json

Methods