yxc-dify_plugin


Nameyxc-dify_plugin JSON
Version 0.2.4.post1 PyPI version JSON
download
home_pageNone
SummaryDify Plugin SDK
upload_time2025-07-13 05:35:15
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:

```
dify_plugin>=0.2.0,<0.3.0
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "yxc-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/a0/6e/b7b4f3c6f7c8763146545a49becb1a3f73c0f0ef445f368967a246655aaf/yxc_dify_plugin-0.2.4.post1.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- 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```\ndify_plugin>=0.2.0,<0.3.0\n```\n\n",
    "bugtrack_url": null,
    "license": "Apache2.0",
    "summary": "Dify Plugin SDK",
    "version": "0.2.4.post1",
    "project_urls": {
        "Homepage": "https://github.com/langgenius/dify-plugin-sdks.git"
    },
    "split_keywords": [
        "dify",
        " plugin",
        " sdk"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a0f1658f7376dc08dc54811081c4a6309c40b6fe764af27b4e6366295e1e090",
                "md5": "d378d3d645bac5b45e545c7d8a3553d2",
                "sha256": "6b29f07c54e20459c95720733c8a84cefb095cde6a18a02a999f7a7cb6f1f255"
            },
            "downloads": -1,
            "filename": "yxc_dify_plugin-0.2.4.post1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d378d3d645bac5b45e545c7d8a3553d2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 318201,
            "upload_time": "2025-07-13T05:35:13",
            "upload_time_iso_8601": "2025-07-13T05:35:13.057587Z",
            "url": "https://files.pythonhosted.org/packages/0a/0f/1658f7376dc08dc54811081c4a6309c40b6fe764af27b4e6366295e1e090/yxc_dify_plugin-0.2.4.post1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a06eb7b4f3c6f7c8763146545a49becb1a3f73c0f0ef445f368967a246655aaf",
                "md5": "1c64bdecc6791e4c9835aa49d37d83fa",
                "sha256": "204c18af940f66fe695f56659643acf2a9bbdac6647a108ade62a8264d07016a"
            },
            "downloads": -1,
            "filename": "yxc_dify_plugin-0.2.4.post1.tar.gz",
            "has_sig": false,
            "md5_digest": "1c64bdecc6791e4c9835aa49d37d83fa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 286091,
            "upload_time": "2025-07-13T05:35:15",
            "upload_time_iso_8601": "2025-07-13T05:35:15.697364Z",
            "url": "https://files.pythonhosted.org/packages/a0/6e/b7b4f3c6f7c8763146545a49becb1a3f73c0f0ef445f368967a246655aaf/yxc_dify_plugin-0.2.4.post1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-13 05:35:15",
    "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": "yxc-dify_plugin"
}
        
Elapsed time: 0.85255s