Metadata-Version: 2.1
Name: neon-phal-plugin-skill-api
Version: 0.0.1a1
Summary: Plugin for accessing the Skill API
Home-page: https://github.com/NeonGeckoCom/neon-phal-plugin-skill-api
Author: Neongecko
Author-email: developers@neon.ai
License: BSD-3
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: ovos-utils>=0.0.26,~=0.0
Requires-Dist: ovos-plugin-manager>=0.0.20,~=0.0
Requires-Dist: ovos-bus-client>=0.0.3,~=0.0
Provides-Extra: test
Requires-Dist: pytest; extra == "test"

# Neon Skill API Plugin
Plugin for managing external access to the Neon Skill API. This module manages
the tracking of available API endpoints, validation of API requests, and the
forwarding of external requests to the appropriate Skill API handler.

## Configuration
This plugin requires no additional configuration. It may include support in the
future for an API whitelist/blacklist, automatic updates, and other functionality.
