Creating (rather) generic plugin framework?

Jean-Paul Calderone exarkun at divmod.com
Wed Nov 16 23:55:29 EST 2005


On Wed, 16 Nov 2005 17:14:27 +0200, Edvard Majakari <edvard at majakari.net> wrote:
>Hi,
>
>My idea is to create a system working as follows: each module knows
>path to plugin directory, and that directory contains modules which
>may add hooks to some points in the code.
>
>Inspired by http://www.python.org/pycon/2005/papers/7/pyconHooking.html

You may want to look at a few existing Python plugin systems.  To get you started, here's a link to the Twisted plugin system documentation: <http://twistedmatrix.com/users/warner/doc-latest/core/howto/plugin.html>

Jean-Paul



More information about the Python-list mailing list