Mwparserfromhell Documentation - Read the Docs

[Pages:29]mwparserfromhell Documentation

Release 0.1 Ben Kurtovic

June 21, 2013

CONTENTS

1 Installation

3

2 Contents

5

2.1 Usage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5

2.2 Integration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6

2.3 mwparserfromhell . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7

3 Indices and tables

23

Python Module Index

25

i

ii

mwparserfromhell Documentation, Release 0.1

mwparserfromhell (the MediaWiki Parser from Hell) is a Python package that provides an easy-to-use and outrageously powerful parser for MediaWiki wikicode. It supports Python 2 and Python 3. Developed by Earwig with help from .

CONTENTS

1

mwparserfromhell Documentation, Release 0.1

2

CONTENTS

CHAPTER

ONE

INSTALLATION

The easiest way to install the parser is through the Python Package Index, so you can install the latest release with pip install mwparserfromhell (get pip). Alternatively, get the latest development version: git clone git://earwig/mwparserfromhell.git cd mwparserfromhell python setup.py install You can run the comprehensive unit testing suite with python setup.py test.

3

mwparserfromhell Documentation, Release 0.1

4

Chapter 1. Installation

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download