kivera-sdk


Namekivera-sdk JSON
Version 1.33.0 PyPI version JSON
download
home_pagehttps://github.com/kivera-io/python-client
SummaryPython library to interact with the Kivera Graphql API
upload_time2025-02-25 05:01:19
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/14/50/32a79ae09c6d069d5e0f3b81b36edc6c547a9728f6c4552c31898fc1141c/kivera-sdk-1.33.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.33.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": "145032a79ae09c6d069d5e0f3b81b36edc6c547a9728f6c4552c31898fc1141c",
                "md5": "7b16b61cc8c4f5ede156c60f25a1e058",
                "sha256": "3e46ec7b040ac3a0c1b11e0766f147fd24dba2d826368f3db1f40affc1c95a53"
            },
            "downloads": -1,
            "filename": "kivera-sdk-1.33.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7b16b61cc8c4f5ede156c60f25a1e058",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 26565,
            "upload_time": "2025-02-25T05:01:19",
            "upload_time_iso_8601": "2025-02-25T05:01:19.587046Z",
            "url": "https://files.pythonhosted.org/packages/14/50/32a79ae09c6d069d5e0f3b81b36edc6c547a9728f6c4552c31898fc1141c/kivera-sdk-1.33.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-25 05:01:19",
    "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: 0.52794s