A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
Ben Kurtovic b3c98efd22 Fix a parsing bug involving deeply nested style tags (fixes #224) vor 4 Jahren
..
nodes Update API query example; clarify docstring vor 5 Jahren
parser Fix a parsing bug involving deeply nested style tags (fixes #224) vor 4 Jahren
__init__.py Switch to requests for basic API example (closes #219); update links vor 4 Jahren
compat.py Drop support for EOL Python vor 5 Jahren
definitions.py Add <wbr> to definitions.py vor 5 Jahren
smart_list.py Fix len() sometimes raising ValueError on empty node lists (fixes #174) vor 7 Jahren
string_mixin.py Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgrade vor 5 Jahren
utils.py Support manual construction of Node objects (fixes #214) vor 5 Jahren
wikicode.py Make Wikicode.matches() treat _ and space as equivalent (fixes #216) vor 4 Jahren