12 buildPythonPackage rec {
13 pname = "aiohttp-swagger";
16 src = fetchFromGitHub {
19 rev = "5a59e86f8c5672d2cc97dd35dc730c2f809d95ce"; # corresponds to 1.0.5 on PyPi, no tag on GitHub
20 sha256 = "1vpfk5b3f7s9qzr2q48g776f39xzqppjwm57scfzqqmbldkk5nv7";
23 propagatedBuildInputs = [ aiohttp jinja2 pyyaml ];
25 checkInputs = [ flake8 pytestCheckHook pytest-aiohttp ];
28 description = "Swagger API Documentation builder for aiohttp";
29 homepage = "https://github.com/cr0hn/aiohttp-swagger";
30 license = licenses.mit;
31 maintainers = with maintainers; [ elohmeier ];