wirtual-plugins-google


Namewirtual-plugins-google JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/wirtualdev/wirtual-agents
SummaryAgent Framework plugin for services from Google Cloud
upload_time2024-12-29 18:24:13
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9.0
licenseApache-2.0
keywords webrtc realtime audio video wirtual
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Wirtual 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 wirtual-plugins-google
```

## Pre-requisites

For credentials, you'll need a Google Cloud account and obtain the correct credentials. Credentials can be passed directly or via Application Default Credentials as specified in [How Application Default Credentials works](https://cloud.google.com/docs/authentication/application-default-credentials).

To use the STT and TTS API, you'll need to enable the respective services for your Google Cloud project.

- Cloud Speech-to-Text API
- Cloud Text-to-Speech API

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/wirtualdev/wirtual-agents",
    "name": "wirtual-plugins-google",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": null,
    "keywords": "webrtc, realtime, audio, video, wirtual",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/a6/39/c016d1bb55855c7b60cb450700b6766f3af82b0e0166c33db96d7c18a32a/wirtual_plugins_google-0.0.2.tar.gz",
    "platform": null,
    "description": "# Wirtual 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 wirtual-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 via Application Default Credentials as specified in [How Application Default Credentials works](https://cloud.google.com/docs/authentication/application-default-credentials).\n\nTo use the STT and TTS API, you'll need to enable the respective services for your Google Cloud project.\n\n- Cloud Speech-to-Text API\n- Cloud Text-to-Speech API\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Agent Framework plugin for services from Google Cloud",
    "version": "0.0.2",
    "project_urls": {
        "Documentation": "https://docs.wirtual.dev",
        "Homepage": "https://github.com/wirtualdev/wirtual-agents",
        "Source": "https://github.com/wirtualdev/wirtual-agents",
        "Website": "https://wirtual.dev/"
    },
    "split_keywords": [
        "webrtc",
        " realtime",
        " audio",
        " video",
        " wirtual"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f1d106fa7a64df1ae6b02e4a8f18662e59dd8f09fcc9784afca828831d96fd8c",
                "md5": "645e9d36e4021ccebb8de574c75feb8a",
                "sha256": "158404df4a02b2e1f44fcd419f83c183f5baa17b2c9f225e32c3b517a8dba305"
            },
            "downloads": -1,
            "filename": "wirtual_plugins_google-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "645e9d36e4021ccebb8de574c75feb8a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 11516,
            "upload_time": "2024-12-29T18:24:10",
            "upload_time_iso_8601": "2024-12-29T18:24:10.026075Z",
            "url": "https://files.pythonhosted.org/packages/f1/d1/06fa7a64df1ae6b02e4a8f18662e59dd8f09fcc9784afca828831d96fd8c/wirtual_plugins_google-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a639c016d1bb55855c7b60cb450700b6766f3af82b0e0166c33db96d7c18a32a",
                "md5": "2b6dabd0d4ca8cd73af2671180ef69b4",
                "sha256": "05bf8425468b07cf27d326455c2ea7dcbe357bd3bc17fe556754165d5f904e19"
            },
            "downloads": -1,
            "filename": "wirtual_plugins_google-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "2b6dabd0d4ca8cd73af2671180ef69b4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 9699,
            "upload_time": "2024-12-29T18:24:13",
            "upload_time_iso_8601": "2024-12-29T18:24:13.052296Z",
            "url": "https://files.pythonhosted.org/packages/a6/39/c016d1bb55855c7b60cb450700b6766f3af82b0e0166c33db96d7c18a32a/wirtual_plugins_google-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-29 18:24:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "wirtualdev",
    "github_project": "wirtual-agents",
    "github_not_found": true,
    "lcname": "wirtual-plugins-google"
}
        
Elapsed time: 0.36387s