resfo-utilities is a library for working with output from several reservoir simulators such as opm flow.
pip install resfo-utilities
We use uv to have one synchronized development environment for all packages.
See installing uv. We
recommend either installing uv using your systems package manager, or creating
a small virtual environment you intall base packages into (such as uv and pre-commit).
Once uv is installed, you can get a development environment by running:
git clone https://github.com/equinor/resfo-utilities
cd resfo-utilities
uv sync --all-extrasYou should set up pre-commit to ensure style checks are done as you commit:
uv run pre-commit install --hook-type pre-push