-
Notifications
You must be signed in to change notification settings - Fork 14
Compare with pydantic settings #197
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationpythonPull requests that update Python codePull requests that update Python codequestionFurther information is requestedFurther information is requested
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationpythonPull requests that update Python codePull requests that update Python codequestionFurther information is requestedFurther information is requested
I am looking for a good solution to parse yaml as config files for a python CLI tool. I both found this library and pydantic_settings, but I don't understand how the compare or differ. Could you elaborate on that and give me some advice?