Metadata-Version: 2.0
Name: rfive
Version: 0.1.4
Summary: A unified interface into multiple cloud providers.
Home-page: https://github.com/iPlantCollaborativeOpenSource/rfive
Author: amercer1
Author-email: amercer1@email.arizona.edu
License: Apache License, Version 2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System
Classifier: Topic :: System :: Clustering
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: System :: Systems Administration
Requires-Dist: Fabric (==1.10)

rfive 0.1.4
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


