Metadata-Version: 2.4
Name: aiva-voice
Version: 0.1.0
Summary: AIVA Voice: Go-to voice solution for AI agents - telephony, TTS, STT
Home-page: https://aiva.help
Author: Midnight Now
Author-email: studio@macagent.pro
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# AIVA Voice

The go-to voice platform for AI agents. Add phone, TTS, and STT capabilities to any project.

```python
from aiva import AIVA

aiva = AIVA(api_key='aiva_sk_xxx')
number = aiva.phone.buy('+61720001234')
aiva.voice.speak('Hello from AIVA!')
```

Learn more at https://aiva.help
