We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91291c0 commit cafa390Copy full SHA for cafa390
src/pypi_attestation_models/__init__.py
@@ -7,6 +7,7 @@
7
AttestationPayload,
8
ConversionError,
9
InvalidAttestationError,
10
+ TransparencyLogEntry,
11
VerificationMaterial,
12
pypi_to_sigstore,
13
sigstore_to_pypi,
@@ -17,6 +18,7 @@
17
18
"AttestationPayload",
19
"ConversionError",
20
"InvalidAttestationError",
21
+ "TransparencyLogEntry",
22
"VerificationMaterial",
23
"pypi_to_sigstore",
24
"sigstore_to_pypi",
0 commit comments