11[project ]
22name = " ipush"
3- version = " 0.2 .0"
4- description = " Push for python "
3+ version = " 0.3 .0"
4+ description = " APP 推送通知。支持往 钉钉群、飞书群、Lark 群、Bark、Chanify、PushDeer、PushPlus、Showdoc、息知 推送消息。 "
55authors = [
66 {
name =
" Jetsung Chan" ,
email =
" [email protected] " }
77]
@@ -10,27 +10,34 @@ dependencies = [
1010 " lxml>=4.9.4" ,
1111]
1212readme = " README.md"
13+ license ={ file = " LICENSE" }
14+ keywords = [" push" , " notify" , " dingtalk" , " feishu" , " lark" , " bark" , " chanify" , " pushdeer" , " pushplus" , " showdoc" , " xizhi" ]
1315requires-python = " >= 3.8"
1416classifiers = [
1517 ' Development Status :: 4 - Beta' ,
1618 ' Environment :: Console' ,
19+ ' Environment :: Web Environment' ,
1720 ' Intended Audience :: Developers' ,
1821 ' License :: OSI Approved :: Apache Software License' ,
1922 ' Natural Language :: Chinese (Simplified)' ,
2023 ' Operating System :: OS Independent' ,
2124 ' Programming Language :: Python' ,
25+ ' Programming Language :: Python :: 3' ,
26+ ' Programming Language :: Python :: 3.8' ,
2227 ' Programming Language :: Python :: 3.8' ,
2328 ' Programming Language :: Python :: 3.9' ,
2429 ' Programming Language :: Python :: 3.10' ,
2530 ' Programming Language :: Python :: 3.11' ,
2631 ' Programming Language :: Python :: 3.12' ,
27- ' Programming Language :: Python :: 3.13' ,
32+ ' Programming Language :: Python :: 3 :: Only' ,
33+ ' Programming Language :: Python :: Implementation :: CPython' ,
2834 ' Topic :: Communications :: Email' ,
35+ ' Topic :: Software Development :: Libraries' ,
2936]
3037[project .urls ]
3138Homepage = " https://git.jetsung.com/idev/pypush"
32- Documentation = " https://framagit.org/idev/pypush "
33- Repository = " https://framagit.org/idev /pypush.git "
39+ Documentation = " https://pypush.skiy.net/ "
40+ Repository = " https://github.com/idevsig /pypush"
3441
3542[build-system ]
3643requires = [" hatchling" ]
0 commit comments