liveai


Nameliveai JSON
Version 1.1.0 PyPI version JSON
download
home_pageNone
SummaryLiveAI realtime voice SDK
upload_time2025-10-24 06:28:06
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseApache-2.0
keywords liveai webrtc realtime audio video agents
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LiveAI SDK for Python

LiveAI bundles everything needed to build realtime, voice-forward applications:

- Realtime RTC bindings and FFI helpers
- Server API client
- Protocol buffer stubs
- Voice-agent framework and OpenAI integrations
- Tokenization helpers (BlingFire bindings)

```bash
pip install liveai
```

## Development

```
python -m venv .venv
. .venv/bin/activate
pip install -r requirements-dev.txt  # optional
python -m build
```

## License

Apache 2.0 – see [LICENSE](LICENSE).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "liveai",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "liveai, webrtc, realtime, audio, video, agents",
    "author": null,
    "author_email": "LiveAI <support@liveai.io>",
    "download_url": "https://files.pythonhosted.org/packages/53/30/d73094bd39cae89945bdb89ca94324f8867ac83f0e8ba0e089116e0c73ba/liveai-1.1.0.tar.gz",
    "platform": null,
    "description": "# LiveAI SDK for Python\n\nLiveAI bundles everything needed to build realtime, voice-forward applications:\n\n- Realtime RTC bindings and FFI helpers\n- Server API client\n- Protocol buffer stubs\n- Voice-agent framework and OpenAI integrations\n- Tokenization helpers (BlingFire bindings)\n\n```bash\npip install liveai\n```\n\n## Development\n\n```\npython -m venv .venv\n. .venv/bin/activate\npip install -r requirements-dev.txt  # optional\npython -m build\n```\n\n## License\n\nApache 2.0 \u2013 see [LICENSE](LICENSE).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "LiveAI realtime voice SDK",
    "version": "1.1.0",
    "project_urls": {
        "Documentation": "https://docs.liveai.io",
        "Homepage": "https://liveai.io",
        "Source": "https://git.liveai.io/liveai"
    },
    "split_keywords": [
        "liveai",
        " webrtc",
        " realtime",
        " audio",
        " video",
        " agents"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a450296e09c3e045d3831d42d32d3d15eff843100345a01ac778cc398463aae0",
                "md5": "e3abd5fab15d20b404b76f54a5cd3d78",
                "sha256": "e88c5f5e887f438ed77a7f7de170136abeb36700fabd14a0e8a176b0b6cf1af4"
            },
            "downloads": -1,
            "filename": "liveai-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e3abd5fab15d20b404b76f54a5cd3d78",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 19144338,
            "upload_time": "2025-10-24T06:28:00",
            "upload_time_iso_8601": "2025-10-24T06:28:00.118737Z",
            "url": "https://files.pythonhosted.org/packages/a4/50/296e09c3e045d3831d42d32d3d15eff843100345a01ac778cc398463aae0/liveai-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5330d73094bd39cae89945bdb89ca94324f8867ac83f0e8ba0e089116e0c73ba",
                "md5": "a115a87dea225ebaab205454596a81b8",
                "sha256": "94961917e1f2752278052e36980b12f42e637e0feec9c53dbbd1aa51b1a32bce"
            },
            "downloads": -1,
            "filename": "liveai-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a115a87dea225ebaab205454596a81b8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 18994081,
            "upload_time": "2025-10-24T06:28:06",
            "upload_time_iso_8601": "2025-10-24T06:28:06.339481Z",
            "url": "https://files.pythonhosted.org/packages/53/30/d73094bd39cae89945bdb89ca94324f8867ac83f0e8ba0e089116e0c73ba/liveai-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-24 06:28:06",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "liveai"
}
        
Elapsed time: 2.47043s