Working with Manifests
$ python
>>> import quilt3
>>> p = quilt3.Package().set("foo.txt", "foo.txt")
>>> list(p.manifest)
<<< [
{'version': 'v0'},
{'logical_key': 'Roadmap.md',
'physical_keys': ['file:///.../foo.txt'],
'size': 1000,
'hash': None,
'meta': {}
}
]Manifest specification
Saving and loading manifests
Last updated
Was this helpful?

