Metadata-Version: 2.1
Name: entari-plugin-server
Version: 0.2.0
Summary: Entari plugin for running Satori Server
Author-Email: RF-Tar-Railt <rf_tar_railt@qq.com>
License: MIT
Project-URL: homepage, https://github.com/ArcletProject/entari-plugin-server
Project-URL: repository, https://github.com/ArcletProject/entari-plugin-server
Requires-Python: >=3.9
Requires-Dist: arclet-entari>=0.12.1
Requires-Dist: satori-python-server>=0.16.4
Description-Content-Type: text/markdown

# entari-plugin-server
Entari plugin for running Satori Server

## Example Usage

```yaml
plugins:
  server:
    adapters:
      - $path: package.module:AdapterClass
        # Following are adapter's configuration
        key1: value1
        key2: value2
    host: 127.0.0.1
    port: 5140
```
