cape.filecntl: Interfaces for text control files¶
cape.filecntl: Control interfaces to text-based file formats¶
This module contains various modules that are meant to provide
interfaces to individual file formats. For example, Fortran-style
namelists can be read, altered, and written using
cape.filecntl.namelist.
The template module upon which most or all individual class are built
is cape.filecntl.filecntl, which provides the template class
cape.filecntl.filecntl.FileCntl. That class is also imported
in this top-level cape.filecntl package.