FastPluggy Private Registry

Your centralized repository for FastPluggy framework plugins. Discover, install, and manage plugins with ease.

Quick Start

Configure Registry

Add our private registry to your pip configuration:

pip install --extra-index-url https://registry.fastpluggy.xyz/pypi/simple/ your-plugin-name

Install FastPluggy

First, make sure you have FastPluggy installed:

pip install fastpluggy
24 Plugins
Available
42,593
Downloads
2
Contributors
Updated
24 minutes ago

Featured Plugins

fastpluggy-tasks-worker

v0.2.17

Task Runner plugin for Fastpluggy

Official
pip install fastpluggy-tasks-worker

fastpluggy-redis

v0.0.12

Redis Tools plugin for Fastpluggy

Official
pip install fastpluggy-redis

fastpluggy-postgres-tools

v0.1.11

PostgreSQL database monitoring and management plugin for FastPluggy

Official
pip install fastpluggy-postgres-tools

Documentation

Configuration

Learn how to configure your environment to use our private registry.

pip.conf Configuration
[global]
extra-index-url = https://registry.fastpluggy.xyz/simple/
trusted-host = registry.fastpluggy.xyz
View Full Guide

Development

Guidelines for developing and publishing your own FastPluggy plugins.

  • Plugin structure and conventions
  • Testing and validation
  • Publishing workflow
Developer Guide

Need Help?

Support

Get help with installation and usage

Contact Support

Bug Reports

Report issues and bugs

Report Bug

Feature Requests

Suggest new features and improvements

Request Feature