A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
Ben Kurtovic b3c98efd22 Fix a parsing bug involving deeply nested style tags (fixes #224) 4 лет назад
..
nodes Update API query example; clarify docstring 5 лет назад
parser Fix a parsing bug involving deeply nested style tags (fixes #224) 4 лет назад
__init__.py Switch to requests for basic API example (closes #219); update links 4 лет назад
compat.py Drop support for EOL Python 5 лет назад
definitions.py Add <wbr> to definitions.py 5 лет назад
smart_list.py Fix len() sometimes raising ValueError on empty node lists (fixes #174) 7 лет назад
string_mixin.py Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgrade 5 лет назад
utils.py Support manual construction of Node objects (fixes #214) 5 лет назад
wikicode.py Make Wikicode.matches() treat _ and space as equivalent (fixes #216) 4 лет назад