eladrich / pyrallis

Pyrallis is a framework for structured configuration parsing from both cmd and files. Simply define your desired configuration structure as a dataclass and let pyrallis do the rest!
https://eladrich.github.io/pyrallis/
MIT License
198 stars 7 forks source link

Support Jsonnet as a config format #19

Open idow09 opened 2 years ago

idow09 commented 2 years ago

Added support to the jsonnet format which is a powerful superset on top of json. Jsonnet adds variables, conditionals, arithmetic, and more to the abilities of json.