Skip to main content

Minimal plugin system for Python apps

Project description

Minimal plugin system for Python apps

Using pyglins

import pyglins

pyglins.scan_for_plugins('test/plugins')
for plugin in pyglins.BasePlugin.plugins:
    loaded_plugin = plugin()
    loaded_plugin.run()

Installation

pip install git+https://github.com/paxet/pyglins.git

License

Licensed under MIT license

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page