hirezapi

An example package. Generated with cookiecutter-pylibrary.


Keywords
hi-rez, paladins, realm-royale, smite, wrapper, wrapper-api
License
MIT
Install
pip install hirezapi==0.0.2

Documentation

HIREZAPI

Documentation Status GitHub Actions Build Status PyPI Package latest release PyPI Wheel

Supported versions Supported implementations Commits since latest release PyPI - Downloads

A small python wrapper for the Hi-Rez Studios API.

  • Free software: MIT license

Installation

pip install hirezapi

You can also install the in-development version with:

pip install https://github.com/AidanJohnston/hirezapi/archive/main.zip

Documentation

https://hirezapi.readthedocs.io/

Development

To run all the tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox