FastPluggy Official Plugins
This bundle includes FastPluggy’s pre-approved plugins for extending your application.
Installation
Prerequisites
- Python 3.10 or higher
- pip
Core package
Install the FastPluggy core with:
Bundle
Install all pre-approved plugins in one go with:
Included Plugins
- crud_tools (no docs found)
- Redis Tools for FastPluggy
- scheduled_query (no docs found)
- FastPluggy Task Runner
- UI Tools Module for FastPluggy
- WebSocketTool Plugin for FastPluggy
This page was auto-generated. Click through for each plugin’s documentation
Activation
FastPluggy will only load plugins listed in the FP_PLUGINS
environment variable. You can specify:
-
A comma-separated list of plugin names, for example:
-
The wildcard
*
to load all pre-approved plugins:
⚙️ Tip: If you leave
FP_PLUGINS
unset or empty, no plugins will be activated.