python-tuf/tuf
Jussi Kukkonen 5e17617fc5 Add repository module
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>
2022-11-28 12:13:00 +02:00
..
api fix: allow length to be zero 2022-10-12 13:02:41 +02:00
ngclient README: Remove limitations 2022-11-18 13:16:41 +02:00
repository Add repository module 2022-11-28 12:13:00 +02:00
__init__.py python-tuf 2.0.0 2022-08-16 09:36:40 +02:00
py.typed Advertize type annotations with py.typed 2021-11-11 22:34:22 +02:00