glacis 0.1.2__tar.gz → 0.1.3__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: glacis
3
- Version: 0.1.2
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
- | Starter | Contact us | Witnessed attestation, Merkle proofs |
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
 
@@ -260,10 +260,10 @@ print(result.proof_valid) # Merkle proof check (online only)
260
260
  | Tier | Price | Includes |
261
261
  |------|-------|----------|
262
262
  | Offline | Free | Local signing, "UNVERIFIED" status |
263
- | Starter | Contact us | Witnessed attestation, Merkle proofs |
263
+ | Witnessed | Free, then usage-based | Independent witness, Merkle proofs, verification URLs |
264
264
  | Enterprise | Custom | SLA, compliance exports, dedicated support |
265
265
 
266
- Get started at [glacis.io](https://glacis.io)
266
+ Get started at [docs.glacis.io](https://docs.glacis.io/sdk/python/quickstart)
267
267
 
268
268
  ## License
269
269
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "glacis"
3
- version = "0.1.2"
3
+ version = "0.1.3"
4
4
  description = "GLACIS SDK for Python - AI Compliance Attestation"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.9"
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