brailcom/speechd

add a python package for speech dispatcher python bindings

開放

#1,081 建立於 2026年2月22日

 (0 則留言) (0 個反應) (0 位負責人)C (86 個分叉)auto 404
enhancementgood first issuehelp wanted

倉庫指標

星標
 (325 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Is your feature request related to a problem? Please describe. With almost all python programs wanting to run from a virtual environment these days, having the ability to pip install speech-dispatcher would be extremely helpful.

Describe the solution you'd like Add a python package for the speech dispatcher python bindings, and release it on pypi.

Describe alternatives you've considered The only other real way to get this to work is to copy the binding from the host system to the virtual environment, which is much more messy and cannot easily be managed by python tooling (uv, pip, etc).

Additional context Essentially, to support the modern python application requirements of each having their own virtual environment, a speech dispatcher python package needs to be built and released on pypi. At the very least the ability to package it into a python package needs to exist, even if someone else takes care of building and hosting the package.

貢獻者指南