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

extend class with docstring #16

Closed derberg closed 2 months ago

derberg commented 3 months ago

We should have docstring also for the main class: https://github.com/derberg/python-mqtt-client-template/blob/main/template/index.js#L20

grab it from AsyncAPi document, from info.description field