avwx-rest / avwx-engine

Aviation Weather parsing engine. METAR & TAF
MIT License
89 stars 30 forks source link

Replace validators with voluptuous #6

Closed devdupont closed 6 years ago

devdupont commented 6 years ago

Current validation via Flask-RESTful are deprecated. They need to be replaced. Voluptuous has worked well in the passed for input and output validation.

Secondary reason is Flask-RESTful extension is not compatible with Quart conversion