Metadata-Version: 2.1
Name: football-stats-scraper
Version: 0.1.6
Summary: A Python script to scrape football league tables and fixtures
Home-page: https://github.com/yourusername/football-stats-scraper
Author: John Murtagh
Author-email: john90murtagh@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4 ==4.12.3
Requires-Dist: certifi ==2024.2.2
Requires-Dist: charset-normalizer ==3.3.2
Requires-Dist: idna ==3.6
Requires-Dist: lxml ==5.2.1
Requires-Dist: numpy ==1.26.4
Requires-Dist: pandas ==2.2.1
Requires-Dist: python-dateutil ==2.9.0.post0
Requires-Dist: pytz ==2024.1
Requires-Dist: requests ==2.31.0
Requires-Dist: six ==1.16.0
Requires-Dist: soupsieve ==2.5
Requires-Dist: tzdata ==2024.1
Requires-Dist: urllib3 ==2.2.1

# Football Stats Scraper

A Python script to scrape football league tables and fixtures from a source website.

## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Dependencies](#dependencies)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

## Introduction
Football Stats Scraper is a Python script that allows you to retrieve league tables and fixtures for various football leagues. It fetches data from a specified source and provides you with clean and formatted output.

## Features
- Retrieve league tables for specified football leagues
- Fetch upcoming fixtures for specified football leagues
- Supports various football leagues including Premier League, La Liga, Serie A, Bundesliga, etc.

## Dependencies
- Python 3.x
- pandas
- requests
- BeautifulSoup4

## Installation
1. Clone the repository:
