This plugin lets you read and write a pygeoapi configuration file on your local machine.
copy this folder to your QGIS plugin directory. Something like:
~/.local/share/QGIS/QGIS3/profiles/default/python/plugins
Install dependencies with:
pip install -r requirements
Compile resources with:
pb_tool compile
Modify the user interface by opening pygeoapiconfig_dialog_base.ui in Qt Creator.
This project is released under an MIT License