UbiOps
Project description
ubiops
Client Library to interact with the UbiOps API (v2.1).
For more information, please visit https://ubiops.com/docs/
Requirements.
Python 3.7+
Installation
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.
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ubiops-4.6.1.tar.gz
.
File metadata
- Download URL: ubiops-4.6.1.tar.gz
- Upload date:
- Size: 187.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93f8ca6cdfb3dc16ca908681b76d8c26c6dee9877d0df9bdcc62eb2221dc4297 |
|
MD5 | c80dae6e4bb4de824459c11184605822 |
|
BLAKE2b-256 | 5a1cca694df50cb31586bc4d107b9399718b3a960ebf393ee7d8049c75f29fca |
File details
Details for the file ubiops-4.6.1-py3-none-any.whl
.
File metadata
- Download URL: ubiops-4.6.1-py3-none-any.whl
- Upload date:
- Size: 434.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59a81a41cba3a0e6490d21b4762d43597ff4163cb21b0bc322140c60d39b8431 |
|
MD5 | 7a122cfa64478c72781e2e1d9d63263a |
|
BLAKE2b-256 | 3336b38b25f73f64d00b2ac7539ca1758225116ecf70aaf5f39ed5b196968b06 |