Skip to content

Commit 2df2695

Browse files
Update README.rst
Add paragraph to "Using TUF" section.
1 parent b9b575c commit 2df2695

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,14 @@ with TUF; upstream servers, who will largely be responsible for care and
222222
feeding of repositories; and integrators, who do the work of putting TUF
223223
into existing projects.
224224

225+
A low-level integration requires importing a single module and calling
226+
particular methods to perform updates. A high-level integration, on the
227+
other hand, can handle TUF-related updates transparently. The client
228+
populates a configuration file and the library interposes on urllib calls.
229+
Generating metadata files stored on upstream servers can be handled by the
230+
repository tool, covered in ``Creating a Repository``.
231+
232+
225233
- `Creating a Repository <https://github.com/theupdateframework/tuf/tree/develop/tuf/README.md>`_
226234

227235
- `Low-level Integration <https://github.com/theupdateframework/tuf/tree/develop/tuf/client/README.md>`_

0 commit comments

Comments
 (0)