Python SDK for Deeptune Text-to-Speech API
Project description
BlairWdq Python Library
The BlairWdq Python library provides convenient access to the BlairWdq API from Python.
Installation
pip install blair-wdq
Usage
Instantiate and use the client with the following:
from blair-wdq.client import BlairWdqApi
client = BlairWdqApi()
client.perform_inference_on_speech_data(xi_api_key='xi-api-key', )
Async Client
The SDK also exports an async
client so that you can make non-blocking calls to our API.
from blair-wdq.client import AsyncBlairWdqApi
client = AsyncBlairWdqApi()
await client.perform_inference_on_speech_data(xi_api_key='xi-api-key', )
Contributing
While we value open-source contributions to this SDK, this library is generated programmatically. Additions made directly to this library would have to be moved over to our generation code, otherwise they would be overwritten upon the next generated release. Feel free to open a PR as a proof of concept, but know that we will not be able to merge it as-is. We suggest opening an issue first to discuss with us!
On the other hand, contributions to the README are always very welcome!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file blair-wdq-0.1.2.tar.gz
.
File metadata
- Download URL: blair-wdq-0.1.2.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d0fe85d7615e9471cafbfb610438ffd528751a50dedcf34099fc88485164946 |
|
MD5 | f3ea59926a1992591d2f06aeee2ee1f9 |
|
BLAKE2b-256 | 106f1eb2bcad3103f23030a83316c17f244372ef218a0728e37c3cb60e9e02fb |
File details
Details for the file blair_wdq-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: blair_wdq-0.1.2-py3-none-any.whl
- Upload date:
- Size: 30.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69382b2c5f089cbd1b038a8a62e2aaa5a85fb6938b6ee4f187e9165e242eb737 |
|
MD5 | b1a88320336f50f8604c030a1e360e77 |
|
BLAKE2b-256 | bc643ff26755710589ffffc83d33978bb68336f95de6d5e0155a486bfe537727 |