Metadata-Version: 2.1
Name: rhasspy-hermes-app
Version: 1.0.0
Summary: UNKNOWN
Home-page: https://github.com/rhasspy/rhasspy-hermes-app
Author: Koen Vervloesem
Author-email: koen@vervloesem.eu
License: UNKNOWN
Description: ##################
        Rhasspy Hermes App
        ##################
        
        .. image:: https://github.com/rhasspy/rhasspy-hermes-app/workflows/Tests/badge.svg
           :target: https://github.com/rhasspy/rhasspy-hermes-app/actions
           :alt: Continuous integration
        
        .. image:: https://readthedocs.org/projects/rhasspy-hermes-app/badge/?version=latest
           :target: https://rhasspy-hermes-app.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation status
        
        .. image:: https://img.shields.io/pypi/v/rhasspy-hermes-app.svg
           :target: https://pypi.org/project/rhasspy-hermes-app
           :alt: PyPI package version
        
        .. image:: https://img.shields.io/pypi/pyversions/rhasspy-hermes-app.svg
           :target: https://www.python.org
           :alt: Supported Python versions
        
        .. image:: https://img.shields.io/github/license/rhasspy/rhasspy-hermes-app.svg
           :target: https://github.com/rhasspy/rhasspy-hermes-app/blob/master/LICENSE
           :alt: License
        
        Rhasspy Hermes App is a helper library to create voice apps for Rhasspy_ in Python using the `Hermes protocol`_
        
        .. _Rhasspy: https://rhasspy.readthedocs.io/en/latest/
        
        .. _`Hermes protocol`: https://docs.snips.ai/reference/hermes
        
        ************
        Requirements
        ************
        
        Rhasspy Hermes App requires:
        
        * Python 3.7
        * Rhasspy 2.5
        
        ************
        Installation
        ************
        
        A package can be installed from PyPI:
        
        .. code-block:: shell
        
          pip3 install rhasspy-hermes-app
        
        .. end-of-inclusion-in-index-rst
        
        *************
        Documentation
        *************
        
        Read the online documentation_ for more information about using the library, including the full API documentation with example code.
        
        .. _documentation: https://rhasspy-hermes-app.readthedocs.io/en/latest/
        
        *******
        License
        *******
        
        This project is provided by `Koen Vervloesem`_ as open source software with the MIT license. See the LICENSE_ file for more information.
        
        .. _`Koen Vervloesem`: mailto:koen@vervloesem.eu
        
        .. _LICENSE: https://github.com/rhasspy/rhasspy-hermes-app/blob/master/LICENSE
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
