1 { lib, buildPythonPackage, fetchFromGitHub
2 , requests, requests_oauthlib, six
3 , pytest, pytestcache, pytestcov, responses, mock
6 buildPythonPackage rec {
10 src = fetchFromGitHub {
14 sha256 = "120snnsh9n5svfwkyj1w9jrxf99jnqm0jk282yypd3lpyca1l9hj";
17 checkInputs = [ pytest pytestcache pytestcov responses mock ];
19 propagatedBuildInputs = [ requests requests_oauthlib six ];
26 description = "Python client library to the MediaWiki API";
27 license = licenses.mit;
28 homepage = "https://github.com/mwclient/mwclient";