mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Remove/add new lines at the end of file. Signed-off-by: Teodora Sechkova <tsechkova@vmware.com>
18 lines
572 B
ReStructuredText
18 lines
572 B
ReStructuredText
Metadata API
|
|
===============
|
|
|
|
The low-level Metadata API contains two modules:
|
|
|
|
* :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).
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
tuf.api.metadata
|
|
tuf.api.serialization
|