7 buildPythonPackage rec {
11 src = fetchFromGitHub {
15 sha256 = "0dqc0vhf6c5r3g7nfbpa668x6z2zxrznk6h907s6sxkq4sbqnhqf";
18 propagatedBuildInputs = [ requests ];
20 # Project has not published tests yet
22 pythonImportsCheck = [ "pychannels" ];
25 description = "Python library for interacting with the Channels app";
26 homepage = "https://github.com/fancybits/pychannels";
27 license = with licenses; [ mit ];
28 maintainers = with maintainers; [ fab ];