File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ # python generated files
2+ __pycache__ /
3+ * .py [oc ]
4+ build /
5+ dist /
6+ wheels /
7+ * .egg-info
8+
9+ # venv
10+ .venv
Original file line number Diff line number Diff line change 1+ # pypusher
2+
3+ APP 推送通知
4+
5+ ## 支持平台
6+
7+ | 状态 | ** 国内** 平台 | 官网 | 文档 | 备注 |
8+ | :------- | :--------------- | :-------------------------------------------------------------------------------------------------------- | :--- | :--- |
9+ | ✔ ** 荐** | ** 钉钉群机器人** | [ https://open.dingtalk.com/ ] ( https://open.dingtalk.com/document/robots/customize-robot-security-settings ) | - | |
10+ | ✔ ** 荐** | ** 飞书群机器人** | [ https://open.feishu.cn/ ] ( https://www.feishu.cn/hc/zh-CN/articles/360024984973 ) | - | |
11+
12+ ## 前置环境
13+
14+ 1 . 使用 [ ** Rye** ] ( https://rye-up.com/ ) 作为包管理工具
15+
16+ ## 单元测试
17+
18+ ``` bash
19+ python -m unittest discover tests
20+ ```
You can’t perform that action at this time.
0 commit comments