mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
19 lines
545 B
ReStructuredText
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
|
|
|