platypush/platypush/backend/file/monitor
Fabio Manganiello 98e9abde18
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
..
entities Proper implementation for filesystem monitor filters 2021-12-20 00:58:41 +01:00
__init__.py Proper handling for ignore_directories in file.monitor backend 2021-12-19 02:28:49 +01:00
manifest.yaml Extended manifest files with Python system packages (if available). 2023-08-16 22:43:51 +02:00