Metadata-Version: 2.1
Name: mwrogue
Version: 0.1.2
Summary: Client for accessing Fandom/Gamepedia Esports Wikis
Home-page: https://github.com/RheingoldRiver/mwrogue
Author: RheingoldRiver
Author-email: river.esports@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

## MediaWiki Repository Of Gadgets Useful to Esports (MW ROGUE)

For full docs, please see [readthedocs.io](https://mwrogue.readthedocs.io/en/latest/index.html).

This library is a client for connecting to, and occasionally editing, the Fandom/Gamepedia esports wikis. For general-purpose wiki editing, see `mwcleric`: https://github.com/RheingoldRiver/mwcleric.

## Install/upgrade:

This library can be installed from PyPI:

```
pip install mwrogue
```

For the latest development version, you may wish to pull directly from the repo:

```
pip install -U git+git://github.com/RheingoldRiver/mwrogue
```

## Example code
For example code, see https://github.com/RheingoldRiver/example_wiki_scripts

## API documentation
For Leaguepedia API documentation, see https://lol.fandom.com/wiki/Help:Leaguepedia_API

## Contributing
Feel free to open a pull request or issue!


