Metadata-Version: 1.1
Name: avs
Version: 0.0.2
Summary: Python implementation of Alexa Voice Service App
Home-page: https://github.com/respeaker/avs
Author: Yihui Xiong
Author-email: yihui.xiong@hotmail.com
License: GNU General Public License v3
Description: ==============================
        Python Alexa Voice Service App
        ==============================
        
        
        .. image:: https://img.shields.io/pypi/v/avs.svg
                :target: https://pypi.python.org/pypi/avs
        
        .. image:: https://img.shields.io/travis/respeaker/avs.svg
                :target: https://travis-ci.org/respeaker/avs
        
        .. image:: https://readthedocs.org/projects/avs/badge/?version=latest
                :target: https://avs.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/respeaker/avs/shield.svg
             :target: https://pyup.io/repos/github/respeaker/avs
             :alt: Updates
        
        
        Python implementation of Alexa Voice Service app
        
        
        * Free software: GNU General Public License v3
        * Documentation: https://avs.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.2 (2017-07-05)
        ------------------
        
        * rename alexa util to alexa-tap
        * add oauth util alexa-auth
        
        * First release on PyPI.
        
        0.0.1 (2017-07-04)
        ------------------
        
        * First release on PyPI.
        
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.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
