csdms / babelizer

Transform BMI-wrapped models into Python packages
https://babelizer.readthedocs.io
MIT License
4 stars 3 forks source link

Use babel.toml #11

Closed mcflugen closed 4 years ago

mcflugen commented 4 years ago

This pull request adds a babel.toml configuration file. The babelizer still understands babel.yaml config files but will read/write babel.toml by default. The toml format is easier to read and understand and is now well supported in Python so I think this is a good time for a change.