/bbcodepyx

bbcodepy is a fast Python BBCode parser and renderer

Primary LanguagePythonMIT LicenseMIT

BBCODEPY

bbcodepy is a fast Python BBCode parser and renderer.

Usage

All common BBCode tags are supported by default.

import bbcodepy
print bbcodepy.Parser().to_html('[b]Hello![/b]')