2021-08-19 13:14:57 +00:00
|
|
|
ngclient
|
|
|
|
|
========
|
2021-08-09 12:23:54 +00:00
|
|
|
|
2021-08-23 07:46:25 +00:00
|
|
|
The ngclient module contains a complete TUF client library implementation.
|
|
|
|
|
|
2021-08-25 13:59:31 +00:00
|
|
|
* :doc:`tuf.ngclient.updater` implements the `detailed client workflow`_
|
2021-08-23 07:46:25 +00:00
|
|
|
* :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
|
|
|
|
|
|
|
|
|
|
|
2021-08-09 12:23:54 +00:00
|
|
|
.. toctree::
|
2021-08-23 07:46:25 +00:00
|
|
|
:hidden:
|
2021-08-09 12:23:54 +00:00
|
|
|
|
|
|
|
|
tuf.ngclient.updater
|
|
|
|
|
tuf.ngclient.config
|
|
|
|
|
tuf.ngclient.fetcher
|
|
|
|
|
|
2021-08-25 13:59:31 +00:00
|
|
|
.. _detailed client workflow: https://theupdateframework.github.io/specification/latest/#detailed-client-workflow
|
|
|
|
|
|