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.

install

Python packages available on: http://pypi.python.org/pypi/python-creole/

~$ easy_install python-creole

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://github.com/jedie/python-creole/blob/master/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.3.3.tar.gz (30.5 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for python-creole-0.3.3.tar.gz
Algorithm Hash digest
SHA256 ff2411813779b13f8aa5e0bc8422e7823923a67f2b8af26adbc0c50b094fb201
MD5 528bc23ec6b68ad6589dc5999784f557
BLAKE2b-256 409e86383fac53d573318e9ccb7debbd73694892113f4e9d19c6c1c1c5a3cfdd

See more details on using hashes here.

Provenance

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