Metadata-Version: 2.4
Name: tui-flight-tracker
Version: 0.4.0
Summary: Simple flight tracker TUI using Google Flights API
Requires-Python: >=3.12.12
Requires-Dist: flights>=0.8.0
Requires-Dist: pandas>=3.0.1
Requires-Dist: rich>=14.3.3
Requires-Dist: textual>=8.2.1
Description-Content-Type: text/markdown

### How to run the app

```shell
uv run python src/app.py
```

