Metadata-Version: 2.1
Name: lgdash
Version: 0.1.0
Summary: Command line tool for displaying live soccer scores and statistics.
Home-page: https://github.com/joypauls/league-dashboard
License: MIT
Keywords: cli,soccer,football,statistics,scores,live
Author: Joy Paulsen
Author-email: joypaulsen3@gmail.com
Requires-Python: >=3.13,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: rich (>=13.9.4,<14.0.0)
Requires-Dist: tzlocal (>=5.2,<6.0)
Project-URL: Repository, https://github.com/joypauls/league-dashboard
Description-Content-Type: text/markdown

[![python](https://img.shields.io/badge/python-3.13-blue)](https://www.python.org)

# League Dashboard (lgdash)

Soccer at the command line. ⚽

Under the hood this app is calling the [football-data.org](https://www.football-data.org/) API, so an API key is required. Register for one [here](https://www.football-data.org/pricing) to get one. 

## Features

- live scores
- league standings
- league schedules

### Currently Supported Leagues

- Premier League (England 🏴󠁧󠁢󠁥󠁮󠁧󠁿)
- La Liga (Spain 🇪🇸)
- Serie A (Italy 🇮🇹)
- Bundesliga (Germany 🇩🇪)
- Ligue 1 (France 🇫🇷)
- UEFA Champions League (Europe)

## Quick Start

### Get API Key

If you don't have one, register for an API key [here](https://www.football-data.org/pricing).

```
FOOTBALLDATA_API_KEY=<your key here>
```

### Install

### Usage

#### Get Today's Slate of Matches

Live scores and start times in local system time.

#### Get Upcoming Matches

#### Get Standings


## Commands

`lgdash today`

`lgdash schedule`

`lgdash standings`

`lgdash leagues`



