Metadata-Version: 2.1
Name: nflfastpy
Version: 0.0.4
Summary: A Python package for loading NFL play by play data from nflfastR
Home-page: https://github.com/fantasydatapros/nflfast_py
Author: Ben Dominguez
Author-email: bendominguez011@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Requires-Dist: pandas

# nflfastpy

This is a Python package for easily loading nflfastR play by play data.

# Installing nflfastpy

nflfastpy is available on PyPI 

    $pip install nflfastpy

nflfastpy supports Python 3.6+

# Loading Play by Play Data

    import nflfastpy

    df = nflfastpy.load_pbp_data(year=2020)

