Browse Plugins

Filters

Categories

All Plugins
12

Version

Keywords

alembic
1
analyzer
1
authentification
1
crud
1
database
4
debug
1
discovery
1
docker
1
gpio
1
hardware
1
ia
2
memory
1
metrics
1
migration
1
monitoring
2
network
1
ollama
1
orm
1
postgres
1
psutil
1
raspberry pi
1
redis
1
schema
1
security
1
sql
1
wifi
1

Dependencies

12 Plugins Found

Showing results for all categories

fastpluggy-crypto-daemon-sync v0.1.0

Synchronizes blockchain data from a core daemon for Fastpluggy

18 downloads
Updated 2026-02-28
by unknown
pip install fastpluggy-crypto-daemon-sync

fastpluggy-example-plugin v0.2.1

Example plugin for FastPluggy

45 downloads
Updated 2026-04-01
by unknown
pip install fastpluggy-example-plugin

fastpluggy-usage-cli v0.1.3

No description available

New
No update information
by unknown
pip install fastpluggy-usage-cli

fastpluggy-usage-srv v0.1.0

No description available

New
No update information
by unknown
pip install fastpluggy-usage-srv

fastpluggy-git-module-manager v0.1.0

Git Module Manager Plugin for FastPluggy

5 downloads
Updated 2026-03-30
by FastPluggy Team
pip install fastpluggy-git-module-manager

fastpluggy-network-node v0.0.4

Network discovery and monitoring plugin for FastPluggy

5 downloads
Updated 2026-03-20
by unknown
pip install fastpluggy-network-node

fastpluggy-database-explorer v0.1.1

No description available

5 downloads
Updated 2026-03-25
by unknown
pip install fastpluggy-database-explorer

fastpluggy-sql-migration v0.1.1

SQL Migration plugin for FastPluggy - Simple per-plugin SQL migration system

5 downloads
Updated 2026-03-20
by FastPluggy Team
pip install fastpluggy-sql-migration

fastpluggy-memory-analyzer v0.0.10

No description available

5 downloads
Updated 2026-04-02
by FastPluggy Team
pip install fastpluggy-memory-analyzer
17 downloads
Updated 2026-04-02
by FastPluggy Team
pip install fastpluggy-metrics

fastpluggy-scheduled-query v0.1.48

No description available

4 downloads
Updated 2026-03-21
by FastPluggy Team
pip install fastpluggy-scheduled-query

fastpluggy-minio-tools v0.1.3

# MinIO Tools Plugin MinIO plugin for FastPluggy that provides object storage integration with MinIO. ## Features - MinIO client integration - Dashboard for viewing buckets - Global access to MinIO client and streaming functions - Admin interface for MinIO management ## Configuration The plugin requires the following environment variables: - `MINIO_ENDPOINT`: MinIO server endpoint (e.g., 'localhost:9000') - `MINIO_ACCESS_KEY`: Access key for authentication - `MINIO_SECRET_KEY`: Secret key for authentication - `MINIO_SECURE`: Use HTTPS (default: False) ## Usage Once installed, the plugin will: 1. Initialize a MinIO client with your configuration 2. Register the client globally as `minio_client` 3. Register a helper function `minio_get_stream` for streaming objects 4. Provide an admin dashboard at `/admin/minio` ## Installation ```bash pip install fastpluggy-minio-tools ``` ## Development To install in development mode: ```bash pip install -e . ``` ## License See LICENSE file for details.

4 downloads
Updated 2026-03-24
by FastPluggy Team
pip install fastpluggy-minio-tools