Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 3.06 KB

File metadata and controls

60 lines (40 loc) · 3.06 KB

Seequent logo

PyPI - Version

Seequent Developer PortalSeequent CommunitySeequent website

Evo Compute Task Client

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.

Pre-requisites

Installation

pip install evo-compute

Usage

See the evo-sdk-common documentation for information on how to authenticate, then select the organisation, hub and workspace that you would like to use.

Interacting with the Compute Task API

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.

Contributing

For instructions on contributing to the development of this library, please refer to the evo-python-sdk documentation.

License

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.