11 buildPythonPackage rec {
16 disabled = pythonOlder "3.8";
18 src = fetchFromGitHub {
22 hash = "sha256-+A/SNMCUqo9TwWsQXwOKJCqmYhbilIdHYazLNQY+NkU=";
25 build-system = [ setuptools ];
35 pythonImportsCheck = [ "pyemby" ];
38 description = "Python library to interface with the Emby API";
39 homepage = "https://github.com/mezz64/pyemby";
40 license = licenses.mit;
41 maintainers = with maintainers; [ fab ];