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