# 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.4.0
```
Raw data
{
"_id": null,
"home_page": null,
"name": "doumoxifan-dify-plugin-sdks",
"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/96/c3/6289ae61db524a318db06422bb92b82cb459c04ec5a664d86569e6a77d40/doumoxifan_dify_plugin_sdks-0.5.0.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.4.0\n```\n",
"bugtrack_url": null,
"license": "Apache2.0",
"summary": "Dify Plugin SDK",
"version": "0.5.0",
"project_urls": {
"Homepage": "https://github.com/langgenius/dify-plugin-sdks.git"
},
"split_keywords": [
"dify",
" plugin",
" sdk"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "85adbf8ccf1e3cf68b78cb4c2c31e9bbf769be4305e02f3c53dbe8a4765d069a",
"md5": "196757c713069ac56e91d3e4c076e9b8",
"sha256": "6c99bdd733c2ba881ab7a12232a02578889e73a41dac27df8289c9a9ccdc0f3d"
},
"downloads": -1,
"filename": "doumoxifan_dify_plugin_sdks-0.5.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "196757c713069ac56e91d3e4c076e9b8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 336208,
"upload_time": "2025-07-12T10:24:16",
"upload_time_iso_8601": "2025-07-12T10:24:16.808447Z",
"url": "https://files.pythonhosted.org/packages/85/ad/bf8ccf1e3cf68b78cb4c2c31e9bbf769be4305e02f3c53dbe8a4765d069a/doumoxifan_dify_plugin_sdks-0.5.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "96c36289ae61db524a318db06422bb92b82cb459c04ec5a664d86569e6a77d40",
"md5": "59e3bf5b321e0994b26b0b8c3f4f062f",
"sha256": "b5e01276e8b2aed3df5670cfaaf5982b47e128f5b2cb2b0c1b63e5f665a72d11"
},
"downloads": -1,
"filename": "doumoxifan_dify_plugin_sdks-0.5.0.tar.gz",
"has_sig": false,
"md5_digest": "59e3bf5b321e0994b26b0b8c3f4f062f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 299398,
"upload_time": "2025-07-12T10:24:19",
"upload_time_iso_8601": "2025-07-12T10:24:19.150285Z",
"url": "https://files.pythonhosted.org/packages/96/c3/6289ae61db524a318db06422bb92b82cb459c04ec5a664d86569e6a77d40/doumoxifan_dify_plugin_sdks-0.5.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-12 10:24:19",
"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": "doumoxifan-dify-plugin-sdks"
}