platypush/platypush/plugins/inspect
Fabio Manganiello 2e004c1a1e
continuous-integration/drone/push Build is passing Details
`get_all_plugins` should use `Message.Encoder` for encoding the response.
Some plugin information may include enums, tuples and other types that
aren't serializable by the default JSON serializer.
2023-09-17 02:11:52 +02:00
..
_parsers Fixed handling of `:meth:` docstring annotations with relative paths. 2023-05-22 16:32:30 +02:00
__init__.py `get_all_plugins` should use `Message.Encoder` for encoding the response. 2023-09-17 02:11:52 +02:00
_context.py Large refactor for the `inspect` plugin. 2023-05-17 00:05:22 +02:00
_model.py More improvements to the `inspect` plugin. 2023-08-08 20:47:27 +02:00
_serialize.py Use reflection to infer the arguments of a Python user procedure 2023-05-17 17:17:59 +02:00
manifest.yaml Extended manifest files with Python system packages (if available). 2023-08-16 22:43:51 +02:00