1 Star 0 Fork 0

chatgpt/edge-tts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.cfg 885 Bytes
一键复制 编辑 原始数据 按行查看 历史
rany2 提交于 2023-01-09 21:17 . Define version information in version.py
[metadata]
name = edge-tts
version = attr: edge_tts.version.__version__
author = rany
author_email = [email protected]
description = Microsoft Edge's TTS
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/rany2/edge-tts
project_urls =
Bug Tracker=https://github.com/rany2/edge-tts/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
[options]
package_dir=
= src
packages = find:
python_requires = >=3.7
# Dependencies are in setup.py for GitHub's dependency graph.
[options.packages.find]
where=src
[options.entry_points]
console_scripts =
edge-tts = edge_tts.__main__:main
edge-playback = edge_playback.__main__:_main
[options.extras_require]
dev =
black
isort
mypy
pylint
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chatgpt_14/edge-tts.git
[email protected]:chatgpt_14/edge-tts.git
chatgpt_14
edge-tts
edge-tts
master

搜索帮助