File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed
Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2+ """
3+ ivona_api - Python library that helps you connect to Amazon's IVONA Speech
4+ Cloud from within your Python project.
5+ """
26from __future__ import absolute_import , unicode_literals
37
48from ivona_api .ivona_api import IvonaAPI # noqa
59
610
11+ __title__ = 'ivona_api'
712__version__ = '0.2.0'
13+ __author__ = 'Pythonity'
14+ __license__ = 'MIT'
15+ __url__ = 'https://github.com/Pythonity/python-ivona-api'
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2+ """
3+ ivona_api related exceptions
4+ """
25from __future__ import absolute_import , unicode_literals
36
47
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2+ """
3+ ivona_api main module
4+ """
25from __future__ import absolute_import , unicode_literals
36
47import os
You can’t perform that action at this time.
0 commit comments