Metadata-Version: 2.1
Name: neon-phal-plugin-system
Version: 1.3.0
Summary: A plugin for OVOS/Neon hardware abstraction layer
Home-page: https://github.com/NeonGeckoCom/neon-phal-plugin-system
Author: NeonGecko
Author-email: developers@neon.ai
License: Apache-2.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Text Processing :: Linguistic
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ovos-plugin-manager<1.0.0,>=0.0.26
Requires-Dist: ovos-utils<1.0.0,>=0.1.0
Requires-Dist: ovos-config<1.0.0,>=0.0.5
Requires-Dist: ovos-bus-client<2.0.0,>=0.0.8

# neon-phal-plugin-system

Provides system specific commands to Neon.
The dbus interface for this plugin is not yet established.

# Install

`pip install neon-phal-plugin-system`

# Config

This plugin is an Admin plugin, it needs to run as root and to be explicitly enabled in mycroft.conf

```yaml
PHAL:
  admin:
    neon-phal-plugin-system:
      enabled: true
```
