platypush/platypush/plugins/xmpp
Fabio Manganiello c3337ccc6c
continuous-integration/drone/push Build is passing Details
[#311] Docs deps autogen sphinx plugin.
Added an `add_dependencies` plugin to the Sphinx build process that
parses the manifest files of the scanned backends and plugins and
automatically generates the documentation for the required dependencies
and triggered events.

This means that those dependencies are no longer required to be listed
in the docstring of the class itself.

Also in this commit:

- Black/LINT for some integrations that hadn't been touched in a long
  time.

- Deleted some leftovers from previous refactors (deprecated
  `backend.mqtt`, `backend.zwave.mqtt`, `backend.http.request.rss`).

- Deleted deprecated `inotify` backend - replaced by `file.monitor` (see
  #289).
2023-09-24 17:00:08 +02:00
..
_handlers Removed `typing-extensions` dependency. 2023-09-18 14:05:39 +02:00
_mixins Removed `typing-extensions` dependency. 2023-09-18 14:05:39 +02:00
_state [#268] Implemented XMPP integration. 2023-07-22 22:36:36 +02:00
_types [#268] Implemented XMPP integration. 2023-07-22 22:36:36 +02:00
__init__.py [#311] Docs deps autogen sphinx plugin. 2023-09-24 17:00:08 +02:00
_base.py [#268] Implemented XMPP integration. 2023-07-22 22:36:36 +02:00
_config.py [#268] Implemented XMPP integration. 2023-07-22 22:36:36 +02:00
manifest.yaml [#316] Added RPM dependencies. 2023-09-21 23:20:06 +02:00