Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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