quartzbio.resource.manifest module¶
- class quartzbio.resource.manifest.Manifest¶
Bases:
objectManifests aren’t strictly resources, they represent a list of remote files (URLs) with additional information that can be used for validation (size and MD5).
- add(*args)¶
Add one or more files or URLs to the manifest. If files contains a glob, it is expanded.
All files are uploaded to QuartzBio. The Upload object is used to fill the manifest.
- add_file(path, **kwargs)¶
- add_url(url, **kwargs)¶
- manifest = None¶