Metadata-Version: 2.4
Name: crunch-the-stats-scraper
Version: 0.1.1
Summary: This package serves as a wrapper for the public NHL api endpoints, allowing people to use call function methods to get NHL data.
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.34.2

# Crunch The Stats Scraper
### by Carter Hemrick


## What is this Package?
This package serves as a wrapper, for NHL data apis available. Cutting the request portion out, and giving users the ability to call any api endpoint via a method.

## API Endpoints
```bash
https://api-web.nhle.com/v1/
```
```bash
https://records.nhl.com/
```
```bash
https://api.nhle.com/stats/rest/
```

