.gitignore
.pylintrc
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.rst
codecov.yml
pyproject.toml
setup.cfg
setup.py
.github/workflows/publish.yml
.github/workflows/python-package.yml
docs/Makefile
docs/source/code.rst
docs/source/conf.py
docs/source/index.rst
docs/source/quickstart.rst
docs/source/_static/.gitkeep
docs/source/_themes/custom_theme/__init__.py
docs/source/_themes/custom_theme/breadcrumbs.html
docs/source/_themes/custom_theme/footer.html
docs/source/_themes/custom_theme/layout.html
docs/source/_themes/custom_theme/search.html
docs/source/_themes/custom_theme/searchbox.html
docs/source/_themes/custom_theme/theme.conf
docs/source/_themes/custom_theme/versions.html
docs/source/_themes/custom_theme/static/css/badge_only.css
docs/source/_themes/custom_theme/static/css/theme.css
docs/source/_themes/custom_theme/static/fonts/FontAwesome.otf
docs/source/_themes/custom_theme/static/fonts/fontawesome-webfont.eot
docs/source/_themes/custom_theme/static/fonts/fontawesome-webfont.svg
docs/source/_themes/custom_theme/static/fonts/fontawesome-webfont.ttf
docs/source/_themes/custom_theme/static/fonts/fontawesome-webfont.woff
docs/source/_themes/custom_theme/static/fonts/fontawesome-webfont.woff2
docs/source/_themes/custom_theme/static/js/modernizr.min.js
docs/source/_themes/custom_theme/static/js/theme.js
mediawiki/__init__.py
mediawiki/exceptions.py
mediawiki/mediawiki.py
mediawiki/mediawikipage.py
mediawiki/utilities.py
pymediawiki.egg-info/PKG-INFO
pymediawiki.egg-info/SOURCES.txt
pymediawiki.egg-info/dependency_links.txt
pymediawiki.egg-info/not-zip-safe
pymediawiki.egg-info/requires.txt
pymediawiki.egg-info/top_level.txt
scripts/generate_test_data.py
tests/__init__.py
tests/mediawiki_test.py
tests/mock_categorytree.json
tests/mock_requests.json
tests/mock_responses.json
tests/utilities.py