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.37.0.tar.gz
(28.3 kB
view details)
File details
Details for the file kivera-sdk-1.37.0.tar.gz.
File metadata
- Download URL: kivera-sdk-1.37.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 |
57c6396319c181c506b98769f8003af42c3b9a8a28a8ac470c4ffdede2b5ef72
|
|
| MD5 |
bb20a1718854dc47184a9cfe8ddce53e
|
|
| BLAKE2b-256 |
e630064a50abccc92ed1e0e21ac7e2753a44effc36f6544fa4ae469f445800c4
|