Metadata-Version: 1.0
Name: pydatahub-beta
Version: 0.0.2
Summary: Datahub Python SDK
Home-page: https://github.com/aliyun/aliyun-datahub-sdk-python
Author: andy.xs
Author-email: helloworld.xs@foxmail.com
License: Apache License 2.0
Description: Datahub Python SDK
        ==================
        
        |PyPI version| |Docs| |License| |Implementation|
        
        Elegent way to access Datahub Python SDK API.
        `Documentation <http://pydatahub.readthedocs.io/zh_CN/latest/>`__
        
        Installation
        ------------
        
        The quick way:
        
        .. code:: shell
        
            $ sudo pip install pydatahub
        
        The dependencies will be installed automatically.
        
        Or from source code:
        
        .. code:: shell
        
            $ virtualenv pydatahub_env
            $ source pydatahub_env/bin/activate
            $ git clone <git clone URL> pydatahub
            $ cd pydatahub
            $ sudo python setup.py install
        
        
        License
        -------
        
        Licensed under the `Apache License
        2.0 <https://www.apache.org/licenses/LICENSE-2.0.html>`__
        
        .. |PyPI version| image:: https://img.shields.io/pypi/v/pydatahub.svg?style=flat-square
           :target: https://pypi.python.org/pypi/pydatahub
        .. |Docs| image:: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat-square
           :target: http://pydatahub.readthedocs.io/zh_CN/latest/
        .. |License| image:: https://img.shields.io/pypi/l/pydatahub.svg?style=flat-square
           :target: https://github.com/aliyun/aliyun-datahub-sdk-python/blob/master/LICENSE
        .. |Implementation| image:: https://img.shields.io/pypi/implementation/pydatahub.svg?style=flat-square
        
Keywords: pydatahub,python,aliyun,datahub,sdk
Platform: UNKNOWN
