Metadata-Version: 2.1
Name: ovos-gui-plugin-shell-companion
Version: 0.0.1a2
Summary: GUI plugin for ovos-shell
Home-page: https://github.com/OpenVoiceOS/ovos-gui-plugin-shell-companion
Author: Aiix
Author-email: aix.m@outlook.com
License: Apache-2.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ovos-plugin-manager >=0.0.23,~=0.0
Requires-Dist: ovos-utils >=0.0.34,~=0.0
Requires-Dist: ovos-bus-client ~=0.0.3
Requires-Dist: astral ~=3.0

# OVOS Shell companion

provides various bus APIs that integrate with ovos-shell
    
    - color scheme manager
    - notifications widgets
    - configuration provider  (settings UI)
    - brightness control  (night mode etc)
    

these used to be several individual plugins but they all are ovos-shell specific integrations and ovos-shell requires all of them, so they have been unified


the following packages have been deprecated in favor of this repo:
- https://github.com/OpenVoiceOS/ovos-PHAL-plugin-dashboard   <- DEPRECATED, community maintained, no official replacement, [removed from ovos-shell](https://github.com/OpenVoiceOS/ovos-gui/pull/10)
- https://github.com/OpenVoiceOS/ovos-PHAL-plugin-configuration-provider
- https://github.com/OpenVoiceOS/ovos-PHAL-plugin-notification-widgets
- https://github.com/OpenVoiceOS/ovos-PHAL-plugin-brightness-control-rpi
- https://github.com/OpenVoiceOS/ovos-PHAL-plugin-color-scheme-manager
