livekit-plugins-google


Namelivekit-plugins-google JSON
Version 0.3.0 PyPI version JSON
download
home_pagehttps://github.com/livekit/agents
SummaryAgent Framework plugin for services from Google Cloud
upload_time2024-04-15 20:05:58
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7.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 Google

Agent Framework plugin for services from Google Cloud. Currently supporting Google's [Speech-to-Text](https://cloud.google.com/speech-to-text) API.

## Installation

```bash
pip install livekit-plugins-google
```

## Pre-requisites

For credentials, you'll need a Google Cloud account and obtain the correct credentials. Credentials can be passed directly or set as [GOOGLE_APPLICATION_CREDENTIALS](https://cloud.google.com/docs/authentication/application-default-credentials) environment variable.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/livekit/agents",
    "name": "livekit-plugins-google",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7.0",
    "maintainer_email": null,
    "keywords": "webrtc, realtime, audio, video, livekit",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/e3/4a/6e6714820613c7eb2c82d8b492cf8c1d3d569dd94ad7d82b099c4d03f268/livekit_plugins_google-0.3.0.tar.gz",
    "platform": null,
    "description": "# LiveKit Plugins Google\n\nAgent Framework plugin for services from Google Cloud. Currently supporting Google's [Speech-to-Text](https://cloud.google.com/speech-to-text) API.\n\n## Installation\n\n```bash\npip install livekit-plugins-google\n```\n\n## Pre-requisites\n\nFor credentials, you'll need a Google Cloud account and obtain the correct credentials. Credentials can be passed directly or set as [GOOGLE_APPLICATION_CREDENTIALS](https://cloud.google.com/docs/authentication/application-default-credentials) environment variable.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Agent Framework plugin for services from Google Cloud",
    "version": "0.3.0",
    "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": "",
            "digests": {
                "blake2b_256": "fbbd79da3f980a9ef5824641aad5368687a516e9e0f28b26e1981a88b4481524",
                "md5": "6104da35766a1abe60d7356c00c2cca2",
                "sha256": "2b9e5a1199c3e826e20a55a7f386d921f09492d0a11ddd61d7646a4358387ab2"
            },
            "downloads": -1,
            "filename": "livekit_plugins_google-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6104da35766a1abe60d7356c00c2cca2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7.0",
            "size": 7854,
            "upload_time": "2024-04-15T20:05:56",
            "upload_time_iso_8601": "2024-04-15T20:05:56.546519Z",
            "url": "https://files.pythonhosted.org/packages/fb/bd/79da3f980a9ef5824641aad5368687a516e9e0f28b26e1981a88b4481524/livekit_plugins_google-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e34a6e6714820613c7eb2c82d8b492cf8c1d3d569dd94ad7d82b099c4d03f268",
                "md5": "b9a1b29f38652e712558cb7f0159395b",
                "sha256": "bb0759e6770c7ddd0cc14a2c17d2770bd448faf7fff2c74e4e08d7f7b183b1d0"
            },
            "downloads": -1,
            "filename": "livekit_plugins_google-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b9a1b29f38652e712558cb7f0159395b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7.0",
            "size": 7436,
            "upload_time": "2024-04-15T20:05:58",
            "upload_time_iso_8601": "2024-04-15T20:05:58.178332Z",
            "url": "https://files.pythonhosted.org/packages/e3/4a/6e6714820613c7eb2c82d8b492cf8c1d3d569dd94ad7d82b099c4d03f268/livekit_plugins_google-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-15 20:05:58",
    "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-google"
}
        
Elapsed time: 0.25540s