[NLUUG]   Welcome to ftp.nluug.nl
Current directory: /os/Linux/distr/salix/sbo/15.0/python/pluginbase/
 
Current bandwidth utilization 89.63 Mbit/s
Bandwidth utilization bar
Contents of README:
PluginBase is a module for Python that enables the development of
flexible plugin systems in Python.

Step 1:
  from pluginbase import PluginBase
  plugin_base = PluginBase(package='yourapplication.plugins')

Step 2:
  plugin_source = plugin_base.make_plugin_source(
  searchpath=['./path/to/plugins', './path/to/more/plugins'])

Step 3:
  with plugin_source:
    from yourapplication.plugins import my_plugin
  my_plugin.do_something_cool()

Icon  Name                                   Last modified      Size  
[DIR] Parent Directory - [TXT] README 14-Jun-2018 16:01 442 [TXT] pluginbase.SlackBuild 11-Mar-2022 06:34 2.8K [   ] pluginbase.info 14-Jun-2018 16:01 363 [TXT] slack-desc 14-Jun-2018 16:01 820

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!