Skip to content

mhostetter/nhl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a74b5dc · Feb 9, 2024
Feb 9, 2024
May 18, 2022
Feb 9, 2024
Feb 9, 2024
Feb 9, 2024
Feb 9, 2024
Feb 9, 2024
Feb 9, 2024
May 18, 2022
Feb 9, 2024
May 18, 2022
Feb 9, 2024
Feb 9, 2024
Feb 23, 2019

Repository files navigation

nhl

PyPI version PyPI - Downloads Read the Docs GitHub Workflow Status Codecov Twitter

A Python 3 API for 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 .