Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 663 Bytes

File metadata and controls

28 lines (19 loc) · 663 Bytes

tts-service-api-python

Python gRPC stubs for Techmo TTS Service API v3.

This package provides generated Python stubs for the tts-service-api proto definitions, along with a convenience re-export layer.

Installation

./setup.sh   # initialise submodules
./install.sh # create venv and install

Usage

# Direct import from the generated namespace:
from techmo.tts.api.v3 import techmo_tts_pb2, techmo_tts_pb2_grpc

# Or via the convenience re-export layer:
from tts_service_api import v3

Versioning

The major version of this package tracks the TTS Service API major version.