ChatCoolify
ChatArch integration for the official Coolify API
快速开始
pip install -e ".[dev]"
chatcoolify --help
chatcoolify --version
chatcoolify --tree
chatcoolify --tree-brief
python -m pytest -q
python -m build
命令行规范
这个模板默认依赖 chatstyle>=0.2.0,<0.3.0 和 chatenv>=0.2.11,<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-first
开发说明
扩展脚手架前,先阅读 DEVELOP.md 和 AGENTS.md。
Release files for ChatCoolify 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| chatcoolify-0.0.1.tar.gz | 4.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| chatcoolify-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.2 kB
Release files / chatcoolify-0.0.1.tar.gz
| Download URL | chatcoolify-0.0.1.tar.gz |
|---|---|
| Size | 4.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
595f73396b5b0efc2a800cb40f30d8df7ab8034af7b5d8220497161d00be7b2c
|
|
BLAKE2b-256 checksum How to use checksums |
26adc90e1a25be5ab3b45ddc0251eaf92e8469bbb16f8b15c15117551c0af574
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.13
|
Release files / chatcoolify-0.0.1-py3-none-any.whl
| Download URL | chatcoolify-0.0.1-py3-none-any.whl |
|---|---|
| Size | 4.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1eda8793ea31ee95c38f19d49ff50abe1e9512c7571dca166cbc7e25b473e710
|
|
BLAKE2b-256 checksum How to use checksums |
db14dd8e76e3f7e7d77f7d1a66ef3a17f700e476055467e23d4a7a0b499c0129
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.13
|