钉钉官方提供的SDK

wangxili 41e7ba15f2 fix README.md 4 vuotta sitten
QimenCloud 424c4c2ad4 Initial commit 4 vuotta sitten
aliyun 424c4c2ad4 Initial commit 4 vuotta sitten
dingtalk 424c4c2ad4 Initial commit 4 vuotta sitten
top 424c4c2ad4 Initial commit 4 vuotta sitten
LICENSE.md 14239d385c 增加打包文件 4 vuotta sitten
README.md 41e7ba15f2 fix README.md 4 vuotta sitten
READ_ME.TXT 424c4c2ad4 Initial commit 4 vuotta sitten
aliyun_demo.py 34e8ff9bb0 fix bugs 4 vuotta sitten
dingtalk_test.py 424c4c2ad4 Initial commit 4 vuotta sitten
setup.cfg 14239d385c 增加打包文件 4 vuotta sitten
setup.py 34e8ff9bb0 fix bugs 4 vuotta sitten
test.py 34e8ff9bb0 fix bugs 4 vuotta sitten

README.md

DingTalk(钉钉) Python SDK

钉钉开放平台第三方企业应用服务端API.

API文档请参阅 钉钉开放平台文档

打包项目

打包项目需要用到setuptools和wheel,先安装这两个库

pip3 install setuptools
pip3 install wheel

安装完后,运行下面的命令打包

python3 setup.py sdist bdist_wheel