8 buildPythonPackage rec {
12 src = fetchFromGitHub {
16 hash = "sha256-4mOQLfPbRzZzpNLvekJHVKiqdGGKPhW6BpKkyRfk2Pc=";
19 propagatedBuildInputs = [
24 # Project has no tests
27 pythonImportsCheck = [ "pyemby" ];
30 description = "Python library to interface with the Emby API";
31 homepage = "https://github.com/mezz64/pyemby";
32 license = with licenses; [ mit ];
33 maintainers = with maintainers; [ fab ];