Skip to content

fixie-ai/ultravox-client-sdk-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ultravox client SDK for Python

Python client SDK for Ultravox.

pypi-v

Getting started

pip install ultravox-client

Project structure

  • ultravox-client contains the client SDK code
  • example contains a working example

This project uses Poetry to manage dependencies along with Just for shorthand commands.

Publishing to PyPi

  1. Bump version number in ultravox_client/pyproject.toml
  2. (in the ultravox_client directory) Run poetry publish --build -u __token__ -p <your_pypi_token>