Metadata-Version: 2.0
Name: avs
Version: 0.0.1
Summary: Python implementation of Alexa Voice Service App
Home-page: https://github.com/respeaker/avs-app
Author: Yihui Xiong
Author-email: yihui.xiong@hotmail.com
License: GNU General Public License v3
Keywords: alexa voice service
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: hyper

==============================
Python Alexa Voice Service App
==============================


.. image:: https://img.shields.io/pypi/v/avs-app.svg
        :target: https://pypi.python.org/pypi/avs-app

.. image:: https://img.shields.io/travis/respeaker/avs-app.svg
        :target: https://travis-ci.org/respeaker/avs-app

.. image:: https://readthedocs.org/projects/avs-app/badge/?version=latest
        :target: https://avs-app.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/respeaker/avs-app/shield.svg
     :target: https://pyup.io/repos/github/respeaker/avs-app
     :alt: Updates


Python implementation of Alexa Voice Service app


* Free software: GNU General Public License v3
* Documentation: https://avs-app.readthedocs.io.


Features
--------

* TODO

Credits
---------

The project is based on `nicholas-gh/python-alexa-client`_.
This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _`nicholas-gh/python-alexa-client`: https://github.com/nicholas-gh/python-alexa-client
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



=======
History
=======

0.0.1 (2017-07-04)
------------------

* First release on PyPI.


