Seequent Developer Portal • Seequent Community • Seequent website
The Compute Task API provides the ability to execute computation tasks in Evo that require variable, on-demand processing power. Building the Compute Task API into your application can enable fast processing of long running, or resource intensive operations, without depending on the end user's physical hardware.
Tasks are created, triggering a job to be executed asynchronously within a specific topic for your organization, and can be monitored throughout their execution lifecycle.
- Python ^3.10
- An application registered in Bentley
pip install evo-computeSee the evo-sdk-common documentation for information on how to authenticate, then select the organisation, hub and workspace that you would like to use.
To get up and running quickly with the Evo Compute Task SDK, start by configuring your environment and API connector.
For some interactive Jupyter notebook examples, see the examples folder.
For instructions on contributing to the development of this library, please refer to the evo-python-sdk documentation.
The Python SDK for Evo is open source and licensed under the Apache 2.0 license..
Copyright © 2025 Bentley Systems, Incorporated.
Licensed under the Apache License, Version 2.0 (the "License"). You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.