On Sun, 2012-03-18 at 10:58 -0500, Lukasz Szybalski wrote:
> Hello,
> I was wondering how can I build a plugin for pyramid, that would be as
> easy to install and setup as
> 
> easy_install myplugin
> 
> in development.ini add
> 
> [components]
> myplugin.* = enabled
> 
> or if my plugin was called "admin"
> [components]
> admin.* = enabled
> 
> 
> http://martyalchin.com/2008/jan/10/simple-plugin-framework/
> 
> How to declare a mount point for plugins in pyramid?
> How to register a plugin at a particular mount point in pyramid?
> How is pyramid system retrieving the plugins that have been registered?
> 
> Thanks,
> Lucas

You're probably going to want to investigate Pyramid's existing plugin
system before creating another one:

http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/narr/environment.html#including-packages

http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/narr/advconfig.html#including-configuration-from-external-sources

- C



-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to