python-tuf/docs/api/tuf.ngclient.rst
Teodora Sechkova e5de36f4e0
docs: Add links to the specification
Signed-off-by: Teodora Sechkova <tsechkova@vmware.com>
2021-08-25 17:06:11 +03:00

19 lines
545 B
ReStructuredText

ngclient
========
The ngclient module contains a complete TUF client library implementation.
* :doc:`tuf.ngclient.updater` implements the `detailed client workflow`_
* :doc:`tuf.ngclient.config` provides optional configuration for the updater
* :doc:`tuf.ngclient.fetcher` can be used for optional low-level network I/O control
.. toctree::
:hidden:
tuf.ngclient.updater
tuf.ngclient.config
tuf.ngclient.fetcher
.. _detailed client workflow: https://theupdateframework.github.io/specification/latest/#detailed-client-workflow