Metadata-Version: 2.4
Name: zhlx_dify_plugin
Version: 0.5.15
Summary: Dify Plugin SDK for zhlx
Author-email: lirui <lirui435871@163.com>
License: Apache2.0
Project-URL: Homepage, https://github.com/langgenius/dify-plugin-sdks.git
Keywords: dify,plugin,sdk,zhlx
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Flask~=3.0.3
Requires-Dist: Werkzeug~=3.0.3
Requires-Dist: dpkt~=1.9.8
Requires-Dist: gevent~=25.5.1
Requires-Dist: httpx~=0.28.1
Requires-Dist: pydantic_settings<3.0.0,>=2.5.0
Requires-Dist: pydantic>=2.8.2
Requires-Dist: pyyaml~=6.0.1
Requires-Dist: requests~=2.32.3
Requires-Dist: socksio==1.0.0
Requires-Dist: tiktoken~=0.8.0
Requires-Dist: yarl<2.0,>=1.9.4
Requires-Dist: packaging>=25.0
Dynamic: license-file

# Dify Plugin SDK 改造
把Dify官方的构建插件的SKD改了用一下

## 版本管理
 (a.b.c):

- a: 主版本 - 
- b: 次版本 - 
- c: 补丁版本 -
连这个都要检测.....

### SDK 怎么用
为了应付pypi,牛马写不动了...... 还能怎么用......

```python
dify_plugin>=0.3.0,<0.5.0
```
