SBOM for {{ name }} {{ version }}
{% if summary %}{{ summary }}
{% endif %}Package Information
-
{% if author %}
- Author
- {{ author }}
- License
- {{ license }}
- Requires Python
- {{ requires_python }}
- {{ label }}
- {{ url }}
Available SBOMs
{% for wheel in wheels %}{{ wheel.filename }}
{% if wheel.attestation and wheel.attestation.status == "verified" %} Attested {% elif wheel.attestation and wheel.attestation.status == "failed" %} Failed {% endif %}Access via TEA
Use the Transparency Exchange API to fetch this SBOM programmatically:
pip install libtea
python -m libtea {{ server_root_url }} pkg:pypi/{{ name }}@{{ version }}