Welcome to ET Engine Python SDK documentation!¶
This documentation provides comprehensive reference material for the ET Engine Python SDK. Here, you’ll find details on how to integrate with the ET Engine platform, manage tools, and interact with the API.
Installation¶
The Python SDK is currently compatible with Python >=3.11.9. We suggest using Conda to create a new environment, for example using the following commands.
conda create -n engine-sdk python=3.11.9
conda activate engine-sdk
Now you can install using pip.
pip install et-engine
API Reference¶
Click below to see comprehensive documentation of the API.