manifest_parser module

class manifest_parser.Manifest(path=None, url=None)
exists()
class manifest_parser.ManifestParser

Bases: util.configparser.ConfigParser

add_manifest(manifest)
print_help()
search_for_package()

Reads a file and looks for package clase. Returns list of packages’ names from the file

This Page