yxc-dify-plugin


Nameyxc-dify-plugin JSON
Version 0.5.0 PyPI version JSON
download
home_pageNone
SummaryDify Plugin SDK
upload_time2025-07-13 04:30:11
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.4.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/b8/25/18e110319039b436b348aa2ec0a8dab5ea4c81e9b708abc785fac214c3f1/yxc_dify_plugin-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": "29736883df7c2e3c7ac5610d130a17ee8f39b1e1c45349f6de8f9ef450f0303e",
                "md5": "e23a2d95ed3e1de88d0100ba61ff6055",
                "sha256": "dd4ff747dc2260b284c05136cd36870d7efd4e81d2464018f5b437d7cf384d26"
            },
            "downloads": -1,
            "filename": "yxc_dify_plugin-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e23a2d95ed3e1de88d0100ba61ff6055",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 336070,
            "upload_time": "2025-07-13T04:30:07",
            "upload_time_iso_8601": "2025-07-13T04:30:07.572084Z",
            "url": "https://files.pythonhosted.org/packages/29/73/6883df7c2e3c7ac5610d130a17ee8f39b1e1c45349f6de8f9ef450f0303e/yxc_dify_plugin-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b82518e110319039b436b348aa2ec0a8dab5ea4c81e9b708abc785fac214c3f1",
                "md5": "637b4134d5ae3ddb4d4735300b8441b7",
                "sha256": "910f406f5297ebf962f0946c448a71c3862808ce92f70170aa5e3a7419f54fe9"
            },
            "downloads": -1,
            "filename": "yxc_dify_plugin-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "637b4134d5ae3ddb4d4735300b8441b7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 299321,
            "upload_time": "2025-07-13T04:30:11",
            "upload_time_iso_8601": "2025-07-13T04:30:11.184278Z",
            "url": "https://files.pythonhosted.org/packages/b8/25/18e110319039b436b348aa2ec0a8dab5ea4c81e9b708abc785fac214c3f1/yxc_dify_plugin-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-13 04:30:11",
    "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.42748s