halopy

Halo 5 API wrapper for python


Licenses
EFL-2.0/Vim
Install
pip install halopy==1.1

Documentation

HaloPy

Build Status Coverage Status

HaloPy is an abstraction layer for the Halo 5 REST API, and as such, it requires an API key from https://developer.haloapi.com/

Installation

Requirements

HaloPy requires requests and requests-cache

Installing

pip install halopy or install from source

git clone https://github.com/maxpowa/halopy.git
cd halopy
pip install .

Documentation

Head over to http://pythonhosted.org/halopy for the most up to date documentation.