proofbundle 0.6.0__tar.gz → 0.7.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {proofbundle-0.6.0/src/proofbundle.egg-info → proofbundle-0.7.0}/PKG-INFO +7 -3
- {proofbundle-0.6.0 → proofbundle-0.7.0}/README.md +6 -2
- {proofbundle-0.6.0 → proofbundle-0.7.0}/pyproject.toml +1 -1
- {proofbundle-0.6.0 → proofbundle-0.7.0}/src/proofbundle/__init__.py +1 -1
- {proofbundle-0.6.0 → proofbundle-0.7.0/src/proofbundle.egg-info}/PKG-INFO +7 -3
- {proofbundle-0.6.0 → proofbundle-0.7.0}/LICENSE +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/setup.cfg +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/src/proofbundle/adapters/__init__.py +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/src/proofbundle/adapters/inspect_ai.py +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/src/proofbundle/adapters/lm_eval.py +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/src/proofbundle/bundle.py +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/src/proofbundle/cli.py +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/src/proofbundle/emit.py +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/src/proofbundle/errors.py +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/src/proofbundle/evalclaim.py +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/src/proofbundle/intoto.py +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/src/proofbundle/merkle.py +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/src/proofbundle/py.typed +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/src/proofbundle/sdjwt.py +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/src/proofbundle/sdjwt_issue.py +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/src/proofbundle/signature.py +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/src/proofbundle.egg-info/SOURCES.txt +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/src/proofbundle.egg-info/dependency_links.txt +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/src/proofbundle.egg-info/entry_points.txt +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/src/proofbundle.egg-info/requires.txt +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/src/proofbundle.egg-info/top_level.txt +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/tests/test_adapters.py +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/tests/test_bundle.py +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/tests/test_cli.py +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/tests/test_cli_eval.py +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/tests/test_emit.py +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/tests/test_eval_claim_schema.py +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/tests/test_evalclaim.py +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/tests/test_intoto.py +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/tests/test_merkle.py +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/tests/test_merkle_property.py +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/tests/test_rekor_interop.py +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/tests/test_rfc6962_external_vectors.py +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/tests/test_schema.py +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/tests/test_sdjwt_issue.py +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/tests/test_sdjwt_reference.py +0 -0
- {proofbundle-0.6.0 → proofbundle-0.7.0}/tests/test_signature.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: proofbundle
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.7.0
|
|
4
4
|
Summary: Emit and verify portable cryptographic evidence bundles, offline: Ed25519 + RFC 6962 Merkle + optional SD-JWT.
|
|
5
5
|
Author: Konrad Gruszka
|
|
6
6
|
License: MIT
|
|
@@ -62,6 +62,8 @@ selectively disclosable credential. Pure Python, no server, no daemon, one JSON
|
|
|
62
62
|
[](https://github.com/astral-sh/ruff)
|
|
63
63
|
[](https://slsa.dev)
|
|
64
64
|
[-D6248A.svg)](https://pypi.org/project/proofbundle/)
|
|
65
|
+
<!-- DOI badge placeholder: Zenodo is linked and archives each release. Add the Zenodo concept-DOI badge
|
|
66
|
+
here (and the DOI to CITATION.cff) once Zenodo assigns it — it does not exist at build time. -->
|
|
65
67
|
|
|
66
68
|
</div>
|
|
67
69
|
|
|
@@ -322,8 +324,10 @@ attestation — see [SECURITY.md](SECURITY.md).
|
|
|
322
324
|
- **v0.4** — the eval-receipt emitter (`emit_eval_receipt` / `proofbundle emit-eval`),
|
|
323
325
|
salted commitments, issuer binding.
|
|
324
326
|
- **v0.5** — inspect_ai adapter (stable API), in-toto Statement v1 view, SD-JWT **issuance** (RFC 9901).
|
|
325
|
-
- **v0.6
|
|
326
|
-
|
|
327
|
+
- **v0.6** — a second eval adapter (lm-evaluation-harness, real format + provenance), INTEROP.md,
|
|
328
|
+
CITATION.cff, PEP 740 attestations documented.
|
|
329
|
+
- **v0.7 (current release)** — citability polish: ORCID in CITATION.cff, a Zenodo DOI placeholder
|
|
330
|
+
(assigned on release), and a draft in-toto ML-eval predicate proposal.
|
|
327
331
|
- **Deferred** (explicitly not yet built) — SD-JWT VC conformance + `vct` metadata,
|
|
328
332
|
Key-Binding JWT, status lists / revocation, an official in-toto PR, DSSE / a full in-toto client.
|
|
329
333
|
|
|
@@ -19,6 +19,8 @@ selectively disclosable credential. Pure Python, no server, no daemon, one JSON
|
|
|
19
19
|
[](https://github.com/astral-sh/ruff)
|
|
20
20
|
[](https://slsa.dev)
|
|
21
21
|
[-D6248A.svg)](https://pypi.org/project/proofbundle/)
|
|
22
|
+
<!-- DOI badge placeholder: Zenodo is linked and archives each release. Add the Zenodo concept-DOI badge
|
|
23
|
+
here (and the DOI to CITATION.cff) once Zenodo assigns it — it does not exist at build time. -->
|
|
22
24
|
|
|
23
25
|
</div>
|
|
24
26
|
|
|
@@ -279,8 +281,10 @@ attestation — see [SECURITY.md](SECURITY.md).
|
|
|
279
281
|
- **v0.4** — the eval-receipt emitter (`emit_eval_receipt` / `proofbundle emit-eval`),
|
|
280
282
|
salted commitments, issuer binding.
|
|
281
283
|
- **v0.5** — inspect_ai adapter (stable API), in-toto Statement v1 view, SD-JWT **issuance** (RFC 9901).
|
|
282
|
-
- **v0.6
|
|
283
|
-
|
|
284
|
+
- **v0.6** — a second eval adapter (lm-evaluation-harness, real format + provenance), INTEROP.md,
|
|
285
|
+
CITATION.cff, PEP 740 attestations documented.
|
|
286
|
+
- **v0.7 (current release)** — citability polish: ORCID in CITATION.cff, a Zenodo DOI placeholder
|
|
287
|
+
(assigned on release), and a draft in-toto ML-eval predicate proposal.
|
|
284
288
|
- **Deferred** (explicitly not yet built) — SD-JWT VC conformance + `vct` metadata,
|
|
285
289
|
Key-Binding JWT, status lists / revocation, an official in-toto PR, DSSE / a full in-toto client.
|
|
286
290
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "proofbundle"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "0.7.0"
|
|
8
8
|
description = "Emit and verify portable cryptographic evidence bundles, offline: Ed25519 + RFC 6962 Merkle + optional SD-JWT."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.9"
|
|
@@ -13,7 +13,7 @@ from .emit import emit_bundle, generate_signer
|
|
|
13
13
|
from .errors import Check, ProofBundleError, VerificationResult
|
|
14
14
|
from .merkle import verify_consistency, verify_inclusion
|
|
15
15
|
|
|
16
|
-
__version__ = "0.
|
|
16
|
+
__version__ = "0.7.0"
|
|
17
17
|
|
|
18
18
|
__all__ = [
|
|
19
19
|
"__version__",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: proofbundle
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.7.0
|
|
4
4
|
Summary: Emit and verify portable cryptographic evidence bundles, offline: Ed25519 + RFC 6962 Merkle + optional SD-JWT.
|
|
5
5
|
Author: Konrad Gruszka
|
|
6
6
|
License: MIT
|
|
@@ -62,6 +62,8 @@ selectively disclosable credential. Pure Python, no server, no daemon, one JSON
|
|
|
62
62
|
[](https://github.com/astral-sh/ruff)
|
|
63
63
|
[](https://slsa.dev)
|
|
64
64
|
[-D6248A.svg)](https://pypi.org/project/proofbundle/)
|
|
65
|
+
<!-- DOI badge placeholder: Zenodo is linked and archives each release. Add the Zenodo concept-DOI badge
|
|
66
|
+
here (and the DOI to CITATION.cff) once Zenodo assigns it — it does not exist at build time. -->
|
|
65
67
|
|
|
66
68
|
</div>
|
|
67
69
|
|
|
@@ -322,8 +324,10 @@ attestation — see [SECURITY.md](SECURITY.md).
|
|
|
322
324
|
- **v0.4** — the eval-receipt emitter (`emit_eval_receipt` / `proofbundle emit-eval`),
|
|
323
325
|
salted commitments, issuer binding.
|
|
324
326
|
- **v0.5** — inspect_ai adapter (stable API), in-toto Statement v1 view, SD-JWT **issuance** (RFC 9901).
|
|
325
|
-
- **v0.6
|
|
326
|
-
|
|
327
|
+
- **v0.6** — a second eval adapter (lm-evaluation-harness, real format + provenance), INTEROP.md,
|
|
328
|
+
CITATION.cff, PEP 740 attestations documented.
|
|
329
|
+
- **v0.7 (current release)** — citability polish: ORCID in CITATION.cff, a Zenodo DOI placeholder
|
|
330
|
+
(assigned on release), and a draft in-toto ML-eval predicate proposal.
|
|
327
331
|
- **Deferred** (explicitly not yet built) — SD-JWT VC conformance + `vct` metadata,
|
|
328
332
|
Key-Binding JWT, status lists / revocation, an official in-toto PR, DSSE / a full in-toto client.
|
|
329
333
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|