Skip to content
/ nhl Public
forked from mhostetter/nhl

Python 3 API for NHL game and player stats

License

Notifications You must be signed in to change notification settings

dbendet22/nhl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%