Skip to content

Commit 4a58d4d

Browse files
committed
Added shields to README
1 parent 34e0474 commit 4a58d4d

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
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+
28
Python (3) library that helps you connect to Amazon's [IVONA][ivona]
39
Speech 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

3440
To run tests yourself you need to set environment variables with secret
3541
and access keys before running `tox` inside the repository:
36-
```
42+
```shell
3743
export IVONA_ACCESS_KEY="YOUR_ACTUAL_ACCESS_KEY"
3844
export IVONA_SECRET_KEY="YOUR_ACTUAL_SECRET_KEY"
3945
```
@@ -49,9 +55,11 @@ Developed and maintained by [Pythonity][pythonity].
4955

5056
Written 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

Comments
 (0)