A (lazy) parser and writer for the Roxar Open File Format (ROFF), used primarily in geoscience and reservoir modeling. Current version 1.1.1; stable, low release cadence.
pip install roffioNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Quick start: write and read a simple ROFF file.
Use RoffReader(path) or RoffWriter(path, 'w') instead of roffio.open().
Use 'pip install roffio'. The old 'roff' package is abandoned.