Metadata-Version: 2.1
Name: cloudmesh-installer
Version: 4.4.9
Summary: A dynamic extensible CMD based command shell
Home-page: https://github.com/cloudmesh/cloudmesh-installer
Author: Gregor von Laszewski
Author-email: laszewski@gmail.com
License: Apache 2.0
Description: # Cloudmehs Installer 
        
        
        > **Note:** The README.md page is outomatically generated, do not edit it.
        > To modify  change the content in
        > <https://github.com/cloudmesh/cloudmesh-common/blob/master/README-source.md>
        > Curley brackets must use two in README-source.md
        
        
        
        [![image](https://img.shields.io/pypi/v/cloudmesh-common.svg)](https://pypi.org/project/cloudmesh-common/)
        [![Python](https://img.shields.io/pypi/pyversions/cloudmesh-common.svg)](https://pypi.python.org/pypi/cloudmesh-common)
        [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/cloudmesh/cloudmesh-common/blob/master/LICENSE)
        [![Format](https://img.shields.io/pypi/format/cloudmesh-common.svg)](https://pypi.python.org/pypi/cloudmesh-common)
        [![Status](https://img.shields.io/pypi/status/cloudmesh-common.svg)](https://pypi.python.org/pypi/cloudmesh-common)
        [![Travis](https://travis-ci.com/cloudmesh/cloudmesh-common.svg?branch=master)](https://travis-ci.com/cloudmesh/cloudmesh-common)
        
        
        
        This is an experimental installer that is most usefull during the development of
        cloudmesh components form source. Once cloudmehs is released, you can use the
        packages hosted at pypi.
        
        This command can be installed with 
        
        ```bash
        $ pip install cloudmesh-installer
        ```
        
        an FAQ is available at
        
        * <https://github.com/cloudmesh/cloudmesh-installer/blob/master/FAQ.md>
        
        ## Usage
        
        ```bash
        
        ```
        
        
        
        ## Appendix
        
        Timings
        
        | Command | Time |
        | --- | --- |
        | `pip install cloudmesh-installer` | 	0m4.558s |
        | `time cloudmesh-installer install cms`| 0m18.288s |
        | `time cloudmesh-installer git clone storage` | 	0m4.926s |
        
        
        Tests
        
         * [test_installer](tests/test_installer.py)
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Environment :: OpenStack
Classifier: Environment :: Other Environment
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: System
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: System :: Shells
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
