8 buildPythonPackage rec {
14 inherit pname version;
15 sha256 = "0jl5qix5cxzrv4lb8rfpjkpcghbkacnxkb006ikn7mkl5s05mxgv";
18 propagatedBuildInputs = [ paramiko ];
21 homepage = "https://bitbucket.org/dundeemt/pysftp";
22 description = "A friendly face on SFTP";
23 license = licenses.mit;
25 A simple interface to SFTP. The module offers high level abstractions
26 and task based routines to handle your SFTP needs. Checkout the Cook
27 Book, in the docs, to see what pysftp can do for you.