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 800bd20e39 Implement Tag.has(), Tag.get(), Tag.add(), and Tag.remove() (closes #11). 10 years ago
..
extras Fix behavior with quoted attrs and spaces before the =. 10 years ago
__init__.py Update copyright notices for 2013. 11 years ago
argument.py Cosmetic change: standardize whitespace after class definition. 11 years ago
comment.py Cosmetic change: standardize whitespace after class definition. 11 years ago
heading.py Update copyright notices for 2013. 11 years ago
html_entity.py Fix tests for Python 3. 11 years ago
tag.py Implement Tag.has(), Tag.get(), Tag.add(), and Tag.remove() (closes #11). 10 years ago
template.py Some node fixes; attributes with empty values now display correctly. 10 years ago
text.py Cosmetic change: standardize whitespace after class definition. 11 years ago
wikilink.py Improve a few things about nodes; simply a method in Wikicode. 11 years ago