suou.quart

Utilities for Quart, asynchronous successor of Flask

Functions

add_i18n(app, i18n[, var_name, query_arg, ...])

Integrate a I18n() object with a Quart application: - set g.lang - add T() to Jinja templates

add_rest(app, *bases, **kwargs)

Construct a REST ...

negotiate()

Return an appropriate MIME type for the sake of content negotiation.