12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- Metadata-Version: 2.1
- Name: alibabacloud-openapi-util-py2
- Version: 0.0.8
- Summary: Aliyun Tea OpenApi Library for Python2
- Home-page: https://github.com/aliyun/darabonba-openapi-util
- Author: Alibaba Cloud
- Author-email: alibaba-cloud-sdk-dev-team@list.alibaba-inc.com
- License: Apache License 2.0
- Keywords: alibabacloud_openapi_util
- Platform: any
- Classifier: Development Status :: 4 - Beta
- Classifier: Intended Audience :: Developers
- Classifier: License :: OSI Approved :: Apache Software License
- Classifier: Programming Language :: Python
- Classifier: Programming Language :: Python :: 2
- Classifier: Programming Language :: Python :: 2.7
- Classifier: Topic :: Software Development
- Requires-Dist: alibabacloud-tea-util-py2 (>=0.0.1)
- Requires-Dist: cryptography (>=2.6.0)
- English | [简体中文](README-CN.md)
- 
- ## Alibaba Cloud OpenApi Util Client for Python2
- ## Installation
- - **Install with pip**
- Python SDK uses a common package management tool named `pip`. If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/ "pip User Guide") to install pip.
- ```bash
- # Install the alibabacloud_openapi_util
- pip install alibabacloud_openapi_util_py2
- ```
- ## Issues
- [Opening an Issue](https://github.com/aliyun/darabonba-openapi-util/issues/new), Issues not conforming to the guidelines may be closed immediately.
- ## Changelog
- Detailed changes for each release are documented in the [release notes](./ChangeLog.md).
- ## References
- * [Latest Release](https://github.com/aliyun/darabonba-openapi-util)
- ## License
- [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
- Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|