Python SDK for using the Seequent Evo Geoscience Object API
Project description
Seequent Developer Portal • Seequent Community • Seequent website
Evo Object API Client
The Geoscience Object API is Seequent's next-generation cloud offering for geoscience data, empowering our users to build responsive modern workflows.
Pre-requisites
- Python ^3.10
- An application registered in Bentley
Installation
pip install evo-objects
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 Geoscience Object API
To get up and running quickly with the Evo Objects SDK, start by configuring your environment and API connector.
from evo.objects import ObjectAPIClient
service_client = ObjectAPIClient(environment, connector)
service_health = await service_client.get_service_health()
service_health.raise_for_status()
# The data client is an optional utility that provides helpers for uploading and downloading
# parquet data via pyarrow.Table objects.
data_client = service_client.get_data_client(manager.cache)
...
Listing objects is simple, just call the ObjectAPIClient.list_objects() method.
offset = 0
while True:
page = await service_client.list_objects(offset=offset, limit=10)
if offset == 0:
print(f"Found {page.total} object{'' if page.total == 1 else 's'}")
for object in page:
print(f"{object.path}: <{object.schema_id}> ({object.id})")
if page.is_last:
break
else:
offset = page.next_offset
You can also get a list of all objects. Internally, this recursively calls the list_objects() method until all objects are fetched.
Check out the other methods on the ObjectAPIClient for more details on how to upload and download objects, or get object versions.
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file evo_objects-0.3.0.tar.gz.
File metadata
- Download URL: evo_objects-0.3.0.tar.gz
- Upload date:
- Size: 36.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5170d9dfb59780460e75bc84ee31ee9cc16dde416b453e80748efd36a71e1f5
|
|
| MD5 |
ba1cfe4dad47b2fb86ae72ce3b858f69
|
|
| BLAKE2b-256 |
4a28a5714dbce5d80f47d94329eb09af75ec662dd8716b4ae52146c86e8a0575
|
Provenance
The following attestation bundles were made for evo_objects-0.3.0.tar.gz:
Publisher:
publish-evo-objects.yaml on SeequentEvo/evo-python-sdk
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
evo_objects-0.3.0.tar.gz -
Subject digest:
e5170d9dfb59780460e75bc84ee31ee9cc16dde416b453e80748efd36a71e1f5 - Sigstore transparency entry: 597865322
- Sigstore integration time:
-
Permalink:
SeequentEvo/evo-python-sdk@4d7993f5236b8a9619992716386f248f8215bacd -
Branch / Tag:
refs/tags/evo-objects@v0.3.0 - Owner: https://github.com/SeequentEvo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-evo-objects.yaml@4d7993f5236b8a9619992716386f248f8215bacd -
Trigger Event:
release
-
Statement type:
File details
Details for the file evo_objects-0.3.0-py3-none-any.whl.
File metadata
- Download URL: evo_objects-0.3.0-py3-none-any.whl
- Upload date:
- Size: 56.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e091f92217e03ca555310521c921e1f0564563744bd7026bad7983ae60697de3
|
|
| MD5 |
dc2956bf4df491f671b2c80af744eeb1
|
|
| BLAKE2b-256 |
8bde6546cf682ecf4741fd9d80892a987c156ebeda3fcf106711a43078c0178e
|
Provenance
The following attestation bundles were made for evo_objects-0.3.0-py3-none-any.whl:
Publisher:
publish-evo-objects.yaml on SeequentEvo/evo-python-sdk
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
evo_objects-0.3.0-py3-none-any.whl -
Subject digest:
e091f92217e03ca555310521c921e1f0564563744bd7026bad7983ae60697de3 - Sigstore transparency entry: 597865324
- Sigstore integration time:
-
Permalink:
SeequentEvo/evo-python-sdk@4d7993f5236b8a9619992716386f248f8215bacd -
Branch / Tag:
refs/tags/evo-objects@v0.3.0 - Owner: https://github.com/SeequentEvo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-evo-objects.yaml@4d7993f5236b8a9619992716386f248f8215bacd -
Trigger Event:
release
-
Statement type: