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
- New Auth0 authentication methods added to the
Connectionclass for Igloo Cloud systems that are configured to use Auth0 as the identity provider:from_auth0_interactivefor interactive browser-based authentication with secure credential storage.from_auth0_secretfor Machine-to-Machine authentication using OAuth 2.0 client credentials.from_auth0_private_key_jwtfor Machine-to-Machine authentication using private key JWT bearer assertions.
- Support for refresh token rotation, always preferring the system keyring for secure token storage.
- Improved performance of run result CSV comparisons.
- New example
auth0_interactive_example.pydemonstrating Auth0 interactive authentication.
2.2 - Security
- 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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0801ef3a7a376263621145dbce47dff8285c148c331329bc573a66695d43bc78
|
|
| MD5 |
f413eab5791cd210adf9726bb3c2272f
|
|
| BLAKE2b-256 |
e7845023eb80bc8831b177d1c4cda1fe93e4d4716c2617ce087e4312fc127394
|