riffnshred / nhl

Python 3 API for NHL game and player stats

Home Page:https://nhl.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nhl

PyPI version Documentation Status Build Status Codecov

A python API for retrieving NHL game and player stats.

Install

Install the latest released version via pip.

$ pip3 install nhl

Or you can install the latest pushed code via git.

$ git clone https://github.com/mhostetter/nhl
$ pip3 install -e nhl/

Unit Testing

Required dependencies:

$ pip3 install --user pytest
$ pip3 install --user pytest-cov
$ pip3 install --user requests-mock

Run tests:

$ pytest .

About

Python 3 API for NHL game and player stats

https://nhl.readthedocs.io

License:MIT License


Languages

Language:Python 100.0%