Metadata-Version: 2.4
Name: evo-objects
Version: 0.1.0
Summary: Python SDK for using the Seequent Evo Geoscience Object API
Author-email: Seequent <support@seequent.com>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: evo-sdk-common>=0.1.0
Requires-Dist: pydantic<3,>=2
Provides-Extra: aiohttp
Requires-Dist: evo-sdk-common[aiohttp]>=0.1.0; extra == "aiohttp"
Provides-Extra: notebooks
Requires-Dist: evo-sdk-common[notebooks]>=0.1.0; extra == "notebooks"
Provides-Extra: utils
Requires-Dist: pyarrow; extra == "utils"
Requires-Dist: pandas; extra == "utils"
Dynamic: license-file

<p align="center"><a href="https://seequent.com" target="_blank"><picture><source media="(prefers-color-scheme: dark)" srcset="https://developer.seequent.com/img/seequent-logo-dark.svg" alt="Seequent logo" width="400" /><img src="https://developer.seequent.com/img/seequent-logo.svg" alt="Seequent logo" width="400" /></picture></a></p>
<p align="center">
    <a href="https://github.com/SeequentEvo/evo-python-sdk/actions/workflows/on-push.yaml"><img src="https://github.com/SeequentEvo/evo-python-sdk/actions/workflows/on-push.yaml/badge.svg" alt="" /></a>
</p>
<p align="center">
    <a href="https://developer.seequent.com/" target="_blank">Seequent Developer Portal</a>
    &bull; <a href="https://community.seequent.com/" target="_blank">Seequent Community</a>
    &bull; <a href="https://seequent.com" target="_blank">Seequent website</a>
</p>

# 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. 

## Installation

```
pip install evo-objects
```

## Using the library

See the [Getting Started](docs/quickstart.md) guide for how to use this library.

## Developing the library

For instructions on contributing to the development of this library, please refer to the [evo-python-sdk documentation](https://github.com/seequentevo/evo-python-sdk).

## License
The Python SDK for Evo is open source and licensed under the [Apache 2.0 license.](./LICENSE.md).

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.
