Skip to main content

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 git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git

(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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

parakeet-python-1.0.0.tar.gz (49.7 kB view details)

Uploaded Source

Built Distribution

parakeet_python-1.0.0-py3-none-any.whl (70.2 kB view details)

Uploaded Python 3

File details

Details for the file parakeet-python-1.0.0.tar.gz.

File metadata

  • Download URL: parakeet-python-1.0.0.tar.gz
  • Upload date:
  • Size: 49.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for parakeet-python-1.0.0.tar.gz
Algorithm Hash digest
SHA256 7b67301c0f608e8a2f0590a9262aa3b3e0022308a0a954399b5bf5f200ac9d35
MD5 053c1677f2c9418dde08643b760a5a02
BLAKE2b-256 aae1add4b1c26b1c08d09871a255ee4d04d392a9c3629d6fb14f4ca3690eacac

See more details on using hashes here.

File details

Details for the file parakeet_python-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for parakeet_python-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 808eadf837b5fd2a6d72afe35cb7e9818f0193a2b6bdeac781b1adffc7e6eb53
MD5 9f310d1db880fe56bac35d0805d119fd
BLAKE2b-256 39a51a2ec4f10507990a1844c49245e3c7486b084f09757d4be20dcf5a5875a6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page