Repository URL to install this package:
Version:
4.0.0 ▾
|
"""Message parsers for the Flockwave application suite."""
from .errors import ParseError
from .factories import create_length_prefixed_parser, create_line_parser, create_parser
from .types import Filter, Parser, Splitter
__all__ = (
"create_parser",
"create_length_prefixed_parser",
"create_line_parser",
"Filter",
"ParseError",
"Parser",
"Splitter",
)