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 details)
File details
Details for the file autolinux-0.0.2.tar.gz
.
File metadata
- Download URL: autolinux-0.0.2.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1fcb302e01fee8d1f9111b2e8fdb3779f784fb40a201ef835cbdc4765a2a8ef5 |
|
MD5 | e7b0b2719c49316eaa1b230f16005c95 |
|
BLAKE2b-256 | 6468d7521cab72db1e976822e96177563f501819ba9b4a0d883d04ad2a8e7067 |