METADATA 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. Metadata-Version: 2.1
  2. Name: alibabacloud-tea-py2
  3. Version: 0.0.4
  4. Summary: The tea module of alibabaCloud Python2 SDK.
  5. Home-page: https://github.com/aliyun/tea-python2
  6. Author: Alibaba Cloud
  7. Author-email: alibaba-cloud-sdk-dev-team@list.alibaba-inc.com
  8. License: Apache License 2.0
  9. Keywords: alibabacloud,sdk,tea
  10. Platform: any
  11. Classifier: Development Status :: 5 - Production/Stable
  12. Classifier: Intended Audience :: Developers
  13. Classifier: License :: OSI Approved :: Apache Software License
  14. Classifier: Programming Language :: Python :: 2
  15. Classifier: Programming Language :: Python :: 2.7
  16. Classifier: Topic :: Software Development
  17. English | [简体中文](README-CN.md)
  18. ![](https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg)
  19. ## Alibaba Cloud Tea for Python2
  20. ## Installation
  21. - **Install with pip**
  22. 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.
  23. ```bash
  24. # Install the alibabacloud-tea-py2
  25. pip install alibabacloud-tea-py2
  26. ```
  27. ## Issues
  28. [Opening an Issue](https://github.com/aliyun/tea-python2/issues/new), Issues not conforming to the guidelines may be closed immediately.
  29. ## Changelog
  30. Detailed changes for each release are documented in the [release notes](./ChangeLog.md).
  31. ## References
  32. * [Latest Release](https://github.com/aliyun/tea-python2)
  33. ## License
  34. [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
  35. Copyright (c) 2009-present, Alibaba Cloud All rights reserved.