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.35.0.tar.gz
(26.9 kB
view details)
File details
Details for the file kivera-sdk-1.35.0.tar.gz.
File metadata
- Download URL: kivera-sdk-1.35.0.tar.gz
- Upload date:
- Size: 26.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7332644b5e1648416402bc511afd34ad4b61a0c80dc8ebeb18da166a9e3d80d2
|
|
| MD5 |
da7b6601284bdeb9b87f8a8c6463cc71
|
|
| BLAKE2b-256 |
40abd0bcd6c040d33c00f201ead87dc21d029ea2847431e1e91b74ac811d50fc
|