dify_plugin


Namedify_plugin JSON
Version 0.4.1 PyPI version JSON
download
home_pageNone
SummaryDify Plugin SDK
upload_time2025-07-09 12:20:18
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseApache2.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/3d/73/e9db3f6f59e8531c52e6fe1d081e0c2800433439f961e47261dfcd2dae2f/dify_plugin-0.4.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.4.1",
    "project_urls": {
        "Homepage": "https://github.com/langgenius/dify-plugin-sdks.git"
    },
    "split_keywords": [
        "dify",
        " plugin",
        " sdk"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fcc2ad61bd57a2d981e9d5935bede14d09fab9654016351404867ee6d42b1768",
                "md5": "489560bbf5a299f4985b0af03a3ff33a",
                "sha256": "7e45e4d998a912e8417c1682b405721b57c3469549dbe57e639b5f98bc4ae9ab"
            },
            "downloads": -1,
            "filename": "dify_plugin-0.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "489560bbf5a299f4985b0af03a3ff33a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 326861,
            "upload_time": "2025-07-09T12:20:17",
            "upload_time_iso_8601": "2025-07-09T12:20:17.087877Z",
            "url": "https://files.pythonhosted.org/packages/fc/c2/ad61bd57a2d981e9d5935bede14d09fab9654016351404867ee6d42b1768/dify_plugin-0.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d73e9db3f6f59e8531c52e6fe1d081e0c2800433439f961e47261dfcd2dae2f",
                "md5": "965b107995b5a284271cdf92567b08cd",
                "sha256": "083957dd1924b66ae5581296e4d1909e07eac6dbb756353f7d2b2fb1d763ca21"
            },
            "downloads": -1,
            "filename": "dify_plugin-0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "965b107995b5a284271cdf92567b08cd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 292199,
            "upload_time": "2025-07-09T12:20:18",
            "upload_time_iso_8601": "2025-07-09T12:20:18.329766Z",
            "url": "https://files.pythonhosted.org/packages/3d/73/e9db3f6f59e8531c52e6fe1d081e0c2800433439f961e47261dfcd2dae2f/dify_plugin-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-09 12:20:18",
    "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"
}
        
Elapsed time: 0.42090s