Python client for the Gumloop API
Project description
Gumloop Python Client
A Python client for the Gumloop API that makes it easy to run and monitor Gumloop flows.
Installation
pip install gumloop
Usage
from gumloop import GumloopClient
# Initialize the client
client = GumloopClient(
api_key="your_api_key",
user_id="your_user_id"
)
# Run a flow and wait for outputs
output = client.run_flow(
flow_id="your_flow_id",
inputs={
"recipient": "example@email.com",
"subject": "Hello",
"body": "World"
}
)
print(output)
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 Distribution
gumloop-0.1.0.tar.gz
(7.6 kB
view details)
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 gumloop-0.1.0.tar.gz.
File metadata
- Download URL: gumloop-0.1.0.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34994c72fc1d1ee729cc730e7eea360643b0429a75ede3bed0b7f81a2b777214
|
|
| MD5 |
31cd891bbdfb0bf5ff18fa50559f8dc6
|
|
| BLAKE2b-256 |
6f50f5d3ecf50ac75c373f53e6cb9ab66fce69f06c4ad517d320dd1279878309
|
File details
Details for the file gumloop-0.1.0-py3-none-any.whl.
File metadata
- Download URL: gumloop-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14e078dbdd189f8c43f05e1453bfc2b3063d1f6940eea5646d3d9c71d6fdc198
|
|
| MD5 |
ac1e5659bd21dd11902a6b20f6b74286
|
|
| BLAKE2b-256 |
61a64ab18debe8a79804c719ae1a1d90a05533083c896590a1a876d6157ce99b
|