Skip to main content

python-creole is an open-source creole2html and html2creole converter in pure Python.

Project description

about

Python lib for:

  • creole markup -> html

  • html -> creole markup

python-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'<p>This is <strong>creole <i>markup</i></strong></p>\n'
>>> from creole import html2creole
>>> html2creole(u'<p>This is <strong>creole <i>markup</i></strong></p>\n')
u'This is **creole //markup//**'

See also: http://code.google.com/p/python-creole/source/browse/trunk/demo.py

history

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-creole-0.2.4.tar.gz (30.0 kB view details)

Uploaded Source

File details

Details for the file python-creole-0.2.4.tar.gz.

File metadata

File hashes

Hashes for python-creole-0.2.4.tar.gz
Algorithm Hash digest
SHA256 493ad24fbad65b056b1b570249dfd3a35284b3894a981188d2511663c29f7f66
MD5 bffd76d1e8b27f3347570d1e744d6044
BLAKE2b-256 f5227c26f4bffc4c00fd056b19a5a18c1f3d35387fc95fe8e46cc355bf2721c6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page