broadinstitute / HydrantFC

Repository for the FireCloud version of Hydrant (currently in alpha testing)
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

RFE: Consider using TOML for config files #37

Open dheiman opened 6 years ago

dheiman commented 6 years ago

TOML seems a really easy to read superset of INI (as YAML is to JSON, without the easy-to-read part).

It's been adopted by Python for use in describing build dependencies going forward: PEP-518.

The actual python parser is < 400 lines of code, and uses the same interface as the json module.

PyPI link.