Bases: dict
Collection of named variables, accessible both as attributes and mapping items.
Bases: object
Ophelia’s request object.
Instantiate as Request(path, template_root, site, **env).
path: str, path to traverse from the site root, elements separated by ‘/’ template_root: str, file system path to the template root site: str, absolute URL to site root, ends with ‘/’ env: the environment
Bases: exceptions.Exception
Signals that Ophelia can’t find all files needed by the request.