dfcode-remote 0.2.0__tar.gz → 0.2.1__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.
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/PKG-INFO +2 -1
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/dfcode_remote/__init__.py +1 -1
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/dfcode_remote.egg-info/PKG-INFO +2 -1
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/dfcode_remote.egg-info/requires.txt +1 -0
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/pyproject.toml +2 -1
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/README.md +0 -0
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/dfcode_remote/__main__.py +0 -0
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/dfcode_remote/cli.py +0 -0
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/dfcode_remote/dfcode_client/__init__.py +0 -0
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/dfcode_remote/dfcode_client/client.py +0 -0
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/dfcode_remote/dfcode_client/sse.py +0 -0
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/dfcode_remote/dfcode_client/types.py +0 -0
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/dfcode_remote/lark_client/__init__.py +0 -0
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/dfcode_remote/lark_client/bot.py +0 -0
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/dfcode_remote/lark_client/card_builder.py +0 -0
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/dfcode_remote/lark_client/card_service.py +0 -0
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/dfcode_remote/lark_client/event_listener.py +0 -0
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/dfcode_remote/lark_client/handler.py +0 -0
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/dfcode_remote/utils/__init__.py +0 -0
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/dfcode_remote/utils/config.py +0 -0
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/dfcode_remote/utils/markdown.py +0 -0
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/dfcode_remote/utils/persistence.py +0 -0
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/dfcode_remote.egg-info/SOURCES.txt +0 -0
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/dfcode_remote.egg-info/dependency_links.txt +0 -0
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/dfcode_remote.egg-info/entry_points.txt +0 -0
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/dfcode_remote.egg-info/top_level.txt +0 -0
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/setup.cfg +0 -0
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/tests/test_card_builder.py +0 -0
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/tests/test_card_service.py +0 -0
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/tests/test_dfcode_client.py +0 -0
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/tests/test_event_listener.py +0 -0
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/tests/test_handler.py +0 -0
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/tests/test_markdown.py +0 -0
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/tests/test_persistence.py +0 -0
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/tests/test_sse.py +0 -0
- {dfcode_remote-0.2.0 → dfcode_remote-0.2.1}/tests/test_types.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dfcode-remote
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: Bridge service connecting Feishu (Lark) to dfcode REST API
|
|
5
5
|
Author-email: DFcode Team <bw4199579+dfcode@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -21,6 +21,7 @@ Description-Content-Type: text/markdown
|
|
|
21
21
|
Requires-Dist: lark-oapi>=1.3.0
|
|
22
22
|
Requires-Dist: httpx>=0.27.0
|
|
23
23
|
Requires-Dist: python-dotenv>=1.0.0
|
|
24
|
+
Requires-Dist: python-socks[asyncio]>=2.0.0
|
|
24
25
|
|
|
25
26
|
# DfCode Remote — Feishu Bridge
|
|
26
27
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dfcode-remote
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: Bridge service connecting Feishu (Lark) to dfcode REST API
|
|
5
5
|
Author-email: DFcode Team <bw4199579+dfcode@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -21,6 +21,7 @@ Description-Content-Type: text/markdown
|
|
|
21
21
|
Requires-Dist: lark-oapi>=1.3.0
|
|
22
22
|
Requires-Dist: httpx>=0.27.0
|
|
23
23
|
Requires-Dist: python-dotenv>=1.0.0
|
|
24
|
+
Requires-Dist: python-socks[asyncio]>=2.0.0
|
|
24
25
|
|
|
25
26
|
# DfCode Remote — Feishu Bridge
|
|
26
27
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "dfcode-remote"
|
|
3
|
-
version = "0.2.
|
|
3
|
+
version = "0.2.1"
|
|
4
4
|
description = "Bridge service connecting Feishu (Lark) to dfcode REST API"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
license = "MIT"
|
|
@@ -24,6 +24,7 @@ dependencies = [
|
|
|
24
24
|
"lark-oapi>=1.3.0",
|
|
25
25
|
"httpx>=0.27.0",
|
|
26
26
|
"python-dotenv>=1.0.0",
|
|
27
|
+
"python-socks[asyncio]>=2.0.0",
|
|
27
28
|
]
|
|
28
29
|
|
|
29
30
|
[project.scripts]
|
|
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
|