Skip to content

rossdylan/SuperParamiko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SuperParamiko

Paramiko With Super Powers

SuperParamiko gives Paramiko the power of pbs So if you want to call ls on a remote machine you can do it like so:

ssh = SuperParamiko(host, username, password=password) ssh.ls()

Or perhaps you want to cat foo.bar on the remote system.

ssh.cat("foo.bar")

Another feature is this:

ssh.git.pull() or... ssh.ps.ax()

Its pretty cool

About

Paramiko With Super Powers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages