Metadata-Version: 2.4
Name: f1-dash
Version: 0.2.4
Summary: An enhanced F1 Live Position Dashboard with telemetry data
Home-page: https://github.com/yourusername/f1-dash
Author: F1 Dashboard Team
License: MIT
Project-URL: Homepage, https://github.com/yourusername/f1-dash
Project-URL: Repository, https://github.com/yourusername/f1-dash
Project-URL: Bug Tracker, https://github.com/yourusername/f1-dash/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastf1>=3.0.0
Requires-Dist: textual>=0.40.0
Requires-Dist: pandas>=1.5.0
Requires-Dist: rich>=13.0.0
Requires-Dist: matplotlib>=3.5.0
Requires-Dist: platformdirs>=4.0.0
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# F1 Dashboard

An enhanced F1 Live Position Dashboard with telemetry data visualization.

This script connects to the FastF1 API to fetch live session data for the most recent F1 event and displays driver standings, practice sessions, sprint races, and telemetry data in a tabbed terminal user interface (TUI).

## Features

- View all session types (FP1, FP2, FP3, Sprint, Qualifying, Race)
- Interactive telemetry viewer for selected drivers
- Real-time position updates
- Session switching capability
- Event selection from the entire season

## Installation

You can install f1-dash using pip:

```bash
pip install f1-dash
```

Or using uv:

```bash
uv pip install f1-dash
```

## Usage

After installation, you can run the dashboard with:

```bash
f1-dash
```

The TUI can be exited by pressing `Ctrl+C` or `q`.

## Requirements

- Python 3.8 or higher
- fastf1
- textual
- pandas
- rich
- matplotlib

## License

This project is licensed under the MIT License - see the LICENSE file for details.
