13 buildPythonPackage rec {
14 pname = "aiosyncthing";
17 src = fetchFromGitHub {
21 sha256 = "0704qbg3jy80vaw3bcvhy988s1qs3fahpfwkja71fy70bh0vc860";
24 propagatedBuildInputs = [
37 pythonImportsCheck = [ "aiosyncthing" ];
40 description = "Python client for the Syncthing REST API";
41 homepage = "https://github.com/zhulik/aiosyncthing";
42 license = with licenses; [ mit ];
43 maintainers = with maintainers; [ fab ];