VoiceClone
ChatArch voice-cloning service placeholder.
文档入口:https://arch.gh.wzhecnu.cn/VoiceClone/
按场景选择文档:
| 场景 | 文档 |
|---|---|
| 第一次安装、运行命令行、确认包可用 | CLI 树 |
| 校对当前包有哪些一等能力和边界 | 能力地图 |
| 从 Python 代码调用包能力 | 接口树 |
快速开始
pip install -e ".[dev]"
voiceclone --help
voiceclone --version
voiceclone --tree
voiceclone --tree-brief
python -m pytest -q
python -m build
命令行规范
这个模板默认依赖 chatstyle>=0.2.0,<0.3.0 和 chatenv>=0.2.9,<0.3.0,新增命令应优先使用:
add_tree_option()提供共享的--tree/--tree-brief,render_click_tree()从已注册 Click 元数据生成命令树。CommandSchema/CommandField描述输入。add_interactive_option()提供统一-i/-I。resolve_command_inputs()统一缺参补问、默认值、TTY 与校验。- 默认生成
config.py和chatenv.configs入口点,使包可被 ChatEnv 发现;只有明确不需要 ChatEnv 接入时才使用--without-chatenv-provider。
目录结构
src/:包源码tests/code-tests/:代码测试和历史测试迁移tests/cli-tests/:真实 CLI 测试,doc-firsttests/mock-cli-tests/:mock/fake CLI 测试,doc-firstdocs/:长期维护文档,由 mkdocs 构建
开发说明
扩展脚手架前,先阅读 DEVELOP.md 和 AGENTS.md。
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
voiceclone-0.0.1.tar.gz
(5.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file voiceclone-0.0.1.tar.gz.
File metadata
- Download URL: voiceclone-0.0.1.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59b79bc16aa42966859812a04e641de350dd73d9720c776c859c84faa88818c2
|
|
| MD5 |
37c55ee5a2a1e19510d8fcbeac09aa2d
|
|
| BLAKE2b-256 |
a50db120b0a44d17310cc10c6af96cd14236ef9d37bc4c47ce20d219c4514bd0
|
File details
Details for the file voiceclone-0.0.1-py3-none-any.whl.
File metadata
- Download URL: voiceclone-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83948c43a06b47a2ef5728cb396b5c6dc4e813af879de39b7fd3abfdd3ddd8a4
|
|
| MD5 |
93ae5cbb4562f10f95c3e03fca700d60
|
|
| BLAKE2b-256 |
a622efa02d18f75b5b5b1aea9993039de219b568d5c3cffd7c5cc1881b47c87b
|