Skip to content

Commit d9ea80a

Browse files
authored
Update client-sdk-python -> python-sdks (#94)
1 parent e395c06 commit d9ea80a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<picture>
33
<source media="(prefers-color-scheme: dark)" srcset="/.github/banner_dark.png">
44
<source media="(prefers-color-scheme: light)" srcset="/.github/banner_light.png">
5-
<img style="width:100%;" alt="The LiveKit icon, the name of the repository and some sample code in the background." src="https://raw.githubusercontent.com/livekit/client-sdk-python/main/.github/banner_light.png">
5+
<img style="width:100%;" alt="The LiveKit icon, the name of the repository and some sample code in the background." src="https://raw.githubusercontent.com/livekit/python-sdks/main/.github/banner_light.png">
66
</picture>
77
<!--END_BANNER_IMAGE-->
88

@@ -113,11 +113,11 @@ async def main():
113113

114114
## Examples
115115

116-
- [Facelandmark](https://github.com/livekit/client-sdk-python/tree/main/examples/face_landmark): Use mediapipe to detect face landmarks (eyes, nose ...)
117-
- [Whisper](https://github.com/livekit/client-sdk-python/tree/main/examples/whisper): Transcribe an audio track using OpenAI whisper
118-
- [Basic room](https://github.com/livekit/client-sdk-python/blob/main/examples/basic_room.py): Connect to a room
119-
- [Publish hue](https://github.com/livekit/client-sdk-python/blob/main/examples/publish_hue.py): Publish a rainbow video track
120-
- [Publish wave](https://github.com/livekit/client-sdk-python/blob/main/examples/publish_hue.py): Publish a sine wave
116+
- [Facelandmark](https://github.com/livekit/python-sdks/main/examples/face_landmark): Use mediapipe to detect face landmarks (eyes, nose ...)
117+
- [Whisper](https://github.com/livekit/python-sdks/tree/main/examples/whisper): Transcribe an audio track using OpenAI whisper
118+
- [Basic room](https://github.com/livekit/python-sdks/blob/main/examples/basic_room.py): Connect to a room
119+
- [Publish hue](https://github.com/livekit/python-sdks/blob/main/examples/publish_hue.py): Publish a rainbow video track
120+
- [Publish wave](https://github.com/livekit/python-sdks/blob/main/examples/publish_hue.py): Publish a sine wave
121121

122122
## Getting help / Contributing
123123

livekit-api/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
setuptools.setup(
2727
name="livekit-api",
2828
version=about["__version__"],
29-
description="Python Server SDK for LiveKit",
29+
description="Python Server API for LiveKit",
3030
long_description=(here / "README.md").read_text(encoding="utf-8"),
3131
long_description_content_type="text/markdown",
32-
url="https://github.com/livekit/client-sdk-python",
32+
url="https://github.com/livekit/python-sdks",
3333
classifiers=[
3434
"Intended Audience :: Developers",
3535
"License :: OSI Approved :: Apache Software License",

livekit-rtc/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ def run(self):
6060
setuptools.setup(
6161
name="livekit",
6262
version=about["__version__"],
63-
description="Python Client SDK for LiveKit",
63+
description="Python Real-time SDK for LiveKit",
6464
long_description=(here / "README.md").read_text(encoding="utf-8"),
6565
long_description_content_type="text/markdown",
66-
url="https://github.com/livekit/client-sdk-python",
66+
url="https://github.com/livekit/python-sdks",
6767
cmdclass={
6868
"bdist_wheel": bdist_wheel,
6969
"build_py": BuildPyCommand,

0 commit comments

Comments
 (0)