kivera-sdk


Namekivera-sdk JSON
Version 1.32.0 PyPI version JSON
download
home_pagehttps://github.com/kivera-io/python-client
SummaryPython library to interact with the Kivera Graphql API
upload_time2024-12-20 03:08:00
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/48/2d/e816cc843159e0aa9ee0ca378e7bd912fb68c290a217429da06985a10ce0/kivera-sdk-1.32.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.32.0",
    "project_urls": {
        "Homepage": "https://github.com/kivera-io/python-client"
    },
    "split_keywords": [
        "kivera",
        "graphql",
        "gql",
        "sdk",
        "client"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "482de816cc843159e0aa9ee0ca378e7bd912fb68c290a217429da06985a10ce0",
                "md5": "fbec2288132a38561ae46cb6734ec4b8",
                "sha256": "93fd61c0f0b46cc44c9c62c034fe989a477867a9d0cbd4c905c7fb0788da79c4"
            },
            "downloads": -1,
            "filename": "kivera-sdk-1.32.0.tar.gz",
            "has_sig": false,
            "md5_digest": "fbec2288132a38561ae46cb6734ec4b8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 26472,
            "upload_time": "2024-12-20T03:08:00",
            "upload_time_iso_8601": "2024-12-20T03:08:00.896585Z",
            "url": "https://files.pythonhosted.org/packages/48/2d/e816cc843159e0aa9ee0ca378e7bd912fb68c290a217429da06985a10ce0/kivera-sdk-1.32.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-20 03:08:00",
    "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.44717s