kivera-sdk


Namekivera-sdk JSON
Version 1.8.0 PyPI version JSON
download
home_pagehttps://github.com/kivera-io/python-client
SummaryPython library to interact with the Kivera Graphql API
upload_time2024-04-05 00:17:36
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/e1/f6/30b971e7786085b9277b7f27f3a92fb3837acd60d1cd6534ca7d5614570f/kivera-sdk-1.8.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.8.0",
    "project_urls": {
        "Homepage": "https://github.com/kivera-io/python-client"
    },
    "split_keywords": [
        "kivera",
        "graphql",
        "gql",
        "sdk",
        "client"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1f630b971e7786085b9277b7f27f3a92fb3837acd60d1cd6534ca7d5614570f",
                "md5": "e005e4a492e48117018fece1c18cbc20",
                "sha256": "362d64bd1fe07967629f5e88d1bda097cbf223d5d2f37635d747927fef1c233d"
            },
            "downloads": -1,
            "filename": "kivera-sdk-1.8.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e005e4a492e48117018fece1c18cbc20",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 28640,
            "upload_time": "2024-04-05T00:17:36",
            "upload_time_iso_8601": "2024-04-05T00:17:36.923037Z",
            "url": "https://files.pythonhosted.org/packages/e1/f6/30b971e7786085b9277b7f27f3a92fb3837acd60d1cd6534ca7d5614570f/kivera-sdk-1.8.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-05 00:17:36",
    "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.21848s