I am using python-paste for my apps and my middleware and I am trying to access the configuration of other middlewares directly from that middleware.
There is global_config which access the [DEFAULT] and local_config for the middleware own cofiguration but is there anything for accessing configuration of others without having to parse the file itself in my middleware?