crunchflow.output.speciation ============================ .. py:module:: crunchflow.output.speciation .. autoapi-nested-parse:: Module for parsing speciation blocks from CrunchFlow output files. Provides the Speciation class, which extracts geochemical species data and associated properties from each condition included within an input file. .. !! processed by numpydoc !! Classes ------- .. toctree:: :hidden: /autoapi/crunchflow/output/speciation/Speciation .. autoapisummary:: crunchflow.output.speciation.Speciation Functions --------- .. autoapisummary:: crunchflow.output.speciation.get_float Module Contents --------------- .. py:function:: get_float(line) Extract a float value from a line formatted like 'Label = Value'. :Parameters: **line** : str The line to parse. :Returns: float or None The extracted float, or None if conversion fails. .. !! processed by numpydoc !!