Skip to main content

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


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)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page