7 buildPythonPackage rec {
12 pname = "mullvad_api";
14 sha256 = "0r0hc2d6vky52hxdqxn37w0y42ddh1zal6zz2cvqlxamc53wbiv1";
17 propagatedBuildInputs = [ requests ];
19 # Project has no tests
21 pythonImportsCheck = [ "mullvad_api" ];
24 description = "Python client for the Mullvad API";
25 homepage = "https://github.com/meichthys/mullvad-api";
26 license = licenses.mit;
27 maintainers = with maintainers; [ fab ];