Skip to main content

Python-wowapi is a client library for the World of Warcraft Community API.

Project description

python-wowapi

Python-wowapi is a client library for interacting with the World of Warcraft Community API.

Documentation about installing and usage can be found at python-wowapi.readthedocs.org

Installing

pip install python-wowapi

Usage

import os

from wowapi import WowApi


api = WowApi(os.environ['WOW_CLIENT_ID'], os.environ['WOW_CLIENT_SECRET'])
data = api.get_auctions('eu', 'silvermoon', locale='de_DE')
print(data)

Development & Testing

pip install -e .
pip install -e .[tests]
py.test

Drone test runner

PYTHON_VERSION=3.7 drone exec
PYTHON_VERSION=3.6 drone exec
PYTHON_VERSION=3.5 drone exec
PYTHON_VERSION=2.7 drone exec

For more information about Drone, visit Drone.io

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-wowapi-2.0.0.tar.gz (11.7 kB view hashes)

Uploaded Source

Built Distribution

python_wowapi-2.0.0-py3-none-any.whl (8.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page