ErisPulse 2.1.14.dev2__py3-none-any.whl → 2.1.15__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ErisPulse
3
- Version: 2.1.14.dev2
3
+ Version: 2.1.15
4
4
  Summary: ErisPulse 是一个模块化、可扩展的异步 Python SDK 框架,主要用于构建高效、可维护的机器人应用程序。
5
- Author-email: "艾莉丝·格雷拉特(WSu2059)" <wsu2059@qq.com>, runoneall <runoobsteve@gmail.com>
5
+ Author-email: "艾莉丝·格雷拉特(WSu2059)" <wsu2059@qq.com>
6
6
  License: MIT License
7
7
 
8
8
  Copyright (c) 2025 ErisPulse
@@ -34,6 +34,12 @@ License: MIT License
34
34
  - Metadata definitions
35
35
 
36
36
  This ensures consistent behavior and interoperability across all adapter implementations.
37
+
38
+ 感谢所有为开源社区做出贡献的开发者和作者
39
+
40
+ 请尊重每一位开源作者的劳动成果,承诺在使用、修改和分发本软件时,将严格遵守相关许可证条款,并保留所有原始版权声明
41
+
42
+ 开源精神的核心在于分享、协作与尊重。我们希望通过本项目,能够传承这一精神,为开源社区的发展贡献一份力量
37
43
  License-File: LICENSE
38
44
  Classifier: Development Status :: 5 - Production/Stable
39
45
  Classifier: Intended Audience :: Developers
@@ -41,11 +47,10 @@ Classifier: License :: OSI Approved :: MIT License
41
47
  Classifier: Operating System :: OS Independent
42
48
  Classifier: Programming Language :: Python :: 3
43
49
  Classifier: Programming Language :: Python :: 3 :: Only
44
- Classifier: Programming Language :: Python :: 3.8
45
- Classifier: Programming Language :: Python :: 3.9
46
50
  Classifier: Programming Language :: Python :: 3.10
47
51
  Classifier: Programming Language :: Python :: 3.11
48
52
  Classifier: Programming Language :: Python :: 3.12
53
+ Classifier: Programming Language :: Python :: 3.13
49
54
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
50
55
  Requires-Python: >=3.8
51
56
  Requires-Dist: aiohttp
@@ -53,6 +58,7 @@ Requires-Dist: colorama
53
58
  Requires-Dist: fastapi>=0.116.1
54
59
  Requires-Dist: hypercorn>=0.14.0
55
60
  Requires-Dist: keyboard
61
+ Requires-Dist: packaging>=25.0
56
62
  Requires-Dist: pip
57
63
  Requires-Dist: pydantic>=2.10.6
58
64
  Requires-Dist: python-multipart>=0.0.20
@@ -68,17 +74,26 @@ Description-Content-Type: text/markdown
68
74
  [![FramerOrg](https://img.shields.io/badge/合作伙伴-FramerOrg-blue?style=flat-square)](https://github.com/FramerOrg)
69
75
  [![Python Versions](https://img.shields.io/pypi/pyversions/ErisPulse?style=flat-square)](https://pypi.org/project/ErisPulse/)
70
76
 
71
- > 文档站:
72
- [![Docs-Main](https://img.shields.io/badge/docs-main_site-blue?style=flat-square)](https://www.erisdev.com/docs.html)
73
- [![Docs-CF Pages](https://img.shields.io/badge/docs-cloudflare-blue?style=flat-square)](https://erispulse.pages.dev/docs.html)
74
- [![Docs-GitHub](https://img.shields.io/badge/docs-github-blue?style=flat-square)](https://erispulse.github.io/docs.html)
75
- [![Docs-Netlify](https://img.shields.io/badge/docs-netlify-blue?style=flat-square)](https://erispulse.netlify.app/docs.htm)
77
+ ## 文档站
78
+
79
+ [![Docs-Main](https://img.shields.io/badge/docs-main_site-blue?style=flat-square)](https://www.erisdev.com/#docs)
80
+ [![Docs-CF Pages](https://img.shields.io/badge/docs-cloudflare-blue?style=flat-square)](https://erispulse.pages.dev/#docs)
81
+ [![Docs-GitHub](https://img.shields.io/badge/docs-github-blue?style=flat-square)](https://erispulse.github.io/#docs)
82
+ [![Docs-Netlify](https://img.shields.io/badge/docs-netlify-blue?style=flat-square)](https://erispulse.netlify.app/#docs)
83
+
84
+ ## 模块市场
85
+
86
+ [![Market-Main](https://img.shields.io/badge/market-erisdev-blue?style=flat-square)](https://www.erisdev.com/#market)
87
+ [![Market-CF Pages](https://img.shields.io/badge/market-cloudflare-blue?style=flat-square)](https://erispulse.pages.dev/#market)
88
+ [![Market-GitHub](https://img.shields.io/badge/market-github-blue?style=flat-square)](https://erispulse.github.io/#market)
89
+ [![Market-Netlify](https://img.shields.io/badge/market-netlify-blue?style=flat-square)](https://erispulse.netlify.app/#market)
76
90
 
91
+ ---
77
92
 
78
93
  ## 核心特性
79
94
 
80
95
  | 特性 | 描述 |
81
- |------|------|
96
+ |:-----|:-----|
82
97
  | **异步架构** | 完全基于 async/await 的异步设计 |
83
98
  | **模块化系统** | 灵活的插件和模块管理 |
84
99
  | **热重载** | 开发时自动重载,无需重启 |
@@ -100,6 +115,7 @@ irm https://get.erisdev.com/install.ps1 -OutFile install.ps1; powershell -Execut
100
115
  ```
101
116
 
102
117
  #### macOS/Linux:
118
+
103
119
  ```bash
104
120
  curl -sSL https://get.erisdev.com/install.sh | tee install.sh >/dev/null && chmod +x install.sh && ./install.sh
105
121
  ```
@@ -108,14 +124,14 @@ curl -sSL https://get.erisdev.com/install.sh | tee install.sh >/dev/null && chmo
108
124
 
109
125
  ## 测试与开发
110
126
 
111
- ### 克隆项目并进入目录
127
+ ### 1. 克隆项目并进入目录
112
128
 
113
129
  ```bash
114
130
  git clone -b Develop/v2 https://github.com/ErisPulse/ErisPulse.git
115
131
  cd ErisPulse
116
132
  ```
117
133
 
118
- ### 使用 `uv` 同步项目环境
134
+ ### 2. 使用 `uv` 同步项目环境
119
135
 
120
136
  ```bash
121
137
  uv sync
@@ -127,15 +143,15 @@ source .venv/bin/activate
127
143
 
128
144
  > `ErisPulse` 目前正在使用 `python3.13` 进行开发(所以您同步环境时会自动安装 `3.13`),但也可以使用其他版本(版本不应低于 `3.10`)。
129
145
 
130
- ### 安装依赖并开始
146
+ ### 3. 安装依赖并开始
131
147
 
132
148
  ```bash
133
149
  uv pip install -e .
134
150
  ```
135
151
 
136
- 这将以“开发模式”安装 SDK,所有本地修改都会立即生效。
152
+ 这将以"开发模式"安装 SDK,所有本地修改都会立即生效。
137
153
 
138
- ### 验证安装
154
+ ### 4. 验证安装
139
155
 
140
156
  运行以下命令确认 SDK 正常加载:
141
157
 
@@ -143,7 +159,7 @@ uv pip install -e .
143
159
  python -c "from ErisPulse import sdk; sdk.init()"
144
160
  ```
145
161
 
146
- ### 运行测试
162
+ ### 5. 运行测试
147
163
 
148
164
  我们提供了一个交互式测试脚本,可以帮助您快速验证SDK功能:
149
165
 
@@ -158,14 +174,15 @@ uv run devs/test.py
158
174
  - 工具函数测试
159
175
  - 适配器功能测试
160
176
 
161
- ### 开发模式 (热重载)
177
+ ### 6. 开发模式 (热重载)
178
+
162
179
  ```bash
163
180
  epsdk run your_script.py --reload
164
181
  ```
165
182
 
166
183
  ---
167
184
 
168
- ## 🤝 贡献指南
185
+ ## 贡献指南
169
186
 
170
187
  我们欢迎各种形式的贡献,包括但不限于:
171
188
 
@@ -176,7 +193,7 @@ epsdk run your_script.py --reload
176
193
  通过 [社区讨论](https://github.com/ErisPulse/ErisPulse/discussions) 提出新想法
177
194
 
178
195
  3. **代码贡献**
179
- 提交 Pull Request 前请阅读我们的 [开发指南](docs/DEVELOPMENT.md)
196
+ 提交 Pull Request 前请阅读我们的 [代码风格](docs/StyleGuide/DocstringSpec.md)
180
197
 
181
198
  4. **文档改进**
182
199
  帮助完善文档和示例代码
@@ -184,3 +201,7 @@ epsdk run your_script.py --reload
184
201
  ---
185
202
 
186
203
  [加入社区讨论 →](https://github.com/ErisPulse/ErisPulse/discussions)
204
+
205
+ ---
206
+
207
+ [![](https://starchart.cc/ErisPulse/ErisPulse.svg?variant=adaptive)](https://starchart.cc/ErisPulse/ErisPulse)
@@ -0,0 +1,17 @@
1
+ ErisPulse/__init__.py,sha256=X3J178HNoZvVJDI0D8_rjfvOmaFR4H-aMPqs9lCPKPw,26790
2
+ ErisPulse/__main__.py,sha256=HTq7Y7446eukTCHDX2_O9Ie8i-A7KHUCEJCmxx_j5co,76276
3
+ ErisPulse/Core/__init__.py,sha256=VCYMC8Ehfw603jV9KFaWdiWAh4UORSqrMTRuVfXZK0I,481
4
+ ErisPulse/Core/adapter.py,sha256=y75u_heNmpYLDjIBtVTfMzTHZFixWtYFv0JVskNI-2w,18300
5
+ ErisPulse/Core/config.py,sha256=y0ChfCuw-6jAqs9Ii2tPJg0e4A765qzQLRcK6O8zh4c,2425
6
+ ErisPulse/Core/env.py,sha256=IT_6Xks5Ka089O_4SVTvYNIC9Ly1IHX_Esb3SsleRj8,338
7
+ ErisPulse/Core/erispulse_config.py,sha256=QDx401hNX9JcSHqCSVK33X6VTubl6HI1znAK3T_J0K0,3034
8
+ ErisPulse/Core/exceptions.py,sha256=zuTREGczwGzbYT4Z6dACqHwgNRpiJeLFR8aCxFdOg7k,3667
9
+ ErisPulse/Core/logger.py,sha256=6p53nQE7NFXSqs_lftW-HQB1BQcgruAYOpIYx25QLVA,11252
10
+ ErisPulse/Core/mods.py,sha256=vKLEDr2nQ4kUULHmUQYFbRL04ePIKlwLEOGB-ldMYS8,7130
11
+ ErisPulse/Core/router.py,sha256=s2EBh2qpt3UXYhB06Ppc1XTFuZ3u0ZfXENJxwkgPoq8,8542
12
+ ErisPulse/Core/storage.py,sha256=oRum4eVaTc3yxcaafggoIvrk41LPbvApSCxkGM3YmzU,17904
13
+ erispulse-2.1.15.dist-info/METADATA,sha256=72yVeKOJWDNvnGMbVqLmSYmu0OH6agLUFU6T85mHVfU,7286
14
+ erispulse-2.1.15.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
15
+ erispulse-2.1.15.dist-info/entry_points.txt,sha256=Jss71M6nEha0TA-DyVZugPYdcL14s9QpiOeIlgWxzOc,182
16
+ erispulse-2.1.15.dist-info/licenses/LICENSE,sha256=b2XwzcfWuv_36Op3xGdjcuPHgfCz62yT3bXYjfStpxY,1852
17
+ erispulse-2.1.15.dist-info/RECORD,,
@@ -28,4 +28,10 @@ This SDK's core adapter standardization layer strictly follows OneBot12 specific
28
28
  - Message segment definitions
29
29
  - Metadata definitions
30
30
 
31
- This ensures consistent behavior and interoperability across all adapter implementations.
31
+ This ensures consistent behavior and interoperability across all adapter implementations.
32
+
33
+ 感谢所有为开源社区做出贡献的开发者和作者
34
+
35
+ 请尊重每一位开源作者的劳动成果,承诺在使用、修改和分发本软件时,将严格遵守相关许可证条款,并保留所有原始版权声明
36
+
37
+ 开源精神的核心在于分享、协作与尊重。我们希望通过本项目,能够传承这一精神,为开源社区的发展贡献一份力量
@@ -1,16 +0,0 @@
1
- ErisPulse/__init__.py,sha256=YoqCrqbR1dxjajBii6D4iebuVUl2bZaZYbpPXEgGBz8,26428
2
- ErisPulse/__main__.py,sha256=aDYN5_11PdL3tj2ruhNoXwNc9TmAUnBtFujQgnEf_sI,37573
3
- ErisPulse/Core/__init__.py,sha256=hX2yEt9VSD3JubiofoQdcY4v1lnQUU02dhuVADkMTVo,437
4
- ErisPulse/Core/adapter.py,sha256=oBJOp6SS8sm8NgIxQwetGsHu24wHNXz7ESQ5yKJSo7Q,18234
5
- ErisPulse/Core/config.py,sha256=2BRWINOqKtHSCP4KfhuiRpGwR96jWGKV7gjZSi_VQHE,2397
6
- ErisPulse/Core/env.py,sha256=U45f9WtriVyd3tW1N8to-ZvpzcF9gD8DJzNTC1jY2cM,17665
7
- ErisPulse/Core/erispulse_config.py,sha256=QDx401hNX9JcSHqCSVK33X6VTubl6HI1znAK3T_J0K0,3034
8
- ErisPulse/Core/exceptions.py,sha256=zuTREGczwGzbYT4Z6dACqHwgNRpiJeLFR8aCxFdOg7k,3667
9
- ErisPulse/Core/logger.py,sha256=HY6jkTQpztbc07mewHbMpaFNv_2-fX-87G78UEa3DTo,8306
10
- ErisPulse/Core/mods.py,sha256=2yIq8t9Ca9CBPRiZU0yr8Lc0XGmmkB7LlH-5FWqXjw4,7023
11
- ErisPulse/Core/router.py,sha256=66hT8VC2dVNX-dANldoOPDcqQ94hidFkNnvKgAPemGQ,8491
12
- erispulse-2.1.14.dev2.dist-info/METADATA,sha256=h-m8vZWF0_WsUwiSj83NmYEZz0zEA91-cdR39EkyKpc,6264
13
- erispulse-2.1.14.dev2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
14
- erispulse-2.1.14.dev2.dist-info/entry_points.txt,sha256=Jss71M6nEha0TA-DyVZugPYdcL14s9QpiOeIlgWxzOc,182
15
- erispulse-2.1.14.dev2.dist-info/licenses/LICENSE,sha256=4jyqikiB0G0n06CEEMMTzTXjE4IShghSlB74skMSPQs,1464
16
- erispulse-2.1.14.dev2.dist-info/RECORD,,