Metadata-Version: 1.0
Name: ucloudbiz
Version: 0.3.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
        - template
        - volume
        
        Installation
        
        The easiest way to install ucloud-cli is to use easy_install
        
        $ easy_install ucloudbiz
        
        or
        
        $ pip install ucloudbiz
        
        Version
        
        0.2.0
        Add template API (createTemplate, deleteTemplate, listTemplates, updateTemplate)
        0.3.0
        Add volume API (listVolumes)
        
        ##############################
        # Development (for committer)
        ##############################
        
        1. Packaging and upload
        
        python setup.py sdist upload -r http://pypi.python.org/pypi
        
        
        
Keywords: ucloud ucloudbiz config library
Platform: UNKNOWN
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: BSD License
