platypush/platypush/plugins/bluetooth
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
..
_ble Bluetooth LE blacklisted device notices moved info -> debug. 2023-05-01 22:10:06 +02:00
_file [WIP] Big, big refactor of the Bluetooth integration. 2023-03-13 02:31:21 +01:00
_legacy Using the new StoppableThread API. 2023-03-24 16:39:30 +01:00
_model Added OBEX_FILE_TRANSFER constant to directory stub. 2023-03-24 15:41:20 +01:00
_plugins Added support for custom Bluetooth device plugins. 2023-03-23 17:10:37 +01:00
__init__.py [WIP] Big, big refactor of the Bluetooth integration. 2023-03-13 02:31:21 +01:00
_cache.py Refresh BluetoothDevice.reachable when a device is found/lost. 2023-03-24 01:56:19 +01:00
_manager.py Using the new StoppableThread API. 2023-03-24 16:39:30 +01:00
_plugin.py Using the new StoppableThread API. 2023-03-24 16:39:30 +01:00
_types.py Added support for Bluetooth devices blacklist. 2023-03-24 01:52:39 +01:00
manifest.yaml Extended manifest files with Python system packages (if available). 2023-08-16 22:43:51 +02:00
model.py [WIP] Big, big refactor of the Bluetooth integration. 2023-03-13 02:31:21 +01:00