platypush/platypush/plugins/media/chromecast
Fabio Manganiello 59c693d6a0
[#394] All `manifest.yaml` converted to `manifest.json`.
YAML isn't part of the Python standard library, while JSON is.

If we want `setup.py` to dynamically parse the available integration
manifest files in order to populate the extra dependencies, then it's
better to rely on a JSON format for manifest files - the parser is part
of the standard library and it doesn't require the user to install
`pyyaml` before `platypush`.
2024-05-17 02:21:57 +02:00
..
__init__.py [media.chromecast] Refactored implementation. 2024-04-17 03:56:45 +02:00
_listener.py [`media.chromecast`] Full plugin rewrite. 2023-11-12 03:08:54 +01:00
_subtitles.py [media.chromecast] Resource clean up + new API adaptations. 2024-04-17 02:49:31 +02:00
_utils.py [`media.chromecast`] Full plugin rewrite. 2023-11-12 03:08:54 +01:00
manifest.json [#394] All `manifest.yaml` converted to `manifest.json`. 2024-05-17 02:21:57 +02:00