# Plugin Server ```{toctree} :maxdepth: 2 :caption: Contents Usage.md Config.md CORS.md Plugins.md Install.md ``` 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](https://github.com/nicciniamh/pluginserver) To install plase follow instructions in the [install](Install.md) section. ## Usage Please see the [Usage](Usage.md) 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.