2025-03-14 12:51:59 +00:00
|
|
|
Python-TUF |version| Developer Documentation
|
|
|
|
|
=======================================================================
|
2021-08-09 12:23:54 +00:00
|
|
|
|
2021-08-19 13:14:57 +00:00
|
|
|
This documentation provides essential information for those developing software
|
|
|
|
|
with the `Python reference implementation of The Update Framework (TUF)
|
2021-09-01 10:14:55 +00:00
|
|
|
<https://github.com/theupdateframework/python-tuf>`_.
|
2021-08-09 12:23:54 +00:00
|
|
|
|
2021-08-19 13:14:57 +00:00
|
|
|
The reference implementation provides easy-to-use components for Python
|
|
|
|
|
developers but also aims to be a readable guide and demonstration for those
|
|
|
|
|
working on implementing TUF in their own languages, environments, or update
|
|
|
|
|
systems.
|
2021-08-09 12:23:54 +00:00
|
|
|
|
|
|
|
|
.. toctree::
|
2021-08-19 13:14:57 +00:00
|
|
|
:maxdepth: 1
|
2021-08-09 12:23:54 +00:00
|
|
|
:caption: Contents:
|
2022-01-13 16:55:30 +00:00
|
|
|
|
2021-08-20 12:52:57 +00:00
|
|
|
api/api-reference
|
2022-01-13 16:51:37 +00:00
|
|
|
INSTALLATION
|
|
|
|
|
Usage examples <https://github.com/theupdateframework/python-tuf/tree/develop/examples>
|
2022-02-09 16:47:12 +00:00
|
|
|
Contribute <CONTRIBUTING>
|