DingTalk SDK for Python
Project description
钉钉开放平台第三方 Python SDK。 【阅读文档】。
功能特性
企业内部开发接入api
应用服务商(ISV)接入api
安装
目前 dingtalk-sdk 支持的 Python 环境有 2.7, 3.4, 3.5, 3.6 和 pypy。
dingtalk-sdk 消息加解密同时兼容 cryptography 和 PyCrypto, 优先使用 cryptography 库。 可先自行安装 cryptography 或者 PyCrypto 库:
#cryptography python的一个加密方法
# 安装 cryptography pip install cryptography>=0.8.2 # 或者安装 PyCrypto pip install pycrypto>=2.6.1
为了简化安装过程,推荐使用 pip 进行安装
pip install dingtalk-sdk
# with cryptography
pip install dingtalk-sdk[cryptography]
# with pycrypto
pip install dingtalk-sdk[pycrypto]
升级 dingtalk-sdk 到新版本:
pip install -U dingtalk-sdk
使用示例
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zly_resource_module-1.0.2-py2.py3-none-any.whl.
File metadata
- Download URL: zly_resource_module-1.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 31.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12c338c7dff13418a42933f45bb59305ceed45e7496b846650a051e66cafbbe0
|
|
| MD5 |
31c26dba541b6fd3dc4ae610fcd39a51
|
|
| BLAKE2b-256 |
b2ae70ef5dc2dac780e62ec201dddaf8f4c8956f9e807f968a0fd94d33c4a5f9
|