Python library to interact with the Kivera Graphql API
Project description
Kivera SDK
Python library to interact with the Kivera Graphql API
Installation
pip install kivera-sdk
Example Usage
import kivera
import json
creds = "/path/to/user-api-key.json"
with open(creds) as f:
creds_json = json.load(f)
client = kivera.Client(credentials=creds_json)
print(client.ListOrganizationPolicyFunctions())
print(client.ListRulesV4())
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
kivera-sdk-1.31.0.tar.gz
(26.5 kB
view details)
File details
Details for the file kivera-sdk-1.31.0.tar.gz.
File metadata
- Download URL: kivera-sdk-1.31.0.tar.gz
- Upload date:
- Size: 26.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6586d572a14f0e2ffaaf5980e4962a0558a7d774b3909eabad0ffb5d94579a8
|
|
| MD5 |
186acfa98ec5436ad7a149bd726332a1
|
|
| BLAKE2b-256 |
74e03b5fbb7022d0d1fad09326f340853b392675931aab214dc6fd6c0049c1d3
|