Linux automation classes
Project description
AutoLinux
The purpose of these classes are to help people with limited knowledge of linux.
With the help of these classes, we can create a list of actions for specific purposes.
from linux import User, Server
u = User(username="ilker", keyfile="/home/ilker/.ssh/id_rsa")
s = Server("blog.manap.se",u)
out = s.user.run_command("df -h")
print(out["stdout"])
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
autolinux-0.0.2.tar.gz
(15.5 kB
view hashes)