Skip to main content

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”/>

[![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://github.com/Shawn-Shan/vassal/blob/master/LICENSE)

Vassal is a python package provide terminal automation. Save developers unnecessary labor to type in tons of duplicated and similar commands.

## Getting Started

  1. 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() `

  1. upload/download files through scp

` shell = Terminal(["scp username@host:/home/foo.txt foo_local.txt"]) shell.run() `

### Installing

` pip install vassal `

## Built With

## 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

## 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vassal-0.0.2.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

vassal-0.0.2-py3-none-any.whl (7.7 kB view hashes)

Uploaded Python 3

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