The automate terminal
Project description
# Vassal - automated terminal
<img title=”vassal_logo” src=”https://s3.amazonaws.com/aws-website-shawnshancom-tm5f7/styles/logo.png” data-canonical-src=”https://s3.amazonaws.com/aws-website-shawnshancom-tm5f7/styles/logo.png” width=”250” height=”250”/>
Vassal is a python package provide terminal automation. Save developers unnecessary labor to type in tons of duplicated and similar commands.
## Getting Started
Run a list of commands on a ssh server
` from vassal.terminal import Terminal shell = Terminal(["ssh username@host", "cd scripts", "python foo1.py", "python foo2.py"]) shell.run() `
upload/download files through scp
` shell = Terminal(["scp username@host:/home/foo.txt foo_local.txt"]) shell.run() `
### Installing
` pip install vassal `
## Built With
[paramiko](http://www.paramiko.org/) - SSHv2 protocol
## Contributing
Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.
## Authors
Shawn Shan - Initial work - [https://www.shawnshan.com/](https://www.shawnshan.com/)
## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/Shawn-Shan/vassal/blob/master/LICENSE) file for details
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
Built Distribution
File details
Details for the file vassal-0.0.2.tar.gz
.
File metadata
- Download URL: vassal-0.0.2.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.19.9 CPython/3.6.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6b3fc4921dfe2ff50da63ab581bc399ed9c358ca4295e1dd3d63e09c51756ba |
|
MD5 | b5f746856525a166317d0dce2bd6c72a |
|
BLAKE2b-256 | 0560c9dda68ef9bbb57e2139423cff95f448eeac33e4a84fe43e24039fbd95c8 |
File details
Details for the file vassal-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: vassal-0.0.2-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.19.9 CPython/3.6.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0891d8464a4a82eb2af2cc461c8c10b696c94c75bd59266d6c5010fe00872e65 |
|
MD5 | c8cca3097869a32d8b833510d9bbae3f |
|
BLAKE2b-256 | 63f3ea352fd9fe24062597d1baa54ae8e35bbea08d31c3436968f8ab681d3ed2 |