Metadata-Version: 2.1
Name: test_linemate_scraper
Version: 0.1.0
Summary: A simple example package for scraping linemate data
Home-page: https://github.com/ztandrews/nhl-linemate-scraper
Author: Stats By Zach
Author-email: ztandrews18@sbcglobal.net
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: markdown
License-File: LICENSE
Requires-Dist: beautifulsoup4 >4.0
Requires-Dist: numpy >1.0
Requires-Dist: pandas >2.0
Requires-Dist: requests >2.0

# nhl-linemate-scraper
 A Python scraper to gather NHL shift data and transform it to a more useful schema
