Parser#

The pycfast.parsers module provides functionality for parsing CFAST model files and converting them into Python objects that can be manipulated and analyzed.

CFASTParser

Parser for CFAST input files (.in format).

parse_cfast_file

Parse a CFAST input file and return a CFASTModel object.