hyperunison-public-api-sdk


Namehyperunison-public-api-sdk JSON
Version 1.1.9 PyPI version JSON
download
home_pageNone
SummaryPython SDK to use public API of Unison
upload_time2024-09-10 07:02:15
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Hyperunison Python SDK

You can use this SDK to execute UQL queries via Public API.

## API keys

You will need to create API key to use the Public API. You can do it in Web interface of the site.

## The example of using

```python
from hyperunison_public_api import UnisonSDKApi
from hyperunison_public_api import Configuration

query = ''
api_key = ''
biobank_id = '1'
api = UnisonSDKApi(
    Configuration(
        host='',
    )
)
response = api.execute_cohort_request(
    api_key,
    biobank_id,
    query
)
print(response)
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "hyperunison-public-api-sdk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Konstantin Naumov <konstantin@hyperunison.com>",
    "download_url": "https://files.pythonhosted.org/packages/d8/61/89f097d72c611a3d7b35b0be58fe9e93461639378816b4879a81800d3c02/hyperunison_public_api_sdk-1.1.9.tar.gz",
    "platform": null,
    "description": "# Hyperunison Python SDK\n\nYou can use this SDK to execute UQL queries via Public API.\n\n## API keys\n\nYou will need to create API key to use the Public API. You can do it in Web interface of the site.\n\n## The example of using\n\n```python\nfrom hyperunison_public_api import UnisonSDKApi\nfrom hyperunison_public_api import Configuration\n\nquery = ''\napi_key = ''\nbiobank_id = '1'\napi = UnisonSDKApi(\n    Configuration(\n        host='',\n    )\n)\nresponse = api.execute_cohort_request(\n    api_key,\n    biobank_id,\n    query\n)\nprint(response)\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python SDK to use public API of Unison",
    "version": "1.1.9",
    "project_urls": {
        "Homepage": "https://github.com/Hyperunison/unison-sdk-python",
        "Issues": "https://github.com/Hyperunison/unison-sdk-python/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ae7101f0f73267e6ecae63397ae3b56c2ed4a0bdf990dd6c195075c2a319f1e",
                "md5": "aeae12a2f4275d5dfcdff960b1d372f5",
                "sha256": "0eb8b98203d4c234232907bcb13d78047dc7e7614df9e62a7400d61860435fed"
            },
            "downloads": -1,
            "filename": "hyperunison_public_api_sdk-1.1.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "aeae12a2f4275d5dfcdff960b1d372f5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 50086,
            "upload_time": "2024-09-10T07:02:14",
            "upload_time_iso_8601": "2024-09-10T07:02:14.588088Z",
            "url": "https://files.pythonhosted.org/packages/9a/e7/101f0f73267e6ecae63397ae3b56c2ed4a0bdf990dd6c195075c2a319f1e/hyperunison_public_api_sdk-1.1.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d86189f097d72c611a3d7b35b0be58fe9e93461639378816b4879a81800d3c02",
                "md5": "1506b7a737b38fe9d9b07b783fabfbbc",
                "sha256": "216c9904fe5b271b851e786743a1f6440794e6663dda3b8e6974164a32f002d7"
            },
            "downloads": -1,
            "filename": "hyperunison_public_api_sdk-1.1.9.tar.gz",
            "has_sig": false,
            "md5_digest": "1506b7a737b38fe9d9b07b783fabfbbc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 40499,
            "upload_time": "2024-09-10T07:02:15",
            "upload_time_iso_8601": "2024-09-10T07:02:15.846040Z",
            "url": "https://files.pythonhosted.org/packages/d8/61/89f097d72c611a3d7b35b0be58fe9e93461639378816b4879a81800d3c02/hyperunison_public_api_sdk-1.1.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-10 07:02:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Hyperunison",
    "github_project": "unison-sdk-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "hyperunison-public-api-sdk"
}
        
Elapsed time: 0.31588s