Last updated:
0 purchases
hirezapi 0.0.2
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
Changelog
0.0.1 (2023-02-20)
@AidanJohnston source file init
@alek-ski Added enpoints and languages.
@AidanJohnston Update readme
0.0.0 (2023-02-19)
First release on PyPI.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.