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