Why invent new syntax rather than use Python? class DEFAULT: admin_email = "me@example.com" # pipeline puts some filtering middleware in front of an app class composit_main: use = "egg:Paste#pipeline" pipeline = "login", "urldispatch"