Metadata-Version: 2.1
Name: pipilong-notify
Version: 0.2.0
Summary: 一个钉钉webhook包
Author: PiPiLONG256
Author-email: 66461682@qq.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: certifi==2024.7.4
Requires-Dist: charset-normalizer==3.3.2
Requires-Dist: idna==3.7
Requires-Dist: load-dotenv==0.1.0
Requires-Dist: markdown-it-py==3.0.0
Requires-Dist: mdurl==0.1.2
Requires-Dist: Pygments==2.18.0
Requires-Dist: python-dotenv==1.0.1
Requires-Dist: requests==2.32.3
Requires-Dist: rich==13.7.1
Requires-Dist: urllib3==2.2.2

# 钉钉webhook扩展包

## 使用

```python
from notification.template import Text
from notification.dingTalk import DingTalk
text = Text(content="你好啊")

DingTalk().notify(text)


```
