54 lines
1.9 KiB
Plaintext
54 lines
1.9 KiB
Plaintext
|
|
Metadata-Version: 2.1
|
||
|
|
Name: alibabacloud-tea-util
|
||
|
|
Version: 0.3.14
|
||
|
|
Summary: The tea-util module of alibabaCloud Python SDK.
|
||
|
|
Home-page: https://github.com/aliyun/tea-util/tree/master/python
|
||
|
|
Author: Alibaba Cloud
|
||
|
|
Author-email: alibaba-cloud-sdk-dev-team@list.alibaba-inc.com
|
||
|
|
License: Apache License 2.0
|
||
|
|
Keywords: alibabacloud,sdk,tea
|
||
|
|
Platform: any
|
||
|
|
Classifier: Development Status :: 5 - Production/Stable
|
||
|
|
Classifier: Intended Audience :: Developers
|
||
|
|
Classifier: License :: OSI Approved :: Apache Software License
|
||
|
|
Classifier: Programming Language :: Python :: 3
|
||
|
|
Classifier: Programming Language :: Python :: 3.6
|
||
|
|
Classifier: Programming Language :: Python :: 3.7
|
||
|
|
Classifier: Programming Language :: Python :: 3.8
|
||
|
|
Classifier: Programming Language :: Python :: 3.9
|
||
|
|
Classifier: Programming Language :: Python :: 3.10
|
||
|
|
Classifier: Programming Language :: Python :: 3.11
|
||
|
|
Classifier: Programming Language :: Python :: 3.12
|
||
|
|
Classifier: Topic :: Software Development
|
||
|
|
Requires-Python: >=3.6
|
||
|
|
Requires-Dist: alibabacloud-tea (>=0.3.3)
|
||
|
|
|
||
|
|
English | [简体中文](README-CN.md)
|
||
|
|

|
||
|
|
|
||
|
|
## Alibaba Cloud Tea Util for Python
|
||
|
|
|
||
|
|
## 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/?spm=5176.doc53090.2.7.zHDiNV "pip User Guide") to install pip.
|
||
|
|
|
||
|
|
```bash
|
||
|
|
# Install the tea-util
|
||
|
|
pip install alibabacloud_tea_util
|
||
|
|
```
|
||
|
|
|
||
|
|
## Issues
|
||
|
|
[Opening an Issue](https://github.com/aliyun/tea-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/tea-util/tree/master/python)
|
||
|
|
|
||
|
|
## License
|
||
|
|
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
||
|
|
|
||
|
|
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|