Metadata-Version: 1.1
Name: aliyun-log-python-sdk-test
Version: 0.6.24
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: # User Guide
        
        [![Documentation Status](https://readthedocs.org/projects/aliyun-log-python-sdk/badge/?version=latest)](http://aliyun-log-python-sdk.readthedocs.io/?badge=latest)
        [![Pypi Version](https://badge.fury.io/py/aliyun-log-python-sdk.svg)](https://badge.fury.io/py/aliyun-log-python-sdk)
        [![Travis CI](https://travis-ci.org/aliyun/aliyun-log-python-sdk.svg?branch=master)](https://travis-ci.org/aliyun/aliyun-log-python-sdk)
        [![Development Status](https://img.shields.io/pypi/status/aliyun-log-python-sdk.svg)](https://pypi.python.org/pypi/aliyun-log-python-sdk/)
        [![Python version](https://img.shields.io/pypi/pyversions/aliyun-log-python-sdk.svg)](https://pypi.python.org/pypi/aliyun-log-python-sdk/)
        [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/aliyun/aliyun-log-python-sdk/blob/master/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.
        
        Refer to the doc: [http://aliyun-log-python-sdk.readthedocs.io/](http://aliyun-log-python-sdk.readthedocs.io/).
        
        Don't want to write code? Try the [CLI](http://aliyun-log-cli.readthedocs.io/en/latest/) which covers almost all features of this SDK.
        
        ### 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
        
        ### Supported Log Service API
        1. Log Service API 0.6
        
        ### Change Logs
        
        [Change Logs](https://github.com/aliyun/aliyun-log-python-sdk/releases)
        
        
        ## Installation
        ```shell
        pip install -U aliyun-log-python-sdk
        ```
        
        ## Sample Code:
        - [Sample Code](https://github.com/aliyun/aliyun-log-python-sdk/tree/master/tests)
        
        
        ## 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
        
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
