11# python-ivona-api
2+ [ ![ Build Status] ( https://img.shields.io/travis/Pythonity/python-ivona-api.svg )] [ ivona api github ]
3+ [ ![ PyPI Version] ( https://img.shields.io/pypi/v/ivona_api.svg )] [ ivona api pypi ]
4+ [ ![ PyPI Downloads] ( https://img.shields.io/pypi/dm/ivona_api.svg )] [ ivona api pypi ]
5+ [ ![ Python Versions] ( https://img.shields.io/pypi/pyversions/ivona_api.svg )] [ ivona api pypi ]
6+ [ ![ License] ( https://img.shields.io/github/license/Pythonity/icon-font-to-png.svg )] [ license ]
7+
28Python (3) library that helps you connect to Amazon's [ IVONA] [ ivona ]
39Speech Cloud from within your Python project. You need its
410[ access keys] [ ivona keys ] to use it.
@@ -33,7 +39,7 @@ Package was tested with `pytest` and `tox` on Python 3.4
3339
3440To run tests yourself you need to set environment variables with secret
3541and access keys before running ` tox ` inside the repository:
36- ```
42+ ``` shell
3743export IVONA_ACCESS_KEY=" YOUR_ACTUAL_ACCESS_KEY"
3844export IVONA_SECRET_KEY=" YOUR_ACTUAL_SECRET_KEY"
3945```
@@ -49,9 +55,11 @@ Developed and maintained by [Pythonity][pythonity].
4955
5056Written by [ Paweł Adamczak] [ pawelad ] .
5157
58+ [ ivona api github ] : https://github.com/Pythonity/python-ivona-api
59+ [ ivona api pypi ] : https://pypi.python.org/pypi/ivona_api
60+ [ license ] : https://github.com/Pythonity/python-ivona-api/blob/master/LICENSE
5261[ ivona ] : https://www.ivona.com/
5362[ ivona keys ] : http://developer.ivona.com/en/speechcloud/introduction.html#Credentials
5463[ ivona speak github ] : https://github.com/Pythonity/ivona-speak
55- [ ivona api github ] : https://github.com/Pythonity/python-ivona-api
5664[ pythonity ] : http://pythonity.com/
5765[ pawelad ] : https://github.com/pawelad
0 commit comments