provetrail 0.0.1__py3-none-any.whl

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.
provetrail/__init__.py ADDED
@@ -0,0 +1,15 @@
1
+ """Provetrail: official verifier and tooling (placeholder).
2
+
3
+ The reference implementation is in progress. This package currently reserves
4
+ the canonical name and points to the specification. See https://provetrail.org
5
+ and https://github.com/ionalpha/provetrail for the specification and the
6
+ conformance suite.
7
+
8
+ When the cryptographic layer of the standard lands, this package will verify
9
+ Provetrail records against the published conformance vectors.
10
+ """
11
+
12
+ __version__ = "0.0.1"
13
+
14
+ STATUS = "draft"
15
+ SPEC_URL = "https://github.com/ionalpha/provetrail"
@@ -0,0 +1,44 @@
1
+ Metadata-Version: 2.4
2
+ Name: provetrail
3
+ Version: 0.0.1
4
+ Summary: Official verifier and tooling for the Provetrail standard (verifiable execution provenance). Reference implementation in progress.
5
+ Project-URL: Homepage, https://provetrail.org
6
+ Project-URL: Repository, https://github.com/ionalpha/provetrail
7
+ Project-URL: Issues, https://github.com/ionalpha/provetrail/issues
8
+ Author-email: Ion Alpha <contact@ionalpha.io>
9
+ License: Apache-2.0
10
+ Keywords: agents,attestation,audit,provenance,provetrail,transparency-log,verifiable-execution
11
+ Classifier: Development Status :: 2 - Pre-Alpha
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: License :: OSI Approved :: Apache Software License
14
+ Classifier: Topic :: Security :: Cryptography
15
+ Classifier: Topic :: Software Development :: Libraries
16
+ Requires-Python: >=3.9
17
+ Description-Content-Type: text/markdown
18
+
19
+ # provetrail
20
+
21
+ Official verifier and tooling for **Provetrail**, an open standard for verifiable execution provenance.
22
+
23
+ > **Status: placeholder (`0.0.x`).** The reference implementation is in progress. This package reserves the canonical name and points to the specification. It does not yet verify records.
24
+
25
+ ## What Provetrail is
26
+
27
+ A portable, third-party-verifiable record of what an agent did, in what order, and under what governance, anchored to an append-only, tamper-evident event log.
28
+
29
+ - Specification and conformance suite: https://github.com/ionalpha/provetrail
30
+ - Project home: https://provetrail.org
31
+
32
+ ## Install
33
+
34
+ ```
35
+ pip install provetrail
36
+ ```
37
+
38
+ ## Status
39
+
40
+ When the cryptographic layer of the standard lands, this package will provide a verifier that checks Provetrail records across the structural, cryptographic, transparency, and governance tiers against the published conformance vectors. Until then it is a name reservation with a pointer to the standard.
41
+
42
+ ## License
43
+
44
+ Apache-2.0. The specification prose is CC-BY-4.0. Provetrail is a trademark of Ion Alpha.
@@ -0,0 +1,4 @@
1
+ provetrail/__init__.py,sha256=aafDTsSTW7PqZrsFW14XgELybydnfzqraFzY0JGEckI,546
2
+ provetrail-0.0.1.dist-info/METADATA,sha256=WVcNpvYZUHP7ZZpYQWMcnIgTeHV20zyPWJPIt8oR5G8,1924
3
+ provetrail-0.0.1.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
4
+ provetrail-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.30.1
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any