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.1
2.2.1 - Security
- Updated third-party package dependencies to pick up upstream security and stability fixes.
For documentation and examples please see WTW Client Services.
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.1-py3-none-any.whl.
File metadata
- Download URL: wtwco_igloo-2.2.1-py3-none-any.whl
- Upload date:
- Size: 85.3 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 |
9d500d910af670585df737ec9d21794279d8f14fe21f35660b3359f1cd86d178
|
|
| MD5 |
404833d9a7b6065cdd9fa2597d82a8fd
|
|
| BLAKE2b-256 |
f9c2a09d86a0faa79559a5b5cf995491aeb1f453cad9132c60da81fb3a944c3f
|