Seequent Developer Portal • Seequent Community • Seequent website
The File API provides the ability to manage files of any type or size, associated with your Evo workspace. Enable your product with Evo connected workflows by integrating with the Seequent Evo File API. Most file formats and sizes are accepted.
- Python ^3.10
- An application registered in Bentley
pip install evo-files To get up and running quickly with the Evo File SDK, start by configuring your environment and API connector.
You can then use the FileAPIClient to perform operations, for example:
from evo.files import FileAPIClient
file_client = FileAPIClient(environment, connector)
files = await file_client.list_files()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.