Metadata-Version: 2.1
Name: uberduckapi
Version: 0.1.2
Summary: Python wrapper for uberduck API
Home-page: https://github.com/CupOfGeo/uberduckapi
License: MIT
Author: George
Author-email: mazzeogeorge@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: polling (>=0.3.2,<0.4.0)
Requires-Dist: requests (>=2.26.0,<3.0.0)
Project-URL: Repository, https://github.com/CupOfGeo/uberduckapi
Project-URL: Uberduck, https://uberduck.ai
Description-Content-Type: text/markdown

# Python wrapper for the [UberDuck](https://uberduck.ai) API
This is a python wrapper for the uberduck api. You must have api access to use.

# How this works?
Well you first initialize a job by sending a request with your api key, secret, text, and voice name.\
After sending the request uberduck will issue a response with the status of the job.
So the api will poll this endpoint till a result is produced. the result is another url to the sound file that was created

Check the example.py for code


