Metadata-Version: 2.1
Name: football-stats-scraper
Version: 0.1.7
Summary: A Python script to scrape football league tables and fixtures
Home-page: https://github.com/murtaghj/football-cli
Author: John Murtagh
Author-email: john90murtagh@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

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

`football-stats-scraper` can be installed either directly from PyPI or by cloning the repository and installing it manually.

### Installing from PyPI

To install `football-stats-scraper` directly from PyPI, run:

```bash
pip install football-stats-scraper

