Skip to main content

Making it easier to use the NHL API in python projects.

Project description

Easy NHL

pypi-version

Full documentation for the package is avalaible at https://easy-nhl.readthedocs.io/en/latest/

Overview

Ever had a project idea that looks to take advantage of the NHL API, but you don't know where to start because there's no documentation?

Look no further!

This api wrapper was developed to make grabbing and using that data a snap!

Here's what you get:

  1. A few classes to make this simple
  2. Built in methods on those classes, to make the data gathering a breeze

Requirements

  • Python (3.5, 3.6, 3.7, 3.8)

Installation

pip install easy-nhl

Example

from easy_nhl import Team

print(Team().teams)
# This will give you a payload of all current and former NHL teams (A list of dicts). 
# You can then use the Team class to get rosters and more information as follows:
sabres = Team(7)
print(sabres.roster())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

easy-nhl-0.1.tar.gz (10.9 MB view hashes)

Uploaded Source

Built Distribution

easy_nhl-0.1-py3-none-any.whl (7.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page