2021-08-09 12:23:54 +00:00
|
|
|
Metadata API
|
|
|
|
|
===============
|
|
|
|
|
|
2021-08-23 07:34:02 +00:00
|
|
|
The low-level Metadata API contains two modules:
|
2021-08-09 12:23:54 +00:00
|
|
|
|
2021-08-25 14:00:05 +00:00
|
|
|
* :doc:`tuf.api.metadata` contains the actual Metadata abstraction
|
|
|
|
|
that higher level libraries and application code should use to interact
|
|
|
|
|
with TUF metadata. This abstraction provides safe reading and writing to
|
|
|
|
|
supported file formats and helper functions for accessing and modifying
|
|
|
|
|
the metadata contents.
|
|
|
|
|
* :doc:`tuf.api.serialization` covers serializing the metadata into
|
|
|
|
|
specific wire formats (like json).
|
2021-08-09 12:23:54 +00:00
|
|
|
|
2021-08-23 07:34:02 +00:00
|
|
|
.. toctree::
|
|
|
|
|
:hidden:
|
2021-08-09 12:23:54 +00:00
|
|
|
|
2021-08-23 07:34:02 +00:00
|
|
|
tuf.api.metadata
|
|
|
|
|
tuf.api.serialization
|