fact-project / aict-tools

Reproducible Artificial Intelligence for Cherenkov Telescopes
MIT License
6 stars 6 forks source link

Use pydantic for configuration? #115

Open maxnoe opened 4 years ago

maxnoe commented 4 years ago

It's now used by gammapy and is under consideration for ctapipe.

It looks very well suited for handling the configuration instead of our own class based implementation:

https://pydantic-docs.helpmanual.io/