glacis 0.1.1__py3-none-any.whl → 0.1.3__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.
glacis/wasm_runtime.py
CHANGED
|
@@ -520,3 +520,14 @@ def sign_offline_attestation(
|
|
|
520
520
|
|
|
521
521
|
result: dict[str, Any] = json.loads(signed_json)
|
|
522
522
|
return result
|
|
523
|
+
|
|
524
|
+
|
|
525
|
+
def get_runtime() -> str:
|
|
526
|
+
"""
|
|
527
|
+
Get the current runtime type name.
|
|
528
|
+
|
|
529
|
+
Returns:
|
|
530
|
+
String identifying the runtime: "WasmRuntime" or "PyNaClRuntime"
|
|
531
|
+
"""
|
|
532
|
+
runtime = WasmRuntime.get_instance()
|
|
533
|
+
return type(runtime).__name__
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: glacis
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: GLACIS SDK for Python - AI Compliance Attestation
|
|
5
5
|
Project-URL: Homepage, https://glacis.io
|
|
6
6
|
Project-URL: Documentation, https://docs.glacis.io/sdk/python
|
|
@@ -309,10 +309,10 @@ print(result.proof_valid) # Merkle proof check (online only)
|
|
|
309
309
|
| Tier | Price | Includes |
|
|
310
310
|
|------|-------|----------|
|
|
311
311
|
| Offline | Free | Local signing, "UNVERIFIED" status |
|
|
312
|
-
|
|
|
312
|
+
| Witnessed | Free, then usage-based | Independent witness, Merkle proofs, verification URLs |
|
|
313
313
|
| Enterprise | Custom | SLA, compliance exports, dedicated support |
|
|
314
314
|
|
|
315
|
-
Get started at [glacis.io](https://glacis.io)
|
|
315
|
+
Get started at [docs.glacis.io](https://docs.glacis.io/sdk/python/quickstart)
|
|
316
316
|
|
|
317
317
|
## License
|
|
318
318
|
|
|
@@ -5,12 +5,12 @@ glacis/crypto.py,sha256=DiHIMGMKV616wpba0n7Niuw4t-Zz_q5ij4a7m4HDDvk,3579
|
|
|
5
5
|
glacis/models.py,sha256=S-n-anzfXJL03lENluNL0cbiXfVsPEsKZyh-dPBH93U,9792
|
|
6
6
|
glacis/storage.py,sha256=tsmlG8bAq5daN1o6I9vmppKhstURm3jcO4_oLhOiyPg,10253
|
|
7
7
|
glacis/streaming.py,sha256=hAmR4XHQixLia6awnFfCaA9hZOtCq2b-pOzgaMd3YzQ,11260
|
|
8
|
-
glacis/wasm_runtime.py,sha256=
|
|
8
|
+
glacis/wasm_runtime.py,sha256=kJeFAomzhtC8zxJYWrnexRVMedSQkz5LXGUF43_9EeQ,17697
|
|
9
9
|
glacis/integrations/__init__.py,sha256=BeLSA6eGkpBWAIbXPodgS42yD_GpQ-IuXhrgF2271Ps,353
|
|
10
10
|
glacis/integrations/anthropic.py,sha256=xJo0Dgx4Y7TK9cQPfEaBXygX0X2lZs0D_pfioZ_P6AM,6927
|
|
11
11
|
glacis/integrations/openai.py,sha256=VkLtu8iQTMiAAa2pX7byC3je8BjzYiv-8_1T7sq3J4E,6941
|
|
12
12
|
glacis/wasm/s3p_core_wasi.wasm,sha256=gGrYI6hd0VkgqCg1mLADzSJP1pEUekkS-3PKd5mdBJo,253289
|
|
13
|
-
glacis-0.1.
|
|
14
|
-
glacis-0.1.
|
|
15
|
-
glacis-0.1.
|
|
16
|
-
glacis-0.1.
|
|
13
|
+
glacis-0.1.3.dist-info/METADATA,sha256=m-FzKjthqHXt9mP8Ungm1Ljai8qn8sg4wZmQeQ0b3nQ,9621
|
|
14
|
+
glacis-0.1.3.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
15
|
+
glacis-0.1.3.dist-info/licenses/LICENSE,sha256=B7g2sM9vz4NF1poTFNMil2cnkwMFel1qUnimyvYW1sw,10766
|
|
16
|
+
glacis-0.1.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|