wow-acc

Data model for World of Warcraft account, realm and character.


License
MIT
Install
pip install wow-acc==0.1.1

Documentation

Documentation Status https://img.shields.io/badge/Release_History!--None.svg?style=social https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social

Welcome to wow_acc Documentation

https://wow-acc.readthedocs.io/en/latest/_static/wow_acc-logo.png

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