Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ni-ning/exmail-sdk
腾讯企业邮箱 Tencent Exmail Python SDK
https://github.com/ni-ning/exmail-sdk
Last synced: about 10 hours ago
JSON representation
腾讯企业邮箱 Tencent Exmail Python SDK
- Host: GitHub
- URL: https://github.com/ni-ning/exmail-sdk
- Owner: ni-ning
- License: mit
- Created: 2019-10-29T07:37:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-23T09:11:10.000Z (almost 5 years ago)
- Last Synced: 2024-03-15T05:45:17.654Z (8 months ago)
- Language: Python
- Homepage: https://exmail-sdk.readthedocs.io
- Size: 67.4 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
################################
Tencent Exmail SDK for Python
################################
.. image:: https://api.travis-ci.org/ni-ning/exmail-sdk.svg?branch=master
:target: https://travis-ci.org/ni-ning/exmail-sdk
.. image:: https://img.shields.io/badge/pypi-v1.0.0-blue
:target: https://pypi.org/project/exmail-sdk/腾讯企业邮第三方 Python SDK。
`【阅读文档】 `_。********
功能特性
********
+ 腾讯企业邮接入api********
安装
********目前 exmail-sdk 支持的 Python 环境有 2.7, 3.4, 3.5, 3.6, 3.7, 3.8。
为了简化安装过程,推荐使用 pip 进行安装
.. code-block:: bash
pip install exmail-sdk
升级 exmail-sdk 到新版本::
pip install -U exmail-sdk
如果需要安装 GitHub 上最新代码::
pip install https://github.com/ni-ning/exmail-sdk/archive/master.zip