I need a script that converts plain text into HTML (eg like the one in reddit comments system). There are plenty of those out there, yeah, but I need one that could work with Google App Engine (and Python).
It could be great if the script could work both ways: for encoding the text and decoding it back from HTML (for editing saved texts).
Thanks in advance!