A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
Ben Kurtovic a64bae35c9 Add support for a NOWEB env var, update docs. il y a 9 ans
..
tokenizer Fix handling of tag closes within <nowiki> (fixes #89). il y a 9 ans
MWPFHTestCase.tmlanguage Adding a syntax highlighter for the test-case format. il y a 11 ans
__init__.py Support changing a template's name, plus a couple of typos and docs. il y a 11 ans
_test_tokenizer.py Ensure token list is copied before being fed to the builder. il y a 9 ans
_test_tree_equality.py Support attributes quoted with '; add required quotes in value setter. il y a 10 ans
compat.py Move range/xrange compatibility code to compat.py. il y a 10 ans
discover.py Some clean up for Python 2.6 support. il y a 10 ans
test_argument.py Some clean up for Python 2.6 support. il y a 10 ans
test_attribute.py Support attributes quoted with '; add required quotes in value setter. il y a 10 ans
test_builder.py Store builder handlers in a dictionary. ~5% speedup. il y a 10 ans
test_comment.py Some clean up for Python 2.6 support. il y a 10 ans
test_ctokenizer.py Some clean up for Python 2.6 support. il y a 10 ans
test_docs.py Add support for a NOWEB env var, update docs. il y a 9 ans
test_external_link.py Some clean up for Python 2.6 support. il y a 10 ans
test_heading.py Some clean up for Python 2.6 support. il y a 10 ans
test_html_entity.py Improve test coverage; fix some node-related bugs. il y a 10 ans
test_parameter.py Improve test coverage; fix some node-related bugs. il y a 10 ans
test_parser.py Some clean up for Python 2.6 support. il y a 10 ans
test_pytokenizer.py Some clean up for Python 2.6 support. il y a 10 ans
test_roundtripping.py Add integration tests for token roundtripping. il y a 9 ans
test_smart_list.py Improve ListProxy detaching behavior. il y a 10 ans
test_string_mixin.py Some clean up for Python 2.6 support. il y a 10 ans
test_tag.py Add test code for a missing branch of Tag.wiki_markup.setter; cleanup. il y a 9 ans
test_template.py Improve test coverage; fix some node-related bugs. il y a 10 ans
test_text.py Some clean up for Python 2.6 support. il y a 10 ans
test_tokens.py Some clean up for Python 2.6 support. il y a 10 ans
test_utils.py Some clean up for Python 2.6 support. il y a 10 ans
test_wikicode.py Add tests for some missed things in Wikicode. il y a 10 ans
test_wikilink.py Some clean up for Python 2.6 support. il y a 10 ans