python-tuf/tuf/api
Jussi Kukkonen 4e8738ffa5 api: Add Metadata.from_bytes()
This is essentially short-hand for
    JSONDeserializer().deserialize(data)
but seems much easier for the API user so may be worth it.

Metadata.from_file() now uses Metadata.from_bytes() internally.

Signed-off-by: Jussi Kukkonen <jkukkonen@vmware.com>
2021-04-21 09:36:34 +03:00
..
serialization Re-format tuf/api/* using black and isort 2021-03-12 11:51:55 +01:00
__init__.py tuf/api: Expose tuf.api as a package 2020-10-15 14:35:14 +01:00
metadata.py api: Add Metadata.from_bytes() 2021-04-21 09:36:34 +03:00
pylintrc Manually standardize quotes where black cannot 2021-03-17 11:57:45 +01:00