A Python 3 API for NHL game and player stats
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/
Required dependencies:
$ pip3 install --user pytest
$ pip3 install --user pytest-cov
$ pip3 install --user requests-mock
Run tests:
$ pytest .