Skip to content

equinor/pyetp

Repository files navigation

Build Status Build Status codecov Python PyPI version License

Install

pip install pyetp

RESQML versions

The library is build and tested against RESQML v2.2. Spec can be downloaded here

Generated Python objects from RESQML spec

Under resqml_objects you will find Pythons objects generated from RESQML xml spec. It is used to ensure consistence data type is used in RESQML.

Documentation

See /examples for 2D grid usage

tests/test_mesh.py for Unstructured/structured mesh

Tests

Starting etp-test server

docker compose -f tests/compose.yml up --detach

Running pytest from root folder

poetry run python -m pytest -rs -v

This library is under active development and subject to breaking changes