Metadata-Version: 2.0
Name: cloudmesh-client
Version: 2.0.1
Summary: cloudmesh_client - A heterogeneous multi cloud command client and shell
Home-page: https://github.com/cloudmesh/cloudmesh_client
Author: Gregor von Laszewski
Author-email: laszewski@gmail.com
License: Apache License, Version 2.0
Keywords: cloud cmd commandshell plugins
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: System :: Clustering
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Environment :: Console
Requires-Dist: cloudmesh-base
Requires-Dist: cloudmesh-timestring
Requires-Dist: colorama
Requires-Dist: docopt
Requires-Dist: future
Requires-Dist: gitchangelog
Requires-Dist: httpsig
Requires-Dist: nose
Requires-Dist: prettytable
Requires-Dist: pyaml
Requires-Dist: pycrypto
Requires-Dist: pyreadline (<=1.7.1.dev-r0)
Requires-Dist: pytest
Requires-Dist: python-hostlist
Requires-Dist: python-keystoneclient
Requires-Dist: python-novaclient
Requires-Dist: pytimeparse
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: sandman
Requires-Dist: simplejson
Requires-Dist: six
Requires-Dist: sqlalchemy
Requires-Dist: tox
Requires-Dist: urllib3
Requires-Dist: wheel

Cloudmesh Client
==============================================================

Cloudmesh client is a simple client to enable access to multiple cloud
environments form a command shell and commandline. It is grown out of
the need to simplify access to multiple clouds for researchers and students
easily. In contrast to our earlier versions of cloudmesh it explicitly
separates the code to only target client code. Due to this simplification
it is also possible to install the client code not only on Linux, OSX, but
also Windows. We have tested the installation on Windows 10.

Features
--------

* Heterogeneous cloud management

* Heterogeneous High Performance Computing (HPC) job management

* Supported clouds

    * OpenStack
    * Azure (not yet integrated, earlier versions of cloudmesh support it)
    * Amazon (not yet integrated, earlier versions of cloudmesh support it)
    * SDSC comet virtual clusters

* Supported Provider Templates

    * Futuesystems.org
    * chameleoncloud.org
    * SDSC Comet virtual clusters
    * Openstack (any general Openstack Cloud)
    * HP Chameleon
    * AWS  (not yet integrated, earlier versions of cloudmesh support it)
    * Azure (not yet integrated, earlier versions of cloudmesh support it)

* Heterogeneous Cloud Commandline client
* Heterogeneous Cloud Command Shell
* Heterogeneous Slurm Commandline client
* Heterogeneous Slurm Command Shell

* Integration with ~/.ssh/config

Status
-------

This project is under heavy development.

Links
------

The documentation to this project is located at

* http://cloudmesh.github.io/client

The source code is located at

*  https://github.com/cloudmesh/client

The travis build is found at

* https://travis-ci.org/cloudmesh/client


