1config BR2_PACKAGE_PYTHON_WEBARGS
2	bool "python-webargs"
3	select BR2_PACKAGE_PYTHON_MARSHMALLOW # runtime
4	select BR2_PACKAGE_PYTHON_PACKAGING # runtime
5	help
6	  Declarative parsing and validation of HTTP request objects,
7	  with built-in support for popular web frameworks, including
8	  Flask, Django, Bottle, Tornado, Pyramid, Falcon, and
9	  aiohttp.
10
11	  https://github.com/marshmallow-code/webargs
12