gavo.svcs.renderers module

A manual registry of renderers.

Renderers are the glue between a core and some output. A service is the combination of a subset of renderers and a core.

Renderers are actually defined in web.grend, but we need some way to get at them from svcs and above, so the registry is kept here.

gavo.svcs.renderers.getRenderer(name)[source]