Metadata-Version: 1.0
Name: ucloudbiz
Version: 0.2.0
Summary: ucloudbiz openapi python library.
Home-page: http://ucloud.googlecode.com
Author: Choonho Son
Author-email: choonho.son@kt.com
License: BSD
Description: This package provides a ucloud server command line interface to manage ucloud server service.
        
        The currently supported services include:
        
        - vm
        - account
        - port forwarding
        
        Installation
        
        The easiest way to install ucloud-cli is to use easy_install
        
        $ easy_install ucloud
        
        
        Version
        
        0.2.0
        Add template API (createTemplate, deleteTemplate, listTemplates, updateTemplate)
        
        
        ##############################
        # Development (for committer)
        ##############################
        
        1. Packaging
        
        python setup.py sdist
        
        You can find dist/ucloudbiz-x.x.x.tar.gz
        
        
Keywords: ucloud ucloudbiz config library
Platform: UNKNOWN
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: BSD License
