1 Star 0 Fork 4

ybot/ERNIE-Bot-SDK

forked from PaddlePaddle/ERNIE-Bot-SDK 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.cfg 928 Bytes
一键复制 编辑 原始数据 按行查看 历史
Bobholamovic 提交于 2023-12-04 15:04 +08:00 . Add retrying to ErnieEmbeddings (#115)
# Here's a link about setup.cfg:
# https://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files
[metadata]
name = erniebot
version = attr: erniebot.version.VERSION
description = Python library for the ERNIE Bot
long_description = file: README.md
long_description_content_type = text/markdown
classifier =
Programming Language :: Python
[options]
package_dir =
=src
packages = find:
python_requires = >=3.8
install_requires = file: requirements.txt
include_package_data = True
[options.packages.find]
where = src
include =
erniebot
erniebot.*
[options.entry_points]
console_scripts =
erniebot = erniebot.__main__:console_entry
[options.extras_require]
docs = file: docs-requirements.txt
[sdist]
dist_dir = output/dist
[bdist_wheel]
dist_dir = output/dist
[easy_install]
# Using baidu's official pip source
index_url = http://pip.baidu.com/root/baidu/+simple/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/ybot/ERNIE-Bot-SDK.git
git@gitee.com:ybot/ERNIE-Bot-SDK.git
ybot
ERNIE-Bot-SDK
ERNIE-Bot-SDK
develop

搜索帮助