SDK
Installation
Install the Gateway Python SDK.
The SDK is distributed via SFTP during onboarding. It is not published on PyPI.
Install with the extra for your cloud provider:
⌘I
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Install the Gateway Python SDK.
pip install gateway.whl
# For AWS
pip install "gateway[aws]"
# For Azure
pip install "gateway[azure]"
from gateway import __version__
print(__version__)
