You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
YAML files appear to be better suited for storing configuration data than JSON.
-Config file -- Should be converted to a YAML file.
-Config reader -- This should probably be deleted and we can let a library like PyYAML handle what this module is for.
The text was updated successfully, but these errors were encountered:
@vmdhhh That's certainly an option, though the config reader that we implemented isn't widely used and if the PyYAML library does everything we'd need (and it's possible that it doesn't--I haven't done that exploration), I figure that in general we should reduce how much meta-functionality this package has.
YAML files appear to be better suited for storing configuration data than JSON.
-Config file -- Should be converted to a YAML file.
-Config reader -- This should probably be deleted and we can let a library like PyYAML handle what this module is for.
The text was updated successfully, but these errors were encountered: