Python package that establishes a common framework for use by client libraries that interact with Seequent Evo APIs
Project description
Seequent Developer Portal • Seequent Community • Seequent website
Evo SDK Common
Evo SDK Common is a Python package that establishes a common framework for use by client libraries that interact with Seequent Evo APIs. It can also be used to power arbitrary API requests to Seequent Evo APIs, where an existing client SDK may not exist yet.
Pre-requisites
- Python ^3.10
- An application registered in Bentley
Installation
pip install evo-sdk-common
To use the SDK within a Jupyter notebook, include the notebooks optional dependency:
pip install evo-sdk-common[notebooks]
Usage
See the Getting Started guide to learn how to use this library. There is more detailed information about authentication options in the OAuth examples, and a selection of interactive Jupyter notebooks in the examples folder.
Here's a small example from the Getting Started guide showing to use evo-sdk-common to list the
organizations you have access to:
from evo.aio import AioTransport
from evo.oauth import OAuthConnector, AuthorizationCodeAuthorizer
from evo.discovery import DiscoveryAPIClient
from evo.common import APIConnector
import asyncio
transport = AioTransport(user_agent="Your Application Name")
connector = OAuthConnector(transport=transport, client_id="<YOUR_CLIENT_ID>")
authorizer = AuthorizationCodeAuthorizer(oauth_connector=connector, redirect_url="http://localhost:3000/signin-callback")
async def main():
await authorizer.login()
await discovery()
async def discovery():
async with APIConnector("https://discover.api.seequent.com", transport, authorizer) as api_connector:
discovery_client = DiscoveryAPIClient(api_connector)
organizations = await discovery_client.list_organizations()
print("Organizations:", organizations)
asyncio.run(main())
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_sdk_common-0.5.5.tar.gz.
File metadata
- Download URL: evo_sdk_common-0.5.5.tar.gz
- Upload date:
- Size: 111.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fae9ab83f6c2db56d603d992f8c1e6169af04f31dfe4225789f844a1a50df0d8
|
|
| MD5 |
0fdee7b13c1d29e6bf45974079e7aa12
|
|
| BLAKE2b-256 |
baf185db84a2a53575f9135c3f9f18822d0a2e7faee836dfd0e11433e7d4c83d
|
Provenance
The following attestation bundles were made for evo_sdk_common-0.5.5.tar.gz:
Publisher:
publish-evo-sdk-common.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_sdk_common-0.5.5.tar.gz -
Subject digest:
fae9ab83f6c2db56d603d992f8c1e6169af04f31dfe4225789f844a1a50df0d8 - Sigstore transparency entry: 597859292
- Sigstore integration time:
-
Permalink:
SeequentEvo/evo-python-sdk@5238c01f64a9d04d4b34fec923bc661e7d58e612 -
Branch / Tag:
refs/tags/evo-sdk-common@0.5.5 - Owner: https://github.com/SeequentEvo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-evo-sdk-common.yaml@5238c01f64a9d04d4b34fec923bc661e7d58e612 -
Trigger Event:
release
-
Statement type:
File details
Details for the file evo_sdk_common-0.5.5-py3-none-any.whl.
File metadata
- Download URL: evo_sdk_common-0.5.5-py3-none-any.whl
- Upload date:
- Size: 175.5 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 |
9dfa550105281b46447ff75c1e3f66309118d509a55cff1eb91618bbd9aa5be1
|
|
| MD5 |
561a6de9125267e8ef5662d9f75f5c39
|
|
| BLAKE2b-256 |
f4ad34ae3fda2cb36ac04b219f9e785ee40be3de297230db9b4313abe8d1bba8
|
Provenance
The following attestation bundles were made for evo_sdk_common-0.5.5-py3-none-any.whl:
Publisher:
publish-evo-sdk-common.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_sdk_common-0.5.5-py3-none-any.whl -
Subject digest:
9dfa550105281b46447ff75c1e3f66309118d509a55cff1eb91618bbd9aa5be1 - Sigstore transparency entry: 597859293
- Sigstore integration time:
-
Permalink:
SeequentEvo/evo-python-sdk@5238c01f64a9d04d4b34fec923bc661e7d58e612 -
Branch / Tag:
refs/tags/evo-sdk-common@0.5.5 - Owner: https://github.com/SeequentEvo
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-evo-sdk-common.yaml@5238c01f64a9d04d4b34fec923bc661e7d58e612 -
Trigger Event:
release
-
Statement type: