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
v0.2.3
html2creole bugfix/enhanced: convert image tag without alt attribute:
see also: http://code.google.com/p/python-creole/issues/detail?id=6
Thanks Betz Stefan alias ‘encbladexp’
v0.2.2
html2creole bugfix: convert ‘’’<a href=”/url/”>Search & Destroy</a>’’’
v0.2.1
html2creole bugfixes in:
converting tables: ignore tbody tag and better handling p and a tags in td
converting named entity
v0.2
remove all django template tag stuff: http://code.google.com/p/python-creole/issues/detail?id=3
html code always escaped
v0.1.1
improve macros stuff, patch by Vitja Makarov: http://code.google.com/p/python-creole/issues/detail?id=2
v0.1.0
first version cut out from PyLucid CMS - http://www.pylucid.org
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
File details
Details for the file python-creole-0.2.3.tar.gz
.
File metadata
- Download URL: python-creole-0.2.3.tar.gz
- Upload date:
- Size: 29.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86fd5da2d74cf3c889decee0430f1f22fbf1f7e4ee4866450e8c03da3c151808 |
|
MD5 | 5e0f905fd243cb109f2a3d2e7a7c3978 |
|
BLAKE2b-256 | 3b1737082041580333b3d0595e069b22ac990cece6e83ae0010ce15ef70409ee |