Releases: samsja/pydantic_config
Releases · samsja/pydantic_config
v0.2.1: update readme
Release
Allow to pass config file with a whitespace after the @
.
Example
python main.py --train @ train_config.json
is equivalent to the old way
python main.py --train @train_config.json
v0.2
release includes a full rewrite with better error messages as well as toml and yaml file support