ErisPulse 1.2.6__tar.gz → 1.2.8__tar.gz
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.
- {erispulse-1.2.6 → erispulse-1.2.8}/PKG-INFO +1 -2
- {erispulse-1.2.6 → erispulse-1.2.8}/pyproject.toml +2 -3
- {erispulse-1.2.6 → erispulse-1.2.8}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/.github/assets/erispulse_logo.png +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/.github/config/notify.json +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/.github/tools/merge_md.py +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/.github/tools/update-api-docs.py +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/.github/workflows/notifications.yml +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/.github/workflows/pypi-publish.yml +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/.github/workflows/send-email/action.yml +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/.github/workflows/send-email/send_mail.py +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/.github/workflows/send-email/send_mail_old.py +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/.gitignore +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/.python-version +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/LICENSE +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/README.md +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/devs/test.py +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/devs/test_adapter.py +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/devs/test_files/test.docx +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/devs/test_files/test.jpg +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/devs/test_files/test.mp4 +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/docs/ADAPTERS.md +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/docs/AI-Module-Generation.md +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/docs/CHANGELOG.md +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/docs/CLI.md +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/docs/DEVELOPMENT.md +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/docs/ForAIDocs/ErisPulseDevelop.md +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/docs/ORIGIN.md +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/docs/REFERENCE.md +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/docs/quick-start.md +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/gitc/cd_branch.sh +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/gitc/commit.sh +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/gitc/create_branch.sh +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/gitc/create_pr.sh +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/gitc/merge_dev.sh +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/gitc/usage.md +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/src/ErisPulse/__init__.py +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/src/ErisPulse/__main__.py +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/src/ErisPulse/adapter.py +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/src/ErisPulse/db.py +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/src/ErisPulse/logger.py +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/src/ErisPulse/mods.py +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/src/ErisPulse/raiserr.py +0 -0
- {erispulse-1.2.6 → erispulse-1.2.8}/src/ErisPulse/util.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ErisPulse
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.8
|
|
4
4
|
Summary: ErisPulse 是一个模块化、可扩展的异步 Python SDK 框架,主要用于构建高效、可维护的机器人应用程序。
|
|
5
5
|
Author-email: "艾莉丝·格雷拉特(WSu2059)" <wsu2059@qq.com>, runoneall <runoobsteve@gmail.com>
|
|
6
6
|
License: MIT License
|
|
@@ -46,7 +46,6 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
46
46
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
47
47
|
Requires-Python: >=3.8
|
|
48
48
|
Requires-Dist: aiohttp
|
|
49
|
-
Requires-Dist: importlib>=1.0.4
|
|
50
49
|
Requires-Dist: pip
|
|
51
50
|
Requires-Dist: watchdog
|
|
52
51
|
Description-Content-Type: text/markdown
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "ErisPulse"
|
|
7
|
-
version = "1.2.
|
|
7
|
+
version = "1.2.8"
|
|
8
8
|
description = "ErisPulse 是一个模块化、可扩展的异步 Python SDK 框架,主要用于构建高效、可维护的机器人应用程序。"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.8"
|
|
@@ -33,7 +33,6 @@ classifiers = [
|
|
|
33
33
|
dependencies = [
|
|
34
34
|
"pip",
|
|
35
35
|
"aiohttp",
|
|
36
|
-
"importlib>=1.0.4",
|
|
37
36
|
"watchdog",
|
|
38
37
|
]
|
|
39
38
|
|
|
@@ -44,4 +43,4 @@ ep-cli = "ErisPulse.__main__:main"
|
|
|
44
43
|
ep-init = "ErisPulse.__init__:init"
|
|
45
44
|
|
|
46
45
|
[tool.hatch]
|
|
47
|
-
project.root = "src"
|
|
46
|
+
project.root = "src"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|