A Python library for parsing and generating email Authentication-Results headers as defined in RFC 8601. Current version 1.2.0, stable release cadence is low (last update 2021).
pip install authresVerified import paths — ran on the pinned version, not inferred.
Parse and generate Authentication-Results headers.
Ensure your header strings use RFC 8601 format exactly.
Supply the entire header value as a single string, with newlines separating lines if multi-line.
Consider alternatives or pin Python version (tested up to 3.10).
Run 'pip install --upgrade authres' to ensure version 1.2.0 installed.
Use AuthenticationResultsHeader.parse(header_string) without extra arguments.
Ensure header format: 'method=result key=value' with spaces separating key-value pairs.
No dependency data recorded yet.