mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Add some missing docstrings in updater.py Signed-off-by: Teodora Sechkova <tsechkova@vmware.com> |
||
|---|---|---|
| .. | ||
| _internal | ||
| __init__.py | ||
| fetcher.py | ||
| README.md | ||
| updater.py | ||
Next-gen TUF client for Python
This package provides modules for TUF client implementers.
tuf.ngclient.Updater is a class that implements the client workflow described in the TUF specification (see https://theupdateframework.github.io/specification/latest/#detailed-client-workflow)
tuf.ngclient.FetcherInterface is an abstract class that client implementers can optionally use to integrate with their own network/download infrastructure -- a Requests-based implementation is used by default.
This package:
- Aims to be a clean, easy-to-validate reference client implementation written in modern Python
- At the same time aims to be the library choice for anyone implementing a TUF client in Python: light-weight, easy to integrate and with minimal required dependencies
- Is still under development but planned to become the default client in this code base (as in the older tuf.client will be deprecated in the future)