kivera-sdk


Namekivera-sdk JSON
Version 1.30.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-18 04:33:40
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/5e/de/2a23942db59a17e2cebc04c93aa47f4fdc4d89bddc180ef9f42c07a51691/kivera-sdk-1.30.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.30.0",
    "project_urls": {
        "Homepage": "https://github.com/kivera-io/python-client"
    },
    "split_keywords": [
        "kivera",
        "graphql",
        "gql",
        "sdk",
        "client"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ede2a23942db59a17e2cebc04c93aa47f4fdc4d89bddc180ef9f42c07a51691",
                "md5": "44facbad5a67dde33496b82ccbf0ee8e",
                "sha256": "9576e1ae11b72956dec16f863b583cb07f69ca8a5d4e78be44f6e6dc5216ebe7"
            },
            "downloads": -1,
            "filename": "kivera-sdk-1.30.0.tar.gz",
            "has_sig": false,
            "md5_digest": "44facbad5a67dde33496b82ccbf0ee8e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 26388,
            "upload_time": "2024-12-18T04:33:40",
            "upload_time_iso_8601": "2024-12-18T04:33:40.898662Z",
            "url": "https://files.pythonhosted.org/packages/5e/de/2a23942db59a17e2cebc04c93aa47f4fdc4d89bddc180ef9f42c07a51691/kivera-sdk-1.30.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-18 04:33:40",
    "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.46343s