File: tuf.api.metadata.supporting.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 (30 lines) | stat: -rw-r--r-- 716 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
21
22
23
24
25
26
27
28
29
30
Supporting classes
---------------------------------

The Metadata API includes multiple classes that are used by the top-level
ones (Root, Timestamp, Snapshot, Targets):

.. autosummary::
   :nosignatures:

   tuf.api.metadata.DelegatedRole
   tuf.api.metadata.Delegations
   tuf.api.metadata.Key
   tuf.api.metadata.MetaFile
   tuf.api.metadata.Role
   tuf.api.metadata.TargetFile
   tuf.api.metadata.SuccinctRoles

.. autoclass:: tuf.api.metadata.DelegatedRole

.. autoclass:: tuf.api.metadata.Delegations

.. autoclass:: tuf.api.metadata.Key

.. autoclass:: tuf.api.metadata.MetaFile

.. autoclass:: tuf.api.metadata.Role

.. autoclass:: tuf.api.metadata.TargetFile

.. autoclass:: tuf.api.metadata.SuccinctRoles