| Name | dify_plugin JSON |
| Version |
0.6.1
JSON |
| download |
| home_page | None |
| Summary | Dify Plugin SDK |
| upload_time | 2025-11-14 07:13:49 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.11 |
| license | Apache2.0 |
| keywords |
dify
plugin
sdk
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# Dify Plugin SDK
A Python SDK for building plugins for Dify.
## Version Management
This SDK follows Semantic Versioning (a.b.c):
- a: Major version - Indicates significant architectural changes or incompatible API modifications
- b: Minor version - Indicates new feature additions while maintaining backward compatibility
- c: Patch version - Indicates backward-compatible bug fixes
### For SDK Users
When depending on this SDK, it's recommended to specify version constraints that:
- Allow patch and minor updates for bug fixes and new features
- Prevent major version updates to avoid breaking changes
Example in your project's dependency management:
```python
dify_plugin>=0.3.0,<0.5.0
```
Raw data
{
"_id": null,
"home_page": null,
"name": "dify_plugin",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": "dify, plugin, sdk",
"author": null,
"author_email": "langgenius <hello@dify.ai>",
"download_url": "https://files.pythonhosted.org/packages/90/ab/cee8a64683eece12014ed5c871f5d16973074b32f2f4a9ebaa856193cd15/dify_plugin-0.6.1.tar.gz",
"platform": null,
"description": "# Dify Plugin SDK\n\nA Python SDK for building plugins for Dify.\n\n## Version Management\n\nThis SDK follows Semantic Versioning (a.b.c):\n\n- a: Major version - Indicates significant architectural changes or incompatible API modifications\n- b: Minor version - Indicates new feature additions while maintaining backward compatibility\n- c: Patch version - Indicates backward-compatible bug fixes\n\n### For SDK Users\n\nWhen depending on this SDK, it's recommended to specify version constraints that:\n\n- Allow patch and minor updates for bug fixes and new features\n- Prevent major version updates to avoid breaking changes\n\nExample in your project's dependency management:\n\n```python\ndify_plugin>=0.3.0,<0.5.0\n```\n",
"bugtrack_url": null,
"license": "Apache2.0",
"summary": "Dify Plugin SDK",
"version": "0.6.1",
"project_urls": {
"Homepage": "https://github.com/langgenius/dify-plugin-sdks.git"
},
"split_keywords": [
"dify",
" plugin",
" sdk"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "23c9d70a28f029cd39d824cfc1b11b7aa2d12f3d7db91cf805cc6dcec8ce6578",
"md5": "17546bac0970c3304b931fef2d30f19e",
"sha256": "2fcf18fb39243f95b49fec92e06f4a0e88b2cc135505e8bd555399a8aeafb9ec"
},
"downloads": -1,
"filename": "dify_plugin-0.6.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "17546bac0970c3304b931fef2d30f19e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 355478,
"upload_time": "2025-11-14T07:13:48",
"upload_time_iso_8601": "2025-11-14T07:13:48.092317Z",
"url": "https://files.pythonhosted.org/packages/23/c9/d70a28f029cd39d824cfc1b11b7aa2d12f3d7db91cf805cc6dcec8ce6578/dify_plugin-0.6.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "90abcee8a64683eece12014ed5c871f5d16973074b32f2f4a9ebaa856193cd15",
"md5": "1d28eccfc3d0c4b87802a29b8aa8eb68",
"sha256": "0fd476583c70c37516a4dd5ffc1a3bd019dc5620f2a20a1cff4e9128320d4242"
},
"downloads": -1,
"filename": "dify_plugin-0.6.1.tar.gz",
"has_sig": false,
"md5_digest": "1d28eccfc3d0c4b87802a29b8aa8eb68",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 323078,
"upload_time": "2025-11-14T07:13:49",
"upload_time_iso_8601": "2025-11-14T07:13:49.542916Z",
"url": "https://files.pythonhosted.org/packages/90/ab/cee8a64683eece12014ed5c871f5d16973074b32f2f4a9ebaa856193cd15/dify_plugin-0.6.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-11-14 07:13:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "langgenius",
"github_project": "dify-plugin-sdks",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "dify_plugin"
}