Metadata-Version: 2.4
Name: phonexia-grpc
Version: 2.31.1rc1
Summary: Library for communication with microservices developed by Phonexia using the gRPC application interface.
Project-URL: Homepage, https://phonexia.com
Project-URL: Source, https://github.com/phonexia/protofiles
Author-email: "Phonexia s.r.o." <info@phonexia.com>
License-Expression: Apache-2.0
Keywords: STT,grpc,language,speech,voice,voice-biometry,whisper
Requires-Python: >=3.9
Requires-Dist: grpc-stubs>=1.53.0.2
Requires-Dist: grpcio~=1.76.0
Requires-Dist: mypy-protobuf>=3.5.0
Requires-Dist: protobuf>=6.0.0
Description-Content-Type: text/markdown

# phonexia-grpc

Python gRPC stubs for communicating with Phonexia microservices.

## Installation

```bash
pip install phonexia-grpc
```

## Usage

```python
from phonexia.grpc.technologies.voice_activity_detection.v1.voice_activity_detection_pb2_grpc import (
    VoiceActivityDetectionStub,
)
```
