Your centralized repository for FastPluggy framework plugins. Discover, install, and manage plugins with ease.
Add our private registry to your pip configuration:
pip install --extra-index-url https://registry.fastpluggy.xyz/pypi/simple/ your-plugin-name
First, make sure you have FastPluggy installed:
pip install fastpluggy
Task Runner plugin for Fastpluggy
pip install fastpluggy-tasks-worker
Redis Tools plugin for Fastpluggy
pip install fastpluggy-redis
PostgreSQL database monitoring and management plugin for FastPluggy
pip install fastpluggy-postgres-tools
Learn how to configure your environment to use our private registry.
[global]
extra-index-url = https://registry.fastpluggy.xyz/simple/
trusted-host = registry.fastpluggy.xyz
Guidelines for developing and publishing your own FastPluggy plugins.