livekit-plugins-minimal


Namelivekit-plugins-minimal JSON
Version 0.2.2 PyPI version JSON
download
home_pagehttps://github.com/livekit/agents
SummaryMinimal plugin template for LiveKit Agents
upload_time2025-03-06 17:22:28
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9.0
licenseApache-2.0
keywords webrtc realtime audio video livekit
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LiveKit Plugins Minimal

This is a minimal example of a LiveKit plugin for Agents.

### Developer note

When copying this directory over to create a new `livekit-plugins` package, make sure it's nested within the `livekit-plugins` folder and that the `"name"` field in `package.json` follows the proper naming convention for CI:

```json
{
  "name": "livekit-plugins-<name>",
  "private": true
}
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/livekit/agents",
    "name": "livekit-plugins-minimal",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": null,
    "keywords": "webrtc, realtime, audio, video, livekit",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/d4/d9/5ab8059b50db994153969b137a67f93797c44a52b21f5c99f3dd90c58637/livekit_plugins_minimal-0.2.2.tar.gz",
    "platform": null,
    "description": "# LiveKit Plugins Minimal\n\nThis is a minimal example of a LiveKit plugin for Agents.\n\n### Developer note\n\nWhen copying this directory over to create a new `livekit-plugins` package, make sure it's nested within the `livekit-plugins` folder and that the `\"name\"` field in `package.json` follows the proper naming convention for CI:\n\n```json\n{\n  \"name\": \"livekit-plugins-<name>\",\n  \"private\": true\n}\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Minimal plugin template for LiveKit Agents",
    "version": "0.2.2",
    "project_urls": {
        "Documentation": "https://docs.livekit.io",
        "Homepage": "https://github.com/livekit/agents",
        "Source": "https://github.com/livekit/agents",
        "Website": "https://livekit.io/"
    },
    "split_keywords": [
        "webrtc",
        " realtime",
        " audio",
        " video",
        " livekit"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fa458307bca9d4eb4a0f086edb5a9ad57925f780d2d8d31c4aabffa78f852dec",
                "md5": "dccd01916c99a5c4d33ab1199af32202",
                "sha256": "f48cc2a702b015babf4b97b4d76c570c674b75bc372e9d8e76361e9afc24f071"
            },
            "downloads": -1,
            "filename": "livekit_plugins_minimal-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dccd01916c99a5c4d33ab1199af32202",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 3247,
            "upload_time": "2025-03-06T17:22:01",
            "upload_time_iso_8601": "2025-03-06T17:22:01.608047Z",
            "url": "https://files.pythonhosted.org/packages/fa/45/8307bca9d4eb4a0f086edb5a9ad57925f780d2d8d31c4aabffa78f852dec/livekit_plugins_minimal-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d4d95ab8059b50db994153969b137a67f93797c44a52b21f5c99f3dd90c58637",
                "md5": "17ae965f354ea1bd02fdefa175c441e8",
                "sha256": "6bf46b7aead152aec960a158d3f934092a21a32100828841dce07844aff447ea"
            },
            "downloads": -1,
            "filename": "livekit_plugins_minimal-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "17ae965f354ea1bd02fdefa175c441e8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 2793,
            "upload_time": "2025-03-06T17:22:28",
            "upload_time_iso_8601": "2025-03-06T17:22:28.002627Z",
            "url": "https://files.pythonhosted.org/packages/d4/d9/5ab8059b50db994153969b137a67f93797c44a52b21f5c99f3dd90c58637/livekit_plugins_minimal-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-03-06 17:22:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "livekit",
    "github_project": "agents",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "livekit-plugins-minimal"
}
        
Elapsed time: 0.87025s