Overview of Python-TUF APIs
developPython-TUF is a reference implementation of The Update Framework (TUF) specification v1.0. It provides three primary API layers for different use cases:
tuf.api.metadata: A low-level API designed for safe access to TUF metadata and handling (de)serialization to and from files.tuf.ngclient: A high-level client implementation built on top of the metadata API, suitable for consuming updates.tuf.repository: A library for managing repositories, built on top of the metadata API. Note: This module is currently not considered part of the stable API.