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