Metadata-Version: 1.1
Name: aliyun-log-python-sdk
Version: 0.6.7
Summary: Aliyun log service Python client SDK
Home-page: https://github.com/aliyun/aliyun-log-python-sdk
Author: Aliyun
Author-email: UNKNOWN
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: Python SDK for AliCloud Log Service
        ===================================
        
        |Pypi Version| |Travis CI| |Development Status| |Python version|
        |License|
        
        `中文版README <https://github.com/aliyun/aliyun-log-python-sdk/blob/master/README_CN.md>`__
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        
        Introduction
        ------------
        
        This is the open source version of Python SDK for AliCloud Log Service.
        It’s a Python programming interfaces of Alicloud Log Service, providing
        encapsulations of Log Service Rest API. It helps Pythoner to connect to
        Alicloud Log Service more efficiently.
        
        Features
        ~~~~~~~~
        
        1. Wrap Rest API
        2. Implement the signature of API request
        3. Use format of Protocol Buffer to transfer data
        4. Support API defined compression style
        5. Support API to do batch query and data consumption
        6. Use exception to uncover errors
        7. Support high level API for consumer group
        
        Supported Python：
        ------------------
        
        1. Python 2.6
        2. Python 2.7
        3. Python 3.3
        4. Python 3.4
        5. Python 3.5
        6. Python 3.6
        7. Pypy2
        8. Pypy3
        
        Installation
        ------------
        
        .. code:: shell
        
            pip install -U aliyun-log-python-sdk
        
        Supported Log Service API
        -------------------------
        
        1. Log Service API 0.6
        
        Other resources
        ---------------
        
        1. Alicloud Log Service
           homepage：https://www.alibabacloud.com/product/log-service
        2. Alicloud Log Service
           doc：https://www.alibabacloud.com/help/product/28958.htm
        3. for any issues, please submit support tickets
        
        .. |Pypi Version| image:: https://badge.fury.io/py/aliyun-log-python-sdk.svg
           :target: https://badge.fury.io/py/aliyun-log-python-sdk
        .. |Travis CI| image:: https://travis-ci.org/aliyun/aliyun-log-python-sdk.svg?branch=master
           :target: https://travis-ci.org/aliyun/aliyun-log-python-sdk
        .. |Development Status| image:: https://img.shields.io/pypi/status/aliyun-log-python-sdk.svg
           :target: https://pypi.python.org/pypi/aliyun-log-python-sdk/
        .. |Python version| image:: https://img.shields.io/pypi/pyversions/aliyun-log-python-sdk.svg
           :target: https://pypi.python.org/pypi/aliyun-log-python-sdk/
        .. |License| image:: https://img.shields.io/badge/license-MIT-blue.svg
           :target: https://github.com/aliyun/aliyun-log-python-sdk/blob/master/LICENSE
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: PyPy
