Metadata-Version: 1.1
Name: cloudshell-rest-api
Version: 7.2.0.1
Summary: Python client for the CloudShell REST API
Home-page: https://github.com/borismod/cloudshell_rest_api
Author: Boris Modylevsky
Author-email: borismod@gmail.com
License: Apache Software License 2.0
Description: ===================
        cloudshell-rest-api
        ===================
        
        .. image:: https://travis-ci.org/QualiSystems/cloudshell-rest-api.svg?branch=master
            :target: https://travis-ci.org/QualiSystems/cloudshell-rest-api
        
        .. image:: https://coveralls.io/repos/github/QualiSystems/cloudshell-rest-api/badge.svg?branch=master
            :target: https://coveralls.io/github/QualiSystems/cloudshell-rest-api?branch=master
        
        .. image:: https://img.shields.io/pypi/v/cloudshell-rest-api.svg?maxAge=2592000
            :target: https://img.shields.io/pypi/v/cloudshell-rest-api.svg?maxAge=2592000
        
        Python client for the CloudShell REST API
        
        
        Features
        --------
        
        * Add Shell - adds a new Shell Entity (supported from CloudShell 7.2)
        * Update Shell - adds a new Shell Entity (supported from CloudShell 7.2)
        
        Installation
        ------------
        
        Install cloudshell-rest-api Python package from PyPI::
        
            pip install cloudshell-rest-api
        
        
        Getting started
        ---------------
        
        Make sure to include this line in the beginning of your file::
        
            from cloudshell.rest.api import CloudShellRestApiClient
        
        
        Login to CloudShell::
        
            client = CloudShellRestApiClient('SERVER', 9000, 'USER', 'PASS', 'Global')
        
        
        Add a new Shell to CloudShell::
        
            client.add_shell('work//NutShell.zip')
        
        
        
        License
        -------
        
        * Free software: Apache Software License 2.0
        
        
        
        
        =======
        History
        =======
        
        0.1.0 (2016-08-31)
        ------------------
        
        * First release on PyPI.
        
Keywords: cloudshell quali sandbox cloud rest api
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
