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
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
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
rfive-0.2.tar.gz
(5.9 kB
view details)
Built Distribution
rfive-0.2-py2-none-any.whl
(6.6 kB
view details)
File details
Details for the file rfive-0.2.tar.gz
.
File metadata
- Download URL: rfive-0.2.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d4deea6dd7c344c17f56d5d9c24009f9ed71902ba430742e3b9cef1601fb787 |
|
MD5 | f265e97364be6a24dcd13bf65efe0705 |
|
BLAKE2b-256 | 31185adc69467dcf90b4adf1a2fc15b2bcd873fa9a309f25a6c6336f4d331489 |
File details
Details for the file rfive-0.2-py2-none-any.whl
.
File metadata
- Download URL: rfive-0.2-py2-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4a48ee0feacd936321bd8c79456dc95750d9ffff5f0252ddb5b3ac87fc5a5d9 |
|
MD5 | ccc5f6c7d48028ff78e14afbd23ae5df |
|
BLAKE2b-256 | 01ab724c7fae24f110ef9da1a34aa32ab1dfb97274d7765a0405563c25b784e1 |