slackapi / slackapi/python-slack-hooks
[FEATURE] allow entry point overriding
未关闭
还没有人认领这个 Issue。
auto-triage-skip
enhancement
- 主要语言
- Python
- 星标
- 9
- 派生
- 2
- 平均合并
- 13 小时 3 分钟
- 30 天内合并 PR
- 1
描述
Description of the problem being solved
There is no way for developers to override the entry point file name/path (default: app.py)
Alternative solutions
Open to ideas
Simple solution: Set an environment variable to override the default entry point value
Requirements
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先定位默认入口点 app.py 的定义位置,以及 Slack CLI 如何传递或使用该值。检查提议的环境变量方案和相关的入口点处理;当开发者可以在不改变默认行为的情况下选择不同的文件名或路径时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- cli
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100