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())
Release files for kivera-sdk 1.40.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| kivera-sdk-1.40.0.tar.gz | 28.1 kB | Details |
Release files / kivera-sdk-1.40.0.tar.gz
| Download URL | kivera-sdk-1.40.0.tar.gz |
|---|---|
| Size | 28.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f4a890d9ef64e94e20230aa426a1c0a3c326c93edf4450476fa3629a3c52d9d0
|
|
BLAKE2b-256 checksum How to use checksums |
7af84b050366918dbbb6c232d5f179160946a5fe9e613443bddcfb1a24d5adb1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.13
|