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
Links
- homepage:
- SVN:
- changes:
(Readme text $Rev$)
Project details
Release history Release notifications | RSS feed
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.1.0.tar.gz
(29.1 kB
view details)
File details
Details for the file python-creole-0.1.0.tar.gz
.
File metadata
- Download URL: python-creole-0.1.0.tar.gz
- Upload date:
- Size: 29.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a397bec5ca014ce48d1df8691fa01950827f32a89f7676f934028bd42a7be54 |
|
MD5 | 83e909f22f0a75ca3e746213af64c1a4 |
|
BLAKE2b-256 | a388e56eb928f97b6710a692edf6932a5353acf8f5aa11e435f1c331a34df2df |