seeksvc Search tools, solutions, libraries…
dingtalk-sdk.readthedocs.io icon
dingtalk-sdk Proprietary
Installation and Upgrade — dingtalk-sdk 1.3.8 documentation
Visit website ↗
Introduction
dingtalk-sdk is a Python SDK documented for DingTalk enterprise internal development interfaces and DingTalk application service provider (ISV) interfaces. The documentation also includes message entities, form components, and installation and upgrade guidance.
Currently, the Python environments supported by dingtalk-sdk are 2.7, 3.4, 3.5, 3.6 and pypy.
dingtalk-sdk message encryption and decryption is compatible with both cryptography and PyCrypto, and uses the cryptography library first. You can install cryptography or PyCrypto yourself first:
```bash
# install cryptography
pip install cryptography>=0.8.2
# or install PyCrypto
pip install pycrypto>=2.6.1
```
To simplify the installation process, pip is recommended:
```bash
pip install dingtalk-sdk
# with cryptography
pip install dingtalk-sdk[cryptography]
# with pycrypto
pip install dingtalk-sdk[pycrypto]
```
Upgrade dingtalk-sdk to a new version:
```bash
pip install -U dingtalk-sdk
```
If you need to install the latest code on GitHub:
```bash
pip install https://github.com/007gzs/dingtalk-sdk/archive/master.zip
```
Python SDKDingTalk APIsISV APIsMessage entitiesForm componentspip installcryptographyPyCrypto
Screenshots
dingtalk-sdk · 首页
Deployment
pip 安装
适用于常规安装 dingtalk-sdk,官方推荐用 pip 简化安装过程。
pip 安装并启用 cryptography 扩展
适用于需要消息加解密能力且希望优先使用 cryptography 库的场景。
pip 安装并启用 pycrypto 扩展
适用于需要消息加解密能力且选择使用 PyCrypto 库的场景。
pip 升级
适用于将已安装的 dingtalk-sdk 升级到新版本。
pip 从 GitHub master 安装
适用于需要安装 GitHub 上最新代码而非已发布版本的场景。
Details
Type Commercial software
Last verified 2026-07-18
Ad slot 300 × 250 Ad
About the data
Stars / commit times sync automatically from the GitHub API; pricing and features are human-verified.
seeksvc
一个可查询的宝藏收藏库:开源与闭源软件、开发库与完整解决方案。
© 2026 seeksvc · Manually verified, continuously updated