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 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 Distribution
dingtalk-sdk-1.3.8.tar.gz
(678.7 kB
view details)
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
dingtalk_sdk-1.3.8-py3-none-any.whl
(715.9 kB
view details)
File details
Details for the file dingtalk-sdk-1.3.8.tar.gz.
File metadata
- Download URL: dingtalk-sdk-1.3.8.tar.gz
- Upload date:
- Size: 678.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9da9b01db367690051a4c7f628b3b5c7193f579be2f84c5e9b781e2fdc970cbb
|
|
| MD5 |
806e5a925efff699f4af82192f96155a
|
|
| BLAKE2b-256 |
4697d1501c656e3a7d4a4c1fe0211e0f927ec0a96830230cb2d906522db05483
|
File details
Details for the file dingtalk_sdk-1.3.8-py3-none-any.whl.
File metadata
- Download URL: dingtalk_sdk-1.3.8-py3-none-any.whl
- Upload date:
- Size: 715.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4176a7521310b9c0aefc006cf540341c698c8391c7a75fe34824e0dd8beeab20
|
|
| MD5 |
0ab8a527eba4040793f54c831d75fc34
|
|
| BLAKE2b-256 |
18f9d16a28700efbc80901af123f28588537d5c8a1c308fb5eacee572e4ed2b2
|