Metadata-Version: 2.1
Name: raspberryclient
Version: 1.0.0
Summary: A python client which can be run on Raspberry Pi. Allow communication with Promethist servers.
Home-page: https://promethist.ai/repository/pip/brainquist
Author: Petr Lorenc
Author-email: contact@ionelmc.ro
License: BSD 2-Clause License
Project-URL: Changelog, https://python-promethist.readthedocs.io/en/latest/changelog.html
Project-URL: Documentation, https://python-promethist.readthedocs.io/
Keywords: client,raspberry
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Requires-Python: >=3.4
Requires-Dist: PyAudio (==0.2.11)
Requires-Dist: gpiozero (==1.5.1)
Requires-Dist: websocket-client (==0.56.0)

# Overview

  * Client which communicate with our server through websockets.
## 0.3.0

* Version with websockets, new structure


## 0.0.1

* This version is first.

