Metadata-Version: 2.1
Name: hejtado-quido
Version: 0.2.5
Summary: Thermometer Quido RESTful API based on Flask and Flask-RESTPlus
Home-page: https://github.com/hejtado/quido
Author: Lumir Jasiok
License: UNKNOWN
Description: Hejtado Quido Microservice
        ===========================
        
        This microservice provides an interface to the hardware box called Quido, which is able to handle power state of the Boiler. Alsi it has connected thermometer for Boiler temperature checking.
        
        Installation
        -------------
        
        .. code-block:: bash
        
            tar xvfz hejtado-quido-<version>.tar.gz
            cd hejtado-quido-<version>
            python setup.py install
        
        Start Hejtado
        --------------
        
        .. code-block:: bash
        
            hejtado-quido
        
        By default it starts on localhost, port 5001, so you can consume the API on URL::
        
            http://127.0.0.1:5001/api/v1
        
        You can modify the default setting in settings.py file. Later I will add the support for environment variables instead of settings.py.
        
Keywords: rest restful api flask swagger openapi flask-restplus
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/x-rst
