Add your description here
Project description
Service Forge
Automated service creation and maintenance tool.
Install
pip install -e .
CLI Usage (sft)
Service Forge 提供了命令行工具 sft 用于服务管理。
服务上传和部署
# 上传服务(打包并上传到服务器)
sft upload [project_path]
# 列出本地已打包的服务包
sft list
# 部署服务(只在服务器上使用)
sft deploy <name> <version>
配置管理
# 列出所有配置项
sft config list
# 获取指定配置项的值
sft config get <key>
# 设置配置项的值
sft config set <key> <value>
服务管理
# 列出所有服务
sft service list
# 删除服务(只在服务器上使用)
sft service delete <service_name> [--force, -f]
# 查看服务日志(只在服务器上使用)
sft service logs <service_name> [--container, -c] [--tail, -n] [--follow, -f] [--previous, -p]
TODO
- 多次 trigger 并行执行
- 支持 websocket 来做 trigger、输入和输出
- 优化 websocket 客户端映射和重连支持
- 节点和 workflow 运行情况的回调函数
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
service_forge-0.1.3.tar.gz
(43.7 MB
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 service_forge-0.1.3.tar.gz.
File metadata
- Download URL: service_forge-0.1.3.tar.gz
- Upload date:
- Size: 43.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
988d19d90fb701437742112177850772c654dfe5d936713ad613f41abb332b51
|
|
| MD5 |
43cc7cfeb60c6eabd3579e75ede01b7d
|
|
| BLAKE2b-256 |
f0e45faf869fd0a27ac12f3ccc20115385d8e49734fe859fd9114ce8593c14d1
|
File details
Details for the file service_forge-0.1.3-py3-none-any.whl.
File metadata
- Download URL: service_forge-0.1.3-py3-none-any.whl
- Upload date:
- Size: 60.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ed268547e83805ca4715726cbee02d7796607abb188b3c0d58dc95b5f7c074a
|
|
| MD5 |
76c9c5fe7b47477d642199942375d59c
|
|
| BLAKE2b-256 |
29c31b2fb75def746eef8479f06863d9e13bc29e3464d29465244ef70bdf6900
|