Metadata-Version: 1.2
Name: nhl-scraper
Version: 0.0.3
Summary: Scrape hockey data from various websites
Home-page: http://github.com/spilchen/nhl_scraper
Author: Matt Spilchen
Author-email: matt.spilchen@gmail.com
License: MIT
Description: ===========
        nhl_scraper
        ===========
        
        Scrapes NHL related stats from various websites include the NHL public APIs, ESPN, cbssports.com
        
        Build status
        ------------
        
        .. image:: https://travis-ci.com/spilchen/hockey_scraper.svg?branch=master
            :target: https://travis-ci.com/spilchen/hockey_scraper
        
        
        Installation
        ------------
        
        This package can be installed via pip:
        
        ::
        
          pip install nhl_scraper
        
        
        or from the repo:
        
        ::
        
          git clone https://github.com/spilchen/nhl_scraper
          cd nhl_scraper
          python setup.py install
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3
