wangxili 41e7ba15f2 fix README.md | il y a 4 ans | |
---|---|---|
QimenCloud | il y a 4 ans | |
aliyun | il y a 4 ans | |
dingtalk | il y a 4 ans | |
top | il y a 4 ans | |
LICENSE.md | il y a 4 ans | |
README.md | il y a 4 ans | |
READ_ME.TXT | il y a 4 ans | |
aliyun_demo.py | il y a 4 ans | |
dingtalk_test.py | il y a 4 ans | |
setup.cfg | il y a 4 ans | |
setup.py | il y a 4 ans | |
test.py | il y a 4 ans |
钉钉开放平台第三方企业应用服务端API.
API文档请参阅 钉钉开放平台文档
打包项目需要用到setuptools和wheel,先安装这两个库
pip3 install setuptools
pip3 install wheel
安装完后,运行下面的命令打包
python3 setup.py sdist bdist_wheel