Metadata-Version: 2.1
Name: fbref-scraper
Version: 0.0.1
Summary: Python package to scrape game and player stats from fbref website
Author-email: Lukas Rücker <ruecker.lukas@gmail.com>
Project-URL: Homepage, https://github.com/lurue101/fbref_scraper
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: bs4
Requires-Dist: requests

# FBRef Scraper

This packages allows for easy scraping of the match meta infos as well as player stats
from the match reports. The stats are saved as csv files.

## Feedback

If you find any bugs, feedback or improvements please let me know or create a PR.
