ParakeetSDK
Project description
parakeet-python
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
This Python package is automatically generated by the OpenAPI Generator project:
- API version: 1.0.0
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
Requirements.
Python 2.7 and 3.4+
Installation & Usage
pip install
If the python package is hosted on a repository, you can install directly using:
pip install parakeet
(you may need to run pip
with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
)
Then import the package:
import parakeet
Setuptools
Install via Setuptools.
python setup.py install --user
(or sudo python setup.py install
to install the package for all users)
Then import the package:
import parakeet
Getting Started
Please follow the installation procedure and then run the following:
from __future__ import print_function
import time
import parakeet
from parakeet.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to http://localhost
# See configuration.py for a list of all supported configuration parameters.
configuration = parakeet.Configuration(
host = "http://localhost"
)
# Enter a context with an instance of the API client
with parakeet.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = parakeet.DefaultApi(api_client)
tts_request = parakeet.TtsRequest() # TtsRequest | (optional)
try:
# Text To Speech Streaming
api_response = api_instance.text_to_speech_streaming_v1_tts_streaming_post(tts_request=tts_request)
pprint(api_response)
except ApiException as e:
print("Exception when calling DefaultApi->text_to_speech_streaming_v1_tts_streaming_post: %s\n" % e)
Documentation for API Endpoints
All URIs are relative to http://localhost
Class | Method | HTTP request | Description |
---|---|---|---|
DefaultApi | text_to_speech_streaming_v1_tts_streaming_post | POST /v1/tts_streaming | Text To Speech Streaming |
DefaultApi | text_to_speech_v1_tts_post | POST /v1/tts | Text To Speech |
Documentation For Models
Documentation For Authorization
All endpoints do not require authorization.
Author
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
Hashes for parakeet_sdk_python-1.0.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 001167cdc6f3fea987afb926f7c6505e8ab475ac964c673c0a227c5e754c4f2c |
|
MD5 | 7f8c1675f8e3fc40dd87c63c01cf9158 |
|
BLAKE2b-256 | 455daf1b937cebc976c43d4e9c74cd9e6bedbb11b2b1b2572200857532cf258d |
Hashes for parakeet_sdk_python-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02420d2c41b81e96c9a9f6ad329ca174863226213b63f9e73dd74cfb7d6f69e6 |
|
MD5 | 89fe2412c1aa7793934d0364fea4eea2 |
|
BLAKE2b-256 | 73cbe5a413aa829a5cf1dc1589d0ef5bf716e2d330e57a868bd365ccd1865fd1 |