Python library that helps you connect to Amazon's IVONA Speech Cloud from within your Python project.
Project description
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
>From PyPI:
$ pip install ivona_api
API
There’s no proper documentation as of now, but the code is commented and should be pretty straightforward to use.
That said - feel free to open a GitHub issues 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).
Code coverage is available at Coveralls.
To run tests yourself you need to set environment variables with secret and access keys before running tox inside the repository:
$ export IVONA_ACCESS_KEY='...'
$ export IVONA_SECRET_KEY='...'
$ pip install tox
$ 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!
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
Built Distribution
File details
Details for the file ivona_api-0.3.0.tar.gz
.
File metadata
- Download URL: ivona_api-0.3.0.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ebba5feec318328712b245ba890a5fef0d2c96545009e1d32b6d4e33da16cd66 |
|
MD5 | 51ca61069ae1d78fc876970b97a0d6e3 |
|
BLAKE2b-256 | 67ce20ca7c983410e7a61daa2161dbfca1d97681a179ac050fc7f52a04a5ad7e |
File details
Details for the file ivona_api-0.3.0-py2.py3-none-any.whl
.
File metadata
- Download URL: ivona_api-0.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43ae16cc930a359bbfaba4d4d4dc5a1c38d5b369fade01d88233cf1be3afdae7 |
|
MD5 | 18c291ee58c16aac8686cd4aadf6a7de |
|
BLAKE2b-256 | e0cb35bf7e428c648fe5d5148890106a230042259e51ce920c59d295f3299b28 |