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.40.0.tar.gz
(28.1 kB
view details)
File details
Details for the file kivera-sdk-1.40.0.tar.gz.
File metadata
- Download URL: kivera-sdk-1.40.0.tar.gz
- Upload date:
- Size: 28.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4a890d9ef64e94e20230aa426a1c0a3c326c93edf4450476fa3629a3c52d9d0
|
|
| MD5 |
f9d2f87ac506e7cbc05469e9691f53ea
|
|
| BLAKE2b-256 |
7af84b050366918dbbb6c232d5f179160946a5fe9e613443bddcfb1a24d5adb1
|