parsers
__init__.py
Parses Pydantic Fields to Command-Line Arguments.
This package contains the functions required for parsing pydantic model
fields to ArgumentParser command-line arguments.
The public interface exposed by this package is the parsing modules, which
each contain the should_parse() and parse_field() functions.