module documentation

Tools to deal with r8 MANIFEST files.

Exception Error Undocumented
Function from_path Undocumented
Function from_text Undocumented
Function _bool Undocumented
Function _parse Undocumented
Function _plugins Undocumented
Function _str Undocumented
Function _strlist Undocumented
Function _version Undocumented
Constant _KEYS Undocumented
def from_path(path): (source)

Undocumented

def from_text(text, path): (source)

Undocumented

def _bool(val, js, path): (source)

Undocumented

def _parse(js, path): (source)

Undocumented

def _plugins(val, js, path): (source)

Undocumented

def _str(val, js, path): (source)

Undocumented

def _strlist(val, js, path): (source)

Undocumented

def _version(val, js, path): (source)

Undocumented

Undocumented

Value
[('uid', _str, None),
 ('release', _version, None),
 ('locales', _strlist, []),
 ('plugins', _plugins, []),
 ('excludePlugins', _strlist, []),
 ('withFallbackConfig', _bool, False),
 ('withStrictConfig', _bool, False)]