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