mwlib provides a library for parsing mediawiki articles. It is currently aimed at developers, who have a need to somehow handle mediawiki articles.
You need to have setuptools/easy_install installed. Installation should be as easy as typing:
$ easy_install mwlib
If you don't have setuptools installed, download the source package, unpack it and run:
$ python setup.py install
(this will also install setuptools)
You will also need:
For further information please visit our trac instance running at http://code.pediapress.com The current development version can also be found there.
This software contains a copy of Plex written by Greg Ewing. mwlib/cdb.py is based on the cdb implementation from the spambayes project ( (C) 2002-2004 Python Software Foundation ). The remaining parts are distributed under the BSD license:
Copyright (c) 2007, 2008 PediaPress GmbH
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.