Metadata-Version: 2.1
Name: football-stats-scraper
Version: 0.1.4
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: pandas
Requires-Dist: requests
Requires-Dist: beautifulsoup4

# 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:
