thoth-station / prescriptions-refresh-job

A periodic job to refresh Thoth's prescriptions
GNU General Public License v3.0
0 stars 7 forks source link

Create yaml from Prescriptions object (instead of the other way around) #209

Open VannTen opened 1 year ago

VannTen commented 1 year ago

Basically a sub-part of #206

We should generate YAML from python objects (either Dataclass or dictionnary validated with the current voluptous schema) and live the encoding to pyyaml or equivalent. This avoids structure mistakes like #205