Skip to main content

Python library that helps you connect to Amazon's IVONA Speech Cloud from within your Python project.

Project description

Build status Test coverage PyPI version Python versions License

Python library that helps you connect to Amazon’s IVONA Speech Cloud from within your Python project. All you need to use it are the access keys.

It currently only implements CreateSpeech and ListVoices endpoints, as they should cover the vast majority of use cases. Lexicons endpoints may be added in the future.

If you’re looking for out-of-the-box solution, you should probably use ivona-speak - it’s a script that uses this library and lets you use its functionality directly from your shell.

Installation

With PyPI:

$ pip install ivona_api

API

There’s no documentation as of now, but the code is commented and should be pretty straightforward to use.

That said - feel free to ask me if anything is unclear.

Tests

Package was tested with the help of py.test and tox on Python 2.7, 3.4, 3.5 and 3.6 (see tox.ini).

To run tests yourself you need to set environment variables with secret and access keys before running tox:

Code coverage is available at Coveralls.

$ pip install -r requirements/dev.txt
$ export IVONA_ACCESS_KEY="YOUR_ACTUAL_ACCESS_KEY"
$ export IVONA_SECRET_KEY="YOUR_ACTUAL_SECRET_KEY"
$ tox

Contributions

Package source code is available at GitHub.

Feel free to use, ask, fork, star, report bugs, fix them, suggest enhancements, add functionality and point out any mistakes. Thanks!

Authors

Developed and maintained by Pythonity.

Written by Paweł Adamczak.

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

ivona_api-0.2.0.tar.gz (19.9 kB view details)

Uploaded Source

Built Distribution

ivona_api-0.2.0-py2.py3-none-any.whl (20.4 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file ivona_api-0.2.0.tar.gz.

File metadata

  • Download URL: ivona_api-0.2.0.tar.gz
  • Upload date:
  • Size: 19.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for ivona_api-0.2.0.tar.gz
Algorithm Hash digest
SHA256 99101db3dfbee24c3c06c8aaa6fedb341fbc6a538484d4fc62ee8eae5ef11d94
MD5 d66b1d20481ca32f4be9a9dd21e67a4a
BLAKE2b-256 b9b5431066b805c78b73d02e170f393fa513870c8d3ebf4ea38b4aee7e9ca907

See more details on using hashes here.

File details

Details for the file ivona_api-0.2.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for ivona_api-0.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 281f5cb2ca86d97506d0c2da039e4333c72c07e8950c7ddd8b8f52dc23975dfb
MD5 2b6871898cedbc5c4e32eca33cb1eb2c
BLAKE2b-256 6efa5317605d3524c70b2b0d83a68c0b302a1255a320c8fbcbc198ed39f11fe6

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