Metadata-Version: 2.1
Name: cloudmesh-gui
Version: 4.3.2
Summary: A command called gui and foo for the cloudmesh shell
Home-page: https://github.com/cloudmesh/cloudmesh-gui
Author: Gregor von Laszewski
Author-email: laszewski@gmail.com
License: Apache 2.0
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
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 :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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
Requires-Dist: PySimpleGUI
Requires-Dist: cloudmesh-common
Requires-Dist: cloudmesh-cmd5
Requires-Dist: cloudmesh-configuration

# Cloudmesh Configuration with a GUI 


[![image](https://img.shields.io/travis/TankerHQ/cloudmesh-gui.svg?branch=main)](https://travis-ci.org/TankerHQ/cloudmesn-gui)

[![image](https://img.shields.io/pypi/pyversions/cloudmesh-gui.svg)](https://pypi.org/project/cloudmesh-gui)

[![image](https://img.shields.io/pypi/v/cloudmesh-gui.svg)](https://pypi.org/project/cloudmesh-gui/)

[![image](https://img.shields.io/github/license/TankerHQ/python-cloudmesh-gui.svg)](https://github.com/TankerHQ/python-cloudmesh-gui/blob/main/LICENSE)

see cloudmesh.cmd5

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


This component allows you to edit the cloudmesh.yaml file via a simple 
GUI form.

The manual page is

      gui activate
      gui profile
      gui cloud CLOUD [--show]
      gui edit KEY [--show]

If you use --show the passwords are shown in the form otherwise they are
blended out with a * 

For cloudmesh to work you need to edit

* the profile
* activate the cloud you like to use
* and add things such as usernames, passwords and other parameters

Next we provide some examples to achive these tasks and include a
screenshot:


```bash    
cms gui profile
```    

![Profile](images/profile.png)    


```bash
cms gui activate
```

![Activate](images/activate.png)    


```bash
cms gui edit cloud.chameleon.credentials
```

or

```bash
cms gui cloud chameleon
```

![Credentials](images/credentials.png)

In case you like to edit all parameters for a compute cloud you can use


```bash
cms gui edit cloud.chameleon
```

