Metadata-Version: 2.1
Name: pyflichub-tcpclient
Version: 0.1.7
Summary: Asynchronous Python TCP Client for FlicHub
Home-page: https://github.com/JohNan/pyflichub-tcpclient
Author: Johan Nenzén
Author-email: johan.nanzen@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/JohNan/pyflichub-tcpclient/issues
Classifier: Framework :: AsyncIO
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyhumps
Requires-Dist: async-timeout

# Asynchronous Python TCP Client for FlicHub

Get events from the FlicHub when a Flic Button is clicked.

To be able to use this client you need to enable the Flic Hub SDK described on [this](https://flic.io/flic-hub-sdk) page.

Create a new module and name it to whatever you want and paste the code found in `tcpserver.js` in the editor and press play.

This will open a TCP Server on port `8124` (configurable by changing `PORT`)

### Disclaimer
This python library was not made by Flic. It is not official, not developed, and not supported by Flic.
