Release v0.1.1 (What’s new?).
Welcome to wow_acc Documentation#
Data model for World of Warcraft account, realm and character.
Usage example:
from wow_acc.api import (
Account,
Realm,
Character,
Dataset,
)
# your code here
Install#
wow_acc is released on PyPI, so all you need is to:
$ pip install wow-acc
To upgrade to latest version:
$ pip install --upgrade wow-acc