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

we need to also generate a nice README.md for the client #5

Closed derberg closed 2 months ago

derberg commented 1 year ago

This template should not only generate client.py but also a readme that explain how to use it with some sample code

derberg commented 1 year ago

we should also have an instruction on how to install dependencies after client generation, using requirements.txt

https://github.com/derberg/python-mqtt-client-template/pull/10