Skip to content

fixie-ai/ultravox-client-sdk-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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. Open a PR and get your changes merged. (This also runs tests, so please only publish from main!)
  3. (in the ultravox_client directory) Run poetry publish --build -u __token__ -p <your_pypi_token>
  4. Please tag the new version in GitHub and create a release, preferably with a changelog.