Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 726 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 726 Bytes

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>