Metadata-Version: 2.1
Name: statsapiclient
Version: 0.1.0
Summary: 
Home-page: https://github.com/hockeymonkeys/statsapiclient
License: MPL-2.0
Keywords: nhl,hockey
Author: Brett LaBombarda
Author-email: bplabombarda@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Environment :: Web
Classifier: License :: OSI Approved
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: API Wrapper
Classifier: Topic :: Software Development :: Hockey Data
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: jupyter (>=1.0,<2.0)
Requires-Dist: jupyterthemes (>=0.20.0,<0.21.0)
Requires-Dist: requests (>=2.21,<3.0)
Project-URL: Documentation, https://github.com/hockeymonkeys/statsapiclient#README.rst
Project-URL: Repository, git@github.com:hockeymonkeys/statsapiclient.git
Description-Content-Type: text/x-rst

statsapiclient: A client for the NHL stats API
==============================================

Purpose
-------

To provide a Python client to access the NHL's JSON API including game, play, and player data.

Installation
------------

TBD

Module Specs
------------

Schedule
^^^^^^^^

games_from_date

games_from_date_range


Games
^^^^^

game_line_score

game_play_by_play (TBD)

game_box_score (TBD)


Teams
^^^^^

teams_all

teams_by_conference

teams_by_division


Players
^^^^^^^

TBD


Examples
^^^^^^^^

TBD

