RuneGrid Universal Trust Infrastructure — Python SDK
Project description
runegrid
Official Python SDK for the RuneGrid Universal Trust Infrastructure API.
Installation
pip install runegrid
Quick Start
from runegrid.sdk import RuneGridClient
client = RuneGridClient(
base_url="https://api.runegrid.ai",
api_key="rg_live_...",
)
result = client.verify(
person_id="uuid",
claim_type="employment",
claim={
"employer_name": "Salesforce",
"start_date": "2021-01",
},
)
print(result.confidence_score)
Documentation
Support
License
MIT — see LICENSE
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
runegrid-1.0.0.tar.gz
(2.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file runegrid-1.0.0.tar.gz.
File metadata
- Download URL: runegrid-1.0.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39203ddf65bb33933fe80d338be707e4ac68a6b5258a8d8a46790c1a14319aae
|
|
| MD5 |
d7047796dc3bfcc5689aa36b7890520e
|
|
| BLAKE2b-256 |
5aa21e6fb793475761bc5a91fe91a16d655d1bb6db8bb90ce24ef013943b954d
|
File details
Details for the file runegrid-1.0.0-py3-none-any.whl.
File metadata
- Download URL: runegrid-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3236e78e1acf27c0cf62ccef70c9fab454da2e8918444b8caf7b728bbea6115
|
|
| MD5 |
187d9f34618509a3fc01f41f168fe3e2
|
|
| BLAKE2b-256 |
f28011fb54124ceb352dba2713ea423c60db9232cd2d16b322d3842eb4c54506
|