Skip to content

Commit c07f637

Browse files
committed
init
0 parents  commit c07f637

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# python generated files
2+
__pycache__/
3+
*.py[oc]
4+
build/
5+
dist/
6+
wheels/
7+
*.egg-info
8+
9+
# venv
10+
.venv

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+
```

0 commit comments

Comments
 (0)