Go to file
Mateusz Konieczny 01176a8495 link package 2023-04-18 16:59:42 +02:00
mediawiki_api_wrapper fix some problems with passing bot edit state 2022-11-05 12:58:27 +01:00
LICENSE initial commit with example package 2022-09-05 13:32:57 +02:00
README.md link package 2023-04-18 16:59:42 +02:00
reinstall.sh import code into a standalone package 2022-09-05 13:34:41 +02:00
retrying_connection.py import code into a standalone package 2022-09-05 13:34:41 +02:00
setup.py move wrapper around wrapper here to avoid pointless duplication 2022-09-10 18:20:06 +02:00
tests.py import code into a standalone package 2022-09-05 13:34:41 +02:00

README.md

MediaWiki API rapper

It is an unofficial Python wrapper over available API.

It is a Python wrapper for a tiny part of mediawiki API.

It was written to interact with OSM Wiki and some things may be assuming it too much - but PRs changing this are welcome.

Published as a Python package, see https://pypi.org/project/mediawiki-api-wrapper/

Examples

import mediawiki_api_wrapper

???TODO (please open an issue if you planned to use that repository)

Development

Contributions are welcome to cover larger part of API.

Run tests

python3 -m unittest