loongson/pypi/: dify-plugin-0.1.0 metadata and description

Simple index Mirror page

Dify Plugin SDK

author_email langgenius <hello@dify.ai>
description_content_type text/markdown
keywords dify,plugin,sdk
license Apache2.0
project_urls
  • Homepage, https://github.com/langgenius/dify-plugin-sdks.git
requires_dist
  • Flask~=3.0.3
  • Werkzeug~=3.0.3
  • dpkt~=1.9.8
  • gevent~=24.11.1
  • httpx~=0.27.0
  • pydantic_settings<3.0.0,>=2.5.0
  • pydantic>=2.8.2
  • pydub~=0.25.1
  • pyyaml~=6.0.1
  • requests~=2.32.3
  • socksio==1.0.0
  • tiktoken~=0.8.0
  • yarl<2.0,>=1.9.4
requires_python >=3.11
File Tox results History
dify_plugin-0.1.0-py3-none-any.whl
Size
297 KB
Type
Python Wheel
Python
3

Dify Plugin SDK

A Python SDK for building plugins for Dify.

Version Management

This SDK follows Semantic Versioning (a.b.c):

For SDK Users

When depending on this SDK, it's recommended to specify version constraints that:

Example in your project's dependency management:

dify_plugin = ">=0.1.0,<0.2.0"