This website works better with JavaScript.
Home
Help
Sign In
ben
/
mwparserfromhell
mirror of
https://github.com/earwig/mwparserfromhell
Watch
1
Star
1
Fork
0
Code
Releases
24
Activity
A Python parser for MediaWiki wikicode
https://mwparserfromhell.readthedocs.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
602
Commits
1
Branch
6.1 MiB
Tree:
b7dc27b586
main
v0.6.6
v0.6.5
v0.6.4
v0.6.3
v0.6.2
v0.6.1
v0.6
v0.5.4
v0.5.3
v0.5.2
v0.5.1
v0.5
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.4
v0.3.3
v0.3.2
v0.3.1
v0.3
v0.2
v0.1.1
v0.1
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'b7dc27b586'
${ noResults }
mwparserfromhell
/
.gitignore
.gitignore
99 B
Raw
Normal View
History
Initial commit
12 years ago
Improve .gitignore
10 years ago
Some empty testcases.
11 years ago
Add .dll to .gitignore for builds on Windows.
11 years ago
Initial commit
12 years ago
Adding Python 3 support
12 years ago
Initial commit
12 years ago
Some cleanup, adjustments; add dist to .gitignore.
12 years ago
Initial commit
12 years ago
Some tweaks, but no change in functionality.
10 years ago
1
2
3
4
5
6
7
8
9
10
11
12
*.pyc
*.pyd
*.so
*.dll
*.egg
*.egg-info
.DS_Store
__pycache__
build
dist
docs/_build
scripts/*.log