Metadata-Version: 2.1
Name: prana-rc.client
Version: 0.3.10
Summary: Python library and CLI to control Prana recuperators via BLE connection (https://prana.org.ua/)
Home-page: https://github.com/corvis/prana_rc
Author: Dmitry Berezovsky
License: GPLv3
Keywords: python prana recuperators iot automation
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Home Automation
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >3.6
Requires-Dist: ws-sizzle[aiohttp] (>=0.0.8)


Prana RC Client
===============

**ATTENTION: This is a python client designed for easy interaction with Prana RC server.**


.. image:: https://github.com/corvis/prana_rc/blob/development/media/cover-picture.jpg?raw=true
   :target: https://github.com/corvis/prana_rc/blob/development/media/cover-picture.jpg?raw=true
   :alt: Prana device picture


Python library and CLI to manage Prana recuperators (https://prana.org.ua/) via BLE interface.
It provides access to the device API and provides functionality similar to functionality of the official mobile 
application with some limitations (see limitation section below).

Please refer to `Prana RC documentation <https://github.com/corvis/prana_rc>`_ for details.

Installation
------------

Install regular server component with Http API:

.. code-block::

   pip install prana-rc.client


