Plugin Server
Contents
Plugin Server is a python script and library to manage a REST-like API server utilizing a plugin system to handle requests to API routes. It is built upon Python async and aiohttp.
Getting Plugin Server
Plugin server is at https://github.com/nicciniamh/pluginserver
To install plase follow instructions in the install section.
Usage
Please see the Usage section for an overview and usage of the server.
This code has been tested under Debian 12 Bookworm and Pi OS Bookworm. Other than a unix-like system, there is no other system dependent code.