A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
Ben Kurtovic d2b3954669 Fix remaining broken tests; some refactoring. 11 роки тому
..
nodes Fix handling of self-closing tags (closes #31) 11 роки тому
parser Fix remaining broken tests; some refactoring. 11 роки тому
__init__.py Make mwparserfromhell.parser() be an alias for parse_anything(). 11 роки тому
compat.py Moving compat stuff exclusively for unit tests to its own file. 11 роки тому
smart_list.py Apply some bugfixes to SmartList to fix tests on Python 3. 11 роки тому
string_mixin.py Fix a failing HTML entity test in the C tokenizer. 11 роки тому
tag_defs.py Docstrings for new tokenizer methods. 12 роки тому
utils.py Make mwparserfromhell.parser() be an alias for parse_anything(). 11 роки тому
wikicode.py Fix bugs in get_sections(); finish test_get_sections() 11 роки тому