# ubiops
Client Library to interact with the [UbiOps](https://ubiops.com) API (v2.1).
For more information, please visit [https://ubiops.com/docs/](https://ubiops.com/docs/)
## Requirements.
Python 3.7+
## Installation
```sh
pip install ubiops
```
## Usage
To use the library, one has to authenticate to the UbiOps API with an API token.
Please, visit https://ubiops.com/docs/organizations/service-users for more information.
```python
import ubiops
configuration = ubiops.Configuration()
configuration.api_key['Authorization'] = 'Token <YOUR_API_KEY>'
client = ubiops.ApiClient(configuration)
api = ubiops.api.CoreApi(client)
print(api.service_status())
```
## Documentation
The library is fully documented at https://github.com/UbiOps/client-library-python/tree/master/docs.
## Examples
Jupyter notebook examples can be found at https://github.com/UbiOps/client-library-python/tree/master/examples.
## License
Ubiops is available under the Apache 2.0 license.
Raw data
{
"_id": null,
"home_page": "https://github.com/UbiOps/client-library-python.git",
"name": "ubiops",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "OpenAPI, OpenAPI-Generator, UbiOps",
"author": "UbiOps",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/8d/52/e2f30ae61415661bf51c62a3c255944ded723ce8d82870f531444e3579e9/ubiops-4.7.0.tar.gz",
"platform": null,
"description": "# ubiops\nClient Library to interact with the [UbiOps](https://ubiops.com) API (v2.1).\n\nFor more information, please visit [https://ubiops.com/docs/](https://ubiops.com/docs/)\n\n## Requirements.\n\nPython 3.7+\n\n## Installation\n\n```sh\npip install ubiops\n```\n\n## Usage\nTo use the library, one has to authenticate to the UbiOps API with an API token.\nPlease, visit https://ubiops.com/docs/organizations/service-users for more information.\n\n```python\nimport ubiops\n\nconfiguration = ubiops.Configuration()\nconfiguration.api_key['Authorization'] = 'Token <YOUR_API_KEY>'\n\nclient = ubiops.ApiClient(configuration)\n\napi = ubiops.api.CoreApi(client)\nprint(api.service_status())\n```\n\n## Documentation\nThe library is fully documented at https://github.com/UbiOps/client-library-python/tree/master/docs.\n\n\n## Examples\nJupyter notebook examples can be found at https://github.com/UbiOps/client-library-python/tree/master/examples.\n\n## License\nUbiops is available under the Apache 2.0 license.\n\n\n",
"bugtrack_url": null,
"license": "Apache 2.0",
"summary": "UbiOps",
"version": "4.7.0",
"project_urls": {
"Homepage": "https://github.com/UbiOps/client-library-python.git"
},
"split_keywords": [
"openapi",
" openapi-generator",
" ubiops"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9908b15aef5822e5ee1c51d9d2226997ca6442077807adb004e99597dfdb6e20",
"md5": "29716111e9e1492020f74a57582f8c35",
"sha256": "6a2c16dea63de28295eb28b0c8714cedc89a4f32d9e08ea5891ee76a6e34cb38"
},
"downloads": -1,
"filename": "ubiops-4.7.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "29716111e9e1492020f74a57582f8c35",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 436238,
"upload_time": "2024-12-20T08:09:02",
"upload_time_iso_8601": "2024-12-20T08:09:02.270497Z",
"url": "https://files.pythonhosted.org/packages/99/08/b15aef5822e5ee1c51d9d2226997ca6442077807adb004e99597dfdb6e20/ubiops-4.7.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8d52e2f30ae61415661bf51c62a3c255944ded723ce8d82870f531444e3579e9",
"md5": "4432b50be467ee6f7524914ea68940fe",
"sha256": "0ebb00efc6ca1c4ee38070e9cf0e4c97ea6d07767c597f39952b4cbcc6f3ce57"
},
"downloads": -1,
"filename": "ubiops-4.7.0.tar.gz",
"has_sig": false,
"md5_digest": "4432b50be467ee6f7524914ea68940fe",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 188673,
"upload_time": "2024-12-20T08:09:04",
"upload_time_iso_8601": "2024-12-20T08:09:04.681959Z",
"url": "https://files.pythonhosted.org/packages/8d/52/e2f30ae61415661bf51c62a3c255944ded723ce8d82870f531444e3579e9/ubiops-4.7.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-20 08:09:04",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "UbiOps",
"github_project": "client-library-python",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "certifi",
"specs": [
[
">=",
"14.05.14"
]
]
},
{
"name": "python_dateutil",
"specs": [
[
">=",
"2.5.3"
]
]
},
{
"name": "pyyaml",
"specs": [
[
"<",
"7.0"
]
]
},
{
"name": "setuptools",
"specs": [
[
">=",
"64.0.0"
]
]
},
{
"name": "requests",
"specs": [
[
">=",
"2.25.1"
],
[
"<",
"3.0"
]
]
},
{
"name": "requests_toolbelt",
"specs": [
[
"==",
"1.0.0"
]
]
},
{
"name": "schema",
"specs": [
[
"==",
"0.7.7"
]
]
},
{
"name": "tqdm",
"specs": [
[
">=",
"4.64.1"
]
]
}
],
"lcname": "ubiops"
}