Metadata-Version: 2.1
Name: pyElevenlabs
Version: 0.0.2
Summary: Python wrapper for the ElevenLabs API
Author-email: Philip Lawall <philip@lawall.me>
Project-URL: Homepage, https://github.com/philiplawall/pyElevenLabs
Project-URL: Bug Tracker, https://github.com/philiplawall/pyElevenLabs/issues
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
License-File: LICENSE

# Python wrapper for Elevenlabs API

This is a python wrapper for the Elevenlabs API ([LINK](https://beta.elevenlabs.io/))

Currently only supports calling the text-to-speech endpoint.
Needs a api_key and voice_id to work. Api Key is available in your Profile. Voice Id is available [here](https://api.elevenlabs.io/v1/voices).

---

This package and repository is no way affiliated with Elevenlabs. Please ssend all support requests related to this python package to this Issue Tracker: [Issues](https://github.com/philiplawall/pyElevenlabs/issues)
