mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Plan for tuf.repository is: * provides useful functionality for TUF repository-side implementations (repository applications, developer tools, etc) * is minimalistic: only features that most implementations will use should be icluded * Only example implementations will be provided in python-tuf * As more repository implementations are built using tuf.repository we can evaluate what extended functionality is useful In this PR, a single abstract class is added that provides a framework for building repository-modifying tools. In subsequent commits some examples will be added that demonstrate how to use the class. Signed-off-by: Jussi Kukkonen <jkukkonen@google.com> |
||
|---|---|---|
| .. | ||
| api | ||
| ngclient | ||
| repository | ||
| __init__.py | ||
| py.typed | ||