|
rdm-parser 0.1.0
Reusable parsing library for time series data standardization
|
rdm-parser is a pure-Python library for standardizing time series data from multiple lab export formats into one shared result shape.
parse_file() for format detection and dispatch.ParseResult contract with metadata, records, and errors.The generated API reference focuses on the exported surface from rdm_parser:
parse_file() for format auto-detection.BaseParser as the minimal parser contract.ParseResult as the standard result schema.BZ011Parser and GreenlightParser for direct parser usage.All parsers return a dictionary with this shape:
.dat file together with a JSON metadata file.active_area_cm2..csv file with a metadata preamble and row data.Run Doxygen from the repository root:
Generated HTML is written to docs/doxygen/html/index.html.