platypush/platypush/plugins/inspect
Fabio Manganiello 98e9abde18
All checks were successful
continuous-integration/drone/push Build is passing
Extended manifest files with Python system packages (if available).
- If a Python optional dependency is available as a system package on
  the target system, try and install it that route rather than pip. It's
  usually faster and it decreases the risk of breaking system packages.

- Added support for apk dependencies in manifest files. This brings the
  number of distros officially supported by all the extensions to four:

  - Alpine
  - Arch
  - Debian
  - Ubuntu
2023-08-16 22:43:51 +02:00
..
_parsers Fixed handling of :meth: docstring annotations with relative paths. 2023-05-22 16:32:30 +02:00
__init__.py The inspect plugin should not fail hard if the cache couldn't be loaded. 2023-06-28 01:33:12 +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