1
1
# 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
+
2
8
Python (3) library that helps you connect to Amazon's [ IVONA] [ ivona ]
3
9
Speech Cloud from within your Python project. You need its
4
10
[ access keys] [ ivona keys ] to use it.
@@ -33,7 +39,7 @@ Package was tested with `pytest` and `tox` on Python 3.4
33
39
34
40
To run tests yourself you need to set environment variables with secret
35
41
and access keys before running ` tox ` inside the repository:
36
- ```
42
+ ``` shell
37
43
export IVONA_ACCESS_KEY=" YOUR_ACTUAL_ACCESS_KEY"
38
44
export IVONA_SECRET_KEY=" YOUR_ACTUAL_SECRET_KEY"
39
45
```
@@ -49,9 +55,11 @@ Developed and maintained by [Pythonity][pythonity].
49
55
50
56
Written by [ Paweł Adamczak] [ pawelad ] .
51
57
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
52
61
[ ivona ] : https://www.ivona.com/
53
62
[ ivona keys ] : http://developer.ivona.com/en/speechcloud/introduction.html#Credentials
54
63
[ ivona speak github ] : https://github.com/Pythonity/ivona-speak
55
- [ ivona api github ] : https://github.com/Pythonity/python-ivona-api
56
64
[ pythonity ] : http://pythonity.com/
57
65
[ pawelad ] : https://github.com/pawelad
0 commit comments