python-creole

Creole markup tools written in Python
Download

python-creole Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Jens Diemer
  • Publisher web site:
  • http://www.pylucid.org/

python-creole Tags


python-creole Description

Creole markup tools written in Python python-creole is an open-source creole2html and html2creole converter in pure Python.Python library for:* creole markup -> html* html -> creole markuppython-creole is pure python. No external libs needed.The creole2html part based on the creole markup parser and emitter from the MoinMoin project by Radomir Dopieralski and Thomas Waldmann.Example>>> from creole import creole2html>>> creole2html("This is **creole //markup//**")u'This is creole markup '>>> from creole import html2creole>>> html2creole(u'This is creole markup ')u'This is **creole //markup//**' Requirements: · Python What's New in This Release: · creole2html: ignore file extensions in image tag · see also: http://code.google.com/p/python-creole/issues/detail?id=7


python-creole Related Software