Skip to main content

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.5+

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ubiops-3.7.0.tar.gz (153.9 kB view hashes)

Uploaded Source

Built Distribution

ubiops-3.7.0-py3-none-any.whl (321.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page