mgrady3 / pLEASE-legacy

python Low Energy Electron Analysis SuitE
GNU General Public License v3.0
3 stars 2 forks source link

implement some type of data validation for parsing config files #3

Open mgrady3 opened 8 years ago

mgrady3 commented 8 years ago

A package such as voluptuous could be utilized to ensure valid data is pulled in from the Experiment Config files which are currently read from YAML and parsed directly with a hand written parser.