1 { buildPythonPackage, fetchPypi, lib, isPy27, marshmallow, pytestCheckHook
2 , pytest-aiohttp, webtest, webtest-aiohttp, flask, django, bottle, tornado
3 , pyramid, falcon, aiohttp }:
5 buildPythonPackage rec {
12 inherit pname version;
13 hash = "sha256-6pk2ghSkzmE5JL6Z1x21jCaWMele/0+gm3NU5S3ABqU=";
16 pythonImportsCheck = [
20 propagatedBuildInputs = [ marshmallow ];
37 description = "Declarative parsing and validation of HTTP request objects, with built-in support for popular web frameworks";
38 homepage = "https://github.com/marshmallow-code/webargs";
39 license = licenses.mit;
40 maintainers = with maintainers; [ cript0nauta ];