13 buildPythonPackage rec {
19 inherit pname version;
20 hash = "sha256-X6U34T1sM4P+JFpOfcI7CmULcGZ4SCXwP2fFHKi1cWE=";
23 nativeBuildInputs = [ poetry-core ];
25 propagatedBuildInputs = [
34 doCheck = false; # tests require internet access
36 pythonImportsCheck = [ "tidalapi" ];
39 changelog = "https://github.com/tamland/python-tidal/releases/tag/v${version}";
40 description = "Unofficial Python API for TIDAL music streaming service";
41 homepage = "https://github.com/tamland/python-tidal";
42 license = lib.licenses.gpl3;
43 maintainers = with lib.maintainers; [ drawbu ];