A fast C-based parser for InfluxDB line protocol, converting strings into Python dictionaries. Current version 2.0.0 (2025), requires Python >=3.10. Active development with regular releases.
pip install line-protocol-parserVerified import paths — ran on the pinned version, not inferred.
Parse a single line protocol string.
Update logic that compares timestamp to 0; use has_time field to distinguish.
Ensure no duplicate tag keys in input lines.
Sanitize line protocol strings before parsing.
Remove duplicate tag keys from the line.
Trim trailing whitespace or ensure line ends after valid timestamp.
Ensure line starts with a valid measurement name.
Install correct package: pip install line-protocol-parser
No dependency data recorded yet.