python-tuf/tuf/api
Lukas Puehringer f8fc5e263b Reduce JSON-bias in metadata class model
Clarify that the TUF metadata class model is not bound to a JSON
wireline format by:

- re-wording module, class and method docstrings and code comments
  to add details about custom and default serialization and the
  purpose of from/to_dict methods, and

- removing the 'JsonDict' type annotation -- instead we use
  generic Mapping[str, Any] for method arguments and strict
  Dict[str, Any] as return value as suggested in
  https://docs.python.org/3/library/typing.html#typing.Dict

Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
2021-03-10 09:44:38 +01:00
..
serialization Rename a few variables in tuf.api 2021-03-10 09:44:30 +01:00
__init__.py tuf/api: Expose tuf.api as a package 2020-10-15 14:35:14 +01:00
metadata.py Reduce JSON-bias in metadata class model 2021-03-10 09:44:38 +01:00
pylintrc Revert "Move to/from_dict metadata API methods..." 2021-03-04 12:46:16 +01:00