cube-dify-plugin


Namecube-dify-plugin JSON
Version 1.4.1 PyPI version JSON
download
home_pageNone
SummaryCube Dify Plugin SDK
upload_time2025-07-03 01:23:12
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
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": "cube-dify-plugin",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "dify, plugin, sdk",
    "author": null,
    "author_email": "cube <cube@luogedata.com>",
    "download_url": "https://files.pythonhosted.org/packages/fe/55/2b1d2f4f06fb4e881f625ee0dfeddc003dd7495b6f95d33cd09e2c582314/cube_dify_plugin-1.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.4.0\n```\n",
    "bugtrack_url": null,
    "license": "Apache2.0",
    "summary": "Cube Dify Plugin SDK",
    "version": "1.4.1",
    "project_urls": {
        "Homepage": "https://github.com/langgenius/dify-plugin-sdks.git"
    },
    "split_keywords": [
        "dify",
        " plugin",
        " sdk"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "def2cec164ac1d9b5a8a95099560933f57db813a03a5516cd67bacd3e998a9e4",
                "md5": "d635e9ce73567a1fb3691df8566a3d7d",
                "sha256": "d6239fcf2737724507e9a7b92be5ee0415ddb873362c4cb60d06af11afb215be"
            },
            "downloads": -1,
            "filename": "cube_dify_plugin-1.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d635e9ce73567a1fb3691df8566a3d7d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 327217,
            "upload_time": "2025-07-03T01:23:09",
            "upload_time_iso_8601": "2025-07-03T01:23:09.665121Z",
            "url": "https://files.pythonhosted.org/packages/de/f2/cec164ac1d9b5a8a95099560933f57db813a03a5516cd67bacd3e998a9e4/cube_dify_plugin-1.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fe552b1d2f4f06fb4e881f625ee0dfeddc003dd7495b6f95d33cd09e2c582314",
                "md5": "6793bfdb520ef52b09efde326e7cea92",
                "sha256": "2a65384bca8ab72d06266e356c84584ac5612f864a251ee0e04a4d3b128b31dd"
            },
            "downloads": -1,
            "filename": "cube_dify_plugin-1.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6793bfdb520ef52b09efde326e7cea92",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 293662,
            "upload_time": "2025-07-03T01:23:12",
            "upload_time_iso_8601": "2025-07-03T01:23:12.928768Z",
            "url": "https://files.pythonhosted.org/packages/fe/55/2b1d2f4f06fb4e881f625ee0dfeddc003dd7495b6f95d33cd09e2c582314/cube_dify_plugin-1.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-03 01:23:12",
    "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": "cube-dify-plugin"
}
        
Elapsed time: 1.18774s