File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,16 @@ described in the TUF specification (see
77https://theupdateframework.github.io/specification/latest/#detailed-client-workflow )
88
99** tuf.ngclient.FetcherInterface** is an abstract class that client
10- implementers can optionally use to integrate with their own
11- network /download infrastructure -- a Requests-based implementation is
10+ implementers can implement a concrete class of in order to reuse their
11+ own networking /download libraries -- a Requests-based implementation is
1212used by default.
1313
1414This package:
1515* Aims to be a clean, easy-to-validate reference client implementation
1616 written in modern Python
17- * At the same time aims to be the library choice for anyone
17+ * At the same time aims to be the library of choice for anyone
1818 implementing a TUF client in Python: light-weight, easy to integrate
1919 and with minimal required dependencies
20- * Is still under development but planned to become the default client
21- in this code base (as in the older tuf.client will be deprecated in
22- the future)
20+ * Is still under development but is planned to become the default client
21+ in this implementation (i.e., the older ` tuf.client ` will be deprecated
22+ in the future)
You can’t perform that action at this time.
0 commit comments