Creoleparser is a Python implementation of a parser for the Creole wiki markup language.
You need Python 2.4 or higher.
Option 1 - easy_install
If you have setuptools, install Creoleparser using easy_install:
easy_install CreoleparserThis will automatically download and install Genshi and Creoleparser to your site-packages directory.
Option 2 - manual installation
download and install Genshi from that package’s site.
download Creoleparser from the Python Package Index, unzip to a temporary folder, and run:
setup.py installThis will install Creoleparser to your site-packages directory.
You can get help from the Google Group. Feedback is greatly appreciated!
Report bugs and make feature requests by creating an issue.
If you’d like to help out, see the project page on Googlecode.
Creoleparser is licensed under an MIT license. See the LICENSE.txt file in the distribution.