ubiops
Client Library to interact with the UbiOps API (v2.1).
For more information, please visit https://ubiops.com/docs/
Requirements
Python 3.7+. Python 3.13+ is recommended.
Installation
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.
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.
Attribution
This software uses the library gitignorefile by Vladimir Chebotarev - see license.
Release files for ubiops 4.14.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ubiops-4.14.0.tar.gz | 214.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ubiops-4.14.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 696.2 kB
Release files / ubiops-4.14.0.tar.gz
| Download URL | ubiops-4.14.0.tar.gz |
|---|---|
| Size | 214.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
35f536bbf7710ea6b73342a3b939d122f4b873086e8876e84a716f6142b97eaf
|
|
BLAKE2b-256 checksum How to use checksums |
7dc4089467c5605cf8dee56869534b1a68c37c5fae512f8dda0615d9a891a181
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.14
|
Release files / ubiops-4.14.0-py3-none-any.whl
| Download URL | ubiops-4.14.0-py3-none-any.whl |
|---|---|
| Size | 481.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9355edd88fefd6662186ba31722ef786a73f54c1c86308e2bf91513319d91efd
|
|
BLAKE2b-256 checksum How to use checksums |
f73995dfe25b3b3f71f0ff38348763d467e6f2d964b236fddf81fdc0dcab7899
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.14
|