derberg / python-mqtt-client-template

This template generates MQTT Python client module. Its purpose is to abstract for the application client technical information about the broker and the names of topics it should use. Instead, it generates a module that provides a set of indent-driven functions that one can invoke to send a message to the application through the message broker.
4 stars 2 forks source link

feat: add requirements.txt file #10

Closed thulieblack closed 1 year ago

thulieblack commented 1 year ago

solves #6