koara

Koara to HTML5 parser, written in Python


License
Other
Install
pip install koara==0.5.4

Documentation

Koara-py Build Status

Koara-py is a koara parser, written in Python. Koara-py passes the koara compliancy test.

Installation

Via Pip:

pip install koara

Via Easy Install:

easy_install -U koara

Or download koara.py

Usage

import koara

parser = koara.Koara()
print parser.parse('This text will be converted to HTML')

# Extensions can be enabled during construction:
parser2 = koara.Koara(['autolinks', 'tables'])
print parser2.parse('This text will be converted to HTML')

Community

Koara is released under version 2.0 of the Apache License. We love any contribution!