1 { lib, buildPythonPackage
2 , fetchPypi, urllib3 }:
4 buildPythonPackage rec {
10 sha256 = "0prgx01hzs49prrazgxrinm7ivqzy57ch06qm2h7s1p957sazds8";
13 propagatedBuildInputs = [ urllib3 ];
15 # upstream has no tests
19 description = "An API towards the Ubiquity Networks UniFi controller";
20 homepage = "https://pypi.python.org/pypi/unifi/";
21 license = licenses.mit;
22 maintainers = with maintainers; [ peterhoeg ];