2011/2/18 Mitar <[email protected]>: > Hi! > > I really enjoy Trac and its component system. I like it so much that I > have often used it also for a more general CMS/content-oriented sites > (especially with full blog plugin). Its wiki is great for this. > > But I also enjoy Django and often have to write application in it. So > my question is, if somebody knows, about some Django > library/app/extension which would give me similar component system > framework/API as Trac has? It does not need to be compatible, just > this idea of extension points and so on, this is really great. >
Hi Mitar, Some time ago I developed a project named plugnplay [1]. It's exactly the idea of Trac's Component system extracted in a separated project, although it was written from scratch. It's a very simple but already usable implementation. There's also another project: PyUtilib [2]. This is a more complete implementation. Actually is a set of python utilities and one of these includes a Plugin system, also inspired by Trac. Please take a look at both projects and if you think plugnplay will be useful for you, let me know. [1] https://github.com/daltonmatos/plugnplay [2] http://pypi.python.org/pypi/pyutilib.component.core/4.2 -- Dalton Barreto http://daltonmatos.wordpress.com -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en.
