A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Ben Kurtovic 99d433c2d5 Change protocol for Node iteration; rename __iternodes__ to __children__. 10 years ago
..
nodes Change protocol for Node iteration; rename __iternodes__ to __children__. 10 years ago
parser Add a temporary skip_style_tags until we resolve some issues. 10 years ago
__init__.py Update email address. 10 years ago
compat.py Bump version to 0.4.dev and add support for Python 3.2. 10 years ago
definitions.py Update email address. 10 years ago
smart_list.py Update email address. 10 years ago
string_mixin.py Make StringMixIn a lot simpler thanks to __getattr__. 10 years ago
utils.py Update email address. 10 years ago
wikicode.py Refactor out part of _do_search; some efficiency. 10 years ago