Skip to main content

A unified interface into multiple cloud providers.

Project description

rfive 0.2
A unified interface into multiple cloud providers.

To install use pip install git+git://git@github.com:iPlantCollaborativeOpenSource/rfive.git

----

rfive
=====

Example use of the class

```python
from fabricSSH import *

client = fabricSSHClient("128.196.142.120",ssh_config_path="~/.ssh/config")
client.connect()
client.run("apt-get update; apt-get install -y emacs vim wget language-pack-en"
+ " make gcc g++ gettext texinfo autoconf automake")

# This is to copy a local version of sampleScript.sh over to a remote
# box. This will be placed in ~/test.
test = client.put("~/test","sampleScript.sh",True, 0755)

#This will delete the file sampleScript.sh
value = client.delete("test/sampleScript.sh")
```

Based upon the success of prior astromech models, such as the wildly popular R2-series, Industrial Automaton intended the R5-series to cater to budget buyers at the cost of some functionality.


----

For more information, please see: https://github.com/iPlantCollaborativeOpenSource/rfive

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

rfive-0.2.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

rfive-0.2-py2-none-any.whl (6.6 kB view hashes)

Uploaded Python 2

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