Pysftp looks cool, though at it's core it's a really simple wrapper. Ive been using paramiko long enough that I probably have the equivalent of it for my environment.
It does provide another arguments for the requests style simple, sensible interface over whatever it is that you need to make the underlying connections work. If paramiko had a high level 1 or 2 line way to retrieve a file, pysftp wouldn't have been someone's itch.
Comments
Pysftp looks cool, though at it's core it's a really simple wrapper. Ive been using paramiko long enough that I probably have the equivalent of it for my environment.
It does provide another arguments for the requests style simple, sensible interface over whatever it is that you need to make the underlying connections work. If paramiko had a high level 1 or 2 line way to retrieve a file, pysftp wouldn't have been someone's itch.