resfo: Low level IO for res files

Quick Start Guide

pip install resfo

Using the library

>>> import resfo
>>> for kw, arr in resfo.read("my_grid.egrid"):
...     print(kw.strip())
FILEHEAD
GRIDHEAD
COORD
ZCORN
ACTNUM
MAPAXES

For more see Example Usage.

Indices and tables