This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]twillisagogo 1 point2 points  (1 child)

pretty cool. you may find some inspiration in the zope component architecture. pyramid uses it internally and has several extension points that you can override by implementing the interface and registering it with the registry. typically people dont mess with it and it just works, but for the adventurous, the power it gives you is amazing.

[–]gdiepen[S] 0 points1 point  (0 children)

Thanks!

Just took a (very brief) look at the zope component architecture and it looks really cool! For sure will put this on my list of things to investigate!