Skip to content

jacobwilliams/fastnml

Repository files navigation

fastnml

A Python library to quickly read Fortran namelists.

Build Status

Description

The fastnml code only works with a specific subset of the namelist format. It is not nearly as general or robust as f90nml, but it is much faster when reading very large namelists. Also, both codes are tested using multiprocessing to read many namelists in parallel.

Installing

  • Install from PyPI using pip: pip install fastnml
  • Install from conda-forge using conda: conda install -c conda-forge fastnml

Documentation

The API documentation for the current master branch can be found here. This is generated with pdoc3 by running pdoc --html fastnml --force.

Dependencies

  • f90nml -- the more general library

Other links