# 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+. Python 3.13+ is recommended.
## Installation
```sh
pip install ubiops
```
## Troubleshooting
Python 3.10/11/12 raise a `SSLError (EOF occurred in violation of protocol)` instead of
`Request Entity Too Large (413)` for too large file uploads, see https://github.com/urllib3/urllib3/issues/2733.
## 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/bb/de/fdee678c6cfdd286f20569a1a3de99cb347a71e38e5462d49075f7e5dbf7/ubiops-4.11.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\n## Requirements\n\nPython 3.7+. Python 3.13+ is recommended.\n\n\n## Installation\n\n```sh\npip install ubiops\n```\n\n\n## Troubleshooting\n\nPython 3.10/11/12 raise a `SSLError (EOF occurred in violation of protocol)` instead of\n`Request Entity Too Large (413)` for too large file uploads, see https://github.com/urllib3/urllib3/issues/2733.\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.11.0",
"project_urls": {
"Homepage": "https://github.com/UbiOps/client-library-python.git"
},
"split_keywords": [
"openapi",
" openapi-generator",
" ubiops"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "9b39aa6af7b5e542ccf7236331bab9228b63c1dffe3d98834fb0d785d67219bd",
"md5": "e96f63894c413da503e5a4525e1be579",
"sha256": "5b1cb89c9c957e13ced4bffb1c478a7ab64024125bdb3181e240066c3f6ba58e"
},
"downloads": -1,
"filename": "ubiops-4.11.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e96f63894c413da503e5a4525e1be579",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 436079,
"upload_time": "2025-08-14T07:21:41",
"upload_time_iso_8601": "2025-08-14T07:21:41.232923Z",
"url": "https://files.pythonhosted.org/packages/9b/39/aa6af7b5e542ccf7236331bab9228b63c1dffe3d98834fb0d785d67219bd/ubiops-4.11.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bbdefdee678c6cfdd286f20569a1a3de99cb347a71e38e5462d49075f7e5dbf7",
"md5": "0f9c1c7f1779da9b119b14a88aba219a",
"sha256": "8f48c775d0c01285c55f09c6202bee6a714614ed491155ceaa6076d3d1064834"
},
"downloads": -1,
"filename": "ubiops-4.11.0.tar.gz",
"has_sig": false,
"md5_digest": "0f9c1c7f1779da9b119b14a88aba219a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 188517,
"upload_time": "2025-08-14T07:21:42",
"upload_time_iso_8601": "2025-08-14T07:21:42.441102Z",
"url": "https://files.pythonhosted.org/packages/bb/de/fdee678c6cfdd286f20569a1a3de99cb347a71e38e5462d49075f7e5dbf7/ubiops-4.11.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-14 07:21:42",
"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": [
[
"<",
"3.0"
],
[
">=",
"2.25.1"
]
]
},
{
"name": "requests_toolbelt",
"specs": [
[
"==",
"1.0.0"
]
]
},
{
"name": "schema",
"specs": [
[
"==",
"0.7.7"
]
]
},
{
"name": "tqdm",
"specs": [
[
">=",
"4.64.1"
]
]
}
],
"lcname": "ubiops"
}