TEI is a Transparency Exchange Identifier. See GITHUB [https://github.com/CycloneDX/transparency-exchange-api/tree/main/discovery] for details.
Created by Olle E. Johansson, Edvina AB, [email protected]
usage: tei.py [--help] [-d] [-t [TEI ...]]
Tool for the TEI.
optional arguments:
--help, -h Get help with this command
-d, --debug Turn on debug output for developers
-t [TEI ...], --tei [TEI ...]
TEI URN to process
There are some examples of TEI URNs in the file example.txt
The following TEI types are supported:
Syntax:
urn:tei:uuid:<domain or host>:<uuid>
Has to be a valid UUID
Syntax:
urn:tei:uuid:<domain or host>:<purl>
Syntax:
urn:tei:swid:<domain or host>:<swid>
Note that there is a TEI SWID type as well as a PURL SWID type.
Supports the following hash values:
- SHA256
- SHA384
- SHA512
urn:tei:hash:<domain or host>:<hashtype>:<hash>
- URNParse https://pypi.org/project/urnparse/