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