[NLUUG]   Welcome to ftp.vim.org,
Hosted by ftp.nluug.nl
Current directory: /ftp/os/Linux/distr/salix/i486/extra-15.0/source/python/pluginbase/
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 27-May-2022 20:13 442 [   ] pluginbase-0.5.tar.gz 27-May-2022 20:13 41K [TXT] pluginbase.SlackBuild 11-Mar-2022 06:34 2.8K [   ] pluginbase.info 27-May-2022 20:13 363 [TXT] slack-desc 27-May-2022 20:13 820

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