A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
Ben Kurtovic 800bd20e39 Implement Tag.has(), Tag.get(), Tag.add(), and Tag.remove() (closes #11). před 10 roky
..
nodes Implement Tag.has(), Tag.get(), Tag.add(), and Tag.remove() (closes #11). před 10 roky
parser Some node fixes; attributes with empty values now display correctly. před 10 roky
__init__.py Version bump for v0.3; fix permissions on compat.py. před 11 roky
compat.py Some node fixes; attributes with empty values now display correctly. před 10 roky
smart_list.py Apply some bugfixes to SmartList to fix tests on Python 3. před 11 roky
string_mixin.py Fix StringMixIn.maketrans() on Py3k. před 11 roky
tag_defs.py Add support for dt, dd. Refactor. Fix some broken tests. před 10 roky
utils.py Remove 'type' attribute from tags; rework tag definitions. před 11 roky
wikicode.py Fix for Python 3. před 10 roky