Metadata-Version: 2.1
Name: mediawiki-api-wrapper
Version: 0.0.3
Summary: A small wrapper around mediawiki API
Home-page: https://codeberg.org/matkoniecz/mediawiki_api_python_wrapper
Author: Mateusz Konieczny
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: urllib3

# 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.

# Examples
<!-- in case of editing or adding samples here, change also tests -->


```
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`

