I have created a plugin which is working perfectly fine!
Now I need to get access to some value in trac.ini from that plugin
The plugin is implementing ITemplateStreamFilter
the method is def filter_stream(self, req, method, filename, stream, data):
How can I get value for some key
in trac.ini from that method?