20 buildPythonPackage rec {
28 hash = "sha256-m36yJErzxwSskUte0iGVS7aK3QqLKy84okSwZ7M3mS0=";
31 build-system = [ setuptools ];
33 nativeBuildInputs = [ pbr ];
54 "tests/test_sphinxext.py"
59 description = "Simplify the writing of REST APIs, and extend them with additional protocols";
60 homepage = "https://pythonhosted.org/WSME/";
61 changelog = "https://pythonhosted.org/WSME/changes.html";
62 license = lib.licenses.mit;
63 maintainers = with lib.maintainers; [ sigmanificient ];