1 { lib, buildPythonPackage, fetchPypi, requests }:
3 buildPythonPackage rec {
9 sha256 = "10pw2sjy648pvp42lbbdmkkx79bqlkq1xcbzp1frraj9g66azljl";
12 propagatedBuildInputs = [ requests ];
18 description = "Interact with the Youtube Chromecast api";
19 homepage = "https://github.com/ur1katz/casttube";
20 license = licenses.mit;
21 maintainers = with maintainers; [ fpletz ];