beat.web.common.utils module

Reusable help functions

beat.web.common.utils.validate_restructuredtext(value)[source]

Validates a piece of restructuredtext for strict conformance

beat.web.common.utils.ensure_html(text)[source]
beat.web.common.utils.ensure_string(data)[source]

Ensure that we have a str object from data which can be either a str in python 2 or a bytes in python 3