A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
Ben Kurtovic b3c98efd22 Fix a parsing bug involving deeply nested style tags (fixes #224) hace 4 años
..
nodes Update API query example; clarify docstring hace 5 años
parser Fix a parsing bug involving deeply nested style tags (fixes #224) hace 4 años
__init__.py Switch to requests for basic API example (closes #219); update links hace 4 años
compat.py Drop support for EOL Python hace 5 años
definitions.py Add <wbr> to definitions.py hace 5 años
smart_list.py Fix len() sometimes raising ValueError on empty node lists (fixes #174) hace 7 años
string_mixin.py Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgrade hace 5 años
utils.py Support manual construction of Node objects (fixes #214) hace 5 años
wikicode.py Make Wikicode.matches() treat _ and space as equivalent (fixes #216) hace 4 años