File: index.rst

package info (click to toggle)
python-tuf 6.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,300 kB
  • sloc: python: 7,738; makefile: 8
file content (20 lines) | stat: -rw-r--r-- 708 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TUF Developer Documentation
===========================

This documentation provides essential information for those developing software
with the `Python reference implementation of The Update Framework (TUF)
<https://github.com/theupdateframework/python-tuf>`_.

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.

.. toctree::
   :maxdepth: 1
   :caption: Contents:

   api/api-reference
   INSTALLATION
   Usage examples <https://github.com/theupdateframework/python-tuf/tree/develop/examples>
   Contribute <CONTRIBUTING>