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.
2 stars 1 forks source link

feat: extend class with docstrings #19

Closed thulieblack closed 2 months ago

thulieblack commented 2 months ago

Extend the Class and grab the description from info.description in the YAML file.

resolves #16

thulieblack commented 2 months ago

done @derberg