From eead920dde68729b7cafbb4628921f1e9e45d3e5 Mon Sep 17 00:00:00 2001 From: Russ d'Sa Date: Sun, 25 Feb 2024 16:26:37 -0800 Subject: [PATCH] Update README.md --- README.md | 43 +++++++++++++++++++++---------------------- 1 file changed, 21 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index bca6330e..4bad5823 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,19 @@ - - - - - - The LiveKit icon, the name of the repository and some sample code in the background. - - + + + + + + The LiveKit icon, the name of the repository and some sample code in the background. + + [![pypi-v](https://img.shields.io/pypi/v/livekit.svg)](https://pypi.org/project/livekit/) # ๐Ÿ“น๐ŸŽ™๏ธ๐Ÿ Python SDK for LiveKit - -Use this SDK to add real-time video, audio and data features to your Python app. By connecting to a self- or cloud-hosted LiveKit server, you can quickly build applications like interactive live streaming or video calls with just a few lines of code. + +Use this SDK to add real-time video, audio and data features to your Python app. By connecting to a self- or cloud-hosted LiveKit server, you can quickly build applications like interactive live streaming or video calls with just a few lines of code. This repo contains two packages @@ -31,7 +31,6 @@ $ pip install livekit-api ```python from livekit import api -import os # will automatically use the LIVEKIT_API_KEY and LIVEKIT_API_SECRET env vars token = api.AccessToken() \ @@ -121,15 +120,15 @@ async def main(): Please join us on [Slack](https://livekit.io/join-slack) to get help from our devs / community members. We welcome your contributions(PRs) and details can be discussed there. - -
- - - - - - - - -
LiveKit Ecosystem
Real-time SDKsReact Components ยท JavaScript ยท iOS/macOS ยท Android ยท Flutter ยท React Native ยท Rust ยท Python ยท Unity (web) ยท Unity (beta)
Server APIsNode.js ยท Golang ยท Ruby ยท Java/Kotlin ยท Python ยท Rust ยท PHP (community)
Agents FrameworksPython ยท Playground
ServicesLivekit server ยท Egress ยท Ingress ยท SIP
ResourcesDocs ยท Example apps ยท Cloud ยท Self-hosting ยท CLI
+ +
+ + + + + + + + +
LiveKit Ecosystem
Real-time SDKsReact Components ยท JavaScript ยท iOS/macOS ยท Android ยท Flutter ยท React Native ยท Rust ยท Python ยท Unity (web) ยท Unity (beta)
Server APIsNode.js ยท Golang ยท Ruby ยท Java/Kotlin ยท Python ยท Rust ยท PHP (community)
Agents FrameworksPython ยท Playground
ServicesLivekit server ยท Egress ยท Ingress ยท SIP
ResourcesDocs ยท Example apps ยท Cloud ยท Self-hosting ยท CLI