parakeet-sdk-python


Nameparakeet-sdk-python JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/Parakeet-Inc/parakeet-python
SummaryParakeetSDK
upload_time2024-10-31 16:57:43
maintainerNone
docs_urlNone
authorOpenAPI Generator community
requires_python>=3.6
licenseNone
keywords openapi openapi-generator parakeetsdk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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](https://openapi-generator.tech) 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:

```sh
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:
```python
import parakeet
```

### Setuptools

Install via [Setuptools](http://pypi.python.org/pypi/setuptools).

```sh
python setup.py install --user
```
(or `sudo python setup.py install` to install the package for all users)

Then import the package:
```python
import parakeet
```

## Getting Started

Please follow the [installation procedure](#installation--usage) and then run the following:

```python
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**](docs/DefaultApi.md#text_to_speech_streaming_v1_tts_streaming_post) | **POST** /v1/tts_streaming | Text To Speech Streaming
*DefaultApi* | [**text_to_speech_v1_tts_post**](docs/DefaultApi.md#text_to_speech_v1_tts_post) | **POST** /v1/tts | Text To Speech


## Documentation For Models

 - [HttpValidationError](docs/HttpValidationError.md)
 - [SpeakerId](docs/SpeakerId.md)
 - [TtsRequest](docs/TtsRequest.md)
 - [ValidationError](docs/ValidationError.md)


## Documentation For Authorization

 All endpoints do not require authorization.

## Author





            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Parakeet-Inc/parakeet-python",
    "name": "parakeet-sdk-python",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "OpenAPI, OpenAPI-Generator, ParakeetSDK",
    "author": "OpenAPI Generator community",
    "author_email": "team@openapitools.org",
    "download_url": "https://files.pythonhosted.org/packages/45/5d/af1b937cebc976c43d4e9c74cd9e6bedbb11b2b1b2572200857532cf258d/parakeet_sdk_python-1.0.0.tar.gz",
    "platform": null,
    "description": "# parakeet-python\nNo description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)\n\nThis Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:\n\n- API version: 1.0.0\n- Package version: 1.0.0\n- Build package: org.openapitools.codegen.languages.PythonClientCodegen\n\n## Requirements.\n\nPython 2.7 and 3.4+\n\n## Installation & Usage\n### pip install\n\nIf the python package is hosted on a repository, you can install directly using:\n\n```sh\npip install parakeet\n```\n(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)\n\nThen import the package:\n```python\nimport parakeet\n```\n\n### Setuptools\n\nInstall via [Setuptools](http://pypi.python.org/pypi/setuptools).\n\n```sh\npython setup.py install --user\n```\n(or `sudo python setup.py install` to install the package for all users)\n\nThen import the package:\n```python\nimport parakeet\n```\n\n## Getting Started\n\nPlease follow the [installation procedure](#installation--usage) and then run the following:\n\n```python\nfrom __future__ import print_function\n\nimport time\nimport parakeet\nfrom parakeet.rest import ApiException\nfrom pprint import pprint\n\n# Defining the host is optional and defaults to http://localhost\n# See configuration.py for a list of all supported configuration parameters.\nconfiguration = parakeet.Configuration(\n    host = \"http://localhost\"\n)\n\n\n\n# Enter a context with an instance of the API client\nwith parakeet.ApiClient(configuration) as api_client:\n    # Create an instance of the API class\n    api_instance = parakeet.DefaultApi(api_client)\n    tts_request = parakeet.TtsRequest() # TtsRequest |  (optional)\n\n    try:\n        # Text To Speech Streaming\n        api_response = api_instance.text_to_speech_streaming_v1_tts_streaming_post(tts_request=tts_request)\n        pprint(api_response)\n    except ApiException as e:\n        print(\"Exception when calling DefaultApi->text_to_speech_streaming_v1_tts_streaming_post: %s\\n\" % e)\n    \n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *http://localhost*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*DefaultApi* | [**text_to_speech_streaming_v1_tts_streaming_post**](docs/DefaultApi.md#text_to_speech_streaming_v1_tts_streaming_post) | **POST** /v1/tts_streaming | Text To Speech Streaming\n*DefaultApi* | [**text_to_speech_v1_tts_post**](docs/DefaultApi.md#text_to_speech_v1_tts_post) | **POST** /v1/tts | Text To Speech\n\n\n## Documentation For Models\n\n - [HttpValidationError](docs/HttpValidationError.md)\n - [SpeakerId](docs/SpeakerId.md)\n - [TtsRequest](docs/TtsRequest.md)\n - [ValidationError](docs/ValidationError.md)\n\n\n## Documentation For Authorization\n\n All endpoints do not require authorization.\n\n## Author\n\n\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "ParakeetSDK",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/Parakeet-Inc/parakeet-python"
    },
    "split_keywords": [
        "openapi",
        " openapi-generator",
        " parakeetsdk"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73cbe5a413aa829a5cf1dc1589d0ef5bf716e2d330e57a868bd365ccd1865fd1",
                "md5": "89fe2412c1aa7793934d0364fea4eea2",
                "sha256": "02420d2c41b81e96c9a9f6ad329ca174863226213b63f9e73dd74cfb7d6f69e6"
            },
            "downloads": -1,
            "filename": "parakeet_sdk_python-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "89fe2412c1aa7793934d0364fea4eea2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 70201,
            "upload_time": "2024-10-31T16:57:41",
            "upload_time_iso_8601": "2024-10-31T16:57:41.080225Z",
            "url": "https://files.pythonhosted.org/packages/73/cb/e5a413aa829a5cf1dc1589d0ef5bf716e2d330e57a868bd365ccd1865fd1/parakeet_sdk_python-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "455daf1b937cebc976c43d4e9c74cd9e6bedbb11b2b1b2572200857532cf258d",
                "md5": "7f8c1675f8e3fc40dd87c63c01cf9158",
                "sha256": "001167cdc6f3fea987afb926f7c6505e8ab475ac964c673c0a227c5e754c4f2c"
            },
            "downloads": -1,
            "filename": "parakeet_sdk_python-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7f8c1675f8e3fc40dd87c63c01cf9158",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 49862,
            "upload_time": "2024-10-31T16:57:43",
            "upload_time_iso_8601": "2024-10-31T16:57:43.014154Z",
            "url": "https://files.pythonhosted.org/packages/45/5d/af1b937cebc976c43d4e9c74cd9e6bedbb11b2b1b2572200857532cf258d/parakeet_sdk_python-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-31 16:57:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Parakeet-Inc",
    "github_project": "parakeet-python",
    "github_not_found": true,
    "lcname": "parakeet-sdk-python"
}
        
Elapsed time: 0.39171s