{"library":"resfo","title":"Reservoir Fortran Output","description":"A lazy parser and writer for reservoir simulator Fortran output format (unformatted and formatted). Current version 5.0.1 with strict typing and type stubs. Maintenance via Equinor, release cadence irregular.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install resfo"],"cli":null},"imports":["from resfo import lazy_read","from resfo import read","from resfo import write","from resfo import Format","from resfo import Entry"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from resfo import lazy_read, Format\n\n# Path to a small .FEGRID file\nfilepath = 'sample.FEGRID'  # replace with actual path\nfor entry in lazy_read(filepath, fileformat=Format.UNFORMATTED):\n    print(f\"Keyword: {entry.keyword}, Size: {len(entry.data)}\")","lang":"python","description":"Lazily read an unformatted reservoir output file and print each keyword name and data size.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}