Skip to main content

Python SDK for Igloo Cloud

Project description

Igloo Python Connector

Igloo Python Connector is a Python wrapper for the Igloo Cloud API. It also provides additional useful methods and examples.

Installation

To install the latest version of Python, please visit the official website. Note, this package supports Python 3.10 and above.

We recommend installing this package inside a Python virtual environment. For more information, see the virtual environment documentation.

Once created, please activate your virtual environment and install the Igloo Python Connector package using the following command:

pip install wtwco-igloo

You should now be able to import the package in your Python code:

import wtwco_igloo

Connecting to the API

Connect to the API using interactive token:

from wtwco_igloo import Connection

connection = Connection.from_interactive_token(api_url, client_id, tenant_id)

# View your workspaces
print(connection.get_workspaces())

Documentation and Examples

For documentation and examples please see WTW Client Services.

Release Notes

2.2

2.2 - Improvements

  1. New Auth0 authentication methods added to the Connection class for Igloo Cloud systems that are configured to use Auth0 as the identity provider:
    • from_auth0_interactive for interactive browser-based authentication with secure credential storage.
    • from_auth0_secret for Machine-to-Machine authentication using OAuth 2.0 client credentials.
    • from_auth0_private_key_jwt for Machine-to-Machine authentication using private key JWT bearer assertions.
  2. Support for refresh token rotation, always preferring the system keyring for secure token storage.
  3. Improved performance of run result CSV comparisons.
  4. New example auth0_interactive_example.py demonstrating Auth0 interactive authentication.

2.2 - Security

  1. Updated third-party package dependencies to pick up upstream security and stability fixes.

For documentation and examples please see WTW Client Services.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wtwco_igloo-2.2.0-py3-none-any.whl (85.6 kB view details)

Uploaded Python 3

File details

Details for the file wtwco_igloo-2.2.0-py3-none-any.whl.

File metadata

  • Download URL: wtwco_igloo-2.2.0-py3-none-any.whl
  • Upload date:
  • Size: 85.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.2

File hashes

Hashes for wtwco_igloo-2.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0801ef3a7a376263621145dbce47dff8285c148c331329bc573a66695d43bc78
MD5 f413eab5791cd210adf9726bb3c2272f
BLAKE2b-256 e7845023eb80bc8831b177d1c4cda1fe93e4d4716c2617ce087e4312fc127394

See more details on using hashes here.

Supported by

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