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
Note, we assume you have Python 3.9 or later already installed on your machine. If not, please download and install the latest version of Python from the official website. Also note, we recommend that you perform the installation within a Python virtual environment. See here for more info.
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 with device code flow:
from wtwco_igloo import Connection
connection = Connection.from_device_code(api_url, client_id, tenant_id)
# View your projects
print(connection.get_projects())
Documentation and Examples
For documentation and examples please see WTW Client Services.
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 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-1.0.0-py3-none-any.whl.
File metadata
- Download URL: wtwco_igloo-1.0.0-py3-none-any.whl
- Upload date:
- Size: 46.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74ab371ba7af98bb7f0235ec30f7969aa9d2ff2018e68db740963afaf19f4834
|
|
| MD5 |
14389db3e73690cb0cf41026198cc896
|
|
| BLAKE2b-256 |
c0aeb0f8d40c25b7928fae9dbd071d6b9868ad61365c8acd9b62834f414ff82f
|