Closed
Description
Description of issue or feature request:
Add root metadata class to tuf.api.metadata
module and implement (de)serialisation methods (to_dict
and from_dict
) and adequate metadata update methods (see tuf.api.Signed
-subclasses for inspiration).
Current behavior:
No Root class in tuf.api.metadata
Expected behavior:
# In tuf/api/metdata.py
class Root(Signed):
...