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.38.0.tar.gz
(28.1 kB
view details)
File details
Details for the file kivera-sdk-1.38.0.tar.gz.
File metadata
- Download URL: kivera-sdk-1.38.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 |
c39b6e520e5b950ccd2df84e18379e02b67b87304c7467d88e90cc91453cf467
|
|
| MD5 |
cd06c81fe591eb253b0ee1886c0f2c27
|
|
| BLAKE2b-256 |
77144c0e950adcb9e7cb3db524c224a5cc715c7e78638423aeb6a73a88551c69
|