Metadata-Version: 2.1
Name: pyneuphonic
Version: 1.0.0
Summary: A python SDK for the Neuphonic TTS Engine.
License: MIT
Author: Neuphonic
Author-email: support@neuphonic.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
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
The official Neuphonic Python library providing simple, convenient access to the Neuphonic text-to-speech websocket
API from any Python 3.9+ application.

## 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 pyneuphonic
```
**poetry**
```bash
poetry add pyneuphonic
```

### Documentation
See [https://docs.neuphonic.com](https://docs.neuphonic.com) for the complete API documentation.

