Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 2.74 KB

File metadata and controls

65 lines (44 loc) · 2.74 KB

Seequent logo

PyPI - Version

Seequent Developer PortalSeequent CommunitySeequent website

Evo File API Client

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.

Pre-requisites

Installation

pip install evo-files 

Usage

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.

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.