mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Update README.rst
Add paragraph to "Using TUF" section.
This commit is contained in:
parent
b9b575c0e0
commit
2df2695f93
1 changed files with 8 additions and 0 deletions
|
|
@ -222,6 +222,14 @@ with TUF; upstream servers, who will largely be responsible for care and
|
|||
feeding of repositories; and integrators, who do the work of putting TUF
|
||||
into existing projects.
|
||||
|
||||
A low-level integration requires importing a single module and calling
|
||||
particular methods to perform updates. A high-level integration, on the
|
||||
other hand, can handle TUF-related updates transparently. The client
|
||||
populates a configuration file and the library interposes on urllib calls.
|
||||
Generating metadata files stored on upstream servers can be handled by the
|
||||
repository tool, covered in ``Creating a Repository``.
|
||||
|
||||
|
||||
- `Creating a Repository <https://github.com/theupdateframework/tuf/tree/develop/tuf/README.md>`_
|
||||
|
||||
- `Low-level Integration <https://github.com/theupdateframework/tuf/tree/develop/tuf/client/README.md>`_
|
||||
|
|
|
|||
Loading…
Reference in a new issue