kivera-sdk


Namekivera-sdk JSON
Version 1.39.0 PyPI version JSON
download
home_pagehttps://github.com/kivera-io/python-client
SummaryPython library to interact with the Kivera Graphql API
upload_time2025-10-08 04:25:20
maintainerNone
docs_urlNone
authorKivera
requires_python>=3.6
licenseMIT License
keywords kivera graphql gql sdk client
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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())
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kivera-io/python-client",
    "name": "kivera-sdk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "kivera graphql gql sdk client",
    "author": "Kivera",
    "author_email": "support@kivera.io",
    "download_url": "https://files.pythonhosted.org/packages/96/ea/654033225b890226d0b77eeca20481c9662056f225e1bae6cb0802f667cc/kivera-sdk-1.39.0.tar.gz",
    "platform": null,
    "description": "# Kivera SDK\n\nPython library to interact with the Kivera Graphql API\n\n### Installation\n\n```\npip install kivera-sdk\n```\n\n### Example Usage\n```\nimport kivera\nimport json\n\ncreds = \"/path/to/user-api-key.json\"\nwith open(creds) as f:\n  creds_json = json.load(f)\nclient = kivera.Client(credentials=creds_json)\nprint(client.ListOrganizationPolicyFunctions())\nprint(client.ListRulesV4())\n```\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Python library to interact with the Kivera Graphql API",
    "version": "1.39.0",
    "project_urls": {
        "Homepage": "https://github.com/kivera-io/python-client"
    },
    "split_keywords": [
        "kivera",
        "graphql",
        "gql",
        "sdk",
        "client"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "96ea654033225b890226d0b77eeca20481c9662056f225e1bae6cb0802f667cc",
                "md5": "4e4ce4c57337233b9e40b4cc76f267ea",
                "sha256": "cb13061a542bf42d89e76e766f8107f527450f6ff7c99871c509836fdf6864a8"
            },
            "downloads": -1,
            "filename": "kivera-sdk-1.39.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4e4ce4c57337233b9e40b4cc76f267ea",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 28104,
            "upload_time": "2025-10-08T04:25:20",
            "upload_time_iso_8601": "2025-10-08T04:25:20.052391Z",
            "url": "https://files.pythonhosted.org/packages/96/ea/654033225b890226d0b77eeca20481c9662056f225e1bae6cb0802f667cc/kivera-sdk-1.39.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-08 04:25:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kivera-io",
    "github_project": "python-client",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "kivera-sdk"
}
        
Elapsed time: 1.69933s