This package browser is in early development. Mind the rough edges.

python-mwparserfromhell 0.6.3

Python parser for MediaWiki wikicode

The MediaWiki Parser From Hell is a python library package that provides a parser for MediaWiki.

It exposes parses as normal string objects with additional methods giving access to the special Wikicode features it contains (hyperlinks, tags, templates…). The parser doesn't interpolate strings at all, it remains at a purely formal level.

Full documentation may be found at ReadTheDocs

Installation

Install python-mwparserfromhell 0.6.3 as follows:

guix install python-mwparserfromhell@0.6.3

Or install the latest version:

guix install python-mwparserfromhell

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.