61 lines
2.2 KiB
Plaintext
61 lines
2.2 KiB
Plaintext
Metadata-Version: 2.1
|
|
Name: alibabacloud-tea-openapi
|
|
Version: 0.4.4
|
|
Summary: Alibaba Cloud openapi SDK Library for Python
|
|
Home-page: https://github.com/aliyun/darabonba-openapi
|
|
Author: Alibaba Cloud SDK
|
|
Author-email: sdk-team@alibabacloud.com
|
|
License: Apache License 2.0
|
|
Keywords: alibabacloud,tea,openapi
|
|
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 :: 3
|
|
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.7
|
|
Description-Content-Type: text/markdown
|
|
Requires-Dist: alibabacloud-credentials (<2.0.0,>=1.0.2)
|
|
Requires-Dist: alibabacloud-gateway-spi (<1.0.0,>=0.0.2)
|
|
Requires-Dist: alibabacloud-tea-util (<1.0.0,>=0.3.13)
|
|
Requires-Dist: darabonba-core (<2.0.0,>=1.0.3)
|
|
Requires-Dist: cryptography (<46.0.0,>=3.0.0) ; python_version < "3.8"
|
|
Requires-Dist: cryptography (<47.0.0,>=3.0.0) ; python_version >= "3.8"
|
|
|
|
English | [简体中文](README-CN.md)
|
|

|
|
|
|
# Alibaba Cloud OpenApi SDK 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/ "pip User Guide") to install pip.
|
|
|
|
```bash
|
|
# Install the alibabacloud_tea_openapi
|
|
pip install alibabacloud_tea_openapi
|
|
```
|
|
|
|
## Issues
|
|
|
|
[Opening an Issue](https://github.com/aliyun/darabonba-openapi/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)
|
|
|
|
## License
|
|
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
|
|
|
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|