Metadata-Version: 1.1
Name: zVMCloudConnector
Version: 0.3.0
Summary: z/VM cloud management library in Python
Home-page: https://github.com/mfcloud/python-zvm-sdk
Author: IBM
Author-email: UNKNOWN
License: ASL 2.0
Description: # python-zvm-sdk - z/VM system management tool kit in python
        
        ## Description
        python-zvm-sdk is a libary that helps to invoke zvm system mangagement APIs.
        z/VM is a virtualized operating system that running on mainframe LPAR, has ability to hosting virtual machines.
        
        ## Installation
        Clone python-zvm-sdk then install it:
        ```
        git clone https://github.com/mfcloud/python-zvm-sdk.git
        cd python-zvm-sdk
        python setup.py install
        ```
        
        ## Quickstart
        TODO
        
        ## Documentation
        TODO
        
        ## License <a name="license"></a>
        The python-zvm-sdk project uses the [Apache License Version 2.0](LICENSE) software license.
        
        ## Maintainers
        The project's [maintainers](MAINTAINERS.txt): are responsible for reviewing and merging all pull requests and they guide the over-all technical direction of the project.
        
        ## Reporting bugs
        If you are a user and you find a bug, please submit a [bug](https://bugs.launchpad.net/python-zvm-sdk). Please try to provide sufficient information for someone else to reproduce the issue. One of the project's maintainers should respond to your issue within 24 hours. If not, please bump the issue and request that it be reviewed.
        
        ## Contributing
        We welcome contributions to the python-zvm-sdk! Full details of how to contribute to this project are documented in the [CONTRIBUTING.md](CONTRIBUTING.md) file.
        
Keywords: zvm cloud library
Platform: UNKNOWN
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
