7 buildPythonPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-E+VL4mJ2KxS5bJZc3Va+wvyVjT55LJz+1wHkxDRa85s=";
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 ];