Metadata-Version: 2.1
Name: pyneuphonic
Version: 0.1.0
Summary: A python SDK for the Neuphonic TTS product.
Author: Your Name
Author-email: you@example.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: certifi (>=2024.0.0,<2025.0.0)
Requires-Dist: websockets (>=12.0,<13.0)
Description-Content-Type: text/markdown

# pyneuphonic
Python SDK for the Neuphonic TTS engine.

## Getting Started
This repository is an early implementation of the Neuphonic python SDK to interact with the websocket API for text to
speech functionality.

### Installation
Install this package into your environment using your chosen package manager:

**pip**:
```bash
pip install git+ssh://git@github.com/neuphonic/pyneuphonic.git
```
**poetry**
```bash
poetry add git+ssh://git@github.com/neuphonic/pyneuphonic.git
```

### Documentation
See XXX for full documentation.

