Closed eladrich closed 2 years ago
Added an option to globally change the configuration format from yaml to json or toml. as suggested in #3
yaml
json
toml
Why globally?
Still need to update the docs and review
Improved typing mechanism, and added support for context
with pyrallis.config_type('json'): pyrallis.dump(...)
Added an option to globally change the configuration format from
yaml
tojson
ortoml
. as suggested in #3Why globally?
yaml